Message ID | 20240315-b4-hid-bpf-new-funcs-v4-3-079c282469d3@kernel.org |
---|---|
State | Accepted |
Commit | c8a1495947ffcab18d9a85144ab4abc570720e65 |
Headers | show |
Series | Extend HID-BPF kfuncs (was: allow HID-BPF to do device IOs) | expand |
diff --git a/tools/testing/selftests/hid/config.common b/tools/testing/selftests/hid/config.common index 0f456dbab62f..45b5570441ce 100644 --- a/tools/testing/selftests/hid/config.common +++ b/tools/testing/selftests/hid/config.common @@ -238,3 +238,4 @@ CONFIG_VLAN_8021Q=y CONFIG_XFRM_SUB_POLICY=y CONFIG_XFRM_USER=y CONFIG_ZEROPLUS_FF=y +CONFIG_KASAN=y
It's always a good idea to have KASAN in tests. Signed-off-by: Benjamin Tissoires <bentiss@kernel.org> --- no changes in v4 new in v3 --- tools/testing/selftests/hid/config.common | 1 + 1 file changed, 1 insertion(+)