]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
klp-build: Don't use errexit
authorJosh Poimboeuf <jpoimboe@kernel.org>
Sun, 5 Apr 2026 23:17:08 +0000 (16:17 -0700)
committerJosh Poimboeuf <jpoimboe@kernel.org>
Tue, 5 May 2026 04:16:03 +0000 (21:16 -0700)
commit946d3510fe19dca5cf8c1ea5d5eedff47a72ddc3
tree964ac1404b4fa96c86d4138e43418fb910461706
parentba77fe55781a2464f68b6c13b4b31d05abd2abcf
klp-build: Don't use errexit

The errtrace option (combined with the ERR trap) already serves the same
function (and more) as errexit, so errexit is redundant.  And it has
more pitfalls.  Remove it.

Acked-by: Song Liu <song@kernel.org>
Reviewed-by: Miroslav Benes <mbenes@suse.cz>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
scripts/livepatch/klp-build