<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>7a9b709e - selftest/x86/bugs: Add selftests for ITS</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#7a9b709e</link>
        <description>selftest/x86/bugs: Add selftests for ITSBelow are the tests added for Indirect Target Selection (ITS):- its_sysfs.py - Check if sysfs reflects the correct mitigation status for  the mitigation selected via the kernel cmdline.- its_permutations.py - tests mitigation selection with cmdline  permutations with other bugs like spectre_v2 and retbleed.- its_indirect_alignment.py - verifies that for addresses in  .retpoline_sites section that belong to lower half of cacheline are  patched to ITS-safe thunk. Typical output looks like below:  Site 49: function symbol: __x64_sys_restart_syscall+0x1f &lt;0xffffffffbb1509af&gt;  #     vmlinux: 0xffffffff813509af:    jmp     0xffffffff81f5a8e0  #     kcore:   0xffffffffbb1509af:    jmpq    *%rax  #     ITS thunk NOT expected for site 49  #     PASSED: Found *%rax  #  Site 50: function symbol: __resched_curr+0xb0 &lt;0xffffffffbb181910&gt;  #     vmlinux: 0xffffffff81381910:    jmp     0xffffffff81f5a8e0  #     kcore:   0xffffffffbb181910:    jmp     0xffffffffc02000fc  #     ITS thunk expected for site 50  #     PASSED: Found 0xffffffffc02000fc -&gt; jmpq *%rax &lt;scattered-thunk?&gt;- its_ret_alignment.py - verifies that for addresses in .return_sites  section that belong to lower half of cacheline are patched to  its_return_thunk. Typical output looks like below:  Site 97: function symbol: collect_event+0x48 &lt;0xffffffffbb007f18&gt;  #     vmlinux: 0xffffffff81207f18:    jmp     0xffffffff81f5b500  #     kcore:   0xffffffffbb007f18:    jmp     0xffffffffbbd5b560  #     PASSED: Found jmp 0xffffffffbbd5b560 &lt;its_return_thunk&gt;  #  Site 98: function symbol: collect_event+0xa4 &lt;0xffffffffbb007f74&gt;  #     vmlinux: 0xffffffff81207f74:    jmp     0xffffffff81f5b500  #     kcore:   0xffffffffbb007f74:    retq  #     PASSED: Found retqSome of these tests have dependency on tools like virtme-ng[1] and drgn[2].When the dependencies are not met, the test will be skipped.[1] https://github.com/arighi/virtme-ng[2] https://github.com/osandov/drgnCo-developed-by: Tao Zhang &lt;tao1.zhang@linux.intel.com&gt;Signed-off-by: Tao Zhang &lt;tao1.zhang@linux.intel.com&gt;Signed-off-by: Pawan Gupta &lt;pawan.kumar.gupta@linux.intel.com&gt;Signed-off-by: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Wed, 25 Dec 2024 00:09:28 +0000</pubDate>
        <dc:creator>Pawan Gupta &lt;pawan.kumar.gupta@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b481341e - selftest: test system mappings are sealed</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#b481341e</link>
        <description>selftest: test system mappings are sealedAdd sysmap_is_sealed.c to test system mappings are sealed.Note: CONFIG_MSEAL_SYSTEM_MAPPINGS must be set, as indicated inconfig file.Link: https://lkml.kernel.org/r/20250305021711.3867874-8-jeffxu@google.comSigned-off-by: Jeff Xu &lt;jeffxu@chromium.org&gt;Reviewed-by: Lorenzo Stoakes &lt;lorenzo.stoakes@oracle.com&gt;Reviewed-by: Kees Cook &lt;kees@kernel.org&gt;Cc: Adhemerval Zanella &lt;adhemerval.zanella@linaro.org&gt;Cc: Alexander Mikhalitsyn &lt;aleksandr.mikhalitsyn@canonical.com&gt;Cc: Alexey Dobriyan &lt;adobriyan@gmail.com&gt;Cc: Andrei Vagin &lt;avagin@gmail.com&gt;Cc: Anna-Maria Behnsen &lt;anna-maria@linutronix.de&gt;Cc: Ard Biesheuvel &lt;ardb@kernel.org&gt;Cc: Benjamin Berg &lt;benjamin@sipsolutions.net&gt;Cc: Christoph Hellwig &lt;hch@lst.de&gt;Cc: Dave Hansen &lt;dave.hansen@linux.intel.com&gt;Cc: David Rientjes &lt;rientjes@google.com&gt;Cc: David S. Miller &lt;davem@davemloft.net&gt;Cc: Elliot Hughes &lt;enh@google.com&gt;Cc: Florian Faineli &lt;f.fainelli@gmail.com&gt;Cc: Greg Ungerer &lt;gerg@kernel.org&gt;Cc: Guenter Roeck &lt;groeck@chromium.org&gt;Cc: Heiko Carstens &lt;hca@linux.ibm.com&gt;Cc: Helge Deller &lt;deller@gmx.de&gt;Cc: Hyeonggon Yoo &lt;42.hyeyoo@gmail.com&gt;Cc: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: Jann Horn &lt;jannh@google.com&gt;Cc: Jason A. Donenfeld &lt;jason@zx2c4.com&gt;Cc: Johannes Berg &lt;johannes@sipsolutions.net&gt;Cc: Jorge Lucangeli Obes &lt;jorgelo@chromium.org&gt;Cc: Liam R. Howlett &lt;Liam.Howlett@oracle.com&gt;Cc: Linus Waleij &lt;linus.walleij@linaro.org&gt;Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;Cc: Matthew Wilcow (Oracle) &lt;willy@infradead.org&gt;Cc: Michael Ellerman &lt;mpe@ellerman.id.au&gt;Cc: Michal Hocko &lt;mhocko@suse.com&gt;Cc: Miguel Ojeda &lt;ojeda@kernel.org&gt;Cc: Mike Rapoport &lt;mike.rapoport@gmail.com&gt;Cc: Oleg Nesterov &lt;oleg@redhat.com&gt;Cc: Pedro Falcato &lt;pedro.falcato@gmail.com&gt;Cc: Peter Xu &lt;peterx@redhat.com&gt;Cc: Randy Dunlap &lt;rdunlap@infradead.org&gt;Cc: Stephen R&#246;ttger &lt;sroettger@google.com&gt;Cc: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Cc: Vlastimil Babka &lt;vbabka@suse.cz&gt;Signed-off-by: Andrew Morton &lt;akpm@linux-foundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Wed, 05 Mar 2025 02:17:11 +0000</pubDate>
        <dc:creator>Jeff Xu &lt;jeffxu@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>e1c24b52 - selftests: add tests for mount notification</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#e1c24b52</link>
        <description>selftests: add tests for mount notificationProvide coverage for all mnt_notify_add() instances.Signed-off-by: Miklos Szeredi &lt;mszeredi@redhat.com&gt;Link: https://lore.kernel.org/r/20250307204046.322691-1-mszeredi@redhat.comSigned-off-by: Christian Brauner &lt;brauner@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 07 Mar 2025 20:40:45 +0000</pubDate>
        <dc:creator>Miklos Szeredi &lt;mszeredi@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>6aecda00 - selftests: ublk: add kernel selftests for ublk</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#6aecda00</link>
        <description>selftests: ublk: add kernel selftests for ublkBoth ublk driver and userspace heavily depends on io_uring subsystem,and tools/testing/selftests/ should be the best place for holding thiscross-subsystem tests.Add basic read/write IO test over this ublk null disk, and make sure ublkworking.More tests will be added.Signed-off-by: Ming Lei &lt;ming.lei@redhat.com&gt;Link: https://lore.kernel.org/r/20250228161919.2869102-2-ming.lei@redhat.comSigned-off-by: Jens Axboe &lt;axboe@kernel.dk&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 28 Feb 2025 16:19:14 +0000</pubDate>
        <dc:creator>Ming Lei &lt;ming.lei@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>392188bb - selftests: pci_endpoint: Migrate to Kselftest framework</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#392188bb</link>
        <description>selftests: pci_endpoint: Migrate to Kselftest frameworkMigrate the PCI endpoint test to Kselftest framework. All the tests thatwere part of the previous pcitest.sh file were migrated.Below is the list of tests converted:   1. BAR0 Test   2. BAR1 Test   3. BAR2 Test   4. BAR3 Test   5. BAR4 Test   6. BAR5 Test   7. Consecutive BAR Tests   8. Legacy IRQ Tests   9. MSI Interrupt Tests (MSI1 to MSI32)  10. MSI-X Interrupt Tests (MSI-X1 to MSI-X2048)  11. Read Tests - MEMCPY (For 1, 1024, 1025, 1024000, 1024001 Bytes)  12. Write Tests - MEMCPY (For 1, 1024, 1025, 1024000, 1024001 Bytes)  13. Copy Tests - MEMCPY (For 1, 1024, 1025, 1024000, 1024001 Bytes)  14. Read Tests - DMA (For 1, 1024, 1025, 1024000, 1024001 Bytes)  15. Write Tests - DMA (For 1, 1024, 1025, 1024000, 1024001 Bytes)  16. Copy Tests - DMA (For 1, 1024, 1025, 1024000, 1024001 Bytes)BAR, DMA and MEMCPY tests are added as fixture variants and can be executedseparately as below:  $ pci_endpoint_test -v BAR0  $ pci_endpoint_test -v dma  $ pci_endpoint_test -v memcpyLink: https://lore.kernel.org/r/20250116171650.33585-5-manivannan.sadhasivam@linaro.orgCo-developed-by: Aman Gupta &lt;aman1.gupta@samsung.com&gt;Co-developed-by: Padmanabhan Rajanbabu &lt;p.rajanbabu@samsung.com&gt;[mani: reworked based on the IOCTL fix, cleanups, documentation, commit message]Signed-off-by: Aman Gupta &lt;aman1.gupta@samsung.com&gt;Signed-off-by: Padmanabhan Rajanbabu &lt;p.rajanbabu@samsung.com&gt;Signed-off-by: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Tested-by: Niklas Cassel &lt;cassel@kernel.org&gt;Reviewed-by: Niklas Cassel &lt;cassel@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Thu, 16 Jan 2025 17:16:50 +0000</pubDate>
        <dc:creator>Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>7f853a25 - selftests: ntsync: Add some tests for semaphore state.</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#7f853a25</link>
        <description>selftests: ntsync: Add some tests for semaphore state.Wine has tests for its synchronization primitives, but these are more accessibleto kernel developers, and also allow us to test some edge cases that Wine doesnot care about.This patch adds tests for semaphore-specific ioctls NTSYNC_IOC_SEM_POST andNTSYNC_IOC_SEM_READ, and waiting on semaphores.Signed-off-by: Elizabeth Figura &lt;zfigura@codeweavers.com&gt;Link: https://lore.kernel.org/r/20241213193511.457338-17-zfigura@codeweavers.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 13 Dec 2024 19:34:57 +0000</pubDate>
        <dc:creator>Elizabeth Figura &lt;zfigura@codeweavers.com&gt;</dc:creator>
    </item>
