All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-security][PATCH 0/1] Time to move on.
@ 2025-06-23 20:16 Armin Kuster
  2025-06-23 20:16 ` [meta-security][PATCH 1/1] Remove self as Maintainer Armin Kuster
  2025-06-23 20:38 ` [yocto-patches] [meta-security][PATCH 0/1] Time to move on Richard Purdie
  0 siblings, 2 replies; 5+ messages in thread
From: Armin Kuster @ 2025-06-23 20:16 UTC (permalink / raw)
  To: yocto-patches

I have been maintaining this layer for over 12 years and
I have had a blast being a layer mainter over those years.
Thanks for giving me the opertunity.
Its time to pass on the baton for maintanership of this layer. 

I'll let the The Yocto Project TSC decide who the suitable replacement(s) may be.

Armin Kuster (1):
  Remove self as Maintainer

 README.md                | 2 +-
 meta-hardening/README.md | 2 +-
 meta-integrity/README.md | 2 +-
 meta-parsec/README.md    | 1 -
 meta-tpm/README.md       | 2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)

-- 
2.43.0



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

* [meta-security][PATCH 1/1] Remove self as Maintainer
  2025-06-23 20:16 [meta-security][PATCH 0/1] Time to move on Armin Kuster
@ 2025-06-23 20:16 ` Armin Kuster
  2025-06-23 20:38 ` [yocto-patches] [meta-security][PATCH 0/1] Time to move on Richard Purdie
  1 sibling, 0 replies; 5+ messages in thread
From: Armin Kuster @ 2025-06-23 20:16 UTC (permalink / raw)
  To: yocto-patches

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 README.md                | 2 +-
 meta-hardening/README.md | 2 +-
 meta-integrity/README.md | 2 +-
 meta-parsec/README.md    | 1 -
 meta-tpm/README.md       | 2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 76403f0..a8b9f33 100644
--- a/README.md
+++ b/README.md
@@ -88,7 +88,7 @@ Now you can just do 'git send-email origin/master' to send all local patches.
 
 For pull requests, please use create-pull-request and send-pull-request. 
 
-Maintainers:    Armin Kuster <akuster808@gmail.com>
+Maintainers:    Open
 
 
 License
