Hi Linus, Please pull the following Ceph fixes from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus There are a couple of fixes from Yan for bad pointer dereferences in the messenger code and when fiddling with page->private after page migration, a fix from Alex for a use-after-free in the osd client code, and a couple fixes for the message refcounting and shutdown ordering. Thanks! sage ---------------------------------------------------------------- Alex Elder (1): libceph: osd_client: don't drop reply reference too early Sage Weil (2): libceph: use con get/put ops from osd_client libceph: flush msgr queue during mon_client shutdown Yan, Zheng (2): ceph: check PG_Private flag before accessing page->private rbd: Clear ceph_msg->bio_iter for retransmitted message fs/ceph/addr.c | 21 ++++++++++++--------- net/ceph/ceph_common.c | 7 ------- net/ceph/messenger.c | 4 ++++ net/ceph/mon_client.c | 8 ++++++++ net/ceph/osd_client.c | 12 ++++++------ 5 files changed, 30 insertions(+), 22 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html