Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.17-rc5 10 lines 307 B view raw
1# Test that asking for VG always fails on old kernels because it was 2# added in 6.1. This applies to systems that either support or don't 3# support SVE. 4[config] 5command = record 6args = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1 7ret = 129 8test_ret = true 9arch = aarch64 10kernel_until = 6.1