diff --git a/kernel_kselftest.sh b/kernel_kselftest.sh index 7946fed..af49409 100755 --- a/kernel_kselftest.sh +++ b/kernel_kselftest.sh @@ -75,11 +75,13 @@ install_kselftest_deps_8() { kernel-selftests-internal pip3 install --user \ + jsonschema \ netaddr \ packaging \ pyftpdlib \ pyparsing \ pytest \ + pyyaml \ scapy \ tftpy } @@ -141,11 +143,13 @@ install_kselftest_deps_9() { wget pip3 install --user \ + jsonschema \ netaddr \ packaging \ pyftpdlib \ pyparsing \ pytest \ + pyyaml \ scapy \ tftpy \ wheel @@ -205,11 +209,13 @@ install_kselftest_deps_10() { wget pip3 install --user \ + jsonschema \ netaddr \ packaging \ pyftpdlib \ pyparsing \ pytest \ + pyyaml \ scapy \ tftpy \ wheel @@ -261,12 +267,13 @@ case $(uname -r) in SUDO_TARGETS="binderfs capabilities cgroup cpu-hotplug cpufreq efivars efivarfs firmware fpu gpio ipc intel_pstate ir kexec lib livepatch memfd memory-hotplug mptcp mqueue net netfilter sync sysctl timens timers vm x86 zram" SKIP_TARGETS="lkdtm proc" ;; - *6.12.*) + *6.12.*|\ + *6.18.*) echo - echo "Running 6.12 kselftests" + echo "Running 6.12/6.18 kselftests" echo SUDO_TARGETS="binderfs capabilities cgroup clone3 cpu-hotplug cpufreq damon drivers/net efivars efivarfs exec firmware fpu gpio ipc intel_pstate ir kexec lib livepatch memfd memory-hotplug mptcp mqueue net netfilter sync sysctl timens timers vm x86 zram" - SKIP_TARGETS="lkdtm" + SKIP_TARGETS="lkdtm net/forwarding" ;; *) echo