diff --git a/meta-hardening/README.md b/meta-hardening/README.md
index cc39ca4..a62782c 100644
--- a/meta-hardening/README.md
+++ b/meta-hardening/README.md
@@ -76,7 +76,7 @@ $ git config format.subjectPrefix meta-hardening][PATCH
 
 Now you can just do 'git send-email origin/master' to send all local patches.
 
-Maintainers:  Armin Kuster <akuster808@gmail.com>
+Maintainers:  Open
 
 License
 =======
diff --git a/meta-integrity/README.md b/meta-integrity/README.md
index 79635a0..293ea56 100644
--- a/meta-integrity/README.md
+++ b/meta-integrity/README.md
@@ -45,7 +45,7 @@ yocto-patches@yoctoproject.org mailing list. When submitting patches that way,
 make sure to copy the maintainer and add a "[meta-integrity]"
 prefix to the subject of the mails.
 
-Maintainer: Armin Kuster <akuster808@gmail.com>
+Maintainer: Open
 
 
 Table of Contents
diff --git a/meta-parsec/README.md b/meta-parsec/README.md
index 785c932..9dea718 100644
--- a/meta-parsec/README.md
+++ b/meta-parsec/README.md
@@ -257,7 +257,6 @@ $ git config format.subjectPrefix meta-parsec][PATCH
 Now you can just do 'git send-email origin/master' to send all local patches.
 
 Maintainers:    Anton Antonov <Anton.Antonov@arm.com>
-                Armin Kuster <akuster808@gmail.com>
 
 
 License
diff --git a/meta-tpm/README.md b/meta-tpm/README.md
index 983c753..1d34f05 100644
--- a/meta-tpm/README.md
+++ b/meta-tpm/README.md
@@ -69,7 +69,7 @@ $ git config format.subjectPrefix meta-security][PATCH
 
 Now you can just do 'git send-email origin/master' to send all local patches.
 
-Maintainers:    Armin Kuster <akuster808@gmail.com>
+Maintainers:    
 
 
 License
-- 
2.43.0



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

* Re: [yocto-patches] [meta-security][PATCH 0/1] Time to move on.
  2025-06-23 20:16 [meta-security][PATCH 0/1] Time to move on Armin Kuster
  2025-06-23 20:16 ` [meta-security][PATCH 1/1] Remove self as Maintainer Armin Kuster
@ 2025-06-23 20:38 ` Richard Purdie
  2025-06-26 11:48   ` Marta Rybczynska
  1 sibling, 1 reply; 5+ messages in thread
From: Richard Purdie @ 2025-06-23 20:38 UTC (permalink / raw)
  To: yocto-patches; +Cc: Armin Kuster

Hi Armin,

On Mon, 2025-06-23 at 16:16 -0400, Armin Kuster via lists.yoctoproject.org wrote:
> I have been maintaining this layer for over 12 years and
> I have had a blast being a layer mainter over those years.
> Thanks for giving me the opertunity.
> Its time to pass on the baton for maintanership of this layer. 

Thanks for looking after it for all that time!

> I'll let the The Yocto Project TSC decide who the suitable
> replacement(s) may be.

I'm not sure we let you off that easily! Do you have any suggestions or
preferences on who might make a good replacement?

I ask since you're probably much more well placed to have an idea of
who might have the right skills or who might not. Happy to take
feedback publicly and/or privately.

Cheers,

Richard


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

* Re: [yocto-patches] [meta-security][PATCH 0/1] Time to move on.
  2025-06-23 20:38 ` [yocto-patches] [meta-security][PATCH 0/1] Time to move on Richard Purdie
@ 2025-06-26 11:48   ` Marta Rybczynska
  2025-06-26 15:55     ` Richard Purdie
  0 siblings, 1 reply; 5+ messages in thread
From: Marta Rybczynska @ 2025-06-26 11:48 UTC (permalink / raw)
  To: yocto-patches; +Cc: Armin Kuster

[-- Attachment #1: Type: text/plain, Size: 1455 bytes --]

On Mon, Jun 23, 2025 at 10:38 PM Richard Purdie via lists.yoctoproject.org
<richard.purdie=linuxfoundation.org@lists.yoctoproject.org> wrote:

> Hi Armin,
>
> On Mon, 2025-06-23 at 16:16 -0400, Armin Kuster via lists.yoctoproject.org
> wrote:
> > I have been maintaining this layer for over 12 years and
> > I have had a blast being a layer mainter over those years.
> > Thanks for giving me the opertunity.
> > Its time to pass on the baton for maintanership of this layer.
>
> Thanks for looking after it for all that time!
>
> > I'll let the The Yocto Project TSC decide who the suitable
> > replacement(s) may be.
>
> I'm not sure we let you off that easily! Do you have any suggestions or
> preferences on who might make a good replacement?
>
> I ask since you're probably much more well placed to have an idea of
> who might have the right skills or who might not. Happy to take
> feedback publicly and/or privately.
>
>
Hello,
Thank you Armin for the work over the years. As you guess meta-security is
one
of my main layers.

I've been silent for a while (because we're preparing a bigger
announcement), but
volunteering to co-maintain the layer has been on my TODO for a while. This
is
the moment to do it now then.

If there are no other people who would like to do it, I volunteer for this
layer.

To say it clearly, my goal would be to make it the default layer everyone
uses.

Kind regards,
Marta

[-- Attachment #2: Type: text/html, Size: 2161 bytes --]

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

* Re: [yocto-patches] [meta-security][PATCH 0/1] Time to move on.
  2025-06-26 11:48   ` Marta Rybczynska
@ 2025-06-26 15:55     ` Richard Purdie
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2025-06-26 15:55 UTC (permalink / raw)
  To: yocto-patches; +Cc: Armin Kuster, Scott Murray, Marta Rybczynska

Hi Marta,

On Thu, 2025-06-26 at 13:48 +0200, Marta Rybczynska via lists.yoctoproject.org wrote:
> I've been silent for a while (because we're preparing a bigger
> announcement), but volunteering to co-maintain the layer has been on
> my TODO for a while. This is the moment to do it now then.
> 
> If there are no other people who would like to do it, I volunteer for
> this layer.
> 
> To say it clearly, my goal would be to make it the default layer
> everyone uses.

The YP TSC did receive another maintainership proposal from Scott
Murray and whilst we haven't had a full discussion about meta-security,
I think the TSC is minded to accept Scott's proposal. That said, the
TSC believes there is plenty to be done in this space so there is
probably an opportunity for co-maintainership in some way as your
skillsets probably complement each other anyway.

My only concern from your perspective (Marta) is that you've been
extremely busy at times and I'm not sure if you have the time/
availability the maintainership could need.

I'd also add publicly, in the Tuesday call and in the TSC discussion,
it was felt that some kind of rationalisation of the layer could be
needed, particularly trying to work out how it sits relative to some of
the other layers out there. I think Scott has some ideas and would talk
about those with the layer users, as well as being open to other ideas
so I won't take that further, other than to say this is in line with
the TSC's thinking based on the information we have.

I think I (and the TSC) step back at this point and let Scott and Marta
talk, as well as any other interested parties but Scott's proposal is
attractive.

Cheers,

Richard


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

end of thread, other threads:[~2025-06-26 15:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-23 20:16 [meta-security][PATCH 0/1] Time to move on Armin Kuster
2025-06-23 20:16 ` [meta-security][PATCH 1/1] Remove self as Maintainer Armin Kuster
2025-06-23 20:38 ` [yocto-patches] [meta-security][PATCH 0/1] Time to move on Richard Purdie
2025-06-26 11:48   ` Marta Rybczynska
2025-06-26 15:55     ` Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.