summaryrefslogtreecommitdiffstats
path: root/process_configs.sh
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@fedoraproject.org>2022-03-08 11:11:22 -0600
committerJustin M. Forbes <jforbes@fedoraproject.org>2022-03-08 11:11:22 -0600
commitd742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a (patch)
treebcd1d014f818f176d10d636494653b419ddb5867 /process_configs.sh
parent595bb02d550fc3c2cc56fa99f42178ece9989c9e (diff)
downloadkernel-d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a.tar.gz
kernel-d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a.tar.xz
kernel-d742ad28a01d2499b8f0ef2e7a51ba9e4ceca07a.zip
kernel-5.17-0.rc7.ea4424be1688.117
* Tue Mar 08 2022 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.17-0.rc7.ea4424be1688.117] - redhat/configs/process_configs.sh: Fix issue with old error files (Prarit Bhargava) - redhat/configs/build_configs.sh: Parallelize execution (Prarit Bhargava) - redhat/configs/build_configs.sh: Provide better messages (Prarit Bhargava) - redhat/configs/build_configs.sh: Create unique output files (Prarit Bhargava) - redhat/configs/build_configs.sh: Add local variables (Prarit Bhargava) - redhat/configs/process_configs.sh: Parallelize execution (Prarit Bhargava) - redhat/configs/process_configs.sh: Provide better messages (Prarit Bhargava) - redhat/configs/process_configs.sh: Create unique output files (Prarit Bhargava) - redhat/configs/process_configs.sh: Add processing config function (Prarit Bhargava) - mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning (Waiman Long) Resolves: rhbz# Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
Diffstat (limited to 'process_configs.sh')
-rwxr-xr-xprocess_configs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/process_configs.sh b/process_configs.sh
index b620040cc..a946ce4c8 100755
--- a/process_configs.sh
+++ b/process_configs.sh
@@ -296,6 +296,11 @@ function process_configs()
# assume we are in $source_tree/configs, need to get to top level
pushd "$(switch_to_toplevel)" &>/dev/null
+ # The next line is throwaway code for transition to parallel
+ # processing. Leaving this line in place is harmless, but it can be
+ # removed the next time anyone updates this function.
+ [ -f .mismatches ] && rm -f .mismatches
+
count=0
for cfg in "$SCRIPT_DIR/${PACKAGE_NAME}${KVERREL}${SUBARCH}"*.config
do