Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933170Ab0GTXUl (ORCPT ); Tue, 20 Jul 2010 19:20:41 -0400 Received: from cobra.newdream.net ([66.33.216.30]:51570 "EHLO cobra.newdream.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933098Ab0GTXUj (ORCPT ); Tue, 20 Jul 2010 19:20:39 -0400 Date: Tue, 20 Jul 2010 16:22:50 -0700 (PDT) From: Sage Weil To: torvalds@linux-foundation.org cc: linux-kernel@vger.kernel.org, ceph-devel@vger.kernel.org Subject: [GIT PULL] ceph fixes for 2.6.35-rc6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1500 Lines: 39 Hi Linus, Please pull the following Ceph fixes for 2.6.35-rc6 from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus There are two memory leak fixes, a fix for an occasional crash when OSDs restart, mds reconnect fixes, and fixes for IPv6 addresses. One of those (fix printing of ipv6 addrs') was overrunning a buffer and is a must-fix. The other two just make IPv6 addresses work properly. The recovering MDS patches fix a couple bugs that turn up when replaying uncommitted requests against a recovering MDS. Thanks! sage Dan Carpenter (1): ceph: add kfree() to error path Sage Weil (7): ceph: fix message revocation ceph: fix leak of mon authorizer ceph: fix printing of ipv6 addrs ceph: fix parsing of ipv6 addresses ceph: fix creation of ipv6 sockets ceph: reuse request message when replaying against recovering mds ceph: do not include cap/dentry releases in replayed messages fs/ceph/auth_x.c | 3 ++ fs/ceph/mds_client.c | 35 +++++++++++++++++++++--- fs/ceph/mds_client.h | 1 + fs/ceph/messenger.c | 71 ++++++++++++++++++++++++++------------------------ fs/ceph/osdmap.c | 1 + 5 files changed, 72 insertions(+), 39 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/