summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2022-03-14 18:49:27 +0100
committerJan200101 <sentrycraft123@gmail.com>2022-03-14 18:49:27 +0100
commit9a0ac95633805e1d0d1499892c6891b6c1886816 (patch)
treeffd5a10227aaf58175897c7664c0a49d243ce8d6
parent0917e449c8d71853db39ad6f94520b206c5d60de (diff)
downloadkernel-fsync-9a0ac95633805e1d0d1499892c6891b6c1886816.tar.gz
kernel-fsync-9a0ac95633805e1d0d1499892c6891b6c1886816.zip
kernel 5.16.14
-rw-r--r--SOURCES/patch-5.16-redhat.patch4
-rwxr-xr-xSPECS/kernel.spec15
2 files changed, 11 insertions, 8 deletions
diff --git a/SOURCES/patch-5.16-redhat.patch b/SOURCES/patch-5.16-redhat.patch
index 7fa1364..7110a8e 100644
--- a/SOURCES/patch-5.16-redhat.patch
+++ b/SOURCES/patch-5.16-redhat.patch
@@ -52,7 +52,7 @@
51 files changed, 811 insertions(+), 205 deletions(-)
diff --git a/Makefile b/Makefile
-index 6702e44821eb..9e7e71b0abbb 100644
+index 86835419075f..dd0dae5bea09 100644
--- a/Makefile
+++ b/Makefile
@@ -18,6 +18,10 @@ $(if $(filter __%, $(MAKECMDGOALS)), \
@@ -83,7 +83,7 @@ index c2724d986fa0..8063dcef65f7 100644
The VM uses one page of physical memory for each page table.
For systems with a lot of processes, this can use a lot of
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig
-index 651bf217465e..874ef87c9585 100644
+index 0e2c31f7a9aa..25310b3a1fc6 100644
--- a/arch/arm64/Kconfig
+++ b/arch/arm64/Kconfig
@@ -1109,7 +1109,7 @@ endchoice
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index c82db7e..4b44bed 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -130,7 +130,7 @@ Summary: The Linux kernel
# The kernel tarball/base version
%define kversion 5.16
-%define rpmversion 5.16.13
+%define rpmversion 5.16.14
%define patchversion 5.16
%define pkgrelease 201
@@ -692,7 +692,7 @@ BuildRequires: lld
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.16.13.tar.xz
+Source0: linux-5.16.14.tar.xz
Source1: Makefile.rhelver
@@ -1395,8 +1395,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.16.13 -c
-mv linux-5.16.13 linux-%{KVERREL}
+%setup -q -n kernel-5.16.14 -c
+mv linux-5.16.14 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -3003,8 +3003,11 @@ fi
#
#
%changelog
-* Mon Mar 14 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.16.13-201
-- Linux v5.16.13 futex2 zen openrgb
+* Mon Mar 14 2022 Jan Drögehoff <sentrycraft123@gmail.com> - 5.16.14-201
+- Linux v5.16.14 futex2 zen openrgb
+
+* Fri Mar 11 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.14-0]
+- Linux v5.16.14
* Tue Mar 08 2022 Justin M. Forbes <jforbes@fedoraproject.org> [5.16.13-0]
- Add config for ARM64_ERRATUM_2077057 (Justin M. Forbes)