* nfsd bugfixes for 3.5
@ 2012-06-14 20:02 J. Bruce Fields
0 siblings, 0 replies; only message in thread
From: J. Bruce Fields @ 2012-06-14 20:02 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-nfs
Please pull two nfsd bugfixes from:
git://linux-nfs.org/~bfields/linux.git for-3.5
--b.
----------------------------------------------------------------
J. Bruce Fields (1):
nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels
Stanislav Kinsbursky (1):
NFS: hard-code init_net for NFS callback transports
fs/nfs/callback.c | 11 +++++------
fs/nfsd/nfs4state.c | 4 ++--
2 files changed, 7 insertions(+), 8 deletions(-)
commit bc2df47a408f2d64cf81bcfd0f6e3e14c84cb0ab
Author: J. Bruce Fields <bfields@redhat.com>
Date: Tue Jun 12 08:28:48 2012 -0400
nfsd4: BUG_ON(!is_spin_locked()) no good on UP kernels
Most frequent symptom was a BUG triggering in expire_client, with the
server locking up shortly thereafter.
Introduced by 508dc6e110c6dbdc0bbe84298ccfe22de7538486 "nfsd41:
free_session/free_client must be called under the client_lock".
Cc: stable@kernel.org
Cc: Benny Halevy <bhalevy@tonian.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
commit 12918b10d59e975fd5241eef03ef9e6d5ea3dcfe
Author: Stanislav Kinsbursky <skinsbursky@parallels.com>
Date: Fri Jun 1 13:55:47 2012 +0400
NFS: hard-code init_net for NFS callback transports
In case of destroying mount namespace on child reaper exit, nsproxy is zeroed
to the point already. So, dereferencing of it is invalid.
This patch hard-code "init_net" for all network namespace references for NFS
callback services. This will be fixed with proper NFS callback
containerization.
Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-06-14 20:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-14 20:02 nfsd bugfixes for 3.5 J. Bruce Fields
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).