Re: [PATCH v2 1/2] lib/htree: Add locking interface to new Hash Tree
From: Greg Kroah-Hartman
Date: Tue Aug 06 2024 - 03:07:17 EST
On Mon, Aug 05, 2024 at 07:01:09PM +0900, JaeJoon Jung wrote:
> Implementation of new Hash Tree [PATCH v2]
> ------------------------------------------
> Add spinlock.h and rcupdate.h in the include/linux/htree.h
> Add htree_root structue to interface locking.
> htree_root.ht_lock is spinlock_t to run spin_lock.
> htree_root.ht_first is __rcu type to access rcu API.
> Access the kernel standard API using macros.
Why? What is going to use this? What needs it?
> full source:
> ------------
> https://github.com/kernel-bz/htree.git
>
> Manual(PDF):
> ------------
> https://github.com/kernel-bz/htree/blob/main/docs/htree-20240802.pdf
These obviously do not belong in a changelog text :(