summarylogtreecommitdiffstats
path: root/0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch
diff options
context:
space:
mode:
authorBjörn Bidar2022-03-25 02:51:40 +0200
committerBjörn Bidar2022-06-11 14:12:36 +0300
commit034adcf2fd3311bba3f58b8575b0be699ab3bd70 (patch)
treea8934d717407ce664ecf241b2d06d7543d7cce72 /0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch
parent05a0260e8dc51ce338d4ba7d1a9ffcd6b73d04b2 (diff)
downloadaur-034adcf2fd3311bba3f58b8575b0be699ab3bd70.tar.gz
Update to 5.18.0.pf1
- New upstream release based on 5.18.0 - Update kernel configs from arch and arch32 - Disable projectc patch-set for now in favor of ZEN interactive patches - Add more sub-arches - Remove Silvermont and Ivybridge from optimzed builds from build_pkgs, add: - generic-v2 - generic-v3 - generiv-v4 - rocketlake - alderlake
Diffstat (limited to '0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch')
-rw-r--r--0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch11
1 files changed, 4 insertions, 7 deletions
diff --git a/0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch b/0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch
index fa1cba6a0238..5b1a0197e829 100644
--- a/0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch
+++ b/0022-ZEN-INTERACTIVE-Enable-background-reclaim-of-hugepag.patch
@@ -31,10 +31,10 @@ Reasoning and details in the original patch: https://lwn.net/Articles/711248/
2 files changed, 8 insertions(+)
diff --git a/init/Kconfig b/init/Kconfig
-index 450355b8aa2a..a77e78d1c9eb 100644
+index 58bea73b06fc6f759b4f3ef2ace11a07987f3714..3a89cebdd80f756a0d5d7a553d64b463e0ec1365 100644
--- a/init/Kconfig
+++ b/init/Kconfig
-@@ -117,6 +117,10 @@ config ZEN_INTERACTIVE
+@@ -121,6 +121,10 @@ config ZEN_INTERACTIVE
Default scheduler.........: mq-deadline -> bfq
@@ -46,10 +46,10 @@ index 450355b8aa2a..a77e78d1c9eb 100644
bool
diff --git a/mm/huge_memory.c b/mm/huge_memory.c
-index 406a3c28c026..3538923b48ab 100644
+index 910a138e9859e9a6c02e7bf234c5431c8e3cebb5..9e4760e2ae587de6f443ffb628dfc2a4d0671b6b 100644
--- a/mm/huge_memory.c
+++ b/mm/huge_memory.c
-@@ -54,7 +54,11 @@ unsigned long transparent_hugepage_flags __read_mostly =
+@@ -58,7 +58,11 @@ unsigned long transparent_hugepage_flags __read_mostly =
#ifdef CONFIG_TRANSPARENT_HUGEPAGE_MADVISE
(1<<TRANSPARENT_HUGEPAGE_REQ_MADV_FLAG)|
#endif
@@ -61,6 +61,3 @@ index 406a3c28c026..3538923b48ab 100644
(1<<TRANSPARENT_HUGEPAGE_DEFRAG_KHUGEPAGED_FLAG)|
(1<<TRANSPARENT_HUGEPAGE_USE_ZERO_PAGE_FLAG);
---
-2.35.1
-