[GIT,PULL] third v6.2-rc request for nfsd

Message ID A5F12427-0E66-4650-A3B0-D2FB5407401B@oracle.com
State New
Headers
Series [GIT,PULL] third v6.2-rc request for nfsd |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.2-4

Message

Chuck Lever Jan. 17, 2023, 4:53 p.m. UTC
  The following changes since commit 5304930dbae82d259bcf7e5611db7c81e7a42eff:

  NFSD: Use set_bit(RQ_DROPME) (2023-01-07 10:16:33 -0500)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.2-4

for you to fetch changes up to 7c24fa225081f31bc6da6a355c1ba801889ab29a:

  NFSD: replace delayed_work with work_struct for nfsd_client_shrinker (2023-01-12 09:38:30 -0500)

----------------------------------------------------------------
nfsd-6.2 fixes:
- Fix recently introduced use-after-free bugs

----------------------------------------------------------------
Dai Ngo (2):
      NFSD: register/unregister of nfsd-client shrinker at nfsd startup/shutdown time
      NFSD: replace delayed_work with work_struct for nfsd_client_shrinker

Xingyuan Mo (1):
      NFSD: fix use-after-free in nfsd4_ssc_setup_dul()

 fs/nfsd/netns.h     |  2 +-
 fs/nfsd/nfs4proc.c  |  1 +
 fs/nfsd/nfs4state.c | 30 +++++++++++++++---------------
 fs/nfsd/nfsctl.c    |  7 +------
 fs/nfsd/nfsd.h      |  6 ++----
 5 files changed, 20 insertions(+), 26 deletions(-)

--
Chuck Lever
  

Comments

pr-tracker-bot@kernel.org Jan. 17, 2023, 5:35 p.m. UTC | #1
The pull request you sent on Tue, 17 Jan 2023 16:53:59 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-6.2-4

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

Thank you!