All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] NFSD copy offload fixes
@ 2019-12-04 20:13 Olga Kornievskaia
  2019-12-04 20:13 ` [PATCH 1/3] NFSD fix mismatching type in nfsd4_set_netaddr Olga Kornievskaia
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Olga Kornievskaia @ 2019-12-04 20:13 UTC (permalink / raw)
  To: bfields; +Cc: linux-nfs

A few fixes that were found with kbuild and static checked.
Mismatch of __be32 u32 assignments
Fix error path leading to null pointer dereferences

Olga Kornievskaia (3):
  NFSD fix mismatching type in nfsd4_set_netaddr
  NFSD fix nfserro errno mismatch
  NFSD fixing possible null pointer derefering in copy offload

 fs/nfsd/nfs4proc.c | 19 ++++++++++---------
 fs/nfsd/nfsd.h     |  2 +-
 2 files changed, 11 insertions(+), 10 deletions(-)

-- 
1.8.3.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-12-05 21:43 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-04 20:13 [PATCH 0/3] NFSD copy offload fixes Olga Kornievskaia
2019-12-04 20:13 ` [PATCH 1/3] NFSD fix mismatching type in nfsd4_set_netaddr Olga Kornievskaia
2019-12-04 20:13 ` [PATCH 2/3] NFSD fix nfserro errno mismatch Olga Kornievskaia
2019-12-05 21:39   ` J. Bruce Fields
2019-12-05 21:43     ` J. Bruce Fields
2019-12-04 20:13 ` [PATCH 3/3] NFSD fixing possible null pointer derefering in copy offload Olga Kornievskaia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.