CVSROOT: /cvs Module name: src Changes by: jas...@cvs.openbsd.org 2023/07/04 06:20:10
Modified files: sys/dev/dt : dt_prov_kprobe.c Log message: Unbreak kprobes. Since LLVM emits endbr64 instructions for IBT, dt could no longer identify function boundaries and as such no kprobes were found anymore. Adjust the parser accordingly. ok mpi@