diff --git a/kernel-5.10.0-aarch64-nestos.config b/kernel-5.10.0-aarch64-nestos.config index bef053fc3ca27bf3f5aa46a1679717b3e4430c4f..a5d68de628772bfb55d768e768aaac28454cad6e 100644 --- a/kernel-5.10.0-aarch64-nestos.config +++ b/kernel-5.10.0-aarch64-nestos.config @@ -135,6 +135,7 @@ CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y CONFIG_MEMCG_KMEM=y CONFIG_MEMCG_MEMFS_INFO=y +CONFIG_MEMCG_THP=y CONFIG_BLK_CGROUP=y CONFIG_CGROUP_WRITEBACK=y CONFIG_CGROUP_V1_WRITEBACK=y diff --git a/kernel-5.10.0-x86_64-nestos.config b/kernel-5.10.0-x86_64-nestos.config index ba718d5a5872ec9a52ed9b9accb9498f2dda591b..b6c959e2390c429950bf3d8b659cefcc3ff2bd33 100644 --- a/kernel-5.10.0-x86_64-nestos.config +++ b/kernel-5.10.0-x86_64-nestos.config @@ -166,6 +166,7 @@ CONFIG_MEMCG=y CONFIG_MEMCG_SWAP=y CONFIG_MEMCG_KMEM=y CONFIG_MEMCG_MEMFS_INFO=y +CONFIG_MEMCG_THP=y CONFIG_BLK_CGROUP=y CONFIG_CGROUP_WRITEBACK=y CONFIG_CGROUP_V1_WRITEBACK=y diff --git a/kernel-nestos.spec b/kernel-nestos.spec index 7e7cc0a87b7b5f635e5dfc43e2b45eed54328028..4550de9636a634435d3bfffc8207eb57adb6b074 100644 --- a/kernel-nestos.spec +++ b/kernel-nestos.spec @@ -13,7 +13,7 @@ %global upstream_sublevel 0 %global devel_release 172 %global maintenance_release .1 -%global pkg_release .1 +%global pkg_release .2 %define with_debuginfo 1 # Do not recompute the build-id of vmlinux in find-debuginfo.sh @@ -976,6 +976,9 @@ fi %endif %changelog +* Tue Dec 21 2023 lilong - 5.10.0-172.1.2 +- enable cgroup_thp_control kernel feature + * Tue Dec 12 2023 chendexi - 5.10.0-172.1.1 - Remove useless commands to fix compilation issues