Re: [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust
From: Miguel Ojeda
Date: Mon Sep 07 2026 - 15:34:18 EST
On Sun, Sep 6, 2026 at 11:24 PM Jose Fernandez (Anthropic)
<jose.fernandez@xxxxxxxxx> wrote:
>
> # Do not pass -fpatchable-function-entry to bindgen: its libclang may not
> # support the section argument (Clang >= 21), and parsing does not need it.
Thanks! Hmm... Not sure if "parsing" is the right word, i.e. a flag
change could still make `bindgen` parse and generate code fine but not
match the ABI of the C compiler.
i.e. I guess I would have expected something like "...: its libclang
may not support the section argument (Clang >= 21) and the removal of
the flag does not change the ABI" or similar.
Cheers,
Miguel