<?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 harness-selftest.expected</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e997ac58ad0b47141c62c79cde8356fe5633287a - Merge tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#e997ac58ad0b47141c62c79cde8356fe5633287a</link>
        <description>Merge tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestPull kselftest updates from Shuah Khan: - cpu-hotplug: fix to check if cpu hotplug is supported to avoid   test failures when cpu hotplug isn&apos;t supported. - frace: fix to relevant comparisons and path checks in the helper so   it  handles those patterns without spurious shell warnings. - runner.sh: add ktrap support - tracing: fix to make --logdir option work again - tracing: fix to check awk supports non POSIX strtonum() - mqueue: fix incorrectly named settings file to make sure the test   used the correct timeout value - kselftest:    - fix to treat xpass as successful result    - add ksft_reset_state() - kselftest_harness:    - validate kselftest exit codes are handled explicitly    - add detection of invalid mixing of kselftest and harness      functionality    - add validation of intermixing of kselftest and harness      functionality - run_kselftest.sh:    - remove unused $ROOT    - resolve BASE_DIR with pwd -P to avoid dependency on realpath      or readlink commands to generate a physical absolute path for      BASE_DIR    - allow choosing per-test log directory    - preserve subtarget failures in all/install* tag &apos;linux_kselftest-next-7.1-rc1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest:  selftests/ftrace: Quote check_requires comparisons  selftests: Preserve subtarget failures in all/install  selftests/run_kselftest.sh: Allow choosing per-test log directory  selftests/run_kselftest.sh: Resolve BASE_DIR with pwd -P  selftests/run_kselftest.sh: Remove unused $ROOT  selftests/cpu-hotplug: Fix check for cpu hotplug not supported  selftests/mqueue: Fix incorrectly named file  selftests: Use ktap helpers for runner.sh  selftests: harness: Validate intermixing of kselftest and harness functionality  selftests: harness: Detect illegal mixing of kselftest and harness functionality  selftests: kselftest: Add ksft_reset_state()  selftests: harness: Validate that explicit kselftest exitcodes are handled  selftests: kselftest: Treat xpass as successful result  selftests/tracing: Fix to check awk supports non POSIX strtonum()  selftests/tracing: Fix to make --logdir option work again

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Wed, 15 Apr 2026 02:46:12 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>132618c5b69364b888b9cefc6c2ef6ee3f965ae6 - selftests: harness: Validate intermixing of kselftest and harness functionality</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#132618c5b69364b888b9cefc6c2ef6ee3f965ae6</link>
        <description>selftests: harness: Validate intermixing of kselftest and harness functionalityMake sure that calling ksft_test_result_*() functions from harnesstests work as expected.Signed-off-by: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Link: https://lore.kernel.org/r/20260302-kselftest-harness-v2-5-3143aa41d989@linutronix.deSigned-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 02 Mar 2026 15:13:32 +0100</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>758b8905ec68afb80500321bcf0f22cadf715b51 - selftests: harness: Validate that explicit kselftest exitcodes are handled</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#758b8905ec68afb80500321bcf0f22cadf715b51</link>
        <description>selftests: harness: Validate that explicit kselftest exitcodes are handledThe test programs can directly call exit with one of the KSFT_* constants.Add tests for this functionality.Signed-off-by: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Link: https://lore.kernel.org/r/20260302-kselftest-harness-v2-2-3143aa41d989@linutronix.deSigned-off-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 02 Mar 2026 15:13:29 +0100</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ab93e0dd72c37d378dd936f031ffb83ff2bd87ce - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#ab93e0dd72c37d378dd936f031ffb83ff2bd87ce</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.17 merge window.

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Wed, 06 Aug 2025 19:08:54 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a7bee4e7f78089c101be2ad51f4b5ec64782053e - Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#a7bee4e7f78089c101be2ad51f4b5ec64782053e</link>
        <description>Merge tag &apos;ib-mfd-gpio-input-pwm-v6.17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into nextMerge an immutable branch between MFD, GPIO, Input and PWM to resolveconflicts for the merge window pull request.

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 04 Aug 2025 08:28:48 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>74f1af95820fc2ee580a775a3a17c416db30b38c - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#74f1af95820fc2ee580a775a3a17c416db30b38c</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-nextBack-merge drm-next to (indirectly) get arm-smmu updates for makingstall-on-fault more reliable.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Sun, 29 Jun 2025 04:54:49 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#c598d5eb9fb331ba17bc9ad67ae9a2231ca5aca5</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to forward to v6.16-rc1Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Wed, 11 Jun 2025 09:01:34 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>86e2d052c2320bf12571a5d96b16c2745e1cfc5e - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#86e2d052c2320bf12571a5d96b16c2745e1cfc5e</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.16Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 09 Jun 2025 18:26:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>34c55367af96f62e89221444f04487440ebc6487 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#34c55367af96f62e89221444f04487440ebc6487</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.16-rc1, among other things to get the fixed size GENMASK_U*()and BIT_U*() macros.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 09 Jun 2025 11:40:46 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>015a99fa76650e7d6efa3e36f20c0f5b346fe9ce - Merge tag &apos;nolibc-20250526-for-6.16-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#015a99fa76650e7d6efa3e36f20c0f5b346fe9ce</link>
        <description>Merge tag &apos;nolibc-20250526-for-6.16-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcPull nolibc updates from Thomas Wei&#223;schuh: - New supported architectures: m68k, SPARC (32 and 64 bit) - Compatibility with kselftest_harness.h - A more robust mechanism to include all of nolibc from each header - Split existing features into new headers to simplify adoption - Compatibility with UBSAN and it is used in the testsuite - Many small new features focussing on usage in kselftests* tag &apos;nolibc-20250526-for-6.16-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc: (83 commits)  selftests: harness: Stop using setjmp()/longjmp()  selftests: harness: Add &quot;variant&quot; and &quot;self&quot; to test metadata  selftests: harness: Add teardown callback to test metadata  selftests: harness: Move teardown conditional into test metadata  selftests: harness: Don&apos;t set setup_completed for fixtureless tests  selftests: harness: Implement test timeouts through pidfd  selftests: harness: Remove dependency on libatomic  selftests: harness: Remove inline qualifier for wrappers  selftests: harness: Mark functions without prototypes static  selftests: harness: Ignore unused variant argument warning  selftests: harness: Use C89 comment style  selftests: harness: Add kselftest harness selftest  selftests/nolibc: drop include guards around standard headers  tools/nolibc: move NULL and offsetof() to sys/stddef.h  tools/nolibc: move uname() and friends to sys/utsname.h  tools/nolibc: move makedev() and friends to sys/sysmacros.h  tools/nolibc: move getrlimit() and friends to sys/resource.h  tools/nolibc: move reboot() to sys/reboot.h  tools/nolibc: move prctl() to sys/prctl.h  tools/nolibc: move mount() to sys/mount.h  ...

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Tue, 27 May 2025 20:27:09 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>df82ffc5a3c18b21ea0140faed81241c7d273e88 - selftests: harness: Add kselftest harness selftest</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected#df82ffc5a3c18b21ea0140faed81241c7d273e88</link>
        <description>selftests: harness: Add kselftest harness selftestAdd a selftest for the kselftest harness itself so any changes can bevalidated.Signed-off-by: Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;Reviewed-by: Muhammad Usama Anjum &lt;usama.anjum@collabora.com&gt;Acked-by: Shuah Khan &lt;skhan@linuxfoundation.org&gt;Link: https://lore.kernel.org/r/20250505-nolibc-kselftest-harness-v4-1-ee4dd5257135@linutronix.deSigned-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;

            List of files:
            /linux/tools/testing/selftests/kselftest_harness/harness-selftest.expected</description>
        <pubDate>Mon, 05 May 2025 17:15:19 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;thomas.weissschuh@linutronix.de&gt;</dc:creator>
    </item>
</channel>
</rss>
