lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Tue, 20 Jul 2010 16:22:50 -0700 (PDT)
From:	Sage Weil <sage@...dream.net>
To:	torvalds@...ux-foundation.org
cc:	linux-kernel@...r.kernel.org, ceph-devel@...r.kernel.org
Subject: [GIT PULL] ceph fixes for 2.6.35-rc6

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@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