<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>08918b98b02b5537c43cf4d591bfd8591cc3eb3b - selftests/hid: Remove unused LLD variable</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#08918b98b02b5537c43cf4d591bfd8591cc3eb3b</link>
        <description>selftests/hid: Remove unused LLD variableThis file was mostly copied from selftests/bpf/Makefile, but the LLDvariable is not used here. Also, this copied block didn&apos;t get the samefixes as the original one did later.Remove it to avoid confusion and so future fixes don&apos;t have to be in twoplaces.Signed-off-by: James Clark &lt;james.clark@linaro.org&gt;Signed-off-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Mon, 18 May 2026 11:03:09 +0200</pubDate>
        <dc:creator>James Clark &lt;james.clark@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>e03fb369b083ab66d72fb63fe7817e933c3d4a30 - selftests/hid: fix bpf compilations due to -fms-extensions</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#e03fb369b083ab66d72fb63fe7817e933c3d4a30</link>
        <description>selftests/hid: fix bpf compilations due to -fms-extensionsSimilar to commit 835a50753579 (&quot;selftests/bpf: Add -fms-extensions tobpf build flags&quot;) and commit 639f58a0f480 (&quot;bpftool: Fix build warningsdue to MS extensions&quot;)The kernel is now built with -fms-extensions, thereforegenerated vmlinux.h contains types like:struct slab {   ..   struct freelist_counters;};Use -fms-extensions and -Wno-microsoft-anon-tag flagsto build bpf programs that #include &quot;vmlinux.h&quot;Signed-off-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Tue, 06 Jan 2026 16:30:55 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>42367eca7604e16e170bd6bd94ef61ffdd335f4a - tools: Remove redundant quiet setup</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#42367eca7604e16e170bd6bd94ef61ffdd335f4a</link>
        <description>tools: Remove redundant quiet setupQ is exported from Makefile.include so it is not necessary to manuallyset it.Reviewed-by: Jiri Olsa &lt;jolsa@kernel.org&gt;Signed-off-by: Charlie Jenkins &lt;charlie@rivosinc.com&gt;Acked-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Acked-by: Quentin Monnet &lt;qmo@kernel.org&gt;Cc: Adrian Hunter &lt;adrian.hunter@intel.com&gt;Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;Cc: Alexei Starovoitov &lt;ast@kernel.org&gt;Cc: Benjamin Tissoires &lt;bentiss@kernel.org&gt;Cc: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Cc: Daniel Lezcano &lt;daniel.lezcano@linaro.org&gt;Cc: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Cc: Hao Luo &lt;haoluo@google.com&gt;Cc: Ian Rogers &lt;irogers@google.com&gt;Cc: Ingo Molnar &lt;mingo@redhat.com&gt;Cc: Jiri Kosina &lt;jikos@kernel.org&gt;Cc: John Fastabend &lt;john.fastabend@gmail.com&gt;Cc: Josh Poimboeuf &lt;jpoimboe@kernel.org&gt;Cc: KP Singh &lt;kpsingh@kernel.org&gt;Cc: Lukasz Luba &lt;lukasz.luba@arm.com&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Martin KaFai Lau &lt;martin.lau@linux.dev&gt;Cc: Mykola Lysenko &lt;mykolal@fb.com&gt;Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;Cc: Rafael J. Wysocki &lt;rafael@kernel.org&gt;Cc: Shuah Khan &lt;shuah@kernel.org&gt;Cc: Song Liu &lt;song@kernel.org&gt;Cc: Stanislav Fomichev &lt;sdf@google.com&gt;Cc: Steven Rostedt (VMware) &lt;rostedt@goodmis.org&gt;Cc: Yonghong Song &lt;yonghong.song@linux.dev&gt;Cc: Zhang Rui &lt;rui.zhang@intel.com&gt;Link: https://lore.kernel.org/r/20250213-quiet_tools-v3-2-07de4482a581@rivosinc.comSigned-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Thu, 13 Feb 2025 22:06:22 +0100</pubDate>
        <dc:creator>Charlie Jenkins &lt;charlie@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>903796855b6152c479bae07dcebded77897f9e1c - Merge branch &apos;for-6.13/bpf&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#903796855b6152c479bae07dcebded77897f9e1c</link>
        <description>Merge branch &apos;for-6.13/bpf&apos; into for-linus- improvement of the way hid-bpf coexists with specific drivers (others than  hid-generic) that are already bound to devices (Benjamin Tissoires)

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Mon, 18 Nov 2024 22:02:17 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>fe05c40ca9c18cfdb003f639a30fc78a7ab49519 - selftest: hid: add the missing tests directory</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#fe05c40ca9c18cfdb003f639a30fc78a7ab49519</link>
        <description>selftest: hid: add the missing tests directoryCommit 160c826b4dd0 (&quot;selftest: hid: add missing run-hid-tools-tests.sh&quot;)has added the run-hid-tools-tests.sh script for it to be installed, butI forgot to add the tests directory together.If running the test case without the tests directory,  will results inthe following error message:    make -C tools/testing/selftests/ TARGETS=hid install \	    INSTALL_PATH=$KSFT_INSTALL_PATH    cd $KSFT_INSTALL_PATH    ./run_kselftest.sh -t hid:hid-core.sh  /usr/lib/python3.11/site-packages/_pytest/config/__init__.py:331: PluggyTeardownRaisedWarning: A plugin raised an exception during an old-style hookwrapper teardown.  Plugin: helpconfig, Hook: pytest_cmdline_parse  UsageError: usage: __main__.py [options] [file_or_dir] [file_or_dir] [...]  __main__.py: error: unrecognized arguments: --udevd    inifile: None    rootdir: /root/linux/kselftest_install/hidIn fact, the run-hid-tools-tests.sh script uses the scripts in the testsdirectory to run tests. The tests directory also needs to be added to beinstalled.Fixes: ffb85d5c9e80 (&quot;selftests: hid: import hid-tools hid-core tests&quot;)Cc: stable@vger.kernel.orgSigned-off-by: Yun Lu &lt;luyun@kylinos.cn&gt;Acked-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Tue, 15 Oct 2024 11:15:20 +0200</pubDate>
        <dc:creator>Yun Lu &lt;luyun@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>0b838d768ccdbdfbcaed5f4b18b4bf63e53a0e0d - selftests/hid: add dependency on hid_common.h</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#0b838d768ccdbdfbcaed5f4b18b4bf63e53a0e0d</link>
        <description>selftests/hid: add dependency on hid_common.hAllows to recompile the C tests when that file changesReviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Link: https://patch.msgid.link/20241001-hid-bpf-hid-generic-v3-5-2ef1019468df@kernel.orgSigned-off-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Tue, 01 Oct 2024 16:30:09 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>160c826b4dd0d570f0f51cf002cb49bda807e9f5 - selftest: hid: add missing run-hid-tools-tests.sh</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#160c826b4dd0d570f0f51cf002cb49bda807e9f5</link>
        <description>selftest: hid: add missing run-hid-tools-tests.shHID test cases run tests using the run-hid-tools-tests.sh script.When installed with &quot;make install&quot;, the run-hid-tools-tests.shscript will not be copied over, resulting in the following error message.  make -C tools/testing/selftests/ TARGETS=hid install \  	  INSTALL_PATH=$KSFT_INSTALL_PATH  cd $KSFT_INSTALL_PATH  ./run_kselftest.sh -c hidselftests: hid: hid-core.shbash: ./run-hid-tools-tests.sh: No such file or directoryAdd the run-hid-tools-tests.sh script to the TEST_FILES in the Makefilefor it to be installed.Fixes: ffb85d5c9e80 (&quot;selftests: hid: import hid-tools hid-core tests&quot;)Signed-off-by: Yun Lu &lt;luyun@kylinos.cn&gt;Acked-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Sun, 29 Sep 2024 10:55:49 +0200</pubDate>
        <dc:creator>Yun Lu &lt;luyun@kylinos.cn&gt;</dc:creator>
    </item>
