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:   Fri, 6 May 2022 20:09:29 +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 fixes for 5.18

Hi Linus,

The following changes since commit b2d229d4ddb17db541098b83524d901257e93845:

  Linux 5.18-rc3 (2022-04-17 13:57:31 -0700)

are available in the Git repository at:

  git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.18-3

for you to fetch changes up to a3d0562d4dc039bca39445e1cddde7951662e17d:

  Revert "SUNRPC: attempt AF_LOCAL connect on setup" (2022-04-29 20:38:27 -0400)

Cheers,
  Trond

----------------------------------------------------------------
NFS client bugfixes for Linux 5.18

Highlights include:

Stable fixes:
- Fix a socket leak when setting up an AF_LOCAL RPC client
- Ensure that knfsd connects to the gss-proxy daemon on setup

Bugfixes:
- Fix a refcount leak when migrating a task off an offlined transport
- Don't gratuitously invalidate inode attributes on delegation return
- Don't leak sockets in xs_local_connect()
- Ensure timely close of disconnected AF_LOCAL sockets

----------------------------------------------------------------
Olga Kornievskaia (1):
      SUNRPC release the transport of a relocated task with an assigned transport

Trond Myklebust (5):
      NFSv4: Don't invalidate inode attributes on delegation return
      SUNRPC: Don't leak sockets in xs_local_connect()
      SUNRPC: Ensure timely close of disconnected AF_LOCAL sockets
      SUNRPC: Ensure gss-proxy connects on setup
      Revert "SUNRPC: attempt AF_LOCAL connect on setup"

 fs/nfs/nfs4proc.c                    | 12 +++++++++++-
 include/linux/sunrpc/clnt.h          |  1 +
 net/sunrpc/auth_gss/gss_rpc_upcall.c |  2 +-
 net/sunrpc/clnt.c                    | 14 ++++++++++----
 net/sunrpc/xprtsock.c                | 35 +++++++++++++++++++++++++++++++----
 5 files changed, 54 insertions(+), 10 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