diff options
-rw-r--r-- | SOURCES/patch-6.3-redhat.patch | 10 | ||||
-rw-r--r-- | SPECS/kernel.spec | 15 |
2 files changed, 14 insertions, 11 deletions
diff --git a/SOURCES/patch-6.3-redhat.patch b/SOURCES/patch-6.3-redhat.patch index 87939f9..bd7a08f 100644 --- a/SOURCES/patch-6.3-redhat.patch +++ b/SOURCES/patch-6.3-redhat.patch @@ -40,7 +40,7 @@ 39 files changed, 512 insertions(+), 187 deletions(-) diff --git a/Makefile b/Makefile -index 47253ac6c85c..15a31ab19ace 100644 +index 34349623a76a..6c842f7ce710 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,18 @@ $(if $(filter __%, $(MAKECMDGOALS)), \ @@ -63,10 +63,10 @@ index 47253ac6c85c..15a31ab19ace 100644 # to get the ordering right. # diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig -index e24a9820e12f..c39629f18c95 100644 +index a04bb151a902..292f324bf1ff 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig -@@ -1306,9 +1306,9 @@ config HIGHMEM +@@ -1307,9 +1307,9 @@ config HIGHMEM If unsure, say n. config HIGHPTE @@ -79,10 +79,10 @@ index e24a9820e12f..c39629f18c95 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 1023e896d46b..a5bb8dc90d68 100644 +index 15e097206e1a..8eefb7a011f0 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig -@@ -1238,7 +1238,7 @@ endchoice +@@ -1239,7 +1239,7 @@ endchoice config ARM64_FORCE_52BIT bool "Force 52-bit virtual addresses for userspace" diff --git a/SPECS/kernel.spec b/SPECS/kernel.spec index deb677c..c672688 100644 --- a/SPECS/kernel.spec +++ b/SPECS/kernel.spec @@ -142,18 +142,18 @@ Summary: The Linux kernel # the --with-release option overrides this setting.) %define debugbuildsenabled 1 %define buildid .fsync -%define specrpmversion 6.3.10 -%define specversion 6.3.10 +%define specrpmversion 6.3.11 +%define specversion 6.3.11 %define patchversion 6.3 %define pkgrelease 200 %define kversion 6 -%define tarfile_release 6.3.10 +%define tarfile_release 6.3.11 # This is needed to do merge window version magic %define patchlevel 3 # This allows pkg_release to have configurable %%{?dist} tag %define specrelease 201%{?buildid}%{?dist} # This defines the kabi tarball version -%define kabiversion 6.3.10 +%define kabiversion 6.3.11 # If this variable is set to 1, a bpf selftests build failure will cause a # fatal kernel package build error @@ -3448,8 +3448,11 @@ fi # # %changelog -* Sat Jul 01 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.3.10-201.fsync -- kernel-fsync v6.3.10 +* Wed Jul 05 2023 Jan Drögehoff <sentrycraft123@gmail.com> - 6.3.11-201.fsync +- kernel-fsync v6.3.11 + +* Sun Jul 02 2023 Justin M. Forbes <jforbes@fedoraproject.org> [6.3.11-0] +- Linux v6.3.11 * Wed Jun 28 2023 Augusto Caringi <acaringi@redhat.com> [6.3.10-0] - Linux v6.3.10 |