* [PATCH 0/2] MAINTAINERS update for VME subsystems @ 2023-11-22 9:41 Bagas Sanjaya 2023-11-22 9:41 ` [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address Bagas Sanjaya 2023-11-22 9:41 ` [PATCH 2/2] MAINTAINERS: Move Manohar Vanga to CREDITS Bagas Sanjaya 0 siblings, 2 replies; 5+ messages in thread From: Bagas Sanjaya @ 2023-11-22 9:41 UTC (permalink / raw) To: Linux Kernel Mailing List, Linux Staging Drivers, Linux Kernel Janitors Cc: Greg Kroah-Hartman, Dan Carpenter, Alison Schofield, Bruno Moreira-Guedes, Krzysztof Kozlowski, Jakub Kicinski, Bagas Sanjaya Since Martyn's last VME subsystem review [1], VME maintainers are inactive with respect to the subsystem. While Martyn is now working for Collabora, Manohar is AFAIK MIA (his last email about 9 years ago). Update MAINTAINERS to reflect above situation. [1]: https://lore.kernel.org/all/3e91b72a86294b542acf460657d0fd94adeb252e.camel@welchs.me.uk/ --- This series is based on v6.7-rc2 (same as current staging-next HEAD). Greg, you can pick this series up via driver-core tree if you want. Bagas Sanjaya (2): MAINTAINERS: Update Martyn Welch's address MAINTAINERS: Move Manohar Vanga to CREDITS .mailmap | 1 + CREDITS | 4 ++++ MAINTAINERS | 3 +-- 3 files changed, 6 insertions(+), 2 deletions(-) base-commit: 98b1cc82c4affc16f5598d4fa14b1858671b2263 -- An old man doll... just what I always wanted! - Clara ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address 2023-11-22 9:41 [PATCH 0/2] MAINTAINERS update for VME subsystems Bagas Sanjaya @ 2023-11-22 9:41 ` Bagas Sanjaya 2023-11-22 11:17 ` Martyn Welch [not found] ` <98a17cfe-4358-44f8-aeb3-882a87de1177@collabora.com> 2023-11-22 9:41 ` [PATCH 2/2] MAINTAINERS: Move Manohar Vanga to CREDITS Bagas Sanjaya 1 sibling, 2 replies; 5+ messages in thread From: Bagas Sanjaya @ 2023-11-22 9:41 UTC (permalink / raw) To: Linux Kernel Mailing List, Linux Staging Drivers, Linux Kernel Janitors Cc: Greg Kroah-Hartman, Dan Carpenter, Alison Schofield, Bruno Moreira-Guedes, Krzysztof Kozlowski, Jakub Kicinski, Bagas Sanjaya, Martyn Welch He is now active on the mailing lists using his Collabora (@collabora.com) address. Reflect it in MAINTAINERS and also add address mapping for him. Cc: Martyn Welch <martyn.welch@collabora.com> Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- Martyn, if you still had like to maintain VME subsystem, please let us know. .mailmap | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 43031441b2d922..1df03996c73bdf 100644 --- a/.mailmap +++ b/.mailmap @@ -368,6 +368,7 @@ Mark Yao <markyao0591@gmail.com> <mark.yao@rock-chips.com> Martin Kepplinger <martink@posteo.de> <martin.kepplinger@ginzinger.com> Martin Kepplinger <martink@posteo.de> <martin.kepplinger@puri.sm> Martin Kepplinger <martink@posteo.de> <martin.kepplinger@theobroma-systems.com> +Martyn Welch <martyn.welch@collabora.com> <martyn.welch@collabora.co.uk> <martyn@welchs.me.uk> Martyna Szapar-Mudlaw <martyna.szapar-mudlaw@linux.intel.com> <martyna.szapar-mudlaw@intel.com> Mathieu Othacehe <m.othacehe@gmail.com> Mat Martineau <martineau@kernel.org> <mathew.j.martineau@linux.intel.com> diff --git a/MAINTAINERS b/MAINTAINERS index ea790149af7951..a02aa52fabe14b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23234,7 +23234,7 @@ F: include/linux/vmalloc.h F: mm/vmalloc.c VME SUBSYSTEM -M: Martyn Welch <martyn@welchs.me.uk> +M: Martyn Welch <martyn.welch@collabora.com> M: Manohar Vanga <manohar.vanga@gmail.com> M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> L: linux-kernel@vger.kernel.org -- An old man doll... just what I always wanted! - Clara ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address 2023-11-22 9:41 ` [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address Bagas Sanjaya @ 2023-11-22 11:17 ` Martyn Welch [not found] ` <98a17cfe-4358-44f8-aeb3-882a87de1177@collabora.com> 1 sibling, 0 replies; 5+ messages in thread From: Martyn Welch @ 2023-11-22 11:17 UTC (permalink / raw) To: Bagas Sanjaya, Linux Kernel Mailing List, Linux Staging Drivers, Linux Kernel Janitors Cc: Greg Kroah-Hartman, Dan Carpenter, Alison Schofield, Bruno Moreira-Guedes, Krzysztof Kozlowski, Jakub Kicinski On 22/11/2023 09:41, Bagas Sanjaya wrote: > He is now active on the mailing lists using his Collabora > (@collabora.com) address. Reflect it in MAINTAINERS and also > add address mapping for him. Hmm, mapping yes, changing the email assigned to the VME stuff, no. This is not something that I consider related to my work at Collabora. Any time spent on it at this point will be personal time, hence the use of my non-work email address. Realistically, I've lost access to hardware to test anything regarding VME and it's not something that's particularly easy to acquire. With the other patch in this series removing Manohar, removing me as a maintainer would leave Greg, who has been amazing covering my shoddy maintenance of this subsystem (what can I say, life has rather got in the way), but I feel it's unfair to leave him as the sole maintainer. I wonder whether I/we should admit this is basically orphaned at this point? Martyn > Cc: Martyn Welch <martyn.welch@collabora.com> > Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> > --- > Martyn, if you still had like to maintain VME subsystem, please let us know. > > .mailmap | 1 + > MAINTAINERS | 2 +- > 2 files changed, 2 insertions(+), 1 deletion(-) > > diff --git a/.mailmap b/.mailmap > index 43031441b2d922..1df03996c73bdf 100644 > --- a/.mailmap > +++ b/.mailmap > @@ -368,6 +368,7 @@ Mark Yao <markyao0591@gmail.com> <mark.yao@rock-chips.com> > Martin Kepplinger <martink@posteo.de> <martin.kepplinger@ginzinger.com> > Martin Kepplinger <martink@posteo.de> <martin.kepplinger@puri.sm> > Martin Kepplinger <martink@posteo.de> <martin.kepplinger@theobroma-systems.com> > +Martyn Welch <martyn.welch@collabora.com> <martyn.welch@collabora.co.uk> <martyn@welchs.me.uk> > Martyna Szapar-Mudlaw <martyna.szapar-mudlaw@linux.intel.com> <martyna.szapar-mudlaw@intel.com> > Mathieu Othacehe <m.othacehe@gmail.com> > Mat Martineau <martineau@kernel.org> <mathew.j.martineau@linux.intel.com> > diff --git a/MAINTAINERS b/MAINTAINERS > index ea790149af7951..a02aa52fabe14b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -23234,7 +23234,7 @@ F: include/linux/vmalloc.h > F: mm/vmalloc.c > > VME SUBSYSTEM > -M: Martyn Welch <martyn@welchs.me.uk> > +M: Martyn Welch <martyn.welch@collabora.com> > M: Manohar Vanga <manohar.vanga@gmail.com> > M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > L: linux-kernel@vger.kernel.org ^ permalink raw reply [flat|nested] 5+ messages in thread
[parent not found: <98a17cfe-4358-44f8-aeb3-882a87de1177@collabora.com>]
* Re: [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address [not found] ` <98a17cfe-4358-44f8-aeb3-882a87de1177@collabora.com> @ 2023-11-22 12:59 ` Bagas Sanjaya 0 siblings, 0 replies; 5+ messages in thread From: Bagas Sanjaya @ 2023-11-22 12:59 UTC (permalink / raw) To: Martyn Welch, Linux Kernel Mailing List, Linux Staging Drivers, Linux Kernel Janitors Cc: Greg Kroah-Hartman, Dan Carpenter, Alison Schofield, Bruno Moreira-Guedes, Krzysztof Kozlowski, Jakub Kicinski [-- Attachment #1: Type: text/plain, Size: 1458 bytes --] On Wed, Nov 22, 2023 at 11:15:19AM +0000, Martyn Welch wrote: > > On 22/11/2023 09:41, Bagas Sanjaya wrote: > > He is now active on the mailing lists using his Collabora > > > (@collabora.com) address. Reflect it in MAINTAINERS and also add > > address mapping for him. > Hmm, mapping yes, changing the email assigned to the VME stuff, no. This is > not something that I consider related to my work at Collabora. Any time > spent on it at this point will be personal time, hence the use of my > non-work email address. > > Realistically, I've lost access to hardware to test anything regarding VME > and it's not something that's particularly easy to acquire. With the other > patch in this series removing Manohar, removing me as a maintainer would > leave Greg, who has been amazing covering my shoddy maintenance of this > subsystem (what can I say, life has rather got in the way), but I feel it's > unfair to leave him as the sole maintainer. I wonder whether I/we should > admit this is basically orphaned at this point? I also feel similar thing when basically the subsystem gets more care from kernel janitors (including outreachy applicants and people specializing in checkpatch fixes) than real users, like the case of DECNET [1]. So I'm agree to orphan VME. Thanks. [1]: https://lore.kernel.org/lkml/20220818004357.375695-1-stephen@networkplumber.org/ -- An old man doll... just what I always wanted! - Clara [-- Attachment #2: signature.asc --] [-- Type: application/pgp-signature, Size: 228 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* [PATCH 2/2] MAINTAINERS: Move Manohar Vanga to CREDITS 2023-11-22 9:41 [PATCH 0/2] MAINTAINERS update for VME subsystems Bagas Sanjaya 2023-11-22 9:41 ` [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address Bagas Sanjaya @ 2023-11-22 9:41 ` Bagas Sanjaya 1 sibling, 0 replies; 5+ messages in thread From: Bagas Sanjaya @ 2023-11-22 9:41 UTC (permalink / raw) To: Linux Kernel Mailing List, Linux Staging Drivers, Linux Kernel Janitors Cc: Greg Kroah-Hartman, Dan Carpenter, Alison Schofield, Bruno Moreira-Guedes, Krzysztof Kozlowski, Jakub Kicinski, Bagas Sanjaya His last email on LKML was from early January 2014 [1] and he has not reviewed patches since he changed his address to personal gmail one. Move him to CREDITS. [1]: https://lore.kernel.org/all/CAEktxaFL=3cmU4vZS2akiAR2vG-3d+9HwTZvBvf5JXuThHoOKg@mail.gmail.com/ Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- CREDITS | 4 ++++ MAINTAINERS | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CREDITS b/CREDITS index f33a33fd237170..c337a91aed5836 100644 --- a/CREDITS +++ b/CREDITS @@ -4127,6 +4127,10 @@ D: Minix V2 file-system D: Misc fixes S: The Netherlands +N: Manohar Vanga +E: manohar.vanga@gmail.com +D: VME staging drivers maintainer + N: Lars Wirzenius E: liw@iki.fi D: Linux System Administrator's Guide, author, former maintainer diff --git a/MAINTAINERS b/MAINTAINERS index a02aa52fabe14b..179ec6a1d1c8b8 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -23235,7 +23235,6 @@ F: mm/vmalloc.c VME SUBSYSTEM M: Martyn Welch <martyn.welch@collabora.com> -M: Manohar Vanga <manohar.vanga@gmail.com> M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> L: linux-kernel@vger.kernel.org S: Odd fixes -- An old man doll... just what I always wanted! - Clara ^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-11-22 12:59 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-22 9:41 [PATCH 0/2] MAINTAINERS update for VME subsystems Bagas Sanjaya
2023-11-22 9:41 ` [PATCH 1/2] MAINTAINERS: Update Martyn Welch's address Bagas Sanjaya
2023-11-22 11:17 ` Martyn Welch
[not found] ` <98a17cfe-4358-44f8-aeb3-882a87de1177@collabora.com>
2023-11-22 12:59 ` Bagas Sanjaya
2023-11-22 9:41 ` [PATCH 2/2] MAINTAINERS: Move Manohar Vanga to CREDITS Bagas Sanjaya
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox