<?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 mkspec</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#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/package/mkspec</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>956b9cbd7f156c8672dac94a00de3c6a0939c692 - Merge tag &apos;kbuild-fixes-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#956b9cbd7f156c8672dac94a00de3c6a0939c692</link>
        <description>Merge tag &apos;kbuild-fixes-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linuxPull Kbuild fixes from Nathan Chancellor: - Ensure tools/objtool is cleaned by &apos;make clean&apos; and &apos;make mrproper&apos; - Fix test program for CONFIG_CC_CAN_LINK to avoid a warning, which is   made fatal by -Werror - Drop explicit LZMA parallel compression in scripts/make_fit.py - Several fixes for commit 62089b804895 (&quot;kbuild: rpm-pkg: Generate   debuginfo package manually&quot;)* tag &apos;kbuild-fixes-7.0-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:  kbuild: rpm-pkg: Disable automatic requires for manual debuginfo package  kbuild: rpm-pkg: Fix manual debuginfo generation when using .src.rpm  kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo package  kbuild: rpm-pkg: Restrict manual debug package creation  scripts/make_fit.py: Drop explicit LZMA parallel compression  kbuild: Fix CC_CAN_LINK detection  kbuild: Add objtool to top-level clean target

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Wed, 18 Feb 2026 23:59:55 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ffe9ac1ad56df8f915896b97bd7645f522c47ce9 - kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo package</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#ffe9ac1ad56df8f915896b97bd7645f522c47ce9</link>
        <description>kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo packageCommit 62089b804895 (&quot;kbuild: rpm-pkg: Generate debuginfo packagemanually&quot;) effectively reverted commit a7c699d090a1 (&quot;kbuild: rpm-pkg:build a debuginfo RPM&quot;) but the approach it took is not safe for olderRPM releases. Restore commit a7c699d090a1 (&quot;kbuild: rpm-pkg: build adebuginfo RPM&quot;) for the !CONFIG_MODULE_SIG case to allow moreenvironments and configurations to take advantage of the separate debuginformation package process.Cc: stable@vger.kernel.orgFixes: 62089b804895 (&quot;kbuild: rpm-pkg: Generate debuginfo package manually&quot;)Tested-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Tested-by: Steve French &lt;stfrench@microsoft.com&gt;Tested-by: Juergen Gross &lt;jgross@suse.com&gt;Acked-by: Nicolas Schier &lt;nsc@kernel.org&gt;Link: https://patch.msgid.link/20260210-kbuild-fix-debuginfo-rpm-v1-2-0730b92b14bc@kernel.orgSigned-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Tue, 10 Feb 2026 08:04:49 +0100</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6d6b8b0e28c468263d7fcb071e5cb284ae343df2 - kbuild: rpm-pkg: Restrict manual debug package creation</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#6d6b8b0e28c468263d7fcb071e5cb284ae343df2</link>
        <description>kbuild: rpm-pkg: Restrict manual debug package creationCommit 62089b804895 (&quot;kbuild: rpm-pkg: Generate debuginfo packagemanually&quot;) moved away from the built-in RPM machinery for generating-debuginfo packages to a more manual way to be compatible with modulesigning, as the built-in machinery strips the modules after theinstallation process, breaking the signatures.Unfortunately, prior to rpm 4.20.0, there is a bug where a custom %filesdirective is ignored for a -debuginfo subpackage [1], meaning buildsusing older versions of RPM (such as on RHEL9 or RHEL10) fail with:  Checking for unpackaged file(s): /usr/lib/rpm/check-files .../rpmbuild/BUILDROOT/kernel-6.19.0_dirty-1.x86_64  error: Installed (but unpackaged) file(s) found:     /debuginfo.list     /usr/lib/debug/.build-id/09/748c214974bfba1522d434a7e0a02e2fd7f29b.debug     /usr/lib/debug/.build-id/0b/b96dd9c7d3689d82e56d2e73b46f53103cc6c7.debug     /usr/lib/debug/.build-id/0e/979a2f34967c7437fd30aabb41de1f0c8b6a66.debug    ...To workaround this, restrict the manual debug info package creationprocess to when it is necessary (CONFIG_MODULE_SIG=y) and possible (whenusing RPM &gt;= 4.20.0). A follow up change will restore the RPM debuginfocreation process using a separate internal flag to allow the package tobe built in more situations, as RPM 4.20.0 is a fairly recent versionand the built-in -debuginfo generation works fine when module signing isdisabled.Cc: stable@vger.kernel.orgFixes: 62089b804895 (&quot;kbuild: rpm-pkg: Generate debuginfo package manually&quot;)Link: https://github.com/rpm-software-management/rpm/commit/49f906998f3cf1f4152162ca61ac0869251c380f [1]Reported-by: Steve French &lt;smfrench@gmail.com&gt;Closes: https://lore.kernel.org/CAH2r5mugbrHTwnaQwQiYEUVwbtqmvFYf0WZiLrrJWpgT8iwftw@mail.gmail.com/Tested-by: Stefano Garzarella &lt;sgarzare@redhat.com&gt;Tested-by: Steve French &lt;stfrench@microsoft.com&gt;Tested-by: Juergen Gross &lt;jgross@suse.com&gt;Acked-by: Nicolas Schier &lt;nsc@kernel.org&gt;Link: https://patch.msgid.link/20260210-kbuild-fix-debuginfo-rpm-v1-1-0730b92b14bc@kernel.orgSigned-off-by: Nathan Chancellor &lt;nathan@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Tue, 10 Feb 2026 08:04:48 +0100</pubDate>
        <dc:creator>Nathan Chancellor &lt;nathan@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab7ae8e07f888f223027f0ef84d33e43919ad55 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#3ab7ae8e07f888f223027f0ef84d33e43919ad55</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerge to bring in linux 6.15-rc.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Thu, 24 Apr 2025 13:34:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>5709be4c35ba760b001733939e20069de033a697 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#5709be4c35ba760b001733939e20069de033a697</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Cross-merge bpf and other fixes after downstream PRs.No conflicts.Signed-off-by: Alexei Starovoitov &lt;ast@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Mon, 21 Apr 2025 17:03:10 +0200</pubDate>
        <dc:creator>Alexei Starovoitov &lt;ast@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>cb7103298d1c5d8f71aa79283b64ca01c30264c7 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#cb7103298d1c5d8f71aa79283b64ca01c30264c7</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netCross-merge networking fixes after downstream PR (net-6.15-rc2).Conflict:Documentation/networking/netdevices.rstnet/core/lock_debug.c  04efcee6ef8d (&quot;net: hold instance lock during NETDEV_CHANGE&quot;)  03df156dd3a6 (&quot;xdp: double protect netdev-&gt;xdp_flags with netdev-&gt;lock&quot;)No adjacent changes.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Fri, 11 Apr 2025 01:49:17 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1afba39f9305fe4061a4e70baa6ebab9d41459da - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#1afba39f9305fe4061a4e70baa6ebab9d41459da</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.15-rc1 into drm-misc-next. Also fixes abuild issue when enabling CONFIG_DRM_SCHED_KUNIT_TEST.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Mon, 07 Apr 2025 13:47:40 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9f13acb2406a3aed90c6738b3a2f1c0e43118cbd - Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#9f13acb2406a3aed90c6738b3a2f1c0e43118cbd</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Fri, 11 Apr 2025 11:13:27 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>78a84fbfa4ffc4bb6e95560a909b2ac3efa0aad2 - Merge tag &apos;v6.15-rc1&apos; into x86/mm, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#78a84fbfa4ffc4bb6e95560a909b2ac3efa0aad2</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/mm, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Wed, 09 Apr 2025 22:00:25 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ce0fdaae043803bb324d915ce0fe43316bf1e81 - Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#6ce0fdaae043803bb324d915ce0fe43316bf1e81</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Wed, 09 Apr 2025 21:39:43 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f4d2ef48250ad057e4f00087967b5ff366da9f39 - Merge tag &apos;kbuild-v6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#f4d2ef48250ad057e4f00087967b5ff366da9f39</link>
        <description>Merge tag &apos;kbuild-v6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildPull Kbuild updates from Masahiro Yamada: - Improve performance in gendwarfksyms - Remove deprecated EXTRA_*FLAGS and KBUILD_ENABLE_EXTRA_GCC_CHECKS - Support CONFIG_HEADERS_INSTALL for ARCH=um - Use more relative paths to sources files for better reproducibility - Support the loong64 Debian architecture - Add Kbuild bash completion - Introduce intermediate vmlinux.unstripped for architectures that need   static relocations to be stripped from the final vmlinux - Fix versioning in Debian packages for -rc releases - Treat missing MODULE_DESCRIPTION() as an error - Convert Nios2 Makefiles to use the generic rule for built-in DTB - Add debuginfo support to the RPM package* tag &apos;kbuild-v6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (40 commits)  kbuild: rpm-pkg: build a debuginfo RPM  kconfig: merge_config: use an empty file as initfile  nios2: migrate to the generic rule for built-in DTB  rust: kbuild: skip `--remap-path-prefix` for `rustdoc`  kbuild: pacman-pkg: hardcode module installation path  kbuild: deb-pkg: don&apos;t set KBUILD_BUILD_VERSION unconditionally  modpost: require a MODULE_DESCRIPTION()  kbuild: make all file references relative to source root  x86: drop unnecessary prefix map configuration  kbuild: deb-pkg: add comment about future removal of KDEB_COMPRESS  kbuild: Add a help message for &quot;headers&quot;  kbuild: deb-pkg: remove &quot;version&quot; variable in mkdebian  kbuild: deb-pkg: fix versioning for -rc releases  Documentation/kbuild: Fix indentation in modules.rst example  x86: Get rid of Makefile.postlink  kbuild: Create intermediate vmlinux build with relocations preserved  kbuild: Introduce Kconfig symbol for linking vmlinux with relocations  kbuild: link-vmlinux.sh: Make output file name configurable  kbuild: do not generate .tmp_vmlinux*.map when CONFIG_VMLINUX_MAP=y  Revert &quot;kheaders: Ignore silly-rename files&quot;  ...

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Sun, 06 Apr 2025 00:46:50 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a7c699d090a1f3795c3271c2b399230e182db06e - kbuild: rpm-pkg: build a debuginfo RPM</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/package/mkspec#a7c699d090a1f3795c3271c2b399230e182db06e</link>
        <description>kbuild: rpm-pkg: build a debuginfo RPMThe rpm-pkg make target currently suffers from a few issues related todebuginfo:1. debuginfo for things built into the kernel (vmlinux) is not available   in any RPM produced by make rpm-pkg. This makes using tools like   systemtap against a make rpm-pkg kernel impossible.2. debug source for the kernel is not available. This means that   commands like &apos;disas /s&apos; in gdb, which display source intermixed with   assembly, can only print file names/line numbers which then must be   painstakingly resolved to actual source in a separate editor.3. debuginfo for modules is available, but it remains bundled with the   .ko files that contain module code, in the main kernel RPM. This is a   waste of space for users who do not need to debug the kernel (i.e.   most users).Address all of these issues by additionally building a debuginfo RPMwhen the kernel configuration allows for it, in line with standardpatterns followed by RPM distributors. With these changes:1. systemtap now works (when these changes are backported to 6.11, since   systemtap lags a bit behind in compatibility), as verified by the   following simple test script:   # stap -e &apos;probe kernel.function(&quot;do_sys_open&quot;).call { printf(&quot;%s\n&quot;, $$parms); }&apos;   dfd=0xffffffffffffff9c filename=0x7fe18800b160 flags=0x88800 mode=0x0   ...2. disas /s works correctly in gdb, with source and disassembly   interspersed:   # gdb vmlinux --batch -ex &apos;disas /s blk_op_str&apos;   Dump of assembler code for function blk_op_str:   block/blk-core.c:   125     {      0xffffffff814c8740 &lt;+0&gt;:     endbr64   127   128             if (op &lt; ARRAY_SIZE(blk_op_name) &amp;&amp; blk_op_name[op])      0xffffffff814c8744 &lt;+4&gt;:     mov    $0xffffffff824a7378,%rax      0xffffffff814c874b &lt;+11&gt;:    cmp    $0x23,%edi      0xffffffff814c874e &lt;+14&gt;:    ja     0xffffffff814c8768 &lt;blk_op_str+40&gt;      0xffffffff814c8750 &lt;+16&gt;:    mov    %edi,%edi   126             const char *op_str = &quot;UNKNOWN&quot;;      0xffffffff814c8752 &lt;+18&gt;:    mov    $0xffffffff824a7378,%rdx   127   128             if (op &lt; ARRAY_SIZE(blk_op_name) &amp;&amp; blk_op_name[op])      0xffffffff814c8759 &lt;+25&gt;:    mov    -0x7dfa0160(,%rdi,8),%rax   126             const char *op_str = &quot;UNKNOWN&quot;;      0xffffffff814c8761 &lt;+33&gt;:    test   %rax,%rax      0xffffffff814c8764 &lt;+36&gt;:    cmove  %rdx,%rax   129                     op_str = blk_op_name[op];   130   131             return op_str;   132     }      0xffffffff814c8768 &lt;+40&gt;:    jmp    0xffffffff81d01360 &lt;__x86_return_thunk&gt;   End of assembler dump.3. The size of the main kernel package goes down substantially,   especially if many modules are built (quite typical). Here is a   comparison of installed size of the kernel package (configured with   allmodconfig, dwarf4 debuginfo, and module compression turned off)   before and after this patch:   # rpm -qi kernel-6.13* | grep -E &apos;^(Version|Size)&apos;   Version     : 6.13.0postpatch+   Size        : 1382874089   Version     : 6.13.0prepatch+   Size        : 17870795887   This is a ~92% size reduction.Note that a debuginfo package can only be produced if the followingconfigs are set:- CONFIG_DEBUG_INFO=y- CONFIG_MODULE_COMPRESS=n- CONFIG_DEBUG_INFO_SPLIT=nThe first of these is obvious - we can&apos;t produce debuginfo if the builddoes not generate it. The second two requirements can in principle beremoved, but doing so is difficult with the current approach, which usesa generic rpmbuild script find-debuginfo.sh that processes all packagedexecutables. If we want to remove those requirements the best pathforward is likely to add some debuginfo extraction/installation logic tothe modules_install target (controllable by flags). That way, it&apos;seasier to operate on modules before they&apos;re compressed, and the logiccan be reused by all packaging targets.Signed-off-by: Uday Shankar &lt;ushankar@purestorage.com&gt;Signed-off-by: Masahiro Yamada &lt;masahiroy@kernel.org&gt;

            List of files:
            /linux/scripts/package/mkspec</description>
        <pubDate>Tue, 01 Apr 2025 00:46:32 +0200</pubDate>
        <dc:creator>Uday Shankar &lt;ushankar@purestorage.com&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/package/mkspec#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/package/mkspec</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
</channel>
</rss>
