<?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.include</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/nolibc/Makefile.include#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/nolibc/Makefile.include</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>ee60c510fb3468ec6fab98419218c4e7b37e2ca3 - Merge tag &apos;nolibc-20260412-for-7.1-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/nolibc/Makefile.include#ee60c510fb3468ec6fab98419218c4e7b37e2ca3</link>
        <description>Merge tag &apos;nolibc-20260412-for-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcPull nolibc updates from Thomas Wei&#223;schuh: - Many new features and optimizations to printf() - Rename non-standard symbols to avoid collisions with application code - Support for byteswap.h, endian.h, err.h and asprintf() - 64-bit dev_t - Smaller cleanups and fixes to the code and build system* tag &apos;nolibc-20260412-for-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc: (61 commits)  selftests/nolibc: use gcc 15  tools/nolibc: support UBSAN on gcc  tools/nolibc: create __nolibc_no_sanitize_ubsan  selftests/nolibc: don&apos;t skip tests for unimplemented syscalls anymore  selftests/nolibc: explicitly handle ENOSYS from ptrace()  tools/nolibc: add byteorder conversions  tools/nolibc: add the _syscall() macro  tools/nolibc: move the call to __sysret() into syscall()  tools/nolibc: rename the internal macros used in syscall()  selftests/nolibc: only use libgcc when really necessary  selftests/nolibc: test the memory allocator  tools/nolibc: check for overflow in calloc() without divisions  tools/nolibc: add support for asprintf()  tools/nolibc: use __builtin_offsetof()  tools/nolibc: use makedev() in fstatat()  tools/nolibc: handle all major and minor numbers in makedev() and friends  tools/nolibc: make dev_t 64 bits wide  tools/nolibc: move the logic of makedev() and friends into functions  selftests/nolibc: add a test for stat().st_rdev  selftests/nolibc: add some tests for makedev() and friends  ...

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 15 Apr 2026 02:13:09 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c8f6a4bbad3b1a96572d1ac1d5c37bae109fa664 - selftests/nolibc: enable -Wundef</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#c8f6a4bbad3b1a96572d1ac1d5c37bae109fa664</link>
        <description>selftests/nolibc: enable -WundefUsers might use -Wundef, so also use it in the nolibc testsuite toensure no warnings are triggered.The existing line with warning options is getting too long,so move all warnings to a dedicated line.Acked-by: Willy Tarreau &lt;w@1wt.eu&gt;Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Link: https://patch.msgid.link/20260318-nolibc-wundef-v1-2-fcb7f9ac7298@weissschuh.net

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 18 Mar 2026 17:12:43 +0100</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>5662ec000d97d7a84ad4e3f34768ef08c869d0e3 - selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilation</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#5662ec000d97d7a84ad4e3f34768ef08c869d0e3</link>
        <description>selftests/nolibc: validate NOLIBC_IGNORE_ERRNO compilationWhen NOLIBC_IGNORE_ERRNO is set, various bits of nolibc are disabled.Make sure that all the ifdeffery does not result in any compilationerrors by compiling a dummy source file.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Acked-by: Willy Tarreau &lt;w@1wt.eu&gt;Link: https://patch.msgid.link/20260311-nolibc-err-h-v1-2-735a9de7f15d@weissschuh.net

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 11 Mar 2026 23:00:50 +0100</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>e2900176327bb2fb1e8f831ba76b1b16264bc27a - selftests/nolibc: add a variable for nolibc-test source files</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#e2900176327bb2fb1e8f831ba76b1b16264bc27a</link>
        <description>selftests/nolibc: add a variable for nolibc-test source filesThe list of the nolibc-test source files is repeated many times.Another source file is about to be added, adding to the mess.Introduce a common variable instead.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Acked-by: Willy Tarreau &lt;w@1wt.eu&gt;Link: https://patch.msgid.link/20260311-nolibc-err-h-v1-1-735a9de7f15d@weissschuh.net

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 11 Mar 2026 23:00:49 +0100</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&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/nolibc/Makefile.include#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/nolibc/Makefile.include</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>a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad - Merge commit &apos;linus&apos; into core/bugs, to resolve conflicts</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#a53d0cf7f1cb3182ad533ff5cacfa5fd29c419ad</link>
        <description>Merge commit &apos;linus&apos; into core/bugs, to resolve conflictsResolve conflicts with this commit that was developed in parallelduring the merge window: 8c8efa93db68 (&quot;x86/bug: Add ARCH_WARN_ASM macro for BUG/WARN asm code sharing with Rust&quot;) Conflicts:	arch/riscv/include/asm/bug.h	arch/x86/include/asm/bug.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Tue, 05 Aug 2025 11:15:34 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8b87f67b4c87452e21721887fa8dec1f4c6b2b7c - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#8b87f67b4c87452e21721887fa8dec1f4c6b2b7c</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.18 merge window.

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 08 Oct 2025 06:53:13 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4b051897df2375414587a245ecb9bb1a4d26b3b8 - Merge tag &apos;v6.17-rc2&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#4b051897df2375414587a245ecb9bb1a4d26b3b8</link>
        <description>Merge tag &apos;v6.17-rc2&apos; into HEADSync up with mainline to bring in changes to include/linux/sprintf.h

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Thu, 21 Aug 2025 20:46:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8 - Merge drm/drm-next into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#b4d90dbc4c1bc4bd3eb2d2989330af0eb95c98e8</link>
        <description>Merge drm/drm-next into drm-misc-next-fixesBackmerging to drm-misc-next-fixes to get features and fixes fromv6.17-rc6.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Mon, 15 Sep 2025 10:23:28 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>702fdf3513b045f596f836d9a4b8672c76f11834 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#702fdf3513b045f596f836d9a4b8672c76f11834</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with some display dependencies.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 10 Sep 2025 14:01:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>ca994e8922f25f7fed2075098f185cf198109eaa - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#ca994e8922f25f7fed2075098f185cf198109eaa</link>
        <description>Merge drm/drm-next into drm-xe-nextBring v6.17-rc1 to propagate commits from other subsystems, particularlyPCI, which has some new functions needed for SR-IOV integration.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Tue, 12 Aug 2025 14:58:37 +0200</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8 - Merge drm/drm-next into drm-misc-n</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#08c51f5bddc81c8c97c1eb11861b0dc009e5ccd8</link>
        <description>Merge drm/drm-next into drm-misc-nUpdating drm-misc-next to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Mon, 11 Aug 2025 14:37:45 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#8d2b0853add1d7534dc0794e3c8e0b9e8c4ec640</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesUpdating drm-misc-fixes to the state of v6.17-rc1. Begins a new releasecycle.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Mon, 11 Aug 2025 16:49:06 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b1c21075d30c40762750be0cded9822791df422b - Merge tag &apos;nolibc-20250724-for-6.17-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/nolibc/Makefile.include#b1c21075d30c40762750be0cded9822791df422b</link>
        <description>Merge tag &apos;nolibc-20250724-for-6.17-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibcPull nolibc updates from Thomas Wei&#223;schuh: &quot;Highlights:   - New supported architectures: SuperH, x32, MIPS n32/n64   - Adopt general kernel architectures names   - Integrate the nolibc selftests into the kselftests framework   - Various fixes and new syscall wrappers  Two non-nolibc changes:   - New arm64 selftest which depends on nolibc changes   - General tools/ cross-compilation bugfix for s390 clang&quot;* tag &apos;nolibc-20250724-for-6.17-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/nolibc/linux-nolibc: (30 commits)  selftests/nolibc: add x32 test configuration  tools/nolibc: define time_t in terms of __kernel_old_time_t  selftests/nolibc: show failed run if test process crashes  tools/nolibc: drop s390 clang target override  tools/build: Fix s390(x) cross-compilation with clang  tools/nolibc: avoid false-positive -Wmaybe-uninitialized through waitpid()  selftests/nolibc: correctly report errors from printf() and friends  selftests/nolibc: create /dev/full when running as PID 1  tools/nolibc: add support for clock_nanosleep() and nanosleep()  kselftest/arm64: Add a test for vfork() with GCS  selftests/nolibc: Add coverage of vfork()  tools/nolibc: Provide vfork()  tools/nolibc: Replace ifdef with if defined() in sys.h  tools/nolibc: add support for SuperH  selftests/nolibc: use file driver for QEMU serial  selftests/nolibc: fix EXTRACONFIG variables ordering  tools/nolibc: MIPS: add support for N64 and N32 ABIs  tools/nolibc: MIPS: drop noreorder option  tools/nolibc: MIPS: drop manual stack pointer alignment  tools/nolibc: MIPS: drop $gp setup  ...

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Wed, 30 Jul 2025 00:32:02 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a09db6afe292cba6ccb0966d4266b78b1a8a8055 - selftests/nolibc: split out CFLAGS logic</title>
        <link>http://kernelsources.org:8080/source/history/linux/tools/testing/selftests/nolibc/Makefile.include#a09db6afe292cba6ccb0966d4266b78b1a8a8055</link>
        <description>selftests/nolibc: split out CFLAGS logicSome upcoming changes will reuse the CFLAGS.Split the computation into a reusable Makefile.Acked-by: Willy Tarreau &lt;w@1wt.eu&gt;Link: https://lore.kernel.org/r/20250620-nolibc-selftests-v1-2-f6b2ce7c5071@weissschuh.netSigned-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;

            List of files:
            /linux/tools/testing/selftests/nolibc/Makefile.include</description>
        <pubDate>Fri, 20 Jun 2025 23:39:31 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
</channel>
</rss>
