Skip to content
Snippets Groups Projects
Forked from drm / msm
Loading
user avatar
Josh Poimboeuf authored
If SAVE and RESTORE unwind hints are in different basic blocks, and
objtool sees the RESTORE before the SAVE, it errors out with:

  vmlinux.o: warning: objtool: vmw_port_hb_in+0x242: objtool isn't smart enough to handle this CFI save/restore combo

In such a case, defer following the RESTORE block until the
straight-line path gets followed later.

Fixes: 8faea26e ("objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402240702.zJFNmahW-lkp@intel.com/


Signed-off-by: default avatarJosh Poimboeuf <jpoimboe@kernel.org>
Link: https://lore.kernel.org/r/20240227073527.avcm5naavbv3cj5s@treble


Signed-off-by: default avatarKees Cook <keescook@chromium.org>
10b4c4bc
History
Name Last commit Last update
..