linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
@ 2025-06-24 14:48 nicolas.bouchinet
  2025-06-24 23:25 ` Paul Moore
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: nicolas.bouchinet @ 2025-06-24 14:48 UTC (permalink / raw)
  To: Paul Moore
  Cc: Xiu Jianfeng, Mickaël Salaün, linux-security-module,
	linux-kernel, Nicolas Bouchinet

From: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>

The Lockdown LSM has been unmaintained for some time now. It requires
some work to ensure it works as intended.

Xiu Jianfeng and I volunteer to maintain the LSM.

Signed-off-by: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
---
 MAINTAINERS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 0c1d245bf7b84f8a78b811e0c9c5a3edc09edc22..776c7fffcaec08f71faf2740599f0b4570179832 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14060,8 +14060,10 @@ F:	Documentation/admin-guide/LSM/LoadPin.rst
 F:	security/loadpin/
 
 LOCKDOWN SECURITY MODULE
+M:	Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>
+M:	Xiu Jianfeng <xiujianfeng@huawei.com>
 L:	linux-security-module@vger.kernel.org
-S:	Odd Fixes
+S:	Maintained
 T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
 F:	security/lockdown/
 

---
base-commit: 9fc86a85f36c51dd9e628c82091326151c8ff638
change-id: 20250624-add_myself_to_lockdown_maintainers-e65b471febf9

Best regards,
-- 
Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
  2025-06-24 14:48 [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers nicolas.bouchinet
@ 2025-06-24 23:25 ` Paul Moore
  2025-06-26  3:42 ` xiujianfeng
  2025-07-10 21:56 ` Paul Moore
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Moore @ 2025-06-24 23:25 UTC (permalink / raw)
  To: nicolas.bouchinet
  Cc: Xiu Jianfeng, Mickaël Salaün, linux-security-module,
	linux-kernel, Nicolas Bouchinet

On Tue, Jun 24, 2025 at 10:49 AM <nicolas.bouchinet@oss.cyber.gouv.fr> wrote:
>
> From: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
>
> The Lockdown LSM has been unmaintained for some time now. It requires
> some work to ensure it works as intended.
>
> Xiu Jianfeng and I volunteer to maintain the LSM.
>
> Signed-off-by: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Thank you both for volunteering to maintain the Lockdown LSM!

I'll leave this patch on the list for a bit to see if others have any
concerns, reviewed-by tags, etc. that they want to add, but as far as
I'm concerned right now you two have the job :)

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0c1d245bf7b84f8a78b811e0c9c5a3edc09edc22..776c7fffcaec08f71faf2740599f0b4570179832 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14060,8 +14060,10 @@ F:     Documentation/admin-guide/LSM/LoadPin.rst
>  F:     security/loadpin/
>
>  LOCKDOWN SECURITY MODULE
> +M:     Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>
> +M:     Xiu Jianfeng <xiujianfeng@huawei.com>
>  L:     linux-security-module@vger.kernel.org
> -S:     Odd Fixes
> +S:     Maintained
>  T:     git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:     security/lockdown/

-- 
paul-moore.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
  2025-06-24 14:48 [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers nicolas.bouchinet
  2025-06-24 23:25 ` Paul Moore
@ 2025-06-26  3:42 ` xiujianfeng
  2025-07-10 21:56 ` Paul Moore
  2 siblings, 0 replies; 4+ messages in thread
From: xiujianfeng @ 2025-06-26  3:42 UTC (permalink / raw)
  To: nicolas.bouchinet, Paul Moore
  Cc: Mickaël Salaün, linux-security-module, linux-kernel,
	Nicolas Bouchinet



On 2025/6/24 22:48, nicolas.bouchinet@oss.cyber.gouv.fr wrote:
> From: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
> 
> The Lockdown LSM has been unmaintained for some time now. It requires
> some work to ensure it works as intended.
> 
> Xiu Jianfeng and I volunteer to maintain the LSM.
> 
> Signed-off-by: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0c1d245bf7b84f8a78b811e0c9c5a3edc09edc22..776c7fffcaec08f71faf2740599f0b4570179832 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14060,8 +14060,10 @@ F:	Documentation/admin-guide/LSM/LoadPin.rst
>  F:	security/loadpin/
>  
>  LOCKDOWN SECURITY MODULE
> +M:	Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>
> +M:	Xiu Jianfeng <xiujianfeng@huawei.com>

I'm honored, and will gladly contribute to maintaining the LSM, thanks!

Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>

>  L:	linux-security-module@vger.kernel.org
> -S:	Odd Fixes
> +S:	Maintained
>  T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:	security/lockdown/
>  
> 
> ---
> base-commit: 9fc86a85f36c51dd9e628c82091326151c8ff638
> change-id: 20250624-add_myself_to_lockdown_maintainers-e65b471febf9
> 
> Best regards,

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers
  2025-06-24 14:48 [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers nicolas.bouchinet
  2025-06-24 23:25 ` Paul Moore
  2025-06-26  3:42 ` xiujianfeng
@ 2025-07-10 21:56 ` Paul Moore
  2 siblings, 0 replies; 4+ messages in thread
From: Paul Moore @ 2025-07-10 21:56 UTC (permalink / raw)
  To: nicolas.bouchinet
  Cc: Xiu Jianfeng, Mickaël Salaün, linux-security-module,
	linux-kernel, Nicolas Bouchinet

On Jun 24, 2025 nicolas.bouchinet@oss.cyber.gouv.fr wrote:
> 
> The Lockdown LSM has been unmaintained for some time now. It requires
> some work to ensure it works as intended.
> 
> Xiu Jianfeng and I volunteer to maintain the LSM.
> 
> Signed-off-by: Nicolas Bouchinet <nicolas.bouchinet@ssi.gouv.fr>
> Acked-by: Xiu Jianfeng <xiujianfeng@huawei.com>
> ---
>  MAINTAINERS | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

It's been a couple of weeks now without any objections, so I'm merging
this into lsm/dev and will send this up to Linus during the next merge
window.  Once again, thank you both for volunteering to maintain
Lockdown.

There are a few more adinistrative things we need to do off-list, but
those are probably best deferred until this change lands in Linus' tree.

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 0c1d245bf7b84f8a78b811e0c9c5a3edc09edc22..776c7fffcaec08f71faf2740599f0b4570179832 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -14060,8 +14060,10 @@ F:	Documentation/admin-guide/LSM/LoadPin.rst
>  F:	security/loadpin/
>  
>  LOCKDOWN SECURITY MODULE
> +M:	Nicolas Bouchinet <nicolas.bouchinet@oss.cyber.gouv.fr>
> +M:	Xiu Jianfeng <xiujianfeng@huawei.com>
>  L:	linux-security-module@vger.kernel.org
> -S:	Odd Fixes
> +S:	Maintained
>  T:	git https://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm.git
>  F:	security/lockdown/

--
paul-moore.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-10 21:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-24 14:48 [PATCH] MAINTAINERS: Add Xiu and myself as Lockdown maintainers nicolas.bouchinet
2025-06-24 23:25 ` Paul Moore
2025-06-26  3:42 ` xiujianfeng
2025-07-10 21:56 ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).