Hi Linus, Please pull the following Ceph fixes for -rc3 from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus Jim's fix closes a narrow race introduced with the msgr changes. One fix resolves problems with debugfs initialization that Yan found when multiple client instances are created (e.g., two clusters mounted, or rbd + cephfs), another one fixes problems with mounting a nonexistent server subdirectory, and the last one fixes a divide by zero error from unsanitized ioctl input that Dan Carpenter found. Thanks! sage ---------------------------------------------------------------- Jim Schutt (1): libceph: avoid truncation due to racing banners Sage Weil (3): libceph: delay debugfs initialization until we learn global_id ceph: tolerate (and warn on) extraneous dentry from mds ceph: avoid divide by zero in __validate_layout() fs/ceph/debugfs.c | 1 + fs/ceph/inode.c | 15 +++++++++---- fs/ceph/ioctl.c | 3 +- net/ceph/ceph_common.c | 1 - net/ceph/debugfs.c | 4 +++ net/ceph/messenger.c | 11 ++++++++- net/ceph/mon_client.c | 51 +++++++++++++++++++++++++++++++++++++++++++---- 7 files changed, 72 insertions(+), 14 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