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-prev] [day] [month] [year] [list]
Date:	Wed, 30 Mar 2011 09:12:43 +0800
From:	Gui Jianfeng <guijianfeng@...fujitsu.com>
To:	Jens Axboe <axboe@...nel.dk>
CC:	Vivek Goyal <vgoyal@...hat.com>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: Bug at for-2.6.39/core

Jens Axboe wrote:
> On 2011-03-29 11:47, Gui Jianfeng wrote:
>> Hi Jens,
>>
>> I trigger an OOPS when testing, the following script can reproduce
>> this bug on my box.
>>
>> #!/bin/sh
>>
>> mkdir /mnt/blkio
>> mount -t cgroup -o blkio blkio /mnt/blkio/
>> mkdir /mnt/blkio/test1 /mnt/blkio/test2
>> echo noop > /sys/block/sdb/queue/scheduler
>> dd iflag=direct if=/dev/sdb of=/dev/null bs=4k &
>> echo $! > /mnt/blkio/test1/tasks
>> dd iflag=direct if=/dev/sdb of=/dev/null bs=4k &
>> echo $! > /mnt/blkio/test2/tasks
>> sleep 3
>> echo cfq > /sys/block/sdb/queue/scheduler
>>
>> ----
>> eBUG: unable to handle kernel NULL pointer dereference at 0000000000000008
>> IP: [<ffffffff812200e8>] cfq_completed_request+0x38/0x7f0
> 
> This is a known bug, update to Linus' current -git and it's fixed.

Ok, I see.

Thanks,
Gui

> 
--
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