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>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 15 Sep 2010 10:20:29 -0400
From:	Mike Snitzer <snitzer@...hat.com>
To:	McPacino <mcpacino@...il.com>
Cc:	Andrew Morton <akpm@...ux-foundation.org>,
	Alexander Viro <viro@...iv.linux.org.uk>,
	Christoph Hellwig <hch@....de>,
	Nick Piggin <npiggin@...nel.dk>, linux-fsdevel@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	device-mapper development <dm-devel@...hat.com>
Subject: new "multi-version snapshot target" [was: Re: [PATCH] vfs: calculate
 block-size correctly]

On Wed, Sep 15, 2010 at 4:14 AM, McPacino <mcpacino@...il.com> wrote:
> On Tue, Sep 14, 2010 at 7:09 AM, Andrew Morton
> <akpm@...ux-foundation.org> wrote:
>>
>> On Wed, 8 Sep 2010 18:07:10 +0800
>> Cong Meng <mcpacino@...il.com> wrote:
>>
>> > I sent this patch half mount ago, but no response at all. If anything is
>> > wrong, please tell me. Thanks a lots. This is my first time to send patch
>> > to linux kernel.
>> >
>> > The invocation of __getblk(bdev, block, size) will cause kernel stall if
>> > the @size parameter is not equal to the blockr-size of @bdev, which is saved
>> > in bdev->bd_inode->i_blkbits.
>> >
>> > submit_bh() has the similar problem.
>> >
>> > This patch calculates the block-size using i_blkbits.
>> > So that, for example, __getblk() can get a 4K buffer head while the
>> > block-size of @bdev is 1K.
>> >
>>
>> This comes up every couple of years and iirc we always decided that
>> it's a bug in the calling code somewhere.  How did you hit it?
>>
>
> I am working on a new multi-version snapshot target module for device-mapper
> which is almost done.

And you hope to have this code included upstream?  Do you intend to
post your patches to dm-devel?

Thanks,
Mike
--
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