On Tue, Dec 17, 2024 at 03:28:19PM +0800, Shung-Hsi Yu wrote:
[ Downstream commit for stable/linux-6.6.y ]
What does this mean?
Commit 68ec5395bc24, backport of mainline commit a41b3828ec05 ("selftests/bpf: Verify that sync_linked_regs preserves subreg_def") uses the __xlated() that wasn't in the v6.6 code-base, and causes BPF selftests to fail compilation.
Remove the use of the __xlated() macro in tools/testing/selftests/bpf/progs/verifier_scalar_ids.c to fix compilation failure. Without the __xlated() checks the coverage is reduced, however the test case still functions just fine.
Cc: Eduard Zingerman eddyz87@gmail.com Cc: Daniel Borkmann daniel@iogearbox.net Signed-off-by: Shung-Hsi Yu shung-hsi.yu@suse.com
So this is just a fixup of a commit in a stable tree? Can you properly set the Fixes: tag then?
thanks,
greg k-h