Message ID | 20230401-ericvh-fix-maintainers-v1-1-e3c535b2b5cf@kernel.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Update email address and mailing list for v9fs | expand |
Eric Van Hensbergen wrote on Sat, Apr 01, 2023 at 07:06:25PM +0000: > We've recently moved the mailing list to lists.linux.dev to move away > from the sourceforge infrastructure. This also updates the website > from the (no longer v9fs relevant?) swik.net address to the github > group which contains pointers to test cases, the protocol, servers, > etc. This also changes my email from my gmail to my kernel.org > address. > > Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> Acked-by: Dominique Martinet <asmadeus@codewreck.org> Just a nit below. (BTW, I think we can de facto start using only the new list pretty quickly, there's little reason to stay on the old one) > --- > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d5bc223f305..6567bae7137b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -224,13 +224,13 @@ S: Orphan / Obsolete > F: drivers/net/ethernet/8390/ > > 9P FILE SYSTEM > -M: Eric Van Hensbergen <ericvh@gmail.com> > +M: Eric Van Hensbergen <ericvh@kernel.org> > M: Latchesar Ionkov <lucho@ionkov.net> > M: Dominique Martinet <asmadeus@codewreck.org> > R: Christian Schoenebeck <linux_oss@crudebyte.com> > -L: v9fs-developer@lists.sourceforge.net > +L: v9fs@lists.linux.dev <v9fs@lists.linux.dev> As far as as I can see there are no other list (or mail) that has the same descripion as <mail> field; you can either drop the repeated `<v9fs@lists.linux.dev>` entierly or we can give the list a name like some (few) others do e.g. "9p filesystem developers <v9fs@...>" > S: Maintained > -W: http://swik.net/v9fs > +W: http://github.com/v9fs > Q: http://patchwork.kernel.org/project/v9fs-devel/list/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git > T: git git://github.com/martinetd/linux.git > > --- > base-commit: 707823e7f22f3864ddc7d85e8e9b614afe4f1b16 > change-id: 20230401-ericvh-fix-maintainers-865452e6c43a Oh, I was wondering what added that, it looks like a b4 feature? That's interesting, I didn't know b4 also had whistles for sending mails as well. I like more infos in here, I'll have to give it a try...
Thanks. - updated in my branch to remove the duplication. This was my first attempt at b4, the documentation / cache-arguments rework was the second (couldn't figure out a way to link it back to the original stream). Need to get more savvy with the maintainer side of it too. -eric On Sat, Apr 1, 2023 at 4:00 PM <asmadeus@codewreck.org> wrote: > > Eric Van Hensbergen wrote on Sat, Apr 01, 2023 at 07:06:25PM +0000: > > We've recently moved the mailing list to lists.linux.dev to move away > > from the sourceforge infrastructure. This also updates the website > > from the (no longer v9fs relevant?) swik.net address to the github > > group which contains pointers to test cases, the protocol, servers, > > etc. This also changes my email from my gmail to my kernel.org > > address. > > > > Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> > > Acked-by: Dominique Martinet <asmadeus@codewreck.org> > > Just a nit below. > (BTW, I think we can de facto start using only the new list pretty > quickly, there's little reason to stay on the old one) > > > --- > > MAINTAINERS | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8d5bc223f305..6567bae7137b 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -224,13 +224,13 @@ S: Orphan / Obsolete > > F: drivers/net/ethernet/8390/ > > > > 9P FILE SYSTEM > > -M: Eric Van Hensbergen <ericvh@gmail.com> > > +M: Eric Van Hensbergen <ericvh@kernel.org> > > M: Latchesar Ionkov <lucho@ionkov.net> > > M: Dominique Martinet <asmadeus@codewreck.org> > > R: Christian Schoenebeck <linux_oss@crudebyte.com> > > -L: v9fs-developer@lists.sourceforge.net > > +L: v9fs@lists.linux.dev <v9fs@lists.linux.dev> > > As far as as I can see there are no other list (or mail) that has the > same descripion as <mail> field; you can either drop the repeated > `<v9fs@lists.linux.dev>` entierly or we can give the list a name > like some (few) others do e.g. "9p filesystem developers <v9fs@...>" > > > > S: Maintained > > -W: http://swik.net/v9fs > > +W: http://github.com/v9fs > > Q: http://patchwork.kernel.org/project/v9fs-devel/list/ > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git > > T: git git://github.com/martinetd/linux.git > > > > --- > > base-commit: 707823e7f22f3864ddc7d85e8e9b614afe4f1b16 > > change-id: 20230401-ericvh-fix-maintainers-865452e6c43a > > Oh, I was wondering what added that, it looks like a b4 feature? > That's interesting, I didn't know b4 also had whistles for sending mails > as well. I like more infos in here, I'll have to give it a try... > > -- > Dominique
On Saturday, April 1, 2023 9:06:25 PM CEST Eric Van Hensbergen wrote: > We've recently moved the mailing list to lists.linux.dev to move away > from the sourceforge infrastructure. This also updates the website > from the (no longer v9fs relevant?) swik.net address to the github > group which contains pointers to test cases, the protocol, servers, > etc. This also changes my email from my gmail to my kernel.org > address. > > Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> Acked-by: Christian Schoenebeck <linux_oss@crudebyte.com> > --- > MAINTAINERS | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d5bc223f305..6567bae7137b 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -224,13 +224,13 @@ S: Orphan / Obsolete > F: drivers/net/ethernet/8390/ > > 9P FILE SYSTEM > -M: Eric Van Hensbergen <ericvh@gmail.com> > +M: Eric Van Hensbergen <ericvh@kernel.org> > M: Latchesar Ionkov <lucho@ionkov.net> > M: Dominique Martinet <asmadeus@codewreck.org> > R: Christian Schoenebeck <linux_oss@crudebyte.com> > -L: v9fs-developer@lists.sourceforge.net > +L: v9fs@lists.linux.dev <v9fs@lists.linux.dev> So the old list is officially dead? Migrated? > S: Maintained > -W: http://swik.net/v9fs > +W: http://github.com/v9fs > Q: http://patchwork.kernel.org/project/v9fs-devel/list/ > T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git > T: git git://github.com/martinetd/linux.git > > --- > base-commit: 707823e7f22f3864ddc7d85e8e9b614afe4f1b16 > change-id: 20230401-ericvh-fix-maintainers-865452e6c43a > > Best regards, >
Well, migrating and deprecated I'd say. The lists.linux.dev interface is fairly spartan so I can't invite former members of v9fs-developer. My plan was to maybe advertise the migration of the list in a footer on v9fs-developer, and then after a period of time (a release cycle?) put an auto-responder on it asking folks to use the new list. But the intention is to stop using the old list. I'd migrate the archives if sourceforge.net allowed me too, but they really don't (and that's yet another reason to leave sf.net) -eric On Sun, Apr 2, 2023 at 8:48 AM Christian Schoenebeck <linux_oss@crudebyte.com> wrote: > > On Saturday, April 1, 2023 9:06:25 PM CEST Eric Van Hensbergen wrote: > > We've recently moved the mailing list to lists.linux.dev to move away > > from the sourceforge infrastructure. This also updates the website > > from the (no longer v9fs relevant?) swik.net address to the github > > group which contains pointers to test cases, the protocol, servers, > > etc. This also changes my email from my gmail to my kernel.org > > address. > > > > Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> > > Acked-by: Christian Schoenebeck <linux_oss@crudebyte.com> > > > --- > > MAINTAINERS | 6 +++--- > > 1 file changed, 3 insertions(+), 3 deletions(-) > > > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 8d5bc223f305..6567bae7137b 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -224,13 +224,13 @@ S: Orphan / Obsolete > > F: drivers/net/ethernet/8390/ > > > > 9P FILE SYSTEM > > -M: Eric Van Hensbergen <ericvh@gmail.com> > > +M: Eric Van Hensbergen <ericvh@kernel.org> > > M: Latchesar Ionkov <lucho@ionkov.net> > > M: Dominique Martinet <asmadeus@codewreck.org> > > R: Christian Schoenebeck <linux_oss@crudebyte.com> > > -L: v9fs-developer@lists.sourceforge.net > > +L: v9fs@lists.linux.dev <v9fs@lists.linux.dev> > > So the old list is officially dead? Migrated? > > > S: Maintained > > -W: http://swik.net/v9fs > > +W: http://github.com/v9fs > > Q: http://patchwork.kernel.org/project/v9fs-devel/list/ > > T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git > > T: git git://github.com/martinetd/linux.git > > > > --- > > base-commit: 707823e7f22f3864ddc7d85e8e9b614afe4f1b16 > > change-id: 20230401-ericvh-fix-maintainers-865452e6c43a > > > > Best regards, > > > > > >
diff --git a/MAINTAINERS b/MAINTAINERS index 8d5bc223f305..6567bae7137b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -224,13 +224,13 @@ S: Orphan / Obsolete F: drivers/net/ethernet/8390/ 9P FILE SYSTEM -M: Eric Van Hensbergen <ericvh@gmail.com> +M: Eric Van Hensbergen <ericvh@kernel.org> M: Latchesar Ionkov <lucho@ionkov.net> M: Dominique Martinet <asmadeus@codewreck.org> R: Christian Schoenebeck <linux_oss@crudebyte.com> -L: v9fs-developer@lists.sourceforge.net +L: v9fs@lists.linux.dev <v9fs@lists.linux.dev> S: Maintained -W: http://swik.net/v9fs +W: http://github.com/v9fs Q: http://patchwork.kernel.org/project/v9fs-devel/list/ T: git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git T: git git://github.com/martinetd/linux.git
We've recently moved the mailing list to lists.linux.dev to move away from the sourceforge infrastructure. This also updates the website from the (no longer v9fs relevant?) swik.net address to the github group which contains pointers to test cases, the protocol, servers, etc. This also changes my email from my gmail to my kernel.org address. Signed-off-by: Eric Van Hensbergen <ericvh@kernel.org> --- MAINTAINERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- base-commit: 707823e7f22f3864ddc7d85e8e9b614afe4f1b16 change-id: 20230401-ericvh-fix-maintainers-865452e6c43a Best regards,