mbox series

[GIT,PULL] Bugfixes for Linux 6.9

Message ID 230320fbf8c4a3fe3fcce24695aa4af65875bdf3.camel@hammerspace.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] Bugfixes for Linux 6.9 | expand

Pull-request

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

Message

Trond Myklebust April 29, 2024, 6:59 p.m. UTC
Hi Linus,

The following changes since commit 719fcafe07c12646691bd62d7f8d94d657fa0766:

  nfs: fix panic when nfs4_ff_layout_prepare_ds() fails (2024-03-16 12:41:45 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 24457f1be29f1e7042e50a7749f5c2dde8c433c8:

  nfs: Handle error of rpc_proc_register() in nfs_net_init(). (2024-04-04 18:27:13 -0400)

----------------------------------------------------------------
NFS client bugfixes for Linux 6.9

Bugfixes:
 - Fix an Oops in xs_tcp_tls_setup_socket
 - Fix an Oops due to missing error handling in nfs_net_init()

----------------------------------------------------------------
Kuniyuki Iwashima (1):
      nfs: Handle error of rpc_proc_register() in nfs_net_init().

Olga Kornievskaia (1):
      SUNRPC: add a missing rpc_stat for TCP TLS

 fs/nfs/inode.c        | 7 ++++++-
 net/sunrpc/xprtsock.c | 1 +
 2 files changed, 7 insertions(+), 1 deletion(-)

Comments

pr-tracker-bot@kernel.org April 29, 2024, 7:10 p.m. UTC | #1
The pull request you sent on Mon, 29 Apr 2024 18:59:26 +0000:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/9e4bc4bcae012c98964c3c2010debfbd9e5b229f

Thank you!