<?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.vmlinux</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#42d3b66d4cdbacfc9d120d2301b8de89cc29a914</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 7.00-rc3. Important ahead GPU SVM merging THPsupport.Signed-off-by: Matthew Brost &lt;matthew.brost@intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Thu, 12 Mar 2026 15:17:56 +0100</pubDate>
        <dc:creator>Matthew Brost &lt;matthew.brost@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#f09812b85fa6f41058bcc46e70ac406bf9b0493a</link>
        <description>Merge drm/drm-next into drm-intel-nextSync with v7.0-rc1 which contains a few treewide changes affecting i915.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Wed, 25 Feb 2026 12:23:04 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>8b85987d3cf50178f67618122d9f3bb202f62f42 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#8b85987d3cf50178f67618122d9f3bb202f62f42</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s merge 7.0-rc1 to start the new drm-misc-next windowSigned-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Mon, 23 Feb 2026 11:48:20 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f17b474e36647c23801ef8fdaf2255ab66dd2973 - Merge tag &apos;bpf-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#f17b474e36647c23801ef8fdaf2255ab66dd2973</link>
        <description>Merge tag &apos;bpf-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPull bpf updates from Alexei Starovoitov: - Support associating BPF program with struct_ops (Amery Hung) - Switch BPF local storage to rqspinlock and remove recursion detection   counters which were causing false positives (Amery Hung) - Fix live registers marking for indirect jumps (Anton Protopopov) - Introduce execution context detection BPF helpers (Changwoo Min) - Improve verifier precision for 32bit sign extension pattern   (Cupertino Miranda) - Optimize BTF type lookup by sorting vmlinux BTF and doing binary   search (Donglin Peng) - Allow states pruning for misc/invalid slots in iterator loops (Eduard   Zingerman) - In preparation for ASAN support in BPF arenas teach libbpf to move   global BPF variables to the end of the region and enable arena kfuncs   while holding locks (Emil Tsalapatis) - Introduce support for implicit arguments in kfuncs and migrate a   number of them to new API. This is a prerequisite for cgroup   sub-schedulers in sched-ext (Ihor Solodrai) - Fix incorrect copied_seq calculation in sockmap (Jiayuan Chen) - Fix ORC stack unwind from kprobe_multi (Jiri Olsa) - Speed up fentry attach by using single ftrace direct ops in BPF   trampolines (Jiri Olsa) - Require frozen map for calculating map hash (KP Singh) - Fix lock entry creation in TAS fallback in rqspinlock (Kumar   Kartikeya Dwivedi) - Allow user space to select cpu in lookup/update operations on per-cpu   array and hash maps (Leon Hwang) - Make kfuncs return trusted pointers by default (Matt Bobrowski) - Introduce &quot;fsession&quot; support where single BPF program is executed   upon entry and exit from traced kernel function (Menglong Dong) - Allow bpf_timer and bpf_wq use in all programs types (Mykyta   Yatsenko, Andrii Nakryiko, Kumar Kartikeya Dwivedi, Alexei   Starovoitov) - Make KF_TRUSTED_ARGS the default for all kfuncs and clean up their   definition across the tree (Puranjay Mohan) - Allow BPF arena calls from non-sleepable context (Puranjay Mohan) - Improve register id comparison logic in the verifier and extend   linked registers with negative offsets (Puranjay Mohan) - In preparation for BPF-OOM introduce kfuncs to access memcg events   (Roman Gushchin) - Use CFI compatible destructor kfunc type (Sami Tolvanen) - Add bitwise tracking for BPF_END in the verifier (Tianci Cao) - Add range tracking for BPF_DIV and BPF_MOD in the verifier (Yazhou   Tang) - Make BPF selftests work with 64k page size (Yonghong Song)* tag &apos;bpf-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next: (268 commits)  selftests/bpf: Fix outdated test on storage-&gt;smap  selftests/bpf: Choose another percpu variable in bpf for btf_dump test  selftests/bpf: Remove test_task_storage_map_stress_lookup  selftests/bpf: Update task_local_storage/task_storage_nodeadlock test  selftests/bpf: Update task_local_storage/recursion test  selftests/bpf: Update sk_storage_omem_uncharge test  bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}  bpf: Support lockless unlink when freeing map or local storage  bpf: Prepare for bpf_selem_unlink_nofail()  bpf: Remove unused percpu counter from bpf_local_storage_map_free  bpf: Remove cgroup local storage percpu counter  bpf: Remove task local storage percpu counter  bpf: Change local_storage-&gt;lock and b-&gt;lock to rqspinlock  bpf: Convert bpf_selem_unlink to failable  bpf: Convert bpf_selem_link_map to failable  bpf: Convert bpf_selem_unlink_map to failable  bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage  selftests/xsk: fix number of Tx frags in invalid packet  selftests/xsk: properly handle batch ending in the middle of a packet  bpf: Prevent reentrance into call_rcu_tasks_trace()  ...

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Tue, 10 Feb 2026 20:26:21 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4 - Merge tag &apos;asoc-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#dd03dd60e8cdd5ef0f0cbc18276c45009bcc51f4</link>
        <description>Merge tag &apos;asoc-v6.20&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Updates for v7.0This release is almost all abut driers, there&apos;s very little core workhere, although some of that driver work is in more generic areas likeSDCA and SOF: - Generic SDCA support for reporting jack events. - Continuing platform support, cleanup and feature improements for the   AMD, Intel, Qualcomm and SOF code. - Platform description improvements for the Cirrus drivers. - Support for NXP i.MX952, Realtek RT1320 and RT5575, and Sophogo   CV1800B.We also pulled in one small SPI API update and some more substantialregmap work (cache description improvements) for use in drivers.

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Mon, 09 Feb 2026 17:39:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>a182a62ff77f705f7dd3d98cf05cb3d03751a8f0 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#a182a62ff77f705f7dd3d98cf05cb3d03751a8f0</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.19-rc9).No adjacent changes, conflicts:drivers/net/ethernet/spacemit/k1_emac.c  3125fc1701694 (&quot;net: spacemit: k1-emac: fix jumbo frame support&quot;)  f66086798f91f (&quot;net: spacemit: Remove broken flow control support&quot;)https://lore.kernel.org/aYIysFIE9ooavWia@sirena.org.ukSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Fri, 23 Jan 2026 05:13:25 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3e4067169c573fba9dd8f77480f3a6e9c723b507 - Merge branch &apos;v6.19-rc8&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#3e4067169c573fba9dd8f77480f3a6e9c723b507</link>
        <description>Merge branch &apos;v6.19-rc8&apos;Update to avoid conflicts with /urgent patches.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Tue, 03 Feb 2026 12:04:13 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>c1b835eefb7887266ac39573054a224a8e32207f - Anbernic RG-DS AW87391 Speaker Amps</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#c1b835eefb7887266ac39573054a224a8e32207f</link>
        <description>Anbernic RG-DS AW87391 Speaker AmpsMerge series from Chris Morgan &lt;macroalpha82@gmail.com&gt;:Add support for the Anbernic RG-DS Speaker Amplifiers. The AnbernicRG-DS uses two AW87391 ICs at 0x58 and 0x5B on i2c2. However, themanufacturer did not provide a firmware file, only a sequence ofregister writes to each device to enable and disable them.Add support for this *specific* configuration in the AW87390 driver.Since we are relying on a device specific sequence I am using adevice specific compatible string. This driver does not currentlysupport the aw87391 for any other device as I have none to testwith valid firmware. Attempts to create firmware with the AwinicSCPv4have not been successful.

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Tue, 03 Feb 2026 00:31:39 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>3d60306b7bb4a3a3c5f01750a2303f987b7d93fa - Merge branch &apos;resolve_btfids-support-for-btf-modifications&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#3d60306b7bb4a3a3c5f01750a2303f987b7d93fa</link>
        <description>Merge branch &apos;resolve_btfids-support-for-btf-modifications&apos;Ihor Solodrai says:====================resolve_btfids: Support for BTF modificationsThis series changes resolve_btfids and kernel build scripts to enableBTF transformations in resolve_btfids. Main motivation for enhancingresolve_btfids is to reduce dependency of the kernel build on paholecapabilities [1] and enable BTF features and optimizations [2][3]particular to the kernel.Patches #1-#4 in the series are non-functional changes inresolve_btfids.Patch #5 makes kernel build notice pahole version changes betweenbuilds.Patch #6 changes minimum version of pahole required forCONFIG_DEBUG_INFO_BTF to v1.22Patch #7 makes a small prep change in selftests/bpf build.The last patch (#8) makes significant changes in resolve_btfids andintroduces scripts/gen-btf.sh. See implementation details in the patchdescription.Successful BPF CI run: https://github.com/kernel-patches/bpf/actions/runs/20378061470[1] https://lore.kernel.org/dwarves/ba1650aa-fafd-49a8-bea4-bdddee7c38c9@linux.dev/[2] https://lore.kernel.org/bpf/20251029190113.3323406-1-ihor.solodrai@linux.dev/[3] https://lore.kernel.org/bpf/20251119031531.1817099-1-dolinux.peng@gmail.com/---v6-&gt;v7:  - documentation edits in patches #5 and #6 (Nicolas)v6: https://lore.kernel.org/bpf/20251219020006.785065-1-ihor.solodrai@linux.dev/v5-&gt;v6:  - patch #8: fix double free when btf__distill_base fails (reported by AI)    https://lore.kernel.org/bpf/e269870b8db409800045ee0061fc02d21721e0efadd99ca83960b48f8db7b3f3@mail.kernel.org/v5: https://lore.kernel.org/bpf/20251219003147.587098-1-ihor.solodrai@linux.dev/v4-&gt;v5:  - patch #3: fix an off-by-one bug (reported by AI)    https://lore.kernel.org/bpf/106b6e71bce75b8f12a85f2f99e75129e67af7287f6d81fa912589ece14044f9@mail.kernel.org/  - patch #8: cleanup GEN_BTF in Makefile.btfv4: https://lore.kernel.org/bpf/20251218003314.260269-1-ihor.solodrai@linux.dev/v3-&gt;v4:  - add patch #4: &quot;resolve_btfids: Always build with -Wall -Werror&quot;  - add patch #5: &quot;kbuild: Sync kconfig when PAHOLE_VERSION changes&quot; (Alan)  - fix clang cross-compilation (LKP)    https://lore.kernel.org/bpf/cecb6351-ea9a-4f8a-863a-82c9ef02f012@linux.dev/  - remove GEN_BTF env variable (Andrii)  - nits and cleanup in resolve_btfids/main.c (Andrii, Eduard)  - nits in a patch bumping minimum pahole version (Andrii, AI)v3: https://lore.kernel.org/bpf/20251205223046.4155870-1-ihor.solodrai@linux.dev/v2-&gt;v3:  - add patch #4 bumping minimum pahole version (Andrii, Alan)  - add patch #5 pre-fixing resolve_btfids test (Donglin)  - add GEN_BTF var and assemble RESOLVE_BTFIDS_FLAGS in Makefile.btf (Alan)  - implement --distill_base flag in resolve_btfids, set it depending    on KBUILD_EXTMOD in Makefile.btf (Eduard)  - various implementation nits, see the v2 thread for details (Andrii, Eduard)v2: https://lore.kernel.org/bpf/20251127185242.3954132-1-ihor.solodrai@linux.dev/v1-&gt;v2:  - gen-btf.sh and other shell script fixes (Donglin)  - update selftests build (Donglin)  - generate .BTF.base only when KBUILD_EXTMOD is set (Alan)  - proper endianness handling for cross-compilation  - change elf_begin mode from ELF_C_RDWR_MMAP to ELF_C_READ_MMAP_PRIVATE  - remove compressed_section_fix()  - nit NULL check in patch #3 (suggested by AI)v1: https://lore.kernel.org/bpf/20251126012656.3546071-1-ihor.solodrai@linux.dev/====================Link: https://patch.msgid.link/20251219181321.1283664-1-ihor.solodrai@linux.devSigned-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Fri, 19 Dec 2025 19:55:40 +0100</pubDate>
        <dc:creator>Andrii Nakryiko &lt;andrii@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>522397d05e7d4a7c30b91841492360336b24f833 - resolve_btfids: Change in-place update with raw binary output</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#522397d05e7d4a7c30b91841492360336b24f833</link>
        <description>resolve_btfids: Change in-place update with raw binary outputCurrently resolve_btfids updates .BTF_ids section of an ELF filein-place, based on the contents of provided BTF, usually within thesame input file, and optionally a BTF base.Change resolve_btfids behavior to enable BTF transformations as partof its main operation. To achieve this, in-place ELF write inresolve_btfids is replaced with generation of the following binaries:  * ${1}.BTF with .BTF section data  * ${1}.BTF_ids with .BTF_ids section data if it existed in ${1}  * ${1}.BTF.base with .BTF.base section data for out-of-tree modulesThe execution of resolve_btfids and consumption of its output isorchestrated by scripts/gen-btf.sh introduced in this patch.The motivation for emitting binary data is that it allows simplifyingresolve_btfids implementation by delegating ELF update to the $OBJCOPYtool [1], which is already widely used across the codebase.There are two distinct paths for BTF generation and resolve_btfidsapplication in the kernel build: for vmlinux and for kernel modules.For the vmlinux binary a .BTF section is added in a roundabout way toensure correct linking. The patch doesn&apos;t change this approach, onlythe implementation is a little different.Before this patch it worked as follows:  * pahole consumed .tmp_vmlinux1 [2] and added .BTF section with    llvm-objcopy [3] to it  * then everything except the .BTF section was stripped from .tmp_vmlinux1    into a .tmp_vmlinux1.bpf.o object [2], later linked into vmlinux  * resolve_btfids was executed later on vmlinux.unstripped [4],    updating it in-placeAfter this patch gen-btf.sh implements the following:  * pahole consumes .tmp_vmlinux1 and produces a *detached* file with    raw BTF data  * resolve_btfids consumes .tmp_vmlinux1 and detached BTF to produce    (potentially modified) .BTF, and .BTF_ids sections data  * a .tmp_vmlinux1.bpf.o object is then produced with objcopy copying    BTF output of resolve_btfids  * .BTF_ids data gets embedded into vmlinux.unstripped in    link-vmlinux.sh by objcopy --update-sectionFor kernel modules, creating a special .bpf.o file is not necessary,and so embedding of sections data produced by resolve_btfids isstraightforward with objcopy.With this patch an ELF file becomes effectively read-only withinresolve_btfids, which allows deleting elf_update() call and satellitecode (like compressed_section_fix [5]).Endianness handling of .BTF_ids data is also changed. Previously the&quot;flags&quot; part of the section was bswapped in sets_patch() [6], and thenElf_Type was modified before elf_update() to signal to libelf thatbswap may be necessary. With this patch we explicitly bswap entiredata buffer on load and on dump.[1] https://lore.kernel.org/bpf/131b4190-9c49-4f79-a99d-c00fac97fa44@linux.dev/[2] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/link-vmlinux.sh?h=v6.18#n110[3] https://git.kernel.org/pub/scm/devel/pahole/pahole.git/tree/btf_encoder.c?h=v1.31#n1803[4] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/scripts/link-vmlinux.sh?h=v6.18#n284[5] https://lore.kernel.org/bpf/20200819092342.259004-1-jolsa@kernel.org/[6] https://lore.kernel.org/bpf/cover.1707223196.git.vmalik@redhat.com/Signed-off-by: Ihor Solodrai &lt;ihor.solodrai@linux.dev&gt;Signed-off-by: Andrii Nakryiko &lt;andrii@kernel.org&gt;Tested-by: Alan Maguire &lt;alan.maguire@oracle.com&gt;Acked-by: Eduard Zingerman &lt;eddyz87@gmail.com&gt;Link: https://lore.kernel.org/bpf/20251219181825.1289460-3-ihor.solodrai@linux.dev

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Fri, 19 Dec 2025 19:18:25 +0100</pubDate>
        <dc:creator>Ihor Solodrai &lt;ihor.solodrai@linux.dev&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d87d7c69b5a1136d7c354911f1fe7792b6a40fd - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#6d87d7c69b5a1136d7c354911f1fe7792b6a40fd</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to get the topic/drm-intel-plane-color-pipeline branchcontents.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Fri, 05 Dec 2025 09:29:22 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>0f94e51b5320eacccc2626ab70b8d7e705332334 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#0f94e51b5320eacccc2626ab70b8d7e705332334</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in a needed dependency for the Xe VFIOdriver variant. This should ideally have been done before wecommited that, so we now have a small window in drm-xe-nextwhere that driver doesn&apos;t compile.Reported-by: kernel test robot &lt;lkp@intel.com&gt;Closes: https://lore.kernel.org/oe-kbuild-all/202512030331.I8CveRre-lkp@intel.com/Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Wed, 03 Dec 2025 11:22:18 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>44f4119c7c6aac5f6d476b51a0bc62dcbfcaad12 - Merge tag &apos;kbuild-fixes-6.19-3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#44f4119c7c6aac5f6d476b51a0bc62dcbfcaad12</link>
        <description>Merge tag &apos;kbuild-fixes-6.19-3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxPull Kbuild fixes from Nicolas Schier: - Generate rpm-pkg debuginfo package manually, allowing signed kernel   modules in rpm package, again - Fix permissions of modules.builtin.modinfo - Do not run kernel-doc when building external modules* tag &apos;kbuild-fixes-6.19-3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:  kbuild: Do not run kernel-doc when building external modules  kbuild: Fix permissions of modules.builtin.modinfo  kbuild: rpm-pkg: Generate debuginfo package manually

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Sat, 31 Jan 2026 17:21:32 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>6d60354ea2f90352b22039ed8371c4f4321df90e - kbuild: Fix permissions of modules.builtin.modinfo</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux#6d60354ea2f90352b22039ed8371c4f4321df90e</link>
        <description>kbuild: Fix permissions of modules.builtin.modinfoCurrently, modules.builtin.modinfo is created with executable permissions(0755). This is because after commit 39cfd5b12160 (&quot;kbuild: extractmodules.builtin.modinfo from vmlinux.unstripped&quot;), modules.builtin.modinfois extracted from vmlinux.unstripped using objcopy. When extractingsections, objcopy inherits attributes from the source ELF file.Since modules.builtin.modinfo is a data file and not an executable,it should have regular file permissions (0644). The executable bitcan trigger warnings in Debian&apos;s Lintian tool.Explicitly remove the executable bit after generation.Fixes: 39cfd5b12160 (&quot;kbuild: extract modules.builtin.modinfo from vmlinux.unstripped&quot;)Signed-off-by: Ethan Zuo &lt;yuxuan.zuo@outlook.com&gt;Link: https://patch.msgid.link/SY0P300MB0609F6916B24ADF65502940B9C91A@SY0P300MB0609.AUSP300.PROD.OUTLOOK.COMSigned-off-by: Nicolas Schier &lt;nsc@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux</description>
        <pubDate>Wed, 28 Jan 2026 07:37:51 +0100</pubDate>
        <dc:creator>Ethan Zuo &lt;yuxuan.zuo@outlook.com&gt;</dc:creator>
    </item>
</channel>
</rss>
