mbox series

[5.10,0/5] Five missing NFSD fixes for v5.10.y

Message ID 20240626182745.288665-1-cel@kernel.org (mailing list archive)
Headers show
Series Five missing NFSD fixes for v5.10.y | expand

Message

Chuck Lever June 26, 2024, 6:27 p.m. UTC
From: Chuck Lever <chuck.lever@oracle.com>

Hi-

It was pointed out that the NFSD fixes that went into 5.10.220 were
missing a few forward fixes from upstream. These five are the ones
I identified. I've run them through the usual NFSD CI tests and
found no new issues.

Chuck Lever (3):
  SUNRPC: Fix a NULL pointer deref in trace_svc_stats_latency()
  SUNRPC: Fix svcxdr_init_decode's end-of-buffer calculation
  SUNRPC: Fix svcxdr_init_encode's buflen calculation

Jeff Layton (1):
  nfsd: hold a lighter-weight client reference over CB_RECALL_ANY

Yunjian Wang (1):
  SUNRPC: Fix null pointer dereference in svc_rqst_free()

 fs/nfsd/nfs4state.c           |  7 ++-----
 include/linux/sunrpc/svc.h    | 20 ++++++++++++++++----
 include/trace/events/sunrpc.h |  8 ++++----
 net/sunrpc/svc.c              | 18 +++++++++++++++++-
 4 files changed, 39 insertions(+), 14 deletions(-)