kernel-5.10.0-0.rc4.77

* Mon Nov 16 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.77]
- No need to review, Temporary workarounds due to DEBUG_INFO_BTF not working ("Justin M. Forbes")
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2020-11-16 10:50:42 -06:00
commit 6c08b065ee
19 changed files with 154 additions and 41 deletions

View file

@ -16,11 +16,6 @@ while test "$#" != 0; do
shift
done
#This seems to cause problems with large numbers
if (( $procgroup > 12 )); then
procgroup=12
fi
# If told to use only one cpu:
test "$procgroup" || exec xargs -r xz
test "$procgroup" = 1 && exec xargs -r xz