diff mbox series

[GIT,PULL] Kselftest fixes update for Linux 6.12-rc4

Message ID 399ec96b-1d84-4aa0-9030-0e42282a6d4a@linuxfoundation.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Kselftest fixes update for Linux 6.12-rc4 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-fixes-6.12-rc4

Commit Message

Shuah Khan Oct. 18, 2024, 8:05 p.m. UTC
Hi Linus,

Please pull the following kselftest fixes update for Linux 6.12-rc4.

-- fixes test makefile to install tests directory without which
    the test fails with errors.

diff is attached.

thanks,
-- Shuah

----------------------------------------------------------------
The following changes since commit 4ee5ca9a29384fcf3f18232fdf8474166dea8dca:

   ftrace/selftest: Test combination of function_graph tracer and function profiler

are available in the Git repository at:

   git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-fixes-6.12-rc4

for you to fetch changes up to fe05c40ca9c18cfdb003f639a30fc78a7ab49519:

   selftest: hid: add the missing tests directory (2024-10-16 15:55:14 -0600)

----------------------------------------------------------------
linux_kselftest-fixes-6.12-rc4

kselftest fixes for Linux 6.12-rc4

-- fixes test makefile to install tests directory without which
    the test fails with errors.

----------------------------------------------------------------
Yun Lu (1):
       selftest: hid: add the missing tests directory

  tools/testing/selftests/hid/Makefile | 1 +
  1 file changed, 1 insertion(+)
----------------------------------------------------------------

Comments

pr-tracker-bot@kernel.org Oct. 18, 2024, 11:15 p.m. UTC | #1
The pull request you sent on Fri, 18 Oct 2024 14:05:04 -0600:

> git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest tags/linux_kselftest-fixes-6.12-rc4

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/dbafeddb9524bd459592f92432b90dd7c0b79568

Thank you!
diff mbox series

Patch

diff --git a/tools/testing/selftests/hid/Makefile b/tools/testing/selftests/hid/Makefile
index 38ae31bb07b5..662209f5fabc 100644
--- a/tools/testing/selftests/hid/Makefile
+++ b/tools/testing/selftests/hid/Makefile
@@ -18,6 +18,7 @@  TEST_PROGS += hid-usb_crash.sh
 TEST_PROGS += hid-wacom.sh
 
 TEST_FILES := run-hid-tools-tests.sh
+TEST_FILES += tests
 
 CXX ?= $(CROSS_COMPILE)g++