summaryrefslogtreecommitdiff
path: root/tools/testing
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2023-07-12 21:56:22 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2023-07-12 21:56:22 +0300
commit1d7546042f8fdc4bc39ab91ec966203e2d64f8bd (patch)
tree38e2c5ef5ee8debc9d03e65d192be69678ca8c88 /tools/testing
parent3f01e9fed8454dcd89727016c3e5b2fbb8f8e50c (diff)
parent87854366176403438d01f368b09de3ec2234e0f5 (diff)
downloadlinux-1d7546042f8fdc4bc39ab91ec966203e2d64f8bd.tar.xz
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}
}