Unbreak kprobes. Since LLVM emits endbr64 instructions for IBT, dt could no
authorjasper <jasper@openbsd.org>
Tue, 4 Jul 2023 12:20:10 +0000 (12:20 +0000)
committerjasper <jasper@openbsd.org>
Tue, 4 Jul 2023 12:20:10 +0000 (12:20 +0000)
commit08b2451188787ec1322650e1a6658f4c59b7adf8
tree759ba874abd6c44d0afb8f11922a47b325b451ba
parentd2364f60079dfc6e8a6bc0ad89f58b3433f3bafe
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@
sys/dev/dt/dt_prov_kprobe.c