[GIT,PULL] nfsd fixes for 6.3-rc1

Message ID 70CF2D89-B9AD-46B9-8B2F-8164655297E0@oracle.com
State New
Headers
Series [GIT,PULL] nfsd fixes for 6.3-rc1 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-2

Message

Chuck Lever March 10, 2023, 2:34 p.m. UTC
  Hi Linus-

The following changes since commit fb5b855d9f34927579baa0a20b4d0d8ea3740abd:

  SUNRPC: Properly terminate test case arrays (2023-02-27 16:27:51 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-2

for you to fetch changes up to 9ca6705d9d609441d34f8b853e1e4a6369b3b171:

  SUNRPC: Fix a server shutdown leak (2023-03-08 08:46:41 -0500)

----------------------------------------------------------------
nfsd-6.3 fixes:
- Protect NFSD writes against filesystem freezing
- Fix a potential memory leak during server shutdown

----------------------------------------------------------------
Benjamin Coddington (1):
      SUNRPC: Fix a server shutdown leak

Chuck Lever (1):
      NFSD: Protect against filesystem freezing

 fs/nfsd/vfs.c    | 2 ++
 net/sunrpc/svc.c | 6 +++++-
 2 files changed, 7 insertions(+), 1 deletion(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org March 10, 2023, 4:58 p.m. UTC | #1
The pull request you sent on Fri, 10 Mar 2023 14:34:51 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.3-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/92cadfcffac3ff2dafc892b7725d1016c8a1b6ee

Thank you!