From: Josh Poimboeuf <jpoimboe@kernel.org>
To: Valentin Schneider <vschneid@redhat.com>
Cc: linux-kernel@vger.kernel.org, Peter Zijlstra <peterz@infradead.org>
Subject: [PATCH v2 0/3] objtool: noinstr validation for static branches/calls
Date: Tue, 26 Nov 2024 20:47:39 -0800 [thread overview]
Message-ID: <cover.1732682344.git.jpoimboe@kernel.org> (raw)
v2:
- Add some fixes reported by kbuild.
FWIW, this reports the following static keys:
- sched_clock_running
- __sched_clock_stable
- mds_idle_clear
- vmx_l1d_flush_cond
- stack_erasing_bypass
and the following static calls:
- pv_sched_clock
- x86_idle
(not necessarily an exhaustive list, just the ones I've seen)
Josh Poimboeuf (3):
jump_label: Add annotations for validating noinstr usage
static_call: Add read-only-after-init static calls
objtool: Add noinstr validation for static branches/calls
include/linux/jump_label.h | 30 ++++++--
include/linux/objtool.h | 7 ++
include/linux/static_call.h | 19 +++++
tools/objtool/Documentation/objtool.txt | 34 +++++++++
tools/objtool/check.c | 92 ++++++++++++++++++++++---
tools/objtool/include/objtool/check.h | 1 +
tools/objtool/include/objtool/elf.h | 1 +
tools/objtool/include/objtool/special.h | 1 +
tools/objtool/special.c | 18 ++++-
9 files changed, 187 insertions(+), 16 deletions(-)
--
2.47.0
next reply other threads:[~2024-11-27 4:47 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-27 4:47 Josh Poimboeuf [this message]
2024-11-27 4:47 ` [PATCH v2 1/3] jump_label: Add annotations for validating noinstr usage Josh Poimboeuf
2024-11-27 4:47 ` [PATCH v2 2/3] static_call: Add read-only-after-init static calls Josh Poimboeuf
2024-11-27 4:47 ` [PATCH v2 3/3] objtool: Add noinstr validation for static branches/calls Josh Poimboeuf
2024-12-03 12:02 ` Valentin Schneider
2024-12-13 6:21 ` Josh Poimboeuf
2024-11-27 9:38 ` [PATCH v2 0/3] objtool: " Valentin Schneider
2024-11-28 1:35 ` Josh Poimboeuf
2024-12-03 12:00 ` Valentin Schneider
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.1732682344.git.jpoimboe@kernel.org \
--to=jpoimboe@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=vschneid@redhat.com \
/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