<item>
        <title>838f12c3 - selftests/pcie_bwctrl: Create selftests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#838f12c3</link>
        <description>selftests/pcie_bwctrl: Create selftestsCreate selftests for PCIe BW control through the PCIe cooling device sysfsinterface.First, the BW control selftest finds the PCIe Port to test with. Bydefault, the PCIe Port with the highest Link Speed is selected butanother PCIe Port can be provided with -d parameter.The actual test steps the cur_state of the cooling device one-by-onefrom max_state to what the cur_state was initially. The speed changeis confirmed by observing the current_link_speed for the correspondingPCIe Port.Link: https://lore.kernel.org/r/20241018144755.7875-10-ilpo.jarvinen@linux.intel.comSigned-off-by: Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;Signed-off-by: Bjorn Helgaas &lt;bhelgaas@google.com&gt;Reviewed-by: Jonathan Cameron &lt;Jonathan.Cameron@huawei.com&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 18 Oct 2024 14:47:55 +0000</pubDate>
        <dc:creator>Ilpo J&#228;rvinen &lt;ilpo.jarvinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>11f0c8e0 - selftests: Rename sigaltstack to generic signal</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#11f0c8e0</link>
        <description>selftests: Rename sigaltstack to generic signalRename sigaltstack to generic signal directory, to allow adding moresignal tests in the future.Signed-off-by: Dev Jain &lt;dev.jain@arm.com&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Wed, 09 Oct 2024 05:14:23 +0000</pubDate>
        <dc:creator>Dev Jain &lt;dev.jain@arm.com&gt;</dc:creator>
    </item>
