[PATCH v2 0/3] objtool: make it more strict

From: Dimitri John Ledkov
Date: Wed Dec 13 2023 - 09:44:39 EST


This is attempt #626 to make objtool slightly more strict.

Changes since v1 patch:
* fix the return statement & comment in check() function
* attempt to make SLS & RETPOLINE strict

v1: https://lore.kernel.org/all/20231212185339.1562967-1-dimitri.ledkov@xxxxxxxxxxxxx/

Dimitri John Ledkov (3):
objtool: Make objtool check actually fatal upon fatal errors
objtool: make objtool SLS validation fatal when building with
CONFIG_SLS=y
objtool: make objtool RETPOLINE validation fatal when building with
CONFIG_RETPOLINE=y

tools/objtool/check.c | 26 ++++++++++++++------------
1 file changed, 14 insertions(+), 12 deletions(-)

--
2.34.1