summaryrefslogtreecommitdiff
path: root/tools/objtool/klp-diff.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2026-08-18 18:11:25 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2026-08-18 18:11:25 -0700
commitccb9331e132a0554f6efb18140eae78bc32b0ee4 (patch)
tree9af27985432a7ac6214fecb66cc5eb911eec0ad1 /tools/objtool/klp-diff.c
parentb960327ab340b54f8e20f3af5d0751e2941b6675 (diff)
parent4a73b93ce489a58c9a2aac4a5f5cd8cfa58ced64 (diff)
Merge tag 'x86_alternatives_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull x86 alternatives update from Borislav Petkov: - Remove the smp_locks alternatives machinery which was used to patch out lock prefixes when running a SMP kernel on a uniprocessor machine * tag 'x86_alternatives_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/alternative: Drop smp_locks glue
Diffstat (limited to 'tools/objtool/klp-diff.c')
-rw-r--r--tools/objtool/klp-diff.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/objtool/klp-diff.c b/tools/objtool/klp-diff.c
index 16681a76f13d..34da55e45609 100644
--- a/tools/objtool/klp-diff.c
+++ b/tools/objtool/klp-diff.c
@@ -344,7 +344,6 @@ static bool is_special_section(struct section *sec)
static const char * const specials[] = {
".altinstructions",
".kcfi_traps",
- ".smp_locks",
"__bug_table",
"__ex_table",
"__jump_table",