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

From: Shuah Khan
Date: Fri Oct 18 2024 - 16:05:16 EST


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(+)
----------------------------------------------------------------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++