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 cbc298399ee67e239e4ac21563cfd97eeab917a4..a1c92549e9b72e4fd9e3a0b89ce047f3e5f4a191 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,8 +976,12 @@ 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 * Wed Dec 06 2023 wenzhiwei - 5.10.0-172.1.0 -- Package init \ No newline at end of file +- Package init +