diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-03-14 18:49:27 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-03-14 18:49:27 +0100 |
commit | 9a0ac95633805e1d0d1499892c6891b6c1886816 (patch) | |
tree | ffd5a10227aaf58175897c7664c0a49d243ce8d6 /SOURCES | |
parent | 0917e449c8d71853db39ad6f94520b206c5d60de (diff) | |
download | kernel-fsync-9a0ac95633805e1d0d1499892c6891b6c1886816.tar.gz kernel-fsync-9a0ac95633805e1d0d1499892c6891b6c1886816.zip |
kernel 5.16.14
Diffstat (limited to 'SOURCES')
-rw-r--r-- | SOURCES/patch-5.16-redhat.patch | 4 |
1 files changed, 2 insertions, 2 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 |