* [PATCH 0/2] update ocfs2-devel mailing list addresses
@ 2023-06-28 1:34 Anthony Iliopoulos
2023-06-28 1:34 ` [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address Anthony Iliopoulos
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Anthony Iliopoulos @ 2023-06-28 1:34 UTC (permalink / raw)
To: Mark Fasheh, Joel Becker, Joseph Qi; +Cc: ocfs2-devel, linux-kernel, linux-doc
The ocfs2-devel mailing list has been migrated to kernel.org, update all
related kernel documentation pointers to reflect the change.
Anthony Iliopoulos (2):
MAINTAINERS: Update ocfs2-devel mailing list address
docs: update ocfs2-devel mailing list address
Documentation/ABI/obsolete/o2cb | 4 ++--
Documentation/ABI/removed/o2cb | 4 ++--
Documentation/ABI/stable/o2cb | 4 ++--
Documentation/ABI/testing/sysfs-ocfs2 | 12 ++++++------
Documentation/filesystems/dlmfs.rst | 2 +-
Documentation/filesystems/ocfs2.rst | 2 +-
MAINTAINERS | 2 +-
fs/ocfs2/Kconfig | 6 +++---
8 files changed, 18 insertions(+), 18 deletions(-)
--
2.35.3
^ permalink raw reply [flat|nested] 7+ messages in thread
* [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address
2023-06-28 1:34 [PATCH 0/2] update ocfs2-devel mailing list addresses Anthony Iliopoulos
@ 2023-06-28 1:34 ` Anthony Iliopoulos
2023-06-28 2:44 ` Randy Dunlap
2023-06-28 1:34 ` [PATCH 2/2] docs: update " Anthony Iliopoulos
2023-06-28 2:30 ` [PATCH 0/2] update ocfs2-devel mailing list addresses Joseph Qi
2 siblings, 1 reply; 7+ messages in thread
From: Anthony Iliopoulos @ 2023-06-28 1:34 UTC (permalink / raw)
To: Mark Fasheh, Joel Becker, Joseph Qi; +Cc: ocfs2-devel, linux-kernel, linux-doc
The ocfs2-devel mailing list has been migrated to the kernel.org
infrastructure, update the related entry to reflect the change.
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
---
MAINTAINERS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/MAINTAINERS b/MAINTAINERS
index 4545d4287305..2e95a8eb924e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15969,7 +15969,7 @@ ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
M: Mark Fasheh <mark@fasheh.com>
M: Joel Becker <jlbec@evilplan.org>
M: Joseph Qi <joseph.qi@linux.alibaba.com>
-L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
+L: ocfs2-devel@lists.linux.dev
S: Supported
W: http://ocfs2.wiki.kernel.org
F: Documentation/filesystems/dlmfs.rst
--
2.35.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 2/2] docs: update ocfs2-devel mailing list address
2023-06-28 1:34 [PATCH 0/2] update ocfs2-devel mailing list addresses Anthony Iliopoulos
2023-06-28 1:34 ` [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address Anthony Iliopoulos
@ 2023-06-28 1:34 ` Anthony Iliopoulos
2023-06-28 2:30 ` [PATCH 0/2] update ocfs2-devel mailing list addresses Joseph Qi
2 siblings, 0 replies; 7+ messages in thread
From: Anthony Iliopoulos @ 2023-06-28 1:34 UTC (permalink / raw)
To: Mark Fasheh, Joel Becker, Joseph Qi; +Cc: ocfs2-devel, linux-kernel, linux-doc
The ocfs2-devel mailing list has been migrated to the kernel.org
infrastructure, update all related documentation pointers to reflect the
change.
Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
---
Documentation/ABI/obsolete/o2cb | 4 ++--
Documentation/ABI/removed/o2cb | 4 ++--
Documentation/ABI/stable/o2cb | 4 ++--
Documentation/ABI/testing/sysfs-ocfs2 | 12 ++++++------
Documentation/filesystems/dlmfs.rst | 2 +-
Documentation/filesystems/ocfs2.rst | 2 +-
fs/ocfs2/Kconfig | 6 +++---
7 files changed, 17 insertions(+), 17 deletions(-)
diff --git a/Documentation/ABI/obsolete/o2cb b/Documentation/ABI/obsolete/o2cb
index fe7e45e17bc7..8f39b596731d 100644
--- a/Documentation/ABI/obsolete/o2cb
+++ b/Documentation/ABI/obsolete/o2cb
@@ -1,11 +1,11 @@
What: /sys/o2cb
Date: Dec 2005
KernelVersion: 2.6.16
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description: Ocfs2-tools looks at 'interface-revision' for versioning
information. Each logmask/ file controls a set of debug prints
and can be written into with the strings "allow", "deny", or
"off". Reading the file returns the current state.
Was renamed to /sys/fs/u2cb/
Users: ocfs2-tools. It's sufficient to mail proposed changes to
- ocfs2-devel@oss.oracle.com.
+ ocfs2-devel@lists.linux.dev.
diff --git a/Documentation/ABI/removed/o2cb b/Documentation/ABI/removed/o2cb
index 20c91adca6d4..61cff238fbe8 100644
--- a/Documentation/ABI/removed/o2cb
+++ b/Documentation/ABI/removed/o2cb
@@ -1,10 +1,10 @@
What: /sys/o2cb symlink
Date: May 2011
KernelVersion: 3.0
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description: This is a symlink: /sys/o2cb to /sys/fs/o2cb. The symlink is
removed when new versions of ocfs2-tools which know to look
in /sys/fs/o2cb are sufficiently prevalent. Don't code new
software to look here, it should try /sys/fs/o2cb instead.
Users: ocfs2-tools. It's sufficient to mail proposed changes to
- ocfs2-devel@oss.oracle.com.
+ ocfs2-devel@lists.linux.dev.
diff --git a/Documentation/ABI/stable/o2cb b/Documentation/ABI/stable/o2cb
index b62a967f01a0..3a83b5c54e93 100644
--- a/Documentation/ABI/stable/o2cb
+++ b/Documentation/ABI/stable/o2cb
@@ -1,10 +1,10 @@
What: /sys/fs/o2cb/
Date: Dec 2005
KernelVersion: 2.6.16
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description: Ocfs2-tools looks at 'interface-revision' for versioning
information. Each logmask/ file controls a set of debug prints
and can be written into with the strings "allow", "deny", or
"off". Reading the file returns the current state.
Users: ocfs2-tools. It's sufficient to mail proposed changes to
- ocfs2-devel@oss.oracle.com.
+ ocfs2-devel@lists.linux.dev.
diff --git a/Documentation/ABI/testing/sysfs-ocfs2 b/Documentation/ABI/testing/sysfs-ocfs2
index b7cc516a8a8a..494d7c1ac710 100644
--- a/Documentation/ABI/testing/sysfs-ocfs2
+++ b/Documentation/ABI/testing/sysfs-ocfs2
@@ -1,13 +1,13 @@
What: /sys/fs/ocfs2/
Date: April 2008
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description:
The /sys/fs/ocfs2 directory contains knobs used by the
ocfs2-tools to interact with the filesystem.
What: /sys/fs/ocfs2/max_locking_protocol
Date: April 2008
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description:
The /sys/fs/ocfs2/max_locking_protocol file displays version
of ocfs2 locking supported by the filesystem. This version
@@ -28,7 +28,7 @@ Description:
What: /sys/fs/ocfs2/loaded_cluster_plugins
Date: April 2008
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description:
The /sys/fs/ocfs2/loaded_cluster_plugins file describes
the available plugins to support ocfs2 cluster operation.
@@ -48,7 +48,7 @@ Description:
What: /sys/fs/ocfs2/active_cluster_plugin
Date: April 2008
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description:
The /sys/fs/ocfs2/active_cluster_plugin displays which
cluster plugin is currently in use by the filesystem.
@@ -65,7 +65,7 @@ Description:
What: /sys/fs/ocfs2/cluster_stack
Date: April 2008
-Contact: ocfs2-devel@oss.oracle.com
+Contact: ocfs2-devel@lists.linux.dev
Description:
The /sys/fs/ocfs2/cluster_stack file contains the name
of current ocfs2 cluster stack. This value is set by
@@ -86,4 +86,4 @@ Description:
stack return an error.
Users:
- ocfs2-tools <ocfs2-tools-devel@oss.oracle.com>
+ ocfs2-tools <ocfs2-tools-devel@lists.linux.dev>
diff --git a/Documentation/filesystems/dlmfs.rst b/Documentation/filesystems/dlmfs.rst
index 28dd41a63be2..7e2b1fd471d7 100644
--- a/Documentation/filesystems/dlmfs.rst
+++ b/Documentation/filesystems/dlmfs.rst
@@ -12,7 +12,7 @@ dlmfs is built with OCFS2 as it requires most of its infrastructure.
:Project web page: http://ocfs2.wiki.kernel.org
:Tools web page: https://github.com/markfasheh/ocfs2-tools
-:OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
+:OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html
All code copyright 2005 Oracle except when otherwise noted.
diff --git a/Documentation/filesystems/ocfs2.rst b/Documentation/filesystems/ocfs2.rst
index 42ca9a3d4c6e..5827062995cb 100644
--- a/Documentation/filesystems/ocfs2.rst
+++ b/Documentation/filesystems/ocfs2.rst
@@ -14,7 +14,7 @@ get "mount.ocfs2" and "ocfs2_hb_ctl".
Project web page: http://ocfs2.wiki.kernel.org
Tools git tree: https://github.com/markfasheh/ocfs2-tools
-OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
+OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html
All code copyright 2005 Oracle except when otherwise noted.
diff --git a/fs/ocfs2/Kconfig b/fs/ocfs2/Kconfig
index 304d12186ccd..3123da7cfb30 100644
--- a/fs/ocfs2/Kconfig
+++ b/fs/ocfs2/Kconfig
@@ -17,9 +17,9 @@ config OCFS2_FS
You'll want to install the ocfs2-tools package in order to at least
get "mount.ocfs2".
- Project web page: https://oss.oracle.com/projects/ocfs2
- Tools web page: https://oss.oracle.com/projects/ocfs2-tools
- OCFS2 mailing lists: https://oss.oracle.com/projects/ocfs2/mailman/
+ Project web page: https://ocfs2.wiki.kernel.org/
+ Tools web page: https://github.com/markfasheh/ocfs2-tools
+ OCFS2 mailing lists: https://subspace.kernel.org/lists.linux.dev.html
For more information on OCFS2, see the file
<file:Documentation/filesystems/ocfs2.rst>.
--
2.35.3
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] update ocfs2-devel mailing list addresses
2023-06-28 1:34 [PATCH 0/2] update ocfs2-devel mailing list addresses Anthony Iliopoulos
2023-06-28 1:34 ` [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address Anthony Iliopoulos
2023-06-28 1:34 ` [PATCH 2/2] docs: update " Anthony Iliopoulos
@ 2023-06-28 2:30 ` Joseph Qi
2023-06-28 3:57 ` Joel Becker
2 siblings, 1 reply; 7+ messages in thread
From: Joseph Qi @ 2023-06-28 2:30 UTC (permalink / raw)
To: Anthony Iliopoulos, Mark Fasheh, Joel Becker, akpm
Cc: ocfs2-devel, linux-kernel, linux-doc
Thanks for this work.
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
On 6/28/23 9:34 AM, Anthony Iliopoulos wrote:
> The ocfs2-devel mailing list has been migrated to kernel.org, update all
> related kernel documentation pointers to reflect the change.
>
> Anthony Iliopoulos (2):
> MAINTAINERS: Update ocfs2-devel mailing list address
> docs: update ocfs2-devel mailing list address
>
> Documentation/ABI/obsolete/o2cb | 4 ++--
> Documentation/ABI/removed/o2cb | 4 ++--
> Documentation/ABI/stable/o2cb | 4 ++--
> Documentation/ABI/testing/sysfs-ocfs2 | 12 ++++++------
> Documentation/filesystems/dlmfs.rst | 2 +-
> Documentation/filesystems/ocfs2.rst | 2 +-
> MAINTAINERS | 2 +-
> fs/ocfs2/Kconfig | 6 +++---
> 8 files changed, 18 insertions(+), 18 deletions(-)
>
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address
2023-06-28 1:34 ` [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address Anthony Iliopoulos
@ 2023-06-28 2:44 ` Randy Dunlap
2023-06-28 8:48 ` Anthony Iliopoulos
0 siblings, 1 reply; 7+ messages in thread
From: Randy Dunlap @ 2023-06-28 2:44 UTC (permalink / raw)
To: Anthony Iliopoulos, Mark Fasheh, Joel Becker, Joseph Qi
Cc: ocfs2-devel, linux-kernel, linux-doc, Konstantin Ryabitsev
Hi,
On 6/27/23 18:34, Anthony Iliopoulos wrote:
> The ocfs2-devel mailing list has been migrated to the kernel.org
> infrastructure, update the related entry to reflect the change.
>
> Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
> ---
> MAINTAINERS | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 4545d4287305..2e95a8eb924e 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -15969,7 +15969,7 @@ ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
> M: Mark Fasheh <mark@fasheh.com>
> M: Joel Becker <jlbec@evilplan.org>
> M: Joseph Qi <joseph.qi@linux.alibaba.com>
> -L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
> +L: ocfs2-devel@lists.linux.dev
So the kernel.org admins know about this and have updated
lore.kernel.org for the new mailing list, right eh?
> S: Supported
> W: http://ocfs2.wiki.kernel.org
> F: Documentation/filesystems/dlmfs.rst
thanks.
--
~Randy
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 0/2] update ocfs2-devel mailing list addresses
2023-06-28 2:30 ` [PATCH 0/2] update ocfs2-devel mailing list addresses Joseph Qi
@ 2023-06-28 3:57 ` Joel Becker
0 siblings, 0 replies; 7+ messages in thread
From: Joel Becker @ 2023-06-28 3:57 UTC (permalink / raw)
To: Joseph Qi
Cc: Anthony Iliopoulos, Mark Fasheh, akpm, ocfs2-devel, linux-kernel,
linux-doc
Yes, thank you.
Acked-by: Joel Becker <jlbec@evilplan.org>
On Wed, Jun 28, 2023 at 10:30:33AM +0800, Joseph Qi wrote:
> Thanks for this work.
>
> Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
>
> On 6/28/23 9:34 AM, Anthony Iliopoulos wrote:
> > The ocfs2-devel mailing list has been migrated to kernel.org, update all
> > related kernel documentation pointers to reflect the change.
> >
> > Anthony Iliopoulos (2):
> > MAINTAINERS: Update ocfs2-devel mailing list address
> > docs: update ocfs2-devel mailing list address
> >
> > Documentation/ABI/obsolete/o2cb | 4 ++--
> > Documentation/ABI/removed/o2cb | 4 ++--
> > Documentation/ABI/stable/o2cb | 4 ++--
> > Documentation/ABI/testing/sysfs-ocfs2 | 12 ++++++------
> > Documentation/filesystems/dlmfs.rst | 2 +-
> > Documentation/filesystems/ocfs2.rst | 2 +-
> > MAINTAINERS | 2 +-
> > fs/ocfs2/Kconfig | 6 +++---
> > 8 files changed, 18 insertions(+), 18 deletions(-)
> >
--
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address
2023-06-28 2:44 ` Randy Dunlap
@ 2023-06-28 8:48 ` Anthony Iliopoulos
0 siblings, 0 replies; 7+ messages in thread
From: Anthony Iliopoulos @ 2023-06-28 8:48 UTC (permalink / raw)
To: Randy Dunlap
Cc: Mark Fasheh, Joel Becker, Joseph Qi, ocfs2-devel, linux-kernel,
linux-doc, Konstantin Ryabitsev
On Tue, Jun 27, 2023 at 07:44:58PM -0700, Randy Dunlap wrote:
> Hi,
>
>
> On 6/27/23 18:34, Anthony Iliopoulos wrote:
> > The ocfs2-devel mailing list has been migrated to the kernel.org
> > infrastructure, update the related entry to reflect the change.
> >
> > Signed-off-by: Anthony Iliopoulos <ailiop@suse.com>
> > ---
> > MAINTAINERS | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 4545d4287305..2e95a8eb924e 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -15969,7 +15969,7 @@ ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
> > M: Mark Fasheh <mark@fasheh.com>
> > M: Joel Becker <jlbec@evilplan.org>
> > M: Joseph Qi <joseph.qi@linux.alibaba.com>
> > -L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
> > +L: ocfs2-devel@lists.linux.dev
>
> So the kernel.org admins know about this and have updated
> lore.kernel.org for the new mailing list, right eh?
Yes this is in coordination with Konstantin who made this possible, and
I'll soon ask him to switch lore over to the new list, once the old one
is fully disabled.
Regards,
Anthony
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2023-06-28 9:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-28 1:34 [PATCH 0/2] update ocfs2-devel mailing list addresses Anthony Iliopoulos
2023-06-28 1:34 ` [PATCH 1/2] MAINTAINERS: Update ocfs2-devel mailing list address Anthony Iliopoulos
2023-06-28 2:44 ` Randy Dunlap
2023-06-28 8:48 ` Anthony Iliopoulos
2023-06-28 1:34 ` [PATCH 2/2] docs: update " Anthony Iliopoulos
2023-06-28 2:30 ` [PATCH 0/2] update ocfs2-devel mailing list addresses Joseph Qi
2023-06-28 3:57 ` Joel Becker
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).