Re: [PATCH-cgroup] cgroup/cpuset: Move cpu.h include to cpuset-internal.h
From: Tejun Heo
Date: Sat Aug 31 2024 - 11:52:55 EST
On Sat, Aug 31, 2024 at 09:57:03AM -0400, Waiman Long wrote:
> The newly created cpuset-v1.c file uses cpus_read_lock/unlock() functions
> which are defined in cpu.h but not included in cpuset-internal.h yet
> leading to compilation error under certain kernel configurations. Fix it
> by moving the cpu.h include from cpuset.c to cpuset-internal.h. While
> at it, sort the include files in alphabetic order.
>
> Reported-by: kernel test robot <lkp@xxxxxxxxx>
> Closes: https://lore.kernel.org/oe-kbuild-all/202408311612.mQTuO946-lkp@xxxxxxxxx/
> Fixes: dd46bd00ab4c ("cgroup/cpuset: move relax_domain_level to cpuset-v1.c")
> Signed-off-by: Waiman Long <longman@xxxxxxxxxx>
Applied to cgroup/for-6.12.
Thanks.
--
tejun