]> www.infradead.org Git - users/jedix/linux-maple.git/commit
cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_spread_slab
authorMichal Koutný <mkoutny@suse.com>
Tue, 11 Mar 2025 12:36:19 +0000 (13:36 +0100)
committerTejun Heo <tj@kernel.org>
Tue, 11 Mar 2025 19:22:54 +0000 (09:22 -1000)
commit012c419f8d248fc92915a6d0998802ccd15cded6
treec8fe3df6fa7349f9c83bd6ee20a77b4c3d99b248
parenta0dd846257af0b272488032df215939f48cefc75
cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_spread_slab

There is MPOL_INTERLEAVE for user explicit allocations.
Deprecate spreading of allocations that users carry out unwittingly.
Use straight warning level for slab spreading since such a knob is
unnecessarily intertwined with slab allocator.

Signed-off-by: Michal Koutný <mkoutny@suse.com>
Acked-by: Waiman Long <longman@redhat.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cpuset-v1.c