summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan200101 <sentrycraft123@gmail.com>2021-03-23 16:43:01 +0100
committerJan200101 <sentrycraft123@gmail.com>2021-03-23 16:43:01 +0100
commitd3e92cbbe9b3175072d18df11ec83bb263941dcc (patch)
tree98b4d6ef64a620f64541a5c9a5a8009bbd51db5d
parent0d03bbfed690ac4a025e90346a673b8607742122 (diff)
downloadkernel-fsync-d3e92cbbe9b3175072d18df11ec83bb263941dcc.tar.gz
kernel-fsync-d3e92cbbe9b3175072d18df11ec83bb263941dcc.zip
kernel 5.11.8
-rw-r--r--SOURCES/Makefile.rhelver2
-rw-r--r--SOURCES/kernel-aarch64-debug-fedora.config5
-rw-r--r--SOURCES/patch-5.11-redhat.patch2
-rwxr-xr-xSPECS/kernel.spec14
4 files changed, 9 insertions, 14 deletions
diff --git a/SOURCES/Makefile.rhelver b/SOURCES/Makefile.rhelver
index f74bfc4..a5081aa 100644
--- a/SOURCES/Makefile.rhelver
+++ b/SOURCES/Makefile.rhelver
@@ -12,7 +12,7 @@ RHEL_MINOR = 99
#
# Use this spot to avoid future merge conflicts.
# Do not trim this comment.
-RHEL_RELEASE = 9
+RHEL_RELEASE = 10
#
# Early y+1 numbering
diff --git a/SOURCES/kernel-aarch64-debug-fedora.config b/SOURCES/kernel-aarch64-debug-fedora.config
index f6d177c..81c4d4a 100644
--- a/SOURCES/kernel-aarch64-debug-fedora.config
+++ b/SOURCES/kernel-aarch64-debug-fedora.config
@@ -8274,9 +8274,4 @@ CONFIG_ZYNQMP_FIRMWARE=y
CONFIG_ZYNQMP_IPI_MBOX=y
CONFIG_ZYNQMP_PM_DOMAINS=y
CONFIG_ZYNQMP_POWER=y
-# enabling this option you should also select ARM64_PTR_AUTH=y.
-# Select this config option to add support for the initrd= command
-# This option determines the default init for the system if no init=
-# warnings from C=1 sparse checker or -Wextra compilations. It has
-# You can set the size of pernuma CMA by specifying "cma_pernuma=size"
CONFIG_ZENIFY=y
diff --git a/SOURCES/patch-5.11-redhat.patch b/SOURCES/patch-5.11-redhat.patch
index d5ebaa2..47a381e 100644
--- a/SOURCES/patch-5.11-redhat.patch
+++ b/SOURCES/patch-5.11-redhat.patch
@@ -273,7 +273,7 @@ index 000000000000..c33a71263d9e
+ 2. Add the new profile name, along with a clear description of the
+ expected behaviour, to the sysfs-platform_profile ABI documentation.
diff --git a/Makefile b/Makefile
-index 6ba32b82c480..20d2cb6a8bad 100644
+index d8a39ece170d..1b98067c8aa8 100644
--- a/Makefile
+++ b/Makefile
@@ -494,6 +494,7 @@ KBUILD_AFLAGS := -D__ASSEMBLY__ -fno-PIE
diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec
index 92b0bd0..359a0f3 100755
--- a/SPECS/kernel.spec
+++ b/SPECS/kernel.spec
@@ -104,7 +104,7 @@ Summary: The Linux kernel
%define primary_target rhel
%endif
-%define rpmversion 5.11.7
+%define rpmversion 5.11.8
%define stableversion 5.11
%define pkgrelease 201
@@ -603,7 +603,7 @@ BuildRequires: asciidoc
# exact git commit you can run
#
# xzcat -qq ${TARBALL} | git get-tar-commit-id
-Source0: linux-5.11.7.tar.xz
+Source0: linux-5.11.8.tar.xz
Source1: Makefile.rhelver
@@ -1255,8 +1255,8 @@ ApplyOptionalPatch()
fi
}
-%setup -q -n kernel-5.11.7 -c
-mv linux-5.11.7 linux-%{KVERREL}
+%setup -q -n kernel-5.11.8 -c
+mv linux-5.11.8 linux-%{KVERREL}
cd linux-%{KVERREL}
cp -a %{SOURCE1} .
@@ -2773,10 +2773,10 @@ fi
#
#
%changelog
-* Sat Mar 20 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.11.7-201.fsync
-- Linux v5.11.7 futex2 zen
+* Tue Mar 23 2021 Jan Drögehoff <sentrycraft123@gmail.com> - 5.11.8-201.fsync
+- Linux v5.11.8 futex2 zen
-* Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-200]
+* Sun Mar 21 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.8-10]
- This is a released kernel branch (Justin M. Forbes)
* Wed Mar 17 2021 Justin M. Forbes <jforbes@fedoraproject.org> [5.11.7-9]