[GIT PULL] objtool fixes

From: Ingo Molnar
Date: Fri Feb 28 2025 - 14:09:01 EST


Linus,

Please pull the latest objtool/urgent Git tree from:

git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git objtool-urgent-2025-02-28

# HEAD: b4ae43b053537ec28f430c0ddb9b916ab296dbe5 objtool: Add bch2_trans_unlocked_or_in_restart_error() to bcachefs noreturns

Fix an objtool false positive, and objtool related
build warnings that happens on PIE-enabled architectures
such as LoongArch.

Thanks,

Ingo

------------------>
Ard Biesheuvel (2):
vmlinux.lds: Ensure that const vars with relocations are mapped R/O
objtool: Fix C jump table annotations for Clang

Youling Tang (1):
objtool: Add bch2_trans_unlocked_or_in_restart_error() to bcachefs noreturns


include/asm-generic/vmlinux.lds.h | 2 +-
include/linux/compiler.h | 2 +-
tools/objtool/check.c | 7 ++++---
tools/objtool/include/objtool/special.h | 2 +-
tools/objtool/noreturns.h | 2 +-
5 files changed, 8 insertions(+), 7 deletions(-)