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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 24 Mar 2011 19:47:51 +0100
From:	Markus Trippelsdorf <markus@...ppelsdorf.de>
To:	Jens Axboe <jaxboe@...ionio.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
	Chris Mason <chris.mason@...cle.com>
Subject: Re: [GIT PULL] Core block IO bits for 2.6.39 - early Oops

On 2011.03.24 at 19:36 +0100, Jens Axboe wrote:
> On 2011-03-24 19:30, Markus Trippelsdorf wrote:
> > On 2011.03.24 at 14:43 +0100, Jens Axboe wrote:
> >>
> >> This is the main pull request for the block IO layer and friends for
> >> 2.6.39.
> > 
> > This merge results in an early oops on my system (amd64, xfs).
> > See the attached photo.
> > 
> 
> Auch. Can you ensure that you have CONFIG_DEBUGINFO=y in your .config
> and then do:
> 
> $ gdb vmlinux
> ...
> l *cfq_insert_request+0x32
> 
> and send that output?

(gdb) l *cfq_insert_request+0x32
0xffffffff81265ad2 is in cfq_insert_request (block/cfq-iosched.c:3396).
3391    {
3392            struct cfq_data *cfqd = q->elevator->elevator_data;
3393            struct cfq_queue *cfqq = RQ_CFQQ(rq);
3394
3395            cfq_log_cfqq(cfqd, cfqq, "insert_request");
3396            cfq_init_prio_data(cfqq, RQ_CIC(rq)->ioc);
3397
3398            rq_set_fifo_time(rq, jiffies + cfqd->cfq_fifo_expire[rq_is_sync(rq)]);
3399            list_add_tail(&rq->queuelist, &cfqq->fifo);
3400            cfq_add_rq_rb(rq);
(gdb)

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