2023-02-20 17:02:19

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH 0/2] Minor documentation clean-up in fs

Dear Jonathan,

please pick this minor documentation clean-up in fs. It is not in the
Documentation directory, but I would consider these README files also
some unsorted largely distributed kernel documentation.

Here is some trivial and probably little-to-debate clean up.

Lukas Bulwahn (2):
qnx6: credit contributor and mark filesystem orphan
qnx4: credit contributors in CREDITS

CREDITS | 16 ++++++++++++++++
MAINTAINERS | 6 ++++++
fs/qnx4/README | 9 ---------
fs/qnx6/README | 8 --------
4 files changed, 22 insertions(+), 17 deletions(-)
delete mode 100644 fs/qnx4/README
delete mode 100644 fs/qnx6/README

--
2.17.1



2023-02-20 17:02:27

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH 1/2] qnx6: credit contributor and mark filesystem orphan

Replace the content of the qnx6 README file with the canonical places for
such information.

Add the credits of the qnx6 contribution to CREDITS, and add an section in
MAINTAINERS to mark this filesystem as Orphan, as the domain ontika.net and
email address does not resolve to an IP address anymore.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
CREDITS | 4 ++++
MAINTAINERS | 6 ++++++
fs/qnx6/README | 8 --------
3 files changed, 10 insertions(+), 8 deletions(-)
delete mode 100644 fs/qnx6/README

diff --git a/CREDITS b/CREDITS
index 847059166a15..07e871d60cf0 100644
--- a/CREDITS
+++ b/CREDITS
@@ -229,6 +229,10 @@ S: University of Notre Dame
S: Notre Dame, Indiana
S: USA

+N: Kai Bankett
+E: [email protected]
+D: QNX6 filesystem
+
N: Greg Banks
E: [email protected]
D: IDT77105 ATM network driver
diff --git a/MAINTAINERS b/MAINTAINERS
index 6b91bcbbc22f..2657a35dd96e 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -17174,6 +17174,12 @@ F: fs/qnx4/
F: include/uapi/linux/qnx4_fs.h
F: include/uapi/linux/qnxtypes.h

+QNX6 FILESYSTEM
+S: Orphan
+F: Documentation/filesystems/qnx6.rst
+F: fs/qnx6/
+F: include/linux/qnx6_fs.h
+
QORIQ DPAA2 FSL-MC BUS DRIVER
M: Stuart Yoder <[email protected]>
M: Laurentiu Tudor <[email protected]>
diff --git a/fs/qnx6/README b/fs/qnx6/README
deleted file mode 100644
index 116d622026cc..000000000000
--- a/fs/qnx6/README
+++ /dev/null
@@ -1,8 +0,0 @@
-
- This is a snapshot of the QNX6 filesystem for Linux.
- Please send diffs and remarks to <[email protected]> .
-
-Credits :
-
-Al Viro <[email protected]> (endless patience with me & support ;))
-Kai Bankett <[email protected]> (Maintainer)
--
2.17.1


2023-02-20 17:03:09

by Lukas Bulwahn

[permalink] [raw]
Subject: [PATCH 2/2] qnx4: credit contributors in CREDITS

Replace the content of the qnx4 README file with the canonical place for
such information.

Add the credits of the qnx4 contribution to CREDITS. As there is already a
QNX4 FILESYSTEM section in MAINTAINERS, it is clear who to contact and send
patches to.

Signed-off-by: Lukas Bulwahn <[email protected]>
---
CREDITS | 12 ++++++++++++
fs/qnx4/README | 9 ---------
2 files changed, 12 insertions(+), 9 deletions(-)
delete mode 100644 fs/qnx4/README

diff --git a/CREDITS b/CREDITS
index 07e871d60cf0..b6c93e0a62c3 100644
--- a/CREDITS
+++ b/CREDITS
@@ -890,6 +890,10 @@ W: http://jdelvare.nerim.net/
D: Several hardware monitoring drivers
S: France

+N: Frank "Jedi/Sector One" Denis
+E: [email protected]
+D: QNX4 filesystem
+
N: Peter Denison
E: [email protected]
W: http://www.pnd-pc.demon.co.uk/promise/
@@ -1263,6 +1267,10 @@ S: USA
N: Adam Fritzler
E: [email protected]

+N: Richard "Scuba" A. Frowijn
+E: [email protected]
+D: QNX4 filesystem
+
N: Fernando Fuganti
E: [email protected]
E: [email protected]
@@ -2222,6 +2230,10 @@ D: Digiboard PC/Xe and PC/Xi, Digiboard EPCA
D: NUMA support, Slab allocators, Page migration
D: Scalability, Time subsystem

