<?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.vdsoinst</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/scripts/Makefile.vdsoinst#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/scripts/Makefile.vdsoinst</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>5d0d3623303775d750e122a2542d1a26c8573d38 - Merge tag &apos;kbuild-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#5d0d3623303775d750e122a2542d1a26c8573d38</link>
        <description>Merge tag &apos;kbuild-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxPull Kbuild/Kconfig updates from Nicolas Schier: &quot;Kbuild:   - reject unexpected values for LLVM=   - uapi: remove usage of toolchain headers   - switch from &apos;-fms-extensions&apos; to &apos;-fms-anonymous-structs&apos; when     available (currently: clang &gt;= 23.0.0)   - reduce the number of compiler-generated suffixes for clang thin-lto     build   - reduce output spam (&quot;GEN Makefile&quot;) when building out of tree   - improve portability for testing headers   - also test UAPI headers against C++ compilers   - drop build ID architecture allow-list in vdso_install   - only run checksyscalls when necessary   - update the debug information notes in reproducible-builds.rst   - expand inlining hints with -fdiagnostics-show-inlining-chain  Kconfig:   - forbid multiple entries with the same symbol in a choice   - error out on duplicated kconfig inclusion&quot;* tag &apos;kbuild-7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux: (35 commits)  kbuild: expand inlining hints with -fdiagnostics-show-inlining-chain  kconfig: forbid multiple entries with the same symbol in a choice  Documentation: kbuild: Update the debug information notes in reproducible-builds.rst  checksyscalls: move instance functionality into generic code  checksyscalls: only run when necessary  checksyscalls: fail on all intermediate errors  checksyscalls: move path to reference table to a variable  kbuild: vdso_install: drop build ID architecture allow-list  kbuild: vdso_install: gracefully handle images without build ID  kbuild: vdso_install: hide readelf warnings  kbuild: vdso_install: split out the readelf invocation  kbuild: uapi: also test UAPI headers against C++ compilers  kbuild: uapi: provide a C++ compatible dummy definition of NULL  kbuild: uapi: handle UML in architecture-specific exclusion lists  kbuild: uapi: move all include path flags together  kbuild: uapi: move some compiler arguments out of the command definition  check-uapi: use dummy libc includes  check-uapi: honor ${CROSS_COMPILE} setting  check-uapi: link into shared objects  kbuild: reduce output spam when building out of tree  ...

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 14 Apr 2026 18:18:40 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>5471878477a3e9d4851f39c8becbb39d290d0192 - kbuild: vdso_install: drop build ID architecture allow-list</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#5471878477a3e9d4851f39c8becbb39d290d0192</link>
        <description>kbuild: vdso_install: drop build ID architecture allow-listMany architectures which do generate build IDs are missing from thislist. For example arm64, riscv, loongarch, mips.Now that errors from readelf and binaries without any build ID arehandled gracefully, the allow-list is not necessary anymore, drop it.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Reviewed-by: Nicolas Schier &lt;nsc@kernel.org&gt;Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Link: https://patch.msgid.link/20260331-kbuild-vdso-install-v2-4-606d0dc6beca@weissschuh.netSigned-off-by: Nicolas Schier &lt;nsc@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 31 Mar 2026 19:50:22 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>e4fb2342358c36b461632382fae9dfa11a957897 - kbuild: vdso_install: gracefully handle images without build ID</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#e4fb2342358c36b461632382fae9dfa11a957897</link>
        <description>kbuild: vdso_install: gracefully handle images without build IDIf the vDSO does not contain a build ID, skip the symlink step.This will allow the removal of the explicit list of architectures.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Reviewed-by: Nicolas Schier &lt;nsc@kernel.org&gt;Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Link: https://patch.msgid.link/20260331-kbuild-vdso-install-v2-3-606d0dc6beca@weissschuh.netSigned-off-by: Nicolas Schier &lt;nsc@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 31 Mar 2026 19:50:21 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>ec2137476df8c9551d8bad4c3b22b540035164c1 - kbuild: vdso_install: hide readelf warnings</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#ec2137476df8c9551d8bad4c3b22b540035164c1</link>
        <description>kbuild: vdso_install: hide readelf warningsIf &apos;readelf -n&apos; encounters a note it does not recognize it emits awarning. This for example happens when inspecting a compat vDSO forwhich the main kernel toolchain was not used.However the relevant build ID note is always readable, so thewarnings are pointless.Hide the warnings to make it possible to extract build IDs for morearchitectures in the future.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Reviewed-by: Nicolas Schier &lt;nsc@kernel.org&gt;Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Link: https://patch.msgid.link/20260331-kbuild-vdso-install-v2-2-606d0dc6beca@weissschuh.netSigned-off-by: Nicolas Schier &lt;nsc@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 31 Mar 2026 19:50:20 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>efa13f43c550e612c78e5dba7d776a6d5d5fed9f - kbuild: vdso_install: split out the readelf invocation</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#efa13f43c550e612c78e5dba7d776a6d5d5fed9f</link>
        <description>kbuild: vdso_install: split out the readelf invocationSplit up the logic as some upcoming changes to the readelf invocationwould create a very long line otherwise.Signed-off-by: Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;Reviewed-by: Nicolas Schier &lt;nsc@kernel.org&gt;Reviewed-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Link: https://patch.msgid.link/20260331-kbuild-vdso-install-v2-1-606d0dc6beca@weissschuh.netSigned-off-by: Nicolas Schier &lt;nsc@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 31 Mar 2026 19:50:19 +0200</pubDate>
        <dc:creator>Thomas Wei&#223;schuh &lt;linux@weissschuh.net&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>afeea2758b4f1210361ce2a91d8fa3e7df606ad2 - Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#afeea2758b4f1210361ce2a91d8fa3e7df606ad2</link>
        <description>Merge drm-misc-next-2024-07-04 into drm-misc-next-fixesLet&apos;s start the drm-misc-next-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Thu, 04 Jul 2024 15:19:33 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d754ed2821fd9675d203cb73c4afcd593e28b7d0 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#d754ed2821fd9675d203cb73c4afcd593e28b7d0</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.10-rc3.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Wed, 19 Jun 2024 10:38:31 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b</link>
        <description>Merge drm/drm-next into drm-xe-nextNeeded to get tracing cleanup and add mmio tracing series.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Wed, 12 Jun 2024 17:31:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>375c4d1583948cf2439833e4a85d5a0aee853895 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#375c4d1583948cf2439833e4a85d5a0aee853895</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s start the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Mon, 27 May 2024 11:08:31 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>3c69140734a27f8b145f12fa0ae80c1fe36a02ca - Merge branch &apos;for-6.11/trivial&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#3c69140734a27f8b145f12fa0ae80c1fe36a02ca</link>
        <description>Merge branch &apos;for-6.11/trivial&apos; into for-linusCouple of trivial fixes:- extra semicolon (Chen Ni)- typo (Thorsten Blum)

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Tue, 16 Jul 2024 12:19:28 +0200</pubDate>
        <dc:creator>Benjamin Tissoires &lt;bentiss@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99 - Merge branch &apos;tip/x86/cpu&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99</link>
        <description>Merge branch &apos;tip/x86/cpu&apos;The Lunarlake patches rely on the new VFM stuff.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Thu, 04 Jul 2024 16:00:24 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vdsoinst#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/scripts/Makefile.vdsoinst</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
</channel>
</rss>
