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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 29 Mar 2011 11:50:20 +0200
From:	Jens Axboe <axboe@...nel.dk>
To:	Gui Jianfeng <guijianfeng@...fujitsu.com>
CC:	Vivek Goyal <vgoyal@...hat.com>,
	lkml <linux-kernel@...r.kernel.org>
Subject: Re: Bug at for-2.6.39/core

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.

-- 
Jens Axboe

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