@@ -94,6 +94,9 @@ config:
9494 # Added in 919067cc845f ("net: add CONFIG_PCPU_DEV_REFCNT") and should appear in v5.13.
9595 - PCPU_DEV_REFCNT : [n, v5.13]
9696
97+ - NET_DEV_REFCNT_TRACKER : [v5.17]
98+ - NET_NS_REFCNT_TRACKER : [v5.17]
99+
97100 # This config does not add any debug checks (only debug output).
98101 - DEBUG_KOBJECT : n
99102
@@ -109,9 +112,11 @@ config:
109112 # KCOV slows down execution too much with KASAN_HW_TAGS and in qemu emulation in general.
110113 # KCOV crashes on Arm:
111114 # https://lore.kernel.org/linux-arm-kernel/20210119130010.GA2338@C02TD0UTHF1T.local/T/#m78fdfcc41ae831f91c93ad5dabe63f7ccfb482f0
112- - KCOV : [-arm64, -arm]
113- - KCOV_INSTRUMENT_ALL : [-arm64, -arm]
114- - KCOV_ENABLE_COMPARISONS : [-arm64, -arm]
115+ # KCOV is not supported on s390 with our toolchain now, config depends on:
116+ # (!ARCH_WANTS_NO_INSTR [=y] || STACK_VALIDATION [=n] || GCC_VERSION [=110200]>=120000 || CLANG_VERSION [=0]>=130000)
117+ - KCOV : [-arm64, -arm, -s390]
118+ - KCOV_INSTRUMENT_ALL : [-arm64, -arm, -s390]
119+ - KCOV_ENABLE_COMPARISONS : [-arm64, -arm, -s390]
115120 - DEBUG_FS
116121
117122 # Required for KCOV but also eliminates unnecessary non-determinism.
@@ -168,6 +173,9 @@ config:
168173 # Don't test/need this (may be enabled via HID_HYPERV_MOUSE in USB/HID configs).
169174 - HYPERV : n
170175
176+ # Don't test/need this.
177+ - XEN : n
178+
171179 # These are legacy gadget drivers that we don't reach/test and some of these break boot:
172180 # https://github.com/google/syzkaller/pull/1975#issuecomment-712807462
173181 - USB_G_NCM : n
0 commit comments