Re: [PATCH-cpuset v11 1/2] Union-Find: add a new module in kernel library

From: Tejun Heo
Date: Tue Jul 30 2024 - 19:05:40 EST


On Thu, Jul 04, 2024 at 02:24:43PM +0800, Xavier wrote:
> This patch implements a union-find data structure in the kernel library,
> which includes operations for allocating nodes, freeing nodes,
> finding the root of a node, and merging two nodes.
>
> Signed-off-by: Xavier <xavier_qy@xxxxxxx>

Applied to cgroup/for-6.12.

Thanks.

--
tejun