From 483a93c5de77fdc40a4aeefc5fac9fae4180a9e3 Mon Sep 17 00:00:00 2001 From: "Justin M. Forbes" Date: Fri, 13 May 2022 07:09:44 -0500 Subject: kernel-5.18.0-0.rc6.20220513gitf3f19f939c11925.51 * Fri May 13 2022 Fedora Kernel Team [5.18.0-0.rc6.f3f19f939c11925.50] - Add CONFIG_EFI_DXE_MEM_ATTRIBUTES (Justin M. Forbes) - efi: x86: Set the NX-compatibility flag in the PE header (Peter Jones) - efi: libstub: ensure allocated memory to be executable (Baskov Evgeniy) - efi: libstub: declare DXE services table (Baskov Evgeniy) Resolves: Signed-off-by: Justin M. Forbes --- process_configs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process_configs.sh') diff --git a/process_configs.sh b/process_configs.sh index b6f48c9a9..987fb78c1 100755 --- a/process_configs.sh +++ b/process_configs.sh @@ -262,7 +262,7 @@ function process_config() rm .newoptions"${count}" RETURNCODE=1 fi - rm .newoptions"${count}" + rm -f .newoptions"${count}" grep -E 'config.*warning' .listnewconfig"${count}" > .warnings"${count}" if test -n "$CHECKWARNINGS" && test -s .warnings"${count}" -- cgit