From: Josh Poimboeuf <jpoimboe@kernel.org>
To: x86@kernel.org
Cc: linux-kernel@vger.kernel.org,
Peter Zijlstra <peterz@infradead.org>,
Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
Jiri Slaby <jirislaby@kernel.org>,
Mauro Carvalho Chehab <mchehab@kernel.org>,
Hans de Goede <hansg@kernel.org>
Subject: [PATCH 0/6] objtool: More -ffunction-sections fixes
Date: Thu, 20 Nov 2025 12:14:15 -0800 [thread overview]
Message-ID: <cover.1763669451.git.jpoimboe@kernel.org> (raw)
For tip/objtool/core.
- Patches 1-4: Rename functions
- Patches 5-6: Move the check out of objtool
Josh Poimboeuf (6):
serial: icom: Fix namespace collision and startup() section placement
with -ffunction-sections
media: atomisp: gc2235: Fix namespace collision and startup() section
placement with -ffunction-sections
tty: amiserial: Fix namespace collision and startup() section
placement with -ffunction-sections
tty: synclink_gt: Fix namespace collision and startup() section
placement with -ffunction-sections
kbuild: Check for functions with ambiguous -ffunction-sections section
names
Revert "objtool: Warn on functions with ambiguous -ffunction-sections
section names"
.../media/atomisp/i2c/atomisp-gc2235.c | 4 +--
drivers/tty/amiserial.c | 14 ++++----
drivers/tty/serial/icom.c | 8 ++---
drivers/tty/synclink_gt.c | 20 +++++------
include/asm-generic/vmlinux.lds.h | 2 +-
scripts/Makefile.vmlinux_o | 4 +++
scripts/check-function-names.sh | 25 ++++++++++++++
tools/objtool/Documentation/objtool.txt | 7 ----
tools/objtool/check.c | 33 -------------------
9 files changed, 53 insertions(+), 64 deletions(-)
create mode 100755 scripts/check-function-names.sh
--
2.51.1
next reply other threads:[~2025-11-20 20:15 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-11-20 20:14 Josh Poimboeuf [this message]
2025-11-20 20:14 ` [PATCH 1/6] serial: icom: Fix namespace collision and startup() section placement with -ffunction-sections Josh Poimboeuf
2025-11-21 9:57 ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-20 20:14 ` [PATCH 2/6] media: atomisp: gc2235: " Josh Poimboeuf
2025-11-21 9:57 ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-21 13:28 ` [PATCH 2/6] " Hans de Goede
2025-11-20 20:14 ` [PATCH 3/6] tty: amiserial: " Josh Poimboeuf
2025-11-21 9:57 ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-20 20:14 ` [PATCH 4/6] tty: synclink_gt: " Josh Poimboeuf
2025-11-21 9:57 ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-20 20:14 ` [PATCH 5/6] kbuild: Check for functions with ambiguous -ffunction-sections section names Josh Poimboeuf
2025-11-21 9:57 ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-20 20:14 ` [PATCH 6/6] Revert "objtool: Warn on functions with ambiguous -ffunction-sections section names" Josh Poimboeuf
2025-11-21 9:57 ` [tip: objtool/core] " tip-bot2 for Josh Poimboeuf
2025-11-21 7:00 ` [PATCH 0/6] objtool: More -ffunction-sections fixes Greg Kroah-Hartman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1763669451.git.jpoimboe@kernel.org \
--to=jpoimboe@kernel.org \
--cc=gregkh@linuxfoundation.org \
--cc=hansg@kernel.org \
--cc=jirislaby@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mchehab@kernel.org \
--cc=peterz@infradead.org \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox