<?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</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>2519003dd5fb6f89f10f031e3a97ecb7c9d1b816 - Merge tag &apos;asoc-fix-v7.1-rc4&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/drivers/firmware/efi/libstub/Makefile#2519003dd5fb6f89f10f031e3a97ecb7c9d1b816</link>
        <description>Merge tag &apos;asoc-fix-v7.1-rc4&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v7.1A bigger batch of fixes than usual due to -next not happeing last week,this is mostly stuff for laptops - a lot of quirks and small fixes,mainly for x86 and SoundWire.  Nothing too big or exciting individually,just two week&apos;s worth.

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Fri, 22 May 2026 08:25:18 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>adc1e5c6203cf13fe05a1ead08edcb3d3a3baae8 - Merge tag &apos;efi-fixes-for-v7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#adc1e5c6203cf13fe05a1ead08edcb3d3a3baae8</link>
        <description>Merge tag &apos;efi-fixes-for-v7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiPull EFI fixes from Ard Biesheuvel: - Fix issues in EFI graceful recovery on x86 introduced by changes to   the kernel mode FPU APIs - I-cache coherency fixes for the LoongArch EFI stub - Locking fix for EFI pstore - Code tweak for efivarfs* tag &apos;efi-fixes-for-v7.1-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:  x86/efi: Restore IRQ state in EFI page fault handler  x86/efi: Fix graceful fault handling after FPU softirq changes  efi/libstub: Synchronize instruction cache after kernel relocation  efi/loongarch: Implement efi_cache_sync_image()  efi/libstub: Move efi_relocate_kernel() into its only remaining user  efi: pstore: Drop efivar lock when efi_pstore_open() returns with an error  efivarfs: use QSTR() in efivarfs_alloc_dentry

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Wed, 06 May 2026 16:27:30 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>883a32793c86091ea37bb84f88cc697d019e7a5d - efi/libstub: Move efi_relocate_kernel() into its only remaining user</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#883a32793c86091ea37bb84f88cc697d019e7a5d</link>
        <description>efi/libstub: Move efi_relocate_kernel() into its only remaining userLoongArch is the only arch that still uses efi_relocate_kernel(), sobefore making changes to it that LoongArch needs, turn it into a privatefunction. Move efi_low_alloc_above() into mem.c while at it, and dropthe relocate.c source file altogether.Tested-by: WANG Rui &lt;wangrui@loongson.cn&gt;Reviewed-by: Thomas Huth &lt;thuth@redhat.com&gt;Signed-off-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Tue, 28 Apr 2026 12:38:47 +0200</pubDate>
        <dc:creator>Ard Biesheuvel &lt;ardb@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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>ff57d59200baadfdb41f94a49fed7d161a9a8124 - Merge tag &apos;loongarch-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#ff57d59200baadfdb41f94a49fed7d161a9a8124</link>
        <description>Merge tag &apos;loongarch-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongsonPull LoongArch updates from Huacai Chen: - Adjust build infrastructure for 32BIT/64BIT - Add HIGHMEM (PKMAP and FIX_KMAP) support - Show and handle CPU vulnerabilites correctly - Batch the icache maintenance for jump_label - Add more atomic instructions support for BPF JIT - Add more features (e.g. fsession) support for BPF trampoline - Some bug fixes and other small changes* tag &apos;loongarch-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson: (21 commits)  selftests/bpf: Enable CAN_USE_LOAD_ACQ_STORE_REL for LoongArch  LoongArch: BPF: Add fsession support for trampolines  LoongArch: BPF: Introduce emit_store_stack_imm64() helper  LoongArch: BPF: Support up to 12 function arguments for trampoline  LoongArch: BPF: Support small struct arguments for trampoline  LoongArch: BPF: Open code and remove invoke_bpf_mod_ret()  LoongArch: BPF: Support load-acquire and store-release instructions  LoongArch: BPF: Support 8 and 16 bit read-modify-write instructions  LoongArch: BPF: Add the default case in emit_atomic() and rename it  LoongArch: Define instruction formats for AM{SWAP/ADD}.{B/H} and DBAR  LoongArch: Batch the icache maintenance for jump_label  LoongArch: Add flush_icache_all()/local_flush_icache_all()  LoongArch: Add spectre boundry for syscall dispatch table  LoongArch: Show CPU vulnerabilites correctly  LoongArch: Make arch_irq_work_has_interrupt() true only if IPI HW exist  LoongArch: Use get_random_canary() for stack canary init  LoongArch: Improve the logging of disabling KASLR  LoongArch: Align FPU register state to 32 bytes  LoongArch: Handle CONFIG_32BIT in syscall_get_arch()  LoongArch: Add HIGHMEM (PKMAP and FIX_KMAP) support  ...

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Fri, 24 Apr 2026 18:54:45 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>3d9aba6618d115750729bba2d1f8af180bd7d3bd - LoongArch: Adjust build infrastructure for 32BIT/64BIT</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#3d9aba6618d115750729bba2d1f8af180bd7d3bd</link>
        <description>LoongArch: Adjust build infrastructure for 32BIT/64BITAdjust build infrastructure (Kconfig, Makefile and ld scripts) to letus enable both 32BIT/64BIT kernel build.Reviewed-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Signed-off-by: Jiaxun Yang &lt;jiaxun.yang@flygoat.com&gt;Signed-off-by: Huacai Chen &lt;chenhuacai@loongson.cn&gt;

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Wed, 22 Apr 2026 09:44:26 +0200</pubDate>
        <dc:creator>Huacai Chen &lt;chenhuacai@loongson.cn&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</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/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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>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/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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>42d3b66d4cdbacfc9d120d2301b8de89cc29a914 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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>ec4c28276c140a9338700041112f64f8d7ccc3e9 - kbuild: Consolidate C dialect options</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#ec4c28276c140a9338700041112f64f8d7ccc3e9</link>
        <description>kbuild: Consolidate C dialect optionsIntroduce CC_FLAGS_DIALECT to make it easier to update the variousplaces in the tree that rely on the GNU C standard and Microsoftextensions flags atomically. All remaining uses of &apos;-std=gnu11&apos; and&apos;-fms-extensions&apos; are in the tools directory (which has its own buildsystem) and other standalone Makefiles. This will allow the kernel touse a narrower option to enable the Microsoft anonymous tagged structureextension in a simpler manner. Place the CC_FLAGS_DIALECT block afterthe configuration include (so that a future change can move theselection of the flag to Kconfig) but before thearch/$(SRCARCH)/Makefile include (so that CC_FLAGS_DIALECT is availablefor use in those Makefiles).Signed-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;Reviewed-by: Nicolas Schier &lt;nsc@kernel.org&gt;Acked-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;Acked-by: Helge Deller &lt;deller@gmx.de&gt;  # pariscLink: https://patch.msgid.link/20260223-fms-anonymous-structs-v1-1-8ee406d3c36c@kernel.orgSigned-off-by: Nicolas Schier &lt;nsc@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 20:10:28 +0100</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f09812b85fa6f41058bcc46e70ac406bf9b0493a - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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>0c61526621ec1916527d6f6226d8a466340cca22 - Merge tag &apos;efi-next-for-v7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#0c61526621ec1916527d6f6226d8a466340cca22</link>
        <description>Merge tag &apos;efi-next-for-v7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efiPull EFI updates from Ard Biesheuvel: - Quirk the broken EFI framebuffer geometry on the Valve Steam Deck - Capture the EDID information of the primary display also on non-x86   EFI systems when booting via the EFI stub.* tag &apos;efi-next-for-v7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi:  efi: Support EDID information  sysfb: Move edid_info into sysfb_primary_display  sysfb: Pass sysfb_primary_display to devices  sysfb: Replace screen_info with sysfb_primary_display  sysfb: Add struct sysfb_display_info  efi: sysfb_efi: Reduce number of references to global screen_info  efi: earlycon: Reduce number of references to global screen_info  efi: sysfb_efi: Fix efidrmfb and simpledrmfb on Valve Steam Deck  efi: sysfb_efi: Convert swap width and height quirk to a callback  efi: sysfb_efi: Fix lfb_linelength calculation when applying quirks  efi: sysfb_efi: Replace open coded swap with the macro

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Tue, 10 Feb 2026 05:49:19 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.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/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</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>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c5a8f13f1e476c90f4bc184a58751d3e7ff88f2b - efi: Support EDID information</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#c5a8f13f1e476c90f4bc184a58751d3e7ff88f2b</link>
        <description>efi: Support EDID informationIn the EFI config table, rename LINUX_EFI_SCREEN_INFO_TABLE_GUID toLINUX_EFI_PRIMARY_DISPLAY_TABLE_GUID. Read sysfb_primary_display fromthe entry. In addition to the screen_info, the entry now also containsEDID information.In libstub, replace struct screen_info with struct sysfb_display_infofrom the kernel&apos;s sysfb_primary_display and rename functionsaccordingly.  Transfer it to the runtime kernel using the kernel&apos;sglobal state or the LINUX_EFI_PRIMARY_DISPLAY_TABLE_GUID config-tableentry.With CONFIG_FIRMWARE_EDID=y, libstub now transfers the GOP device&apos;s EDIDinformation to the kernel. If CONFIG_FIRMWARE_EDID=n, EDID informationis disabled. Make the Kconfig symbol CONFIG_FIRMWARE_EDID available withEFI. Setting the value to &apos;n&apos; disables EDID support.Also rename screen_info.c to primary_display.c and adapt the containedcomment according to the changes.Link: https://lore.kernel.org/all/20251126160854.553077-8-tzimmermann@suse.de/Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;[ardb: depend on EFI_GENERIC_STUB not EFI, fix conflicts after dropping       the preceding patch from the series]Signed-off-by: Ard Biesheuvel &lt;ardb@kernel.org&gt;

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Wed, 26 Nov 2025 17:03:25 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/firmware/efi/libstub/Makefile#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/drivers/firmware/efi/libstub/Makefile</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
