summaryrefslogtreecommitdiffstats
path: root/process_configs.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-05-13 07:09:44 -0500
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-05-13 07:09:44 -0500
commit483a93c5de77fdc40a4aeefc5fac9fae4180a9e3 (patch)
treeb725526d21303d4eb6243b05e2793d35b17e4287 /process_configs.sh
parent88a55827298426c1d67dd0f7e1c5d4eb7e0d3057 (diff)
downloadkernel-483a93c5de77fdc40a4aeefc5fac9fae4180a9e3.tar.gz
kernel-483a93c5de77fdc40a4aeefc5fac9fae4180a9e3.tar.xz
kernel-483a93c5de77fdc40a4aeefc5fac9fae4180a9e3.zip
kernel-5.18.0-0.rc6.20220513gitf3f19f939c11925.51
* Fri May 13 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [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 <jforbes@fedoraproject.org>
Diffstat (limited to 'process_configs.sh')
-rwxr-xr-xprocess_configs.sh2
1 files changed, 1 insertions, 1 deletions
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}"