linux-stable/tools/objtool
Josh Poimboeuf 78ac06c7d3 Revert "objtool: Support addition to set CFA base"
[ Upstream commit e18398e80c ]

Commit 468af56a7b ("objtool: Support addition to set CFA base") was
added as a preparatory patch for arm64 support, but that support never
came.  It triggers a false positive warning on x86, so just revert it
for now.

Fixes the following warning:

  vmlinux.o: warning: objtool: cdce925_regmap_i2c_write+0xdb: stack state mismatch: cfa1=4+120 cfa2=5+40

Fixes: 468af56a7b ("objtool: Support addition to set CFA base")
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Link: https://lore.kernel.org/oe-kbuild-all/202304080538.j5G6h1AB-lkp@intel.com/
Signed-off-by: Sasha Levin <sashal@kernel.org>
2023-05-11 23:17:29 +09:00
..
Documentation objtool: Check that module init/exit function is an indirect call target 2023-01-21 10:50:18 +01:00
arch objtool: Make instruction::stack_ops a single-linked list 2023-02-23 09:20:59 +01:00
include/objtool objtool: Fix ORC 'signal' propagation 2023-02-23 09:21:50 +01:00
.gitignore objtool: Install libsubcmd in build 2023-01-30 16:27:46 -08:00
Build objtool: Install libsubcmd in build 2023-01-30 16:27:46 -08:00
Makefile objtool: Fix HOSTCC flag usage 2023-02-01 09:15:18 -08:00
builtin-check.c objtool: Make struct check_options static 2023-02-01 09:15:23 -08:00
check.c Revert "objtool: Support addition to set CFA base" 2023-05-11 23:17:29 +09:00
elf.c objtool: Allocate multiple structures with calloc() 2023-02-01 09:15:23 -08:00
objtool.c objtool: Remove instruction::list 2023-02-23 09:21:44 +01:00
orc_dump.c x86/unwind/orc: Add 'signal' field to ORC metadata 2023-02-11 12:37:51 +01:00
orc_gen.c objtool: Fix ORC 'signal' propagation 2023-02-23 09:21:50 +01:00
special.c objtool: Make struct entries[] static and const 2023-02-01 09:15:22 -08:00
sync-check.sh Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve a semantic conflict 2021-04-02 12:36:30 +02:00
weak.c objtool: Ditch subcommands 2022-04-22 12:32:01 +02:00