On Wed, 2024-08-21 at 18:17 -0700, Yonghong Song wrote: > 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 Sure, will do, thank you for the review. [...]