<item>
        <title>8163892a629ca544af575ce54955bf275a3250cd - selftests/hid: Add initial hidraw tests skeleton</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#8163892a629ca544af575ce54955bf275a3250cd</link>
        <description>selftests/hid: Add initial hidraw tests skeletonLargely inspired from hid_bpf.c for the fixture setup.Create a couple of tests for hidraw:- create a uhid device and check if the fixture is working properly- inject one uhid event and read it through hidrawThese tests are not that useful for now, but will be once we start addingthe ioctl and BPFs to revoke the hidraw node.Reviewed-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Link: https://patch.msgid.link/20240827-hidraw-revoke-v5-3-d004a7451aea@kernel.orgSigned-off-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Tue, 27 Aug 2024 10:19:31 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>91939636cac4585e5c99a15c8b9023e0dcabb4e5 - selftests/hid: force using our compiled libbpf headers</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#91939636cac4585e5c99a15c8b9023e0dcabb4e5</link>
        <description>selftests/hid: force using our compiled libbpf headersTurns out that we were relying on the globally installed headers, notthe ones we freshly compiled.Add a manual include in CFLAGS to sort this out.Tested-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt; # BuildTested-by: Justin Stitt &lt;justinstitt@google.com&gt;Link: https://lore.kernel.org/r/20230825-wip-selftests-v3-3-639963c54109@kernel.orgSigned-off-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 17:55:34 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>89d024a7ba02b6b969f89ac057442b5d3bcb4272 - selftests/hid: do not manually call headers_install</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#89d024a7ba02b6b969f89ac057442b5d3bcb4272</link>
        <description>selftests/hid: do not manually call headers_install&quot;make headers&quot; is a requirement before calling make on the selftestsdir, so we should not have to manually install those headersAcked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Tested-by: Nick Desaulniers &lt;ndesaulniers@google.com&gt; # BuildTested-by: Justin Stitt &lt;justinstitt@google.com&gt;Link: https://lore.kernel.org/r/20230825-wip-selftests-v3-2-639963c54109@kernel.orgSigned-off-by: Benjamin Tissoires &lt;bentiss@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 17:55:33 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bbaf1ff06af49e856501024abbe161d96c1f0d66 - bpf: Replace deprecated -target with --target= for Clang</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#bbaf1ff06af49e856501024abbe161d96c1f0d66</link>
        <description>bpf: Replace deprecated -target with --target= for ClangThe -target option has been deprecated since clang 3.4 in 2013. Therefore, usethe preferred --target=bpf form instead. This also matches how we use --target=in scripts/Makefile.clang.Signed-off-by: Fangrui Song &lt;maskray@google.com&gt;Signed-off-by: Daniel Borkmann &lt;daniel@iogearbox.net&gt;Acked-by: Yonghong Song &lt;yhs@fb.com&gt;Acked-by: Quentin Monnet &lt;quentin@isovalent.com&gt;Link: https://github.com/llvm/llvm-project/commit/274b6f0c87a6a1798de0a68135afc7f95def6277Link: https://lore.kernel.org/bpf/20230624001856.1903733-1-maskray@google.com

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Sat, 24 Jun 2023 02:18:56 +0200</pubDate>
        <dc:creator>Fangrui Song &lt;maskray@google.com&gt;</dc:creator>
    </item>
