2020-08-27 16:08:51

by J. Bruce Fields

[permalink] [raw]
Subject: [PATCH 1/2] MAINTAINERS: Add Documentation/ to files we maintain

From: "J. Bruce Fields" <[email protected]>

It struck me while watching Jon Corbet ask how to keep kernel
Documentation up to date, that it might help if we were actually cc'd on
Documentation/filesystems/nfs/ changes.

Signed-off-by: J. Bruce Fields <[email protected]>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index deaafb617361..5fd2b9990fa6 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -9482,6 +9482,7 @@ F: include/linux/sunrpc/
F: include/uapi/linux/nfsd/
F: include/uapi/linux/sunrpc/
F: net/sunrpc/
+F: Documentation/filesystems/nfs/

KERNEL SELFTEST FRAMEWORK
M: Shuah Khan <[email protected]>
@@ -12233,6 +12234,7 @@ F: include/linux/sunrpc/
F: include/uapi/linux/nfs*
F: include/uapi/linux/sunrpc/
F: net/sunrpc/
+F: Documentation/filesystems/nfs/

NILFS2 FILESYSTEM
M: Ryusuke Konishi <[email protected]>
--
2.26.2


2020-08-27 16:09:41

by J. Bruce Fields

[permalink] [raw]
Subject: [PATCH 2/2] Documentation: update RPCSEC_GSSv3 RFC link

From: "J. Bruce Fields" <[email protected]>

This draft is an official RFC now.

Signed-off-by: J. Bruce Fields <[email protected]>
---
Documentation/filesystems/nfs/rpc-server-gss.rst | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/Documentation/filesystems/nfs/rpc-server-gss.rst b/Documentation/filesystems/nfs/rpc-server-gss.rst
index abed4a2b1b82..ccaea9e7cea2 100644
--- a/Documentation/filesystems/nfs/rpc-server-gss.rst
+++ b/Documentation/filesystems/nfs/rpc-server-gss.rst
@@ -13,10 +13,9 @@ RPCGSS is specified in a few IETF documents:
- RFC2203 v1: https://tools.ietf.org/rfc/rfc2203.txt
- RFC5403 v2: https://tools.ietf.org/rfc/rfc5403.txt

-and there is a 3rd version being proposed:
+There is a third version that we don't currently implement:

- - https://tools.ietf.org/id/draft-williams-rpcsecgssv3.txt
- (At draft n. 02 at the time of writing)
+ - RFC7861 v3: https://tools.ietf.org/rfc/rfc7861.txt

Background
==========
--
2.26.2