lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20241014-delstid-v1-0-7ce8a2f4dd24@kernel.org>
Date: Mon, 14 Oct 2024 15:26:48 -0400
From: Jeff Layton <jlayton@...nel.org>
To: Chuck Lever <chuck.lever@...cle.com>, Neil Brown <neilb@...e.de>, 
 Olga Kornievskaia <okorniev@...hat.com>, Dai Ngo <Dai.Ngo@...cle.com>, 
 Tom Talpey <tom@...pey.com>, Jonathan Corbet <corbet@....net>, 
 Trond Myklebust <trondmy@...nel.org>, Anna Schumaker <anna@...nel.org>, 
 Thomas Haynes <loghyr@...il.com>
Cc: linux-nfs@...r.kernel.org, linux-kernel@...r.kernel.org, 
 linux-doc@...r.kernel.org, Jeff Layton <jlayton@...nel.org>
Subject: [PATCH 0/6] nfsd: update the delstid patches for latest draft
 changes

This patchset is an update to the delstid patches that went into Chuck's
nfsd-next branch recently. The original versions of the spec left out
OPEN_DELEGATE_READ_ATTRS_DELEG and OPEN_DELEGATE_WRITE_ATTRS_DELEG. This
set adds proper support for them.

My suggestion is to drop these two patches from nfsd-next:

    544c67cc0f26 nfsd: handle delegated timestamps in SETATTR
    eee2c04ca5c1 nfsd: add support for delegated timestamps

...and then apply this set on top of the remaining pile. The resulting
set is a bit larger than the original, as I took the liberty of adding
some more symbols to the autogenerated part of the spec.

Signed-off-by: Jeff Layton <jlayton@...nel.org>
---
Jeff Layton (6):
      nfsd: drop inode parameter from nfsd4_change_attribute()
      nfsd: switch to autogenerated definitions for open_delegation_type4
      nfsd: rename NFS4_SHARE_WANT_* constants to OPEN4_SHARE_ACCESS_WANT_*
      nfsd: prepare delegation code for handing out *_ATTRS_DELEG delegations
      nfsd: add support for delegated timestamps
      nfsd: handle delegated timestamps in SETATTR

 Documentation/sunrpc/xdr/nfs4_1.x    |  22 ++++-
 fs/nfsd/nfs4callback.c               |  42 ++++++++-
 fs/nfsd/nfs4proc.c                   |  26 ++++-
 fs/nfsd/nfs4state.c                  | 178 ++++++++++++++++++++++++++---------
 fs/nfsd/nfs4xdr.c                    |  57 ++++++++---
 fs/nfsd/nfs4xdr_gen.c                |  19 +++-
 fs/nfsd/nfs4xdr_gen.h                |   2 +-
 fs/nfsd/nfsd.h                       |   2 +
 fs/nfsd/nfsfh.c                      |  11 +--
 fs/nfsd/nfsfh.h                      |   3 +-
 fs/nfsd/state.h                      |  18 ++++
 fs/nfsd/xdr4cb.h                     |  10 +-
 include/linux/nfs4.h                 |   2 +-
 include/linux/sunrpc/xdrgen/nfs4_1.h |  35 ++++++-
 include/linux/time64.h               |   5 +
 15 files changed, 348 insertions(+), 84 deletions(-)
---
base-commit: 9f8009c5be9367d01cd1627d6a379b4c642d8a28
change-id: 20241014-delstid-bf05220ad941

Best regards,
-- 
Jeff Layton <jlayton@...nel.org>


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