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.9-rc5 9 lines 311 B view raw
1# Test that asking for VG fails if the system doesn't support SVE. This 2# applies both before and after the feature was added in 6.1 3[config] 4command = record 5args = --no-bpf-event --user-regs=vg kill >/dev/null 2>&1 6ret = 129 7test_ret = true 8arch = aarch64 9auxv = auxv["AT_HWCAP"] & 0x400000 == 0