Commit Graph

1 Commits

Author SHA1 Message Date
Waiman Long babedfece6 Union-Find: add a new module in kernel library
JIRA: https://issues.redhat.com/browse/RHEL-83455
Conflicts: A merge conflict in lib/Makefile and context diff in MAINTAINERS.

commit 93c8332c8373fee415bd79f08d5ba4ba7ca5ad15
Author: Xavier <xavier_qy@163.com>
Date:   Thu, 4 Jul 2024 14:24:43 +0800

    Union-Find: add a new module in kernel library

    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@163.com>
    Signed-off-by: Tejun Heo <tj@kernel.org>

Signed-off-by: Waiman Long <longman@redhat.com>
2025-04-09 21:58:35 -04:00