Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions kernel_kselftest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,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
Expand Down