]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'selftests-bpf-fix-a-few-issues-in-arena_spin_lock'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 25 Apr 2025 00:24:28 +0000 (17:24 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 25 Apr 2025 00:24:35 +0000 (17:24 -0700)
commit46eb012611f7a824231a53532c7bc86160bbc91a
tree0a7466d55f2d52038c38535dd44a8a6b1f44df98
parent4cc20482143c6dd009ea0c99762bb4bdeac98ec2
parentbe5521991506552c0873371694e4a2cb263e1b9c
Merge branch 'selftests-bpf-fix-a-few-issues-in-arena_spin_lock'

Ilya Leoshkevich says:

====================
I tried running the arena_spin_lock test on s390x and ran into the
following issues:

* Changing the header file does not lead to rebuilding the test.
* The checked for number of CPUs and the actually required number of
  CPUs are different.
* Endianness issue in spinlock definition.

This series fixes all three.
====================

Link: https://patch.msgid.link/20250424165525.154403-1-iii@linux.ibm.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>