Closed fgyanz closed 3 months ago
I did some local tests, and it worked with upstream kernel (using IBT and klp-convert), but it does fail on our codestreams since we use the kallsyms
externalization method. It at least trims down what we need to look for.
@fgyanz thanks a lot for the report!
Disabling -DCE_LATE_EXTERNALIZE
should work for now. The issue here is in the Macro Rewriting.
Hello,
I'm trying to extract the function
psi_trigger_destroy
inkernel/sched/psi.c
, but unfortunately it's failing with the following error:Full report.txt
The error can be triggered by using
klp-build
, with the following commands: 1)klp-build setup -n bsc1225110 --cve 2023-52707 --conf CONFIG_PSI --file-func kernel/sched/psi.c psi_trigger_destroy
2)klp-build extract -n bsc1225110 --type ce
Tested with codestreams
SLE 15.2u39-44
and clang-extract latest versionLet me know if you need anything else :)
Thanks!