Skip to content

Commit 5d6b657

Browse files
committed
[KK] Add 6.18
For now, its the same as 6.12
1 parent 0c97ba8 commit 5d6b657

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

kernel_kselftest.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,10 @@ case $(uname -r) in
261261
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"
262262
SKIP_TARGETS="lkdtm proc"
263263
;;
264-
*6.12.*)
264+
*6.12.*|\
265+
*6.18.*)
265266
echo
266-
echo "Running 6.12 kselftests"
267+
echo "Running 6.12/6.18 kselftests"
267268
echo
268269
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"
269270
SKIP_TARGETS="lkdtm"

0 commit comments

Comments
 (0)