<item>
        <title>bf81de760a8364656441a1fe067c17fa5261da5c - selftests: hid: import hid-tools usb-crash tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#bf81de760a8364656441a1fe067c17fa5261da5c</link>
        <description>selftests: hid: import hid-tools usb-crash testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.This one gets skipped when run by vmtest.sh as we currently need to testagainst actual kernel modules (.ko), not built-in to fetch the listof supported devices.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsSigned-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 14:04:41 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>a4ee40b6ac281125c3b7aa3e42401b271c50c7bc - selftests: hid: import hid-tools hid-sony and hid-playstation tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#a4ee40b6ac281125c3b7aa3e42401b271c50c7bc</link>
        <description>selftests: hid: import hid-tools hid-sony and hid-playstation testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.The code is taken from [1] to fix a change in v6.3.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsLink: https://gitlab.freedesktop.org/libevdev/hid-tools/-/merge_requests/143 [1]Cc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Cc: Jose Torreguitar &lt;jtguitar@google.com&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:56:04 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>ff3b2228e3c886863f13d694480e36bfdcbe33e0 - selftests: hid: import hid-tools hid-ite tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#ff3b2228e3c886863f13d694480e36bfdcbe33e0</link>
        <description>selftests: hid: import hid-tools hid-ite testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Cc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:49:33 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>9898fa566596a259dee3407ba684f9ff0d514944 - selftests: hid: import hid-tools hid-apple tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#9898fa566596a259dee3407ba684f9ff0d514944</link>
        <description>selftests: hid: import hid-tools hid-apple testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:45:00 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>1dec39d489be13b416ab03d19355c712f1bcb21b - selftests: hid: import hid-tools wacom tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#1dec39d489be13b416ab03d19355c712f1bcb21b</link>
        <description>selftests: hid: import hid-tools wacom testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Jason Gerecke &lt;killertofu@gmail.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:37:52 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0bb3ed717d9f4f204643e3fd0791be2ddd8eaf4c - selftests: hid: import hid-tools hid-multitouch and hid-tablets tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#0bb3ed717d9f4f204643e3fd0791be2ddd8eaf4c</link>
        <description>selftests: hid: import hid-tools hid-multitouch and hid-tablets testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.There are a lot of multitouch tests, and the default timeout of 45 secondsis not big enough. Bump it to 200 seconds.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Cc: Kai-Heng Feng &lt;kai.heng.feng@canonical.com&gt;Cc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Cc: &#1085;&#1072;&#1073; &lt;nabijaczleweli@nabijaczleweli.xyz&gt;Cc: Bla&#382; Hrastnik &lt;blaz@mxxn.io&gt;Signed-off-by: Ahelenia Ziemia&#324;ska &lt;nabijaczleweli@nabijaczleweli.xyz&gt;Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:28:45 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>356888cb08890a61f4d4565c5950c070feafada1 - selftests: hid: import hid-tools hid-mouse tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#356888cb08890a61f4d4565c5950c070feafada1</link>
        <description>selftests: hid: import hid-tools hid-mouse testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Cc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:26:06 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>b2c4944e16744aee54e312b3be9c044130297f50 - selftests: hid: import hid-tools hid-keyboards tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#b2c4944e16744aee54e312b3be9c044130297f50</link>
        <description>selftests: hid: import hid-tools hid-keyboards testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Nicolas Saenz Julienne &lt;nsaenzjulienne@suse.de&gt;Cc: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Cc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 13:23:23 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>8837469ac4de8e72ed972d7123d40218a7922f80 - selftests: hid: import hid-tools hid-gamepad tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/hid/Makefile#8837469ac4de8e72ed972d7123d40218a7922f80</link>
        <description>selftests: hid: import hid-tools hid-gamepad testsThese tests have been developed in the hid-tools[0] tree for a while.Now that we have  a proper selftests/hid kernel entry and that the testsare more reliable, it is time to directly include those in the kerneltree.[0] https://gitlab.freedesktop.org/libevdev/hid-toolsCc: Candle Sun &lt;candle.sun@unisoc.com&gt;Cc: Jose Torreguitar &lt;jtguitar@google.com&gt;Cc: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Cc: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Cc: Silvan Jegen &lt;s.jegen@gmail.com&gt;Signed-off-by: Silvan Jegen &lt;s.jegen@gmail.com&gt;Signed-off-by: Peter Hutterer &lt;peter.hutterer@who-t.net&gt;Signed-off-by: Roderick Colenbrander &lt;roderick.colenbrander@sony.com&gt;Signed-off-by: Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;

            List of files:
            /linux/tools/testing/selftests/hid/Makefile</description>
        <pubDate>Fri, 17 Feb 2023 12:27:39 +0100</pubDate>
        <dc:creator>Benjamin Tissoires &lt;benjamin.tissoires@redhat.com&gt;</dc:creator>
    </item>
</channel>
</rss>
