mbox series

[GIT,PULL] nfsd fixes for 5.19

Message ID FF9D9B25-0117-446D-B5B3-A4240C67A99F@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] nfsd fixes for 5.19 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.19-1

Message

Chuck Lever June 11, 2022, 12:17 a.m. UTC
Hi Linus-

The following changes since commit 08af54b3e5729bc1d56ad3190af811301bdc37a1:

  NFSD: nfsd_file_put() can sleep (2022-05-26 10:50:51 -0400)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.19-1

for you to fetch changes up to da9e94fe000e11f21d3d6f66012fe5c6379bd93c:

  SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer() (2022-06-08 12:39:37 -0400)

----------------------------------------------------------------
Notable changes:
- There is now a backup maintainer for NFSD

Notable fixes:
- Prevent array overruns in svc_rdma_build_writes()
- Prevent buffer overruns when encoding NFSv3 READDIR results
- Fix a potential UAF in nfsd_file_put()

----------------------------------------------------------------
Chuck Lever (7):
      NFSD: Fix potential use-after-free in nfsd_file_put()
      SUNRPC: Trap RDMA segment overflows
      SUNRPC: Fix the calculation of xdr->end in xdr_get_next_encode_buffer()
      SUNRPC: Optimize xdr_reserve_space()
      SUNRPC: Clean up xdr_commit_encode()
      SUNRPC: Clean up xdr_get_next_encode_buffer()
      SUNRPC: Remove pointer type casts from xdr_get_next_encode_buffer()

Jeff Layton (1):
      MAINTAINERS: reciprocal co-maintainership for file locking and nfsd

 MAINTAINERS                       |  2 ++
 fs/nfsd/filecache.c               |  9 +++++----
 include/linux/sunrpc/xdr.h        | 16 +++++++++++++++-
 net/sunrpc/xdr.c                  | 37 +++++++++++++++++++++++--------------
 net/sunrpc/xprtrdma/svc_rdma_rw.c |  4 ++--
 5 files changed, 47 insertions(+), 21 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org June 11, 2022, 12:38 a.m. UTC | #1
The pull request you sent on Sat, 11 Jun 2022 00:17:34 +0000:

> https://git.kernel.org/pub/scm/linux/kernel/git/cel/linux.git tags/nfsd-5.19-1

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

Thank you!