potential null dereference in __dcache_readdir()

2010-11-19 Thread Dan Carpenter
Hi hi! This is a smatch thing. We check if last is NULL and then dereference it later with out checking. It might be worth looking at. I'm not familiar enough with the code to know the fix. It comes from: commit 2817b000b02c5f0c05af67c01fb2684e1381d6ef Author: Sage Weil

Re: [libvirt] rbd storage pool support for libvirt

2010-11-19 Thread Stefan Hajnoczi
On Fri, Nov 19, 2010 at 9:50 AM, Daniel P. Berrange berra...@redhat.com wrote: On Fri, Nov 19, 2010 at 09:27:40AM +, Stefan Hajnoczi wrote: On Thu, Nov 18, 2010 at 5:13 PM, Sage Weil s...@newdream.net wrote: On Thu, 18 Nov 2010, Daniel P. Berrange wrote: On Wed, Nov 17, 2010 at

[GIT PULL] Ceph updates for 2.6.37-rc3

2010-11-19 Thread Sage Weil
Hi Linus, Please pull the following Ceph updates from git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git for-linus It's an unfortunately rather big pile of bug fixes. There's a revert to fix a regression from 2.6.36, a problem with network reconnects, a potential null

Re: [libvirt] [PATCH] support sheepdog volumes

2010-11-19 Thread Josh Durgin
On 11/18/2010 04:42 PM, MORITA Kazutaka wrote: On 2010/11/18 19:46, Daniel P. Berrange wrote: On Wed, Nov 17, 2010 at 06:19:58PM +0900, MORITA Kazutaka wrote: Sheepdog is a distributed storage system for QEMU. It provides highly available block level storage volumes to VMs like Amazon EBS.