+N: Anders Larsen
+E: [email protected]
+D: QNX4 filesystem
+
N: Paul Laufer
E: [email protected]
D: Soundblaster driver fixes, ISAPnP quirk
diff --git a/fs/qnx4/README b/fs/qnx4/README
deleted file mode 100644
index 1f1e320d91da..000000000000
--- a/fs/qnx4/README
+++ /dev/null
@@ -1,9 +0,0 @@
-
- This is a snapshot of the QNX4 filesystem for Linux.
- Please send diffs and remarks to <[email protected]> .
-
-Credits :
-
-Richard "Scuba" A. Frowijn <[email protected]>
-Frank "Jedi/Sector One" Denis <[email protected]>
-Anders Larsen <[email protected]> (Maintainer)
--
2.17.1


2023-02-20 17:19:55

by Anders Larsen

[permalink] [raw]
Subject: Re: [PATCH 2/2] qnx4: credit contributors in CREDITS

On Monday, 2023-02-20 18:02 Lukas Bulwahn wrote:
> Replace the content of the qnx4 README file with the canonical place for
> such information.
>
> Add the credits of the qnx4 contribution to CREDITS. As there is already a
> QNX4 FILESYSTEM section in MAINTAINERS, it is clear who to contact and send
> patches to.
>
> Signed-off-by: Lukas Bulwahn <[email protected]>
> ---
> CREDITS | 12 ++++++++++++
> fs/qnx4/README | 9 ---------
> 2 files changed, 12 insertions(+), 9 deletions(-)
> delete mode 100644 fs/qnx4/README
>
> diff --git a/CREDITS b/CREDITS
> index 07e871d60cf0..b6c93e0a62c3 100644
> --- a/CREDITS
> +++ b/CREDITS
> @@ -890,6 +890,10 @@ W: http://jdelvare.nerim.net/
> D: Several hardware monitoring drivers
> S: France
>
> +N: Frank "Jedi/Sector One" Denis
> +E: [email protected]
> +D: QNX4 filesystem
> +
> N: Peter Denison
> E: [email protected]
> W: http://www.pnd-pc.demon.co.uk/promise/
> @@ -1263,6 +1267,10 @@ S: USA
> N: Adam Fritzler
> E: [email protected]
>
> +N: Richard "Scuba" A. Frowijn
> +E: [email protected]
> +D: QNX4 filesystem
> +
> N: Fernando Fuganti
> E: [email protected]
> E: [email protected]
> @@ -2222,6 +2230,10 @@ D: Digiboard PC/Xe and PC/Xi, Digiboard EPCA
> D: NUMA support, Slab allocators, Page migration
> D: Scalability, Time subsystem
>
> +N: Anders Larsen
> +E: [email protected]
> +D: QNX4 filesystem
> +
> N: Paul Laufer
> E: [email protected]
> D: Soundblaster driver fixes, ISAPnP quirk
> diff --git a/fs/qnx4/README b/fs/qnx4/README
> deleted file mode 100644
> index 1f1e320d91da..000000000000
> --- a/fs/qnx4/README
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -
> - This is a snapshot of the QNX4 filesystem for Linux.
> - Please send diffs and remarks to <[email protected]> .
> -
> -Credits :
> -
> -Richard "Scuba" A. Frowijn <[email protected]>
> -Frank "Jedi/Sector One" Denis <[email protected]>
> -Anders Larsen <[email protected]> (Maintainer)

Acked-By: Anders Larsen <[email protected]>

Thx
Anders





2023-03-14 18:54:02

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH 0/2] Minor documentation clean-up in fs

Lukas Bulwahn <[email protected]> writes:

> Dear Jonathan,
>
> please pick this minor documentation clean-up in fs. It is not in the
> Documentation directory, but I would consider these README files also
> some unsorted largely distributed kernel documentation.
>
> Here is some trivial and probably little-to-debate clean up.
>
> Lukas Bulwahn (2):
> qnx6: credit contributor and mark filesystem orphan
> qnx4: credit contributors in CREDITS
>
> CREDITS | 16 ++++++++++++++++
> MAINTAINERS | 6 ++++++
> fs/qnx4/README | 9 ---------
> fs/qnx6/README | 8 --------
> 4 files changed, 22 insertions(+), 17 deletions(-)
> delete mode 100644 fs/qnx4/README
> delete mode 100644 fs/qnx6/README

Applied, thanks.

jon