git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64590da
)
nfs4: fix discover_server_trunking use after free
author
Weston Andros Adamson
<dros@primarydata.com>
Mon, 20 Jan 2014 03:45:36 +0000
(22:45 -0500)
committer
Trond Myklebust
<trond.myklebust@primarydata.com>
Mon, 20 Jan 2014 23:08:06 +0000
(16:08 -0700)
If clp is new (cl_count = 1) and it matches another client in
nfs4_discover_server_trunking, the nfs_put_client will free clp before
->cl_preserve_clid is set.
Cc: stable@vger.kernel.org # 3.7+
Signed-off-by: Weston Andros Adamson <dros@primarydata.com>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/nfs4client.c
patch
|
blob
|
history
diff --cc
fs/nfs/nfs4client.c
Simple merge