../lib/test_bpf.c:870:13: warning: result of '10 ^ 300' is 294; did you mean '1e300'? [-Wxor-used-as-pow]
{ { 4, 10 ^ 300 }, { 20, 10 ^ 300 } },
~~~^~~~~
1e300
../lib/test_bpf.c:870:13: note: replace expression with '0xA ^ 300' to silence this warning
This is a new warning: https://github.com/llvm/llvm-project/commit/920890e26812f808a74c60ebc14cc636dac661c1
I will send a patch for this after work.
Patch sent: https://lore.kernel.org/lkml/[email protected]/
Merged into mainline: https://git.kernel.org/torvalds/c/098454362a06029c1abc175b74409bf7d6e6604b