]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 16:21:21 +0000 (08:21 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 7 Feb 2026 16:21:21 +0000 (08:21 -0800)
commit7e0b172c80ad797061dfa32e18bf908c81ceab0e
tree9dbf433b40624ba65cb2d5401ba3997e4b854743
parent2687c848e57820651b9f69d30c4710f4219f7dbf
parentf495054bd12e2abe5068e243bdf344b704c303c6
Merge tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip

Pull objtool fixes from Ingo Molnar::

 - Bump up the Clang minimum version requirements for livepatch
   builds, due to Clang assembler section handling bugs causing
   silent miscompilations

 - Strip livepatching symbol artifacts from non-livepatch modules

 - Fix livepatch build warnings when certain Clang LTO options
   are enabled

 - Fix livepatch build error when CONFIG_MEM_ALLOC_PROFILING_DEBUG=y

* tag 'objtool-urgent-2026-02-07' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip:
  objtool/klp: Fix unexported static call key access for manually built livepatch modules
  objtool/klp: Fix symbol correlation for orphaned local symbols
  livepatch: Free klp_{object,func}_ext data after initialization
  livepatch: Fix having __klp_objects relics in non-livepatch modules
  livepatch/klp-build: Require Clang assembler >= 20
tools/objtool/check.c