v9fs.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
* [PATCH] Update email address and mailing list for v9fs
@ 2023-04-01 19:06 Eric Van Hensbergen
  2023-04-01 20:59 ` asmadeus
  2023-04-02 13:48 ` Christian Schoenebeck
  0 siblings, 2 replies; 5+ messages in thread
From: Eric Van Hensbergen @ 2023-04-01 19:06 UTC (permalink / raw)
  To: v9fs-developer
  Cc: v9fs, ericvh, lucho, asmadeus, linux_oss, rminnich, Eric Van Hensbergen

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(-)

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

---
base-commit: 707823e7f22f3864ddc7d85e8e9b614afe4f1b16
change-id: 20230401-ericvh-fix-maintainers-865452e6c43a

Best regards,
-- 
Eric Van Hensbergen <ericvh@kernel.org>


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

* Re: [PATCH] Update email address and mailing list for v9fs
  2023-04-01 19:06 [PATCH] Update email address and mailing list for v9fs Eric Van Hensbergen
@ 2023-04-01 20:59 ` asmadeus
  2023-04-02  0:36   ` Eric Van Hensbergen
  2023-04-02 13:48 ` Christian Schoenebeck
  1 sibling, 1 reply; 5+ messages in thread
From: asmadeus @ 2023-04-01 20:59 UTC (permalink / raw)
  To: Eric Van Hensbergen
  Cc: v9fs-developer, v9fs, ericvh, lucho, linux_oss, rminnich

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

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

* Re: [PATCH] Update email address and mailing list for v9fs
  2023-04-01 20:59 ` asmadeus
@ 2023-04-02  0:36   ` Eric Van Hensbergen
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Van Hensbergen @ 2023-04-02  0:36 UTC (permalink / raw)
  To: asmadeus; +Cc: v9fs-developer, v9fs, lucho, linux_oss, rminnich

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

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

* Re: [PATCH] Update email address and mailing list for v9fs
  2023-04-01 19:06 [PATCH] Update email address and mailing list for v9fs Eric Van Hensbergen
  2023-04-01 20:59 ` asmadeus
@ 2023-04-02 13:48 ` Christian Schoenebeck
  2023-04-02 13:54   ` Eric Van Hensbergen
  1 sibling, 1 reply; 5+ messages in thread
From: Christian Schoenebeck @ 2023-04-02 13:48 UTC (permalink / raw)
  To: v9fs-developer, Eric Van Hensbergen
  Cc: v9fs, ericvh, lucho, asmadeus, rminnich, Eric Van Hensbergen

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,
> 





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

* Re: [PATCH] Update email address and mailing list for v9fs
  2023-04-02 13:48 ` Christian Schoenebeck
@ 2023-04-02 13:54   ` Eric Van Hensbergen
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Van Hensbergen @ 2023-04-02 13:54 UTC (permalink / raw)
  To: Christian Schoenebeck; +Cc: v9fs-developer, v9fs, lucho, asmadeus, rminnich

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,
> >
>
>
>
>

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

end of thread, other threads:[~2023-04-02 14:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-01 19:06 [PATCH] Update email address and mailing list for v9fs Eric Van Hensbergen
2023-04-01 20:59 ` asmadeus
2023-04-02  0:36   ` Eric Van Hensbergen
2023-04-02 13:48 ` Christian Schoenebeck
2023-04-02 13:54   ` Eric Van Hensbergen

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).