From: Geert Uytterhoeven Date: Thu, 16 Jan 2025 09:56:35 +0000 (+0100) Subject: cgroup/rdma: Drop bogus PAGE_COUNTER select X-Git-Tag: v6.14-rc1~65^2^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bea6afc1bfad1d44f87ee73cfb631533b82aa3e2;p=thirdparty%2Fkernel%2Flinux.git cgroup/rdma: Drop bogus PAGE_COUNTER select When adding the Device memory controller (DMEM), "select PAGE_COUNTER" was added to CGROUP_RDMA, presumably instead of CGROUP_DMEM. While commit e33b51499a0a6bca ("cgroup/dmem: Select PAGE_COUNTER") added the missing select to CGROUP_DMEM, the bogus select is still there. Remove it. Fixes: b168ed458ddecc17 ("kernel/cgroup: Add "dmem" memory accounting cgroup") Closes: https://lore.kernel.org/CAMuHMdUmPfahsnZwx2iB5yfh8rjjW25LNcnYujNBgcKotUXBNg@mail.gmail.com Signed-off-by: Geert Uytterhoeven Acked-by: Tejun Heo Link: https://patchwork.freedesktop.org/patch/msgid/b4d462f038a2f895f30ae759928397c8183f6f7e.1737020925.git.geert+renesas@glider.be Signed-off-by: Maxime Ripard --- diff --git a/init/Kconfig b/init/Kconfig index 5e53285061381..d66b215ac93d0 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1128,7 +1128,6 @@ config CGROUP_PIDS config CGROUP_RDMA bool "RDMA controller" - select PAGE_COUNTER help Provides enforcement of RDMA resources defined by IB stack. It is fairly easy for consumers to exhaust RDMA resources, which