linux-nfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] NFS: callback shutdown panic fix
@ 2012-06-01 11:17 Stanislav Kinsbursky
  2012-06-01 11:17 ` [PATCH 1/2] SUNRPC: new svc_bind() routine introduced Stanislav Kinsbursky
  2012-06-01 11:17 ` [PATCH 2/2] SUNRPC: move per-net operations from svc_destroy() Stanislav Kinsbursky
  0 siblings, 2 replies; 3+ messages in thread
From: Stanislav Kinsbursky @ 2012-06-01 11:17 UTC (permalink / raw)
  To: bfields, Trond.Myklebust; +Cc: linux-nfs, linux-kernel, devel

This patch set is the back-port of "SUNRPC: separate per-net data creation
from service" patch set and "NFS: hard-code init_net for NFS callback
transports" patch for 3.5 kernel.

It fixes NULL pointer dereference in svc_destroy(), reported by Dave Jones in
"3.4. sunrpc oops during shutdown" e-mail.

The following series implements...

---

Stanislav Kinsbursky (2):
      SUNRPC: new svc_bind() routine introduced
      SUNRPC: move per-net operations from svc_destroy()


 fs/lockd/svc.c             |   33 +++++++++++++++++++++------------
 fs/nfs/callback.c          |   16 +++++++++++++---
 fs/nfsd/nfsctl.c           |   12 +++++++++---
 fs/nfsd/nfssvc.c           |   23 +++++++++++++++++++++++
 include/linux/sunrpc/svc.h |    1 +
 net/sunrpc/rpcb_clnt.c     |   12 +++++++-----
 net/sunrpc/svc.c           |   23 ++++++++++-------------
 7 files changed, 84 insertions(+), 36 deletions(-)

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

end of thread, other threads:[~2012-06-01 11:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-01 11:17 [PATCH 0/2] NFS: callback shutdown panic fix Stanislav Kinsbursky
2012-06-01 11:17 ` [PATCH 1/2] SUNRPC: new svc_bind() routine introduced Stanislav Kinsbursky
2012-06-01 11:17 ` [PATCH 2/2] SUNRPC: move per-net operations from svc_destroy() Stanislav Kinsbursky

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).