Re: [PATCH v6] kallsyms: strip LTO suffixes from static functions
From: Kees Cook
Date: Mon Oct 04 2021 - 14:05:24 EST
On Mon, 4 Oct 2021 09:29:33 -0700, Nick Desaulniers wrote:
> Similar to:
> commit 8b8e6b5d3b01 ("kallsyms: strip ThinLTO hashes from static
> functions")
>
> It's very common for compilers to modify the symbol name for static
> functions as part of optimizing transformations. That makes hooking
> static functions (that weren't inlined or DCE'd) with kprobes difficult.
>
> [...]
Applied to for-next/hardening, thanks!
[1/1] kallsyms: strip LTO suffixes from static functions
https://git.kernel.org/kees/c/6eb4bd92c1ce
Also,if you get a moment, can you set up patatt (or b4) to sign your
outgoing patches? DKIM is nice, but I'd like to see more folks signing
their emailed patches: https://github.com/mricon/patatt
tl;dr:
add to ~/.gitconfig:
[patatt]
signingkey = openpgp:FINGERPRINT-HERE
# install git sendemail hook (assuming you send with git)
$ patatt install-hook
# or do it manually before sending:
$ patatt sign $file-with-email
Thanks!
--
Kees Cook