[PATCH] locking: Add local_locks to MAINTAINERS

Sebastian Andrzej Siewior posted 1 patch 4 days, 12 hours ago
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] locking: Add local_locks to MAINTAINERS
Posted by Sebastian Andrzej Siewior 4 days, 12 hours ago
The local_lock_t was never added to the MAINTAINERS file since its
inclusion.

Add local_lock_t to the locking primitives section.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 2f346abc84ab0..45e6499405236 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14291,6 +14291,7 @@ S:	Maintained
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
 F:	Documentation/locking/
 F:	arch/*/include/asm/spinlock*.h
+F:	include/linux/local_lock*.h
 F:	include/linux/lockdep*.h
 F:	include/linux/mutex*.h
 F:	include/linux/rwlock*.h
-- 
2.51.0
Re: [PATCH] locking: Add local_locks to MAINTAINERS
Posted by Vlastimil Babka 3 days, 1 hour ago
On 9/27/25 11:01, Sebastian Andrzej Siewior wrote:
> The local_lock_t was never added to the MAINTAINERS file since its
> inclusion.
> 
> Add local_lock_t to the locking primitives section.
> 
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>

Great, also don't you want to be a reviewer too then? :)

> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2f346abc84ab0..45e6499405236 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14291,6 +14291,7 @@ S:	Maintained
>  T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
>  F:	Documentation/locking/
>  F:	arch/*/include/asm/spinlock*.h
> +F:	include/linux/local_lock*.h
>  F:	include/linux/lockdep*.h
>  F:	include/linux/mutex*.h
>  F:	include/linux/rwlock*.h
Re: [PATCH] locking: Add local_locks to MAINTAINERS
Posted by Waiman Long 3 days, 20 hours ago
On 9/27/25 5:01 AM, Sebastian Andrzej Siewior wrote:
> The local_lock_t was never added to the MAINTAINERS file since its
> inclusion.
>
> Add local_lock_t to the locking primitives section.
>
> Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
> ---
>   MAINTAINERS | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 2f346abc84ab0..45e6499405236 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14291,6 +14291,7 @@ S:	Maintained
>   T:	git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git locking/core
>   F:	Documentation/locking/
>   F:	arch/*/include/asm/spinlock*.h
> +F:	include/linux/local_lock*.h
>   F:	include/linux/lockdep*.h
>   F:	include/linux/mutex*.h
>   F:	include/linux/rwlock*.h
Acked-by: Waiman Long <longman@redhat.com>