kernel-5.10.0-0.rc4.20201120git4d02da974ea8.81

* Fri Nov 20 2020 Fedora Kernel Team <kernel-team@fedoraproject.org> [5.10.0-0.rc4.20201120git4d02da974ea8.81]
- Fedora config update ("Justin M. Forbes")
- redhat: generic  enable CONFIG_INET_MPTCP_DIAG (Davide Caratti)
Resolves: rhbz#

Signed-off-by: Justin M. Forbes <jforbes@fedoraproject.org>
This commit is contained in:
Justin M. Forbes 2020-11-23 10:53:22 -06:00
commit 07ebe84e7e
28 changed files with 51 additions and 32 deletions

View file

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