<?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_o</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>67f8bc848ee31831336bd478e57d2f993551902e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#67f8bc848ee31831336bd478e57d2f993551902e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the 7.3 drm-misc-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Tue, 01 Sep 2026 09:38:51 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a0acd94e3819fcd8346ae3c16df987e0fabb3128 - Merge tag &apos;objtool-core-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#a0acd94e3819fcd8346ae3c16df987e0fabb3128</link>
        <description>Merge tag &apos;objtool-core-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull objtool updates from Ingo Molnar: - Fix various klp-build bugs reported by Joe Lawrence (Josh Poimboeuf,   Joe Lawrence) - Misc fixes and cleanups (Puranjay Mohan, Thomas Huth and Ingo Molnar)* tag &apos;objtool-core-2026-08-17&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:  objtool/klp: Fix vmlinux klp relocations for EXPORT_SYMBOL_FOR_MODULES()  objtool/klp: Fix .kcfi_traps special section extraction  objtool/klp: Fix vmlinux .klp.symid link error for .exitcall.exit symbols  objtool/klp: Fix line numbers in Module.symvers parse errors  objtool/klp: Fix relocations for EXPORT_SYMBOL_FOR_MODULES() symbols  objtool/klp: Allow new references to module exports  objtool/klp: Don&apos;t match local symbols against exports  objtool/klp: Fix cross-module klp relocation section naming  objtool/klp: Explicitly disallow patching or referencing init code/data  objtool/klp: Ignore replacement offset of empty x86 alternatives  objtool/klp: Fix size of empty special section entries  objtool/klp: Fix vmlinux .klp.symid link error for .no_trim_symbol symbols  objtool/headers: Sync tools/include/linux/objtool_types.h with include/linux/objtool_types.h  objtool: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files  objtool/klp: Fix symbol resolution for duplicate data symbols  objtool/klp: Add .klp.symid for sympos disambiguation  objtool/klp: Skip hidden directories when finding objects  objtool/klp: Fix false module dependencies caused by dead relocs  objtool/klp: Normalize Module.symvers paths to module names  objtool/klp: Fix module name normalization for paths with dots

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Tue, 18 Aug 2026 21:18:33 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>029223d301620bc4e1086696047b0d5d6eba5edd - objtool/klp: Add .klp.symid for sympos disambiguation</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#029223d301620bc4e1086696047b0d5d6eba5edd</link>
        <description>objtool/klp: Add .klp.symid for sympos disambiguationLivepatch identifies a duplicate-named symbol by its position (sympos)among same-named kallsyms entries, which for vmlinux are counted inascending address order in the final linked kernel.  That order can&apos;t bereliably derived from vmlinux.o: the final link reorders sub-sections(.text.unlikely*, .data..*, etc).Bridge the gap with a new .klp.symid section which can be used tocorrelate symbols between vmlinux.o and vmlinux so that klp-diff canreliably determine the sympos.The table can&apos;t survive --gc-sections: keeping it alive would keep everyduplicate-named symbol&apos;s section alive, so the reference kernel wouldstop matching the one which ships.  klp-build rejectsCONFIG_LD_DEAD_CODE_DATA_ELIMINATION instead.  Nothing is lost today:x86_64 is the only HAVE_KLP_BUILD arch and doesn&apos;t selectHAVE_LD_DEAD_CODE_DATA_ELIMINATION, arm64 and s390 have never selectedit either, and on powerpc, it&apos;s still EXPERIMENTAL and disabled by everydistro kernel.This is the build-time half of reliable vmlinux sympos computation;&quot;objtool klp diff&quot; will consume the table in a subsequent commit.Signed-off-by: Josh Poimboeuf &lt;jpoimboe@kernel.org&gt;Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;Cc: live-patching@vger.kernel.orgLink: https://patch.msgid.link/64d50f077b569f47883c015cdb7079edb068efe8.1785727106.git.jpoimboe@kernel.org

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Mon, 03 Aug 2026 05:24:27 +0200</pubDate>
        <dc:creator>Josh Poimboeuf &lt;jpoimboe@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>8edf8b09fc44990977b3fbcb708035b1740d0b7e - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#8edf8b09fc44990977b3fbcb708035b1740d0b7e</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerging to pull in commit 5401b9adebc9 (&quot;i915: don&apos;t usea vma that didn&apos;t match the context VM&quot;) to revert it.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Tue, 12 May 2026 10:16:35 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#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_o</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_o#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_o</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>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#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_o</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/scripts/Makefile.vmlinux_o#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/scripts/Makefile.vmlinux_o</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>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#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/scripts/Makefile.vmlinux_o</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/scripts/Makefile.vmlinux_o#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_o</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_o#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_o</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>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-rc1&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_o#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&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/scripts/Makefile.vmlinux_o#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/scripts/Makefile.vmlinux_o</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>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/scripts/Makefile.vmlinux_o#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/scripts/Makefile.vmlinux_o</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>63e6995005be8ceb8a1d56a18df1a1a40c28356d - Merge tag &apos;objtool-core-2025-12-01&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#63e6995005be8ceb8a1d56a18df1a1a40c28356d</link>
        <description>Merge tag &apos;objtool-core-2025-12-01&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipPull objtool updates from Ingo Molnar: - klp-build livepatch module generation (Josh Poimboeuf)   Introduce new objtool features and a klp-build script to generate   livepatch modules using a source .patch as input.   This builds on concepts from the longstanding out-of-tree kpatch   project which began in 2012 and has been used for many years to   generate livepatch modules for production kernels. However, this is a   complete rewrite which incorporates hard-earned lessons from 12+   years of maintaining kpatch.   Key improvements compared to kpatch-build:    - Integrated with objtool: Leverages objtool&apos;s existing control-flow      graph analysis to help detect changed functions.    - Works on vmlinux.o: Supports late-linked objects, making it      compatible with LTO, IBT, and similar.    - Simplified code base: ~3k fewer lines of code.    - Upstream: No more out-of-tree #ifdef hacks, far less cruft.    - Cleaner internals: Vastly simplified logic for      symbol/section/reloc inclusion and special section extraction.    - Robust __LINE__ macro handling: Avoids false positive binary diffs      caused by the __LINE__ macro by introducing a fix-patch-lines      script which injects #line directives into the source .patch to      preserve the original line numbers at compile time. - Disassemble code with libopcodes instead of running objdump   (Alexandre Chartre) - Disassemble support (-d option to objtool) by Alexandre Chartre,   which supports the decoding of various Linux kernel code generation   specials such as alternatives:      17ef:  sched_balance_find_dst_group+0x62f                 mov    0x34(%r9),%edx      17f3:  sched_balance_find_dst_group+0x633               | &lt;alternative.17f3&gt;             | X86_FEATURE_POPCNT      17f3:  sched_balance_find_dst_group+0x633               | call   0x17f8 &lt;__sw_hweight64&gt; | popcnt %rdi,%rax      17f8:  sched_balance_find_dst_group+0x638                 cmp    %eax,%edx   ... jump table alternatives:      1895:  sched_use_asym_prio+0x5                            test   $0x8,%ch      1898:  sched_use_asym_prio+0x8                            je     0x18a9 &lt;sched_use_asym_prio+0x19&gt;      189a:  sched_use_asym_prio+0xa                          | &lt;jump_table.189a&gt;                        | JUMP      189a:  sched_use_asym_prio+0xa                          | jmp    0x18ae &lt;sched_use_asym_prio+0x1e&gt; | nop2      189c:  sched_use_asym_prio+0xc                            mov    $0x1,%eax      18a1:  sched_use_asym_prio+0x11                           and    $0x80,%ecx   ... exception table alternatives:    native_read_msr:      5b80:  native_read_msr+0x0                                                     mov    %edi,%ecx      5b82:  native_read_msr+0x2                                                   | &lt;ex_table.5b82&gt; | EXCEPTION      5b82:  native_read_msr+0x2                                                   | rdmsr           | resume at 0x5b84 &lt;native_read_msr+0x4&gt;      5b84:  native_read_msr+0x4                                                     shl    $0x20,%rdx   .... x86 feature flag decoding (also see the X86_FEATURE_POPCNT        example in sched_balance_find_dst_group() above):      2faaf:  start_thread_common.constprop.0+0x1f                                    jne    0x2fba4 &lt;start_thread_common.constprop.0+0x114&gt;      2fab5:  start_thread_common.constprop.0+0x25                                  | &lt;alternative.2fab5&gt;                  | X86_FEATURE_ALWAYS                                  | X86_BUG_NULL_SEG      2fab5:  start_thread_common.constprop.0+0x25                                  | jmp    0x2faba &lt;.altinstr_aux+0x2f4&gt; | jmp    0x4b0 &lt;start_thread_common.constprop.0+0x3f&gt; | nop5      2faba:  start_thread_common.constprop.0+0x2a                                    mov    $0x2b,%eax   ... NOP sequence shortening:      1048e2:  snapshot_write_finalize+0xc2                                            je     0x104917 &lt;snapshot_write_finalize+0xf7&gt;      1048e4:  snapshot_write_finalize+0xc4                                            nop6      1048ea:  snapshot_write_finalize+0xca                                            nop11      1048f5:  snapshot_write_finalize+0xd5                                            nop11      104900:  snapshot_write_finalize+0xe0                                            mov    %rax,%rcx      104903:  snapshot_write_finalize+0xe3                                            mov    0x10(%rdx),%rax   ... and much more. - Function validation tracing support (Alexandre Chartre) - Various -ffunction-sections fixes (Josh Poimboeuf) - Clang AutoFDO (Automated Feedback-Directed Optimizations) support   (Josh Poimboeuf) - Misc fixes and cleanups (Borislav Petkov, Chen Ni, Dylan Hatch, Ingo   Molnar, John Wang, Josh Poimboeuf, Pankaj Raghav, Peter Zijlstra,   Thorsten Blum)* tag &apos;objtool-core-2025-12-01&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: (129 commits)  objtool: Fix segfault on unknown alternatives  objtool: Build with disassembly can fail when including bdf.h  objtool: Trim trailing NOPs in alternative  objtool: Add wide output for disassembly  objtool: Compact output for alternatives with one instruction  objtool: Improve naming of group alternatives  objtool: Add Function to get the name of a CPU feature  objtool: Provide access to feature and flags of group alternatives  objtool: Fix address references in alternatives  objtool: Disassemble jump table alternatives  objtool: Disassemble exception table alternatives  objtool: Print addresses with alternative instructions  objtool: Disassemble group alternatives  objtool: Print headers for alternatives  objtool: Preserve alternatives order  objtool: Add the --disas=&lt;function-pattern&gt; action  objtool: Do not validate IBT for .return_sites and .call_sites  objtool: Improve tracing of alternative instructions  objtool: Add functions to better name alternatives  objtool: Identify the different types of alternatives  ...

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Tue, 02 Dec 2025 05:18:59 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2ace52718376fdb56aca863da2eebe70d7e2ddb1 - Merge branch &apos;objtool/core&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/scripts/Makefile.vmlinux_o#2ace52718376fdb56aca863da2eebe70d7e2ddb1</link>
        <description>Merge branch &apos;objtool/core&apos;Bring in the UDB and objtool data annotations to avoid conflicts while further extending the bug exceptions.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/scripts/Makefile.vmlinux_o</description>
        <pubDate>Fri, 21 Nov 2025 11:21:20 +0100</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
</channel>
</rss>
