diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2023-07-05 15:49:41 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2023-07-05 15:49:41 +0200 |
commit | c4fdb88619eb55c942efcf9bbfda4a42e85cc8df (patch) | |
tree | 6b109cccead606c916ceb89d995a6bab8ffe592c /SOURCES | |
parent | 94d24ac991de3e7f57a0a7d5100e0f225d07e2da (diff) | |
download | kernel-fsync-c4fdb88619eb55c942efcf9bbfda4a42e85cc8df.tar.gz kernel-fsync-c4fdb88619eb55c942efcf9bbfda4a42e85cc8df.zip |
kernel 6.3.11
Diffstat (limited to 'SOURCES')
-rw-r--r-- | SOURCES/patch-6.3-redhat.patch | 10 |
1 files changed, 5 insertions, 5 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" |