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]
Date:   Mon, 22 Aug 2022 17:40:18 +0000
From:   Trond Myklebust <trondmy@...merspace.com>
To:     "torvalds@...ux-foundation.org" <torvalds@...ux-foundation.org>
CC:     "linux-nfs@...r.kernel.org" <linux-nfs@...r.kernel.org>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: [GIT PULL] Please pull NFS client bugfixes for Linux 6.0

Hi Linus,

The following changes since commit 3fa5cbdc44de190f2c5605ba7db015ae0d26f668:

  NFS: Improve readpage/writepage tracing (2022-08-09 14:11:34 -0400)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.20-2

for you to fetch changes up to ed06fce0b034b2e25bd93430f5c4cbb28036cc1a:

  SUNRPC: RPC level errors should set task->tk_rpc_status (2022-08-19 20:32:05 -0400)

Thanks,
  Trond

----------------------------------------------------------------
NFS client bugfixes for Linux 6.0

Highlights include:

Stable fixes
- NFS: Fix another fsync() issue after a server reboot

Bugfixes
- NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT
- NFS: Fix missing unlock in nfs_unlink()
- Add sanity checking of the file type used by __nfs42_ssc_open
- Fix a case where we're failing to set task->tk_rpc_status

Cleanups
- Remove the flag NFS_CONTEXT_RESEND_WRITES that got obsoleted by the
  fsync() fix

----------------------------------------------------------------
NeilBrown (1):
      NFS: unlink/rmdir shouldn't call d_delete() twice on ENOENT

Olga Kornievskaia (1):
      NFSv4.2 fix problems with __nfs42_ssc_open

Sun Ke (1):
      NFS: Fix missing unlock in nfs_unlink()

Trond Myklebust (4):
      NFS: Fix another fsync() issue after a server reboot
      NFS: Remove a bogus flag setting in pnfs_write_done_resend_to_mds
      NFS: Cleanup to remove unused flag NFS_CONTEXT_RESEND_WRITES
      SUNRPC: RPC level errors should set task->tk_rpc_status

 fs/nfs/dir.c           |  7 +++++--
 fs/nfs/file.c          | 15 ++++++---------
 fs/nfs/inode.c         |  1 +
 fs/nfs/nfs4file.c      |  6 ++++++
 fs/nfs/pnfs.c          |  1 -
 fs/nfs/write.c         |  6 ++++--
 include/linux/nfs_fs.h |  2 +-
 net/sunrpc/clnt.c      |  2 +-
 8 files changed, 24 insertions(+), 16 deletions(-)

-- 
Trond Myklebust
Linux NFS client maintainer, Hammerspace
trond.myklebust@...merspace.com


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