<item>
        <title>7941b83b - selftests: sched_ext: Add sched_ext as proper selftest target</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#7941b83b</link>
        <description>selftests: sched_ext: Add sched_ext as proper selftest targetThe sched_ext selftests is missing proper cross-compilation support, aproper target entry, and out-of-tree build support.When building the kselftest suite, e.g.:  make ARCH=riscv CROSS_COMPILE=riscv64-linux-gnu-  \    TARGETS=sched_ext SKIP_TARGETS=&quot;&quot; O=/output/foo \    -C tools/testing/selftests installor:  make ARCH=arm64 LLVM=1 TARGETS=sched_ext SKIP_TARGETS=&quot;&quot; \    O=/output/foo -C tools/testing/selftests installThe expectation is that the sched_ext is included, cross-built, thecorrect toolchain is picked up, and placed into /output/foo.In contrast to the BPF selftests, the sched_ext suite does not usebpftool at test run-time, so it is sufficient to build bpftool for thebuild host only.Add ARCH, CROSS_COMPILE, OUTPUT, and TARGETS support to the sched_extselftest. Also, remove some variables that were unused by theMakefile.Signed-off-by: Bj&#246;rn T&#246;pel &lt;bjorn@rivosinc.com&gt;Reviewed-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Acked-by: David Vernet &lt;void@manifault.com&gt;Tested-by: Mark Brown &lt;broonie@kernel.org&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Tue, 08 Oct 2024 15:35:18 +0000</pubDate>
        <dc:creator>Bj&#246;rn T&#246;pel &lt;bjorn@rivosinc.com&gt;</dc:creator>
    </item>
