Commit 0fe4aee
x86/bugs: Do IBPB fallback check only once
When booting with retbleed=auto, if the kernel wasn't built with
CONFIG_CC_HAS_RETURN_THUNK, the mitigation falls back to IBPB. Make
sure a warning is printed in that case. The IBPB fallback check is done
twice, but it really only needs to be done once.
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Signed-off-by: Borislav Petkov <bp@suse.de>1 parent 3ebc170 commit 0fe4aee
1 file changed
Lines changed: 5 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
891 | 891 | | |
892 | 892 | | |
893 | 893 | | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
| 894 | + | |
| 895 | + | |
902 | 896 | | |
903 | 897 | | |
904 | | - | |
905 | | - | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
906 | 901 | | |
907 | 902 | | |
908 | 903 | | |
| |||
0 commit comments