On 8/16/24 6:51 PM, Eduard Zingerman wrote:
Attribute used by LLVM implementation of the feature had been changed from no_caller_saved_registers to bpf_fastcall (see [1]). This commit replaces references to nocsr by references to bpf_fastcall to keep LLVM and Kernel parts in sync. [1] https://github.com/llvm/llvm-project/pull/101228
Let us change this link to https://github.com/llvm/llvm-project/pull/105417
Signed-off-by: Eduard Zingerman <eddyz87@xxxxxxxxx> --- include/linux/bpf.h | 6 +- include/linux/bpf_verifier.h | 18 ++--- kernel/bpf/helpers.c | 2 +- kernel/bpf/verifier.c | 143 +++++++++++++++++------------------ 4 files changed, 84 insertions(+), 85 deletions(-)
[...]