<item>
        <title>8a405552 - selftests/net: integrate packetdrill with ksft</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#8a405552</link>
        <description>selftests/net: integrate packetdrill with ksftLay the groundwork to import into kselftests the over 150 packetdrillTCP/IP conformance tests on github.com/google/packetdrill.Florian recently added support for packetdrill tests in nf_conntrack,in commit a8a388c2aae49 (&quot;selftests: netfilter: add packetdrill basedconntrack tests&quot;).This patch takes a slightly different approach. It relies onksft_runner.sh to run every *.pkt file in the directory.Any future imports of packetdrill tests should require no additionalcoding. Just add the *.pkt files.Initially import only two features/directories from github. One with asingle script, and one with two. This was the only reason to picktcp/inq and tcp/md5.The path replaces the directory hierarchy in github with a flat spaceof files: $(subst /,_,$(wildcard tcp/**/*.pkt)). This is the moststraightforward option to integrate with kselftests. The Linked threadreviewed two ways to maintain the hierarchy: TEST_PROGS_RECURSE andPRESERVE_TEST_DIRS. But both introduce significant changes tokselftest infra and with that risk to existing tests.Implementation notes:- restore alphabetical order when adding the new directory to  tools/testing/selftests/Makefile- imported *.pkt files and support verbatim from the github project,  except for    - update `source ./defaults.sh` path (to adjust for flat dir)    - add SPDX headers    - remove one author statement    - Acknowledgment: drop an e (checkpatch)Tested:	make -C tools/testing/selftests \	  TARGETS=net/packetdrill \	  run_tests	make -C tools/testing/selftests \	  TARGETS=net/packetdrill \	  install INSTALL_PATH=$KSFT_INSTALL_PATH	# in virtme-ng	./run_kselftest.sh -c net/packetdrill	./run_kselftest.sh -t net/packetdrill:tcp_inq_client.pktLink: https://lore.kernel.org/netdev/20240827193417.2792223-1-willemdebruijn.kernel@gmail.com/Signed-off-by: Willem de Bruijn &lt;willemb@google.com&gt;Link: https://patch.msgid.link/20240905231653.2427327-3-willemdebruijn.kernel@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Thu, 05 Sep 2024 23:15:52 +0000</pubDate>
        <dc:creator>Willem de Bruijn &lt;willemb@google.com&gt;</dc:creator>
    </item>
