* 3.1.0-rc4: oops at elv_put_request()
@ 2011-09-11 21:36 Alexey Dobriyan
[not found] ` <CA+55aFxL3aK9kDOdfGUSVzcXJcotFKaQnmJXt4rqgBFL6oo52Q@mail.gmail.com>
0 siblings, 1 reply; 2+ messages in thread
From: Alexey Dobriyan @ 2011-09-11 21:36 UTC (permalink / raw)
To: axboe, jbottomley, torvalds, akpm; +Cc: linux-kernel, linux-scsi
Caught this one, there was no real load at the moment.
FWIW, setup is ext4 over RAID-6 across 4 disks.
elv_put_request
__blk_put_request
blk_put_request
scsi_execute
scsi_execute_req
scsi_test_unit_ready
sd_check_events
disk_events_workfn
process_one_work
worker_thread
kthread
kernel_thread_helper
$ addr2line -e vmlinux 0xffffffff811bcbbb
block/elevator.c:772
768 void elv_put_request(struct request_queue *q, struct request *rq)
769 {
770 struct elevator_queue *e = q->elevator;
771
772 ===> if (e->ops->elevator_put_req_fn) <===
773 e->ops->elevator_put_req_fn(rq);
774 }
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 3.1.0-rc4: oops at elv_put_request()
[not found] ` <CA+55aFxL3aK9kDOdfGUSVzcXJcotFKaQnmJXt4rqgBFL6oo52Q@mail.gmail.com>
@ 2011-09-14 7:02 ` Linus Torvalds
0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2011-09-14 7:02 UTC (permalink / raw)
To: Alexey Dobriyan; +Cc: axboe, jbottomley, akpm, linux-kernel, linux-scsi
Re-sending selected emails that apparently never went out. But others
are likely just lost forever..
On Sun, Sep 11, 2011 at 2:47 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
> On Sun, Sep 11, 2011 at 2:36 PM, Alexey Dobriyan <adobriyan@gmail.com> wrote:
>> Caught this one, there was no real load at the moment.
>> FWIW, setup is ext4 over RAID-6 across 4 disks.
>
> Do you have the register state and oops address? Is it a NULL pointer,
> or a case of PAGE_ALLOC_DEBUG or what?
>
> There's commit 94007751bb02 that fixes one md-related oops ("Avoid
> dereferencing a 'request_queue' after last close") but that doesn't
> seem to be the case for you (it needs a __blkdev_put()).
>
> Linus
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-14 7:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-11 21:36 3.1.0-rc4: oops at elv_put_request() Alexey Dobriyan
[not found] ` <CA+55aFxL3aK9kDOdfGUSVzcXJcotFKaQnmJXt4rqgBFL6oo52Q@mail.gmail.com>
2011-09-14 7:02 ` Linus Torvalds
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®