-
Notifications
You must be signed in to change notification settings - Fork 123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
selftests/bpf: Define SYS_PREFIX for powerpc #8432
base: bpf-next_base
Are you sure you want to change the base?
Conversation
Upstream branch: 9af5c78 |
Upstream branch: 9af5c78 |
14be3f1
to
e151c2e
Compare
421ec9c
to
ec5e3e7
Compare
Upstream branch: 5b67071 |
e151c2e
to
e0e7a1b
Compare
ec5e3e7
to
ab4839c
Compare
Upstream branch: 03f3aa4 |
e0e7a1b
to
7933bdc
Compare
ab4839c
to
ea76347
Compare
Upstream branch: 03f3aa4 |
7933bdc
to
5c809ad
Compare
ea76347
to
3513712
Compare
Upstream branch: 03f3aa4 |
5c809ad
to
39dec5b
Compare
3513712
to
10fb7c0
Compare
Upstream branch: 2a9d30f |
39dec5b
to
93d7036
Compare
10fb7c0
to
30d461d
Compare
Upstream branch: 0abff46 |
93d7036
to
b18333e
Compare
30d461d
to
9b5d660
Compare
Upstream branch: 003be25 |
Since commit 7e92e01 ("powerpc: Provide syscall wrapper") landed in v6.1, syscall wrapper is enabled on powerpc. Commit 9474689 ("powerpc: Don't add __powerpc_ prefix to syscall entry points") , that drops the prefix to syscall entry points, also landed in the same release. So, add the missing empty SYS_PREFIX prefix definition for powerpc, to fix some fentry and kprobe selftests. Signed-off-by: Saket Kumar Bhaskar <[email protected]> Acked-by: Yonghong Song <[email protected]>
On powerpc, a CPU does not necessarily originate from NUMA node 0. This contrasts with architectures like x86, where CPU 0 is not hot-pluggable, making NUMA node 0 a consistently valid node. This discrepancy can lead to failures when creating a map on NUMA node 0, which is initialized by default, if no CPUs are allocated from NUMA node 0. This patch fixes the issue by setting NUMA_NO_NODE (-1) for map creation for this selftest. Fixes: 96eabe7 ("bpf: Allow selecting numa node during map creation") Signed-off-by: Saket Kumar Bhaskar <[email protected]> Acked-by: Yonghong Song <[email protected]>
b18333e
to
4d9c3ce
Compare
Pull request for series with
subject: selftests/bpf: Define SYS_PREFIX for powerpc
version: 2
url: https://patchwork.kernel.org/project/netdevbpf/list/?series=929436