<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux-toradex.git/Documentation/core-api/union_find.rst, branch v6.16-rc4</title>
<subtitle>Linux kernel for Apalis and Colibri modules</subtitle>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/'/>
<entry>
<title>Documentation: Fix the compilation errors in union_find.rst</title>
<updated>2024-08-02T18:58:16+00:00</updated>
<author>
<name>Xavier</name>
<email>xavier_qy@163.com</email>
</author>
<published>2024-08-02T03:33:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=563ea1f5f85171b68f9075f5c3c22c4b521f1b5e'/>
<id>563ea1f5f85171b68f9075f5c3c22c4b521f1b5e</id>
<content type='text'>
Fix the compilation errors and warnings caused by merging
Documentation/core-api/union_find.rst and
Documentation/translations/zh_CN/core-api/union_find.rst.

Signed-off-by: Xavier &lt;xavier_qy@163.com&gt;
Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the compilation errors and warnings caused by merging
Documentation/core-api/union_find.rst and
Documentation/translations/zh_CN/core-api/union_find.rst.

Signed-off-by: Xavier &lt;xavier_qy@163.com&gt;
Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Union-Find: add a new module in kernel library</title>
<updated>2024-07-30T23:04:36+00:00</updated>
<author>
<name>Xavier</name>
<email>xavier_qy@163.com</email>
</author>
<published>2024-07-04T06:24:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.toradex.cn/cgit/linux-toradex.git/commit/?id=93c8332c8373fee415bd79f08d5ba4ba7ca5ad15'/>
<id>93c8332c8373fee415bd79f08d5ba4ba7ca5ad15</id>
<content type='text'>
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 &lt;xavier_qy@163.com&gt;
Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;xavier_qy@163.com&gt;
Signed-off-by: Tejun Heo &lt;tj@kernel.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