<item>
        <title>3ade6ce1 - selftests: rds: add testing infrastructure</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#3ade6ce1</link>
        <description>selftests: rds: add testing infrastructureThis adds some basic self-testing infrastructure for RDS-TCP.Signed-off-by: Vegard Nossum &lt;vegard.nossum@oracle.com&gt;Signed-off-by: Chuck Lever &lt;chuck.lever@oracle.com&gt;Signed-off-by: Allison Henderson &lt;allison.henderson@oracle.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Tue, 06 Aug 2024 15:38:09 +0000</pubDate>
        <dc:creator>Vegard Nossum &lt;vegard.nossum@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>f0a1ffa6 - selftest: acct: Add selftest for the acct() syscall</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#f0a1ffa6</link>
        <description>selftest: acct: Add selftest for the acct() syscallThe acct() system call enables or disables process accounting.If accounting is turned on, records for each terminating processare appended to a specified filename as it terminates. An argument of NULLcauses accounting to be turned off.This patch will add a test for the acct() syscall.Signed-off-by: Abdulrasaq Lawani &lt;abdulrasaqolawani@gmail.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Thu, 01 Aug 2024 09:29:52 +0000</pubDate>
        <dc:creator>Abdulrasaq Lawani &lt;abdulrasaqolawani@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4e51e13b - selftests: user: remove user suite</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#4e51e13b</link>
        <description>selftests: user: remove user suiteThe user test suite has only one test, test_user_copy which loadstest_user_copy module for testing. But test_user_copy module has alreadybeen converted to kunit (see fixes). Hence remove the entire suite.Fixes: cf6219ee889f (&quot;usercopy: Convert test_user_copy to KUnit test&quot;)Signed-off-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Thu, 25 Jul 2024 11:08:03 +0000</pubDate>
        <dc:creator>Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>b7274930 - kselftest: devices: Add test to detect device error logs</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#b7274930</link>
        <description>kselftest: devices: Add test to detect device error logsLog errors are the most widely used mechanism for reporting issues inthe kernel. When an error is logged using the device helpers, egdev_err(), it gets metadata attached that identifies the subsystem anddevice where the message is coming from. Introduce a new test that makesuse of that metadata to report which devices logged errors (or morecritical messages).Signed-off-by: N&#237;colas F. R. A. Prado &lt;nfraprado@collabora.com&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20240705-dev-err-log-selftest-v2-3-163b9cd7b3c1@collabora.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 05 Jul 2024 23:29:56 +0000</pubDate>
        <dc:creator>N&#237;colas F. R. A. Prado &lt;nfraprado@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>0e7b7bde - kselftest: Move ksft helper module to common directory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#0e7b7bde</link>
        <description>kselftest: Move ksft helper module to common directoryMove the ksft python module, which provides generic helpers forkselftests, to a common directory so it can be more easily sharedbetween different tests.Signed-off-by: N&#237;colas F. R. A. Prado &lt;nfraprado@collabora.com&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20240705-dev-err-log-selftest-v2-2-163b9cd7b3c1@collabora.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 05 Jul 2024 23:29:55 +0000</pubDate>
        <dc:creator>N&#237;colas F. R. A. Prado &lt;nfraprado@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>0debb20c - kselftest: devices: Move discoverable devices test to subdirectory</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#0debb20c</link>
        <description>kselftest: devices: Move discoverable devices test to subdirectoryMove the discoverable devices test to a subdirectory to allow otherrelated tests to be added to the devices directory.Signed-off-by: N&#237;colas F. R. A. Prado &lt;nfraprado@collabora.com&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20240705-dev-err-log-selftest-v2-1-163b9cd7b3c1@collabora.comSigned-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 05 Jul 2024 23:29:54 +0000</pubDate>
        <dc:creator>N&#237;colas F. R. A. Prado &lt;nfraprado@collabora.com&gt;</dc:creator>
    </item>
