aboutsummaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org> 2023-07-12 11:56:22 -0700
committerGravatar Linus Torvalds <torvalds@linux-foundation.org> 2023-07-12 11:56:22 -0700
commit1d7546042f8fdc4bc39ab91ec966203e2d64f8bd (patch)
tree38e2c5ef5ee8debc9d03e65d192be69678ca8c88 /tools/testing
parentMerge tag 'linux-watchdog-6.5-rc2' of git://www.linux-watchdog.org/linux-watc... (diff)
parentHID: amd_sfh: Fix for shift-out-of-bounds (diff)
downloadlinux-1d7546042f8fdc4bc39ab91ec966203e2d64f8bd.tar.gz
linux-1d7546042f8fdc4bc39ab91ec966203e2d64f8bd.tar.bz2
linux-1d7546042f8fdc4bc39ab91ec966203e2d64f8bd.zip
Merge tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid
Pull HID fixes from Benjamin Tissoires: - AMD SFH shift-out-of-bounds fix (Basavaraj Natikar) - avoid struct memcpy overrun warning in the hid-hyperv module (Arnd Bergmann) - a quick HID kselftests script fix for our CI to be happy (Benjamin Tissoires) - various fixes and additions of device IDs * tag 'for-linus-2023071101' of git://git.kernel.org/pub/scm/linux/kernel/git/hid/hid: HID: amd_sfh: Fix for shift-out-of-bounds HID: amd_sfh: Rename the float32 variable HID: input: fix mapping for camera access keys HID: logitech-hidpp: Add wired USB id for Logitech G502 Lightspeed HID: nvidia-shield: Pack inner/related declarations in HOSTCMD reports HID: hyperv: avoid struct memcpy overrun warning selftests: hid: fix vmtests.sh not running make headers
Diffstat (limited to 'tools/testing')
-rwxr-xr-xtools/testing/selftests/hid/vmtest.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/hid/vmtest.sh b/tools/testing/selftests/hid/vmtest.sh
index 681b906b4853..4da48bf6b328 100755
--- a/tools/testing/selftests/hid/vmtest.sh
+++ b/tools/testing/selftests/hid/vmtest.sh
@@ -79,6 +79,7 @@ recompile_kernel()
cd "${kernel_checkout}"
${make_command} olddefconfig
+ ${make_command} headers
${make_command}
}