2012-10-29 15:43:51

by Sage Weil

[permalink] [raw]
Subject: [GIT PULL] Ceph fixes for -rc4

Hi Linus,

Please pull the following fixes from

git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus

There are two fixes in the messenger code, one that can trigger a NULL
dereference, and one that error in refcounting (extra put). There is also
a trivial fix that in the fs client code that is triggered by NFS
reexport.

Thanks!
sage


----------------------------------------------------------------
Alex Elder (1):
rbd: reset BACKOFF if unable to re-queue

David Zafman (1):
ceph: fix dentry reference leak in encode_fh()

Sage Weil (1):
libceph: avoid NULL kref_put when osd reset races with alloc_msg

fs/ceph/export.c | 2 ++
net/ceph/messenger.c | 6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)