mbox series

[GIT,PULL] 2nd round of nfsd fixes for 5.19

Message ID 67B9A04C-2112-4A3F-911B-ED192D3B3E7E@oracle.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] 2nd round of nfsd fixes for 5.19 | expand

Pull-request

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

Message

Chuck Lever July 2, 2022, 6:01 p.m. UTC
G'day-

The following changes since commit da9e94fe000e11f21d3d6f66012fe5c6379bd93c:

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

are available in the Git repository at:

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

for you to fetch changes up to a23dd544debcda4ee4a549ec7de59e85c3c8345c:

  SUNRPC: Fix READ_PLUS crasher (2022-06-30 17:41:08 -0400)

----------------------------------------------------------------
Notable regression fixes:
- Fix NFSD crash during NFSv4.2 READ_PLUS operation
- Fix incorrect status code returned by COMMIT operation

----------------------------------------------------------------
Alexey Khoroshilov (1):
      NFSD: restore EINVAL error translation in nfsd_commit()

Chuck Lever (1):
      SUNRPC: Fix READ_PLUS crasher

 fs/nfsd/vfs.c    | 3 ++-
 net/sunrpc/xdr.c | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

--
Chuck Lever

Comments

pr-tracker-bot@kernel.org July 2, 2022, 6:23 p.m. UTC | #1
The pull request you sent on Sat, 2 Jul 2022 18:01:07 +0000:

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

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

Thank you!