On 15/12/2023 09:57, Beata Michalska wrote:
On Tue, Dec 12, 2023 at 04:20:03PM +0000, Zachary Leaf wrote:
Add all bpf tests to the extended Morello transitional syscall run list.
Signed-off-by: Zachary Leaf zachary.leaf@arm.com
runtest/morello_transitional_extended | 13 +++++++++++++ 1 file changed, 13 insertions(+)
diff --git a/runtest/morello_transitional_extended b/runtest/morello_transitional_extended index b350ebdaf..56588556c 100644 --- a/runtest/morello_transitional_extended +++ b/runtest/morello_transitional_extended @@ -1,5 +1,18 @@ #DESCRIPTION: Morello transitional extended ABI system calls +#KERN - depends on Morello Linux kernel release > morello-release-1.X.0
I thought we have agreed on kernel release > morello-release-1.7.0 ?
I think so - although best to confirm with Kevin.
+# requires CAP_SYS_ADMIN or CAP_BPF, or enabling unprivileged bpf with: +# echo "0" > /proc/sys/kernel/unprivileged_bpf_disabled
What are your expectations towards those tests that do need bumped privileges, as those will be (most probably) skipped during regular testing.
It should be fine to skip these in CI. So far that's only bpf_prog{05,06,07} which aren't vital.
Thanks, Zach
BR Beata
+bpf_map01 bpf_map01 +bpf_prog01 bpf_prog01 +bpf_prog02 bpf_prog02 +bpf_prog03 bpf_prog03 +bpf_prog04 bpf_prog04 +bpf_prog05 bpf_prog05 +bpf_prog06 bpf_prog06 +bpf_prog07 bpf_prog07 +bpf_valid_attr bpf_valid_attr
#KERN - depends on Morello Linux kernel release > morello-release-1.5.0 brk01 brk01 brk02 brk02 -- 2.34.1
linux-morello-ltp mailing list -- linux-morello-ltp@op-lists.linaro.org To unsubscribe send an email to linux-morello-ltp-leave@op-lists.linaro.org