From 862a9522a905f8fc217c07e36b388de30ee4531e Mon Sep 17 00:00:00 2001 From: Roger Pau Monne Date: Thu, 10 Mar 2022 16:08:33 +0100 Subject: [PATCH] livepatch: add extra efi/ objects to be ignored MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The contents of this objects is init only, and cannot be patched. Signed-off-by: Roger Pau Monné Reviewed-by: Bjoern Doebel Reviewed-by: Ross Lagerwall Signed-off-by: Ross Lagerwall --- livepatch-gcc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/livepatch-gcc b/livepatch-gcc index fe782e0..b0b9ce4 100755 --- a/livepatch-gcc +++ b/livepatch-gcc @@ -66,6 +66,8 @@ elif [[ "$TOOLCHAINCMD" =~ $OBJCOPY_RE ]] ; then version.o|\ debug.o|\ check.o|\ + boot.o|\ + *.init.o|\ .*.o) ;; *.o) -- 2.39.5