Message ID | 20220808125602.97747-11-goliath@infraroot.at |
---|---|
State | New |
Headers | show |
Series | Backport MEMCG changes from v5.17 | expand |
diff --git a/init/Kconfig b/init/Kconfig index 160f836f81c7..1646c25f6ec5 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -943,7 +943,6 @@ config PAGE_COUNTER config MEMCG bool "Memory controller" - depends on !PREEMPT_RT select PAGE_COUNTER select EVENTFD help
With these backported, it is safe to use MEMCG again: 0001-mm-memcg-Revert-mm-memcg-optimize-user-context-objec.patch 0002-mm-memcg-Disable-threshold-event-handlers-on-PREEMPT.patch 0003-mm-memcg-Protect-per-CPU-counter-by-disabling-preemp.patch 0004-mm-memcg-Opencode-the-inner-part-of-obj_cgroup_uncha.patch 0005-mm-memcg-Protect-memcg_stock-with-a-local_lock_t.patch 0006-mm-memcg-Disable-migration-instead-of-preemption-in-.patch 0007-mm-memcg-Add-missing-counter-index-which-are-not-upd.patch 0008-mm-memcg-Add-a-comment-regarding-the-release-obj.patch 0009-mm-memcg-Only-perform-the-debug-checks-on-PREEMPT_RT.patch Signed-off-by: David Oberhollenzer <goliath@infraroot.at> --- init/Kconfig | 1 - 1 file changed, 1 deletion(-)