<item>
        <title>8e51106d - selftests: ifs: verify test interfaces are created by the driver</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#8e51106d</link>
        <description>selftests: ifs: verify test interfaces are created by the driverIFS (In Field Scan) driver exposes its functionality via sysfs interfaces.Applications prepare and exercise the tests by interacting with theaforementioned sysfs files.Verify that the necessary sysfs entries are created after loading the IFSdriver.Initialize test variables needed for building subsequent kself-test cases.Reviewed-by: Jithu Joseph &lt;jithu.joseph@intel.com&gt;Reviewed-by: Kuppuswamy Sathyanarayanan &lt;sathyanarayanan.kuppuswamy@linux.intel.com&gt;Co-developed-by: Ashok Raj &lt;ashok.raj@intel.com&gt;Signed-off-by: Ashok Raj &lt;ashok.raj@intel.com&gt;Signed-off-by: Pengfei Xu &lt;pengfei.xu@intel.com&gt;Acked-by: Jithu Joseph &lt;jithu.joseph@intel.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 31 May 2024 07:53:47 +0000</pubDate>
        <dc:creator>Pengfei Xu &lt;pengfei.xu@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>cee27ae5 - Revert &quot;selftests: Compile kselftest headers with -D_GNU_SOURCE&quot;</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#cee27ae5</link>
        <description>Revert &quot;selftests: Compile kselftest headers with -D_GNU_SOURCE&quot;This reverts commit daef47b89efd0b745e8478d69a3ad724bd8b4dc6.This framework change to add D_GNU_SOURCE to KHDR_INCLUDESto Makefile, lib.mk, and kselftest_harness.h is causing buildfailures and warnings.Revert this change.Reported-by: Mark Brown &lt;broonie@kernel.org&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Fri, 17 May 2024 02:51:07 +0000</pubDate>
        <dc:creator>Shuah Khan &lt;skhan@linuxfoundation.org&gt;</dc:creator>
    </item>
<item>
        <title>daef47b8 - selftests: Compile kselftest headers with -D_GNU_SOURCE</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#daef47b8</link>
        <description>selftests: Compile kselftest headers with -D_GNU_SOURCEAdd the -D_GNU_SOURCE flag to KHDR_INCLUDES so that it is defined in acentral location.Commit 809216233555 (&quot;selftests/harness: remove use of LINE_MAX&quot;)introduced asprintf into kselftest_harness.h, which is a GNU extensionand needs _GNU_SOURCE to either be defined prior to including headers orwith the -D_GNU_SOURCE flag passed to the compiler.Fixed up commit log:Shuah Khan &lt;skhan@linuxfoundation.org&gt;Fixes: 809216233555 (&quot;selftests/harness: remove use of LINE_MAX&quot;)Reported-by: kernel test robot &lt;oliver.sang@intel.com&gt;Closes: https://lore.kernel.org/oe-lkp/202404301040.3bea5782-oliver.sang@intel.comSigned-off-by: Edward Liaw &lt;edliaw@google.com&gt;Reviewed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Reviewed-by: Mark Brown &lt;broonie@kernel.org&gt;Reviewed-by: John Hubbard &lt;jhubbard@nvidia.com&gt;Signed-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Tue, 07 May 2024 21:38:26 +0000</pubDate>
        <dc:creator>Edward Liaw &lt;edliaw@google.com&gt;</dc:creator>
    </item>
<item>
        <title>ff4b2bfa - selftests: drv-net-hw: support using Python from net hw tests</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/tools/testing/selftests/Makefile#ff4b2bfa</link>
        <description>selftests: drv-net-hw: support using Python from net hw testsWe created a separate directory for HW-only tests, recently.Glue in the Python test library there, Python is a bit annoyingwhen it comes to using library code located &quot;lower&quot;in the directory structure.Reuse the Env class, but let tests require non-nsim setup.Reviewed-by: Willem de Bruijn &lt;willemb@google.com&gt;Link: https://lore.kernel.org/r/20240429144426.743476-3-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux-6.15/tools/testing/selftests/Makefile</description>
        <pubDate>Mon, 29 Apr 2024 14:44:22 +0000</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
