Hi Linus,
The following changes since commit b7dbcc0e433f0f61acb89ed9861ec996be4f2b38:
NFSv4.1: Fix a race where CB_NOTIFY_LOCK fails to wake a waiter (2017-07-28 15:35:30 -0400)
are available in the git repository at:
git://git.linux-nfs.org/projects/anna/linux-nfs.git tags/nfs-for-4.13-4
for you to fetch changes up to d9cb73300ac0001832c048a489c592263fc28193:
NFSv4: Fix double frees in nfs4_test_session_trunk() (2017-08-02 09:45:55 -0400)
----------------------------------------------------------------
Two fixes from Trond this time, now that he's back from his vacation. The first is a stable fix
for the EXCHANGE_ID issue on the mailing list, and the other fixes a double-free situation that
he found at the same time.
Thanks,
Anna
----------------------------------------------------------------
Trond Myklebust (2):
NFSv4: Fix EXCHANGE_ID corrupt verifier issue
NFSv4: Fix double frees in nfs4_test_session_trunk()
fs/nfs/nfs4client.c | 3 ---
fs/nfs/nfs4proc.c | 27 +++++++--------------------
fs/nfs/nfs4xdr.c | 2 +-
include/linux/nfs_xdr.h | 2 +-
4 files changed, 9 insertions(+), 25 deletions(-)