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 11