All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] objtool: Fix some -ffunction-sections edge cases
@ 2025-11-12 23:47 Josh Poimboeuf
  2025-11-12 23:47 ` [PATCH 1/4] vmlinux.lds: Fix TEXT_MAIN to include .text.start and friends Josh Poimboeuf
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Josh Poimboeuf @ 2025-11-12 23:47 UTC (permalink / raw)
  To: x86; +Cc: linux-kernel, Peter Zijlstra, live-patching

Fix some more fallout from commit 1ba9f8979426 ("vmlinux.lds: Unify
TEXT_MAIN, DATA_MAIN, and related macros").

For tip/objtool/core.

Josh Poimboeuf (4):
  vmlinux.lds: Fix TEXT_MAIN to include .text.start and friends
  media: atomisp: Fix startup() section placement with
    -ffunction-sections
  drivers/xen/xenbus: Fix split() section placement with AutoFDO
  objtool: Warn on functions with ambiguous -ffunction-sections section
    names

 .../media/atomisp/i2c/atomisp-ov2722.c        |  6 +--
 drivers/xen/xenbus/xenbus_xs.c                |  4 +-
 include/asm-generic/vmlinux.lds.h             | 38 +++++++++++++------
 tools/objtool/Documentation/objtool.txt       |  7 ++++
 tools/objtool/check.c                         | 33 ++++++++++++++++
 5 files changed, 72 insertions(+), 16 deletions(-)

-- 
2.51.1


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-11-18  8:57 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-12 23:47 [PATCH 0/4] objtool: Fix some -ffunction-sections edge cases Josh Poimboeuf
2025-11-12 23:47 ` [PATCH 1/4] vmlinux.lds: Fix TEXT_MAIN to include .text.start and friends Josh Poimboeuf
2025-11-13  7:08   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-12 23:47 ` [PATCH 2/4] media: atomisp: Fix startup() section placement with -ffunction-sections Josh Poimboeuf
2025-11-13  7:08   ` [tip: objtool/core] media: atomisp: Fix namespace collision and " tip-bot2 for Josh Poimboeuf
2025-11-14  8:56   ` [PATCH 2/4] media: atomisp: Fix " Peter Zijlstra
2025-11-14 20:43     ` Josh Poimboeuf
2025-11-18  8:57       ` Peter Zijlstra
2025-11-12 23:47 ` [PATCH 3/4] drivers/xen/xenbus: Fix split() section placement with AutoFDO Josh Poimboeuf
2025-11-13  7:08   ` [tip: objtool/core] drivers/xen/xenbus: Fix namespace collision and " tip-bot2 for Josh Poimboeuf
2025-11-12 23:47 ` [PATCH 4/4] objtool: Warn on functions with ambiguous -ffunction-sections section names Josh Poimboeuf
2025-11-13  7:08   ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.