Re: [PATCH 1/4] cgroup/dmem: Select PAGE_COUNTER

2025-01-15 Thread Maxime Ripard
On Mon, 13 Jan 2025 10:26:05 +0100, Maxime Ripard wrote: > The dmem cgroup the page counting API implemented behing the > PAGE_COUNTER kconfig option. However, it doesn't select it, resulting in > potential build breakages. Select PAGE_COUNTER. > > Applied to misc/kernel.git (drm-misc-next-fixes

Re: [PATCH 1/4] cgroup/dmem: Select PAGE_COUNTER

2025-01-14 Thread Tejun Heo
On Tue, Jan 14, 2025 at 04:02:55PM +0100, Maxime Ripard wrote: > On Tue, Jan 14, 2025 at 03:53:23PM +0100, Simona Vetter wrote: > > On Mon, Jan 13, 2025 at 10:26:05AM +0100, Maxime Ripard wrote: > > > The dmem cgroup the page counting API implemented behing the > > > PAGE_COUNTER kconfig option. Ho

Re: [PATCH 1/4] cgroup/dmem: Select PAGE_COUNTER

2025-01-14 Thread Maxime Ripard
On Tue, Jan 14, 2025 at 03:53:23PM +0100, Simona Vetter wrote: > On Mon, Jan 13, 2025 at 10:26:05AM +0100, Maxime Ripard wrote: > > The dmem cgroup the page counting API implemented behing the > > PAGE_COUNTER kconfig option. However, it doesn't select it, resulting in > > potential build breakages

Re: [PATCH 1/4] cgroup/dmem: Select PAGE_COUNTER

2025-01-14 Thread Simona Vetter
On Mon, Jan 13, 2025 at 10:26:05AM +0100, Maxime Ripard wrote: > The dmem cgroup the page counting API implemented behing the > PAGE_COUNTER kconfig option. However, it doesn't select it, resulting in > potential build breakages. Select PAGE_COUNTER. > > Fixes: b168ed458dde ("kernel/cgroup: Add "d

[PATCH 1/4] cgroup/dmem: Select PAGE_COUNTER

2025-01-13 Thread Maxime Ripard
The dmem cgroup the page counting API implemented behing the PAGE_COUNTER kconfig option. However, it doesn't select it, resulting in potential build breakages. Select PAGE_COUNTER. Fixes: b168ed458dde ("kernel/cgroup: Add "dmem" memory accounting cgroup") Reported-by: kernel test robot Closes: