Bug 12591
Summary: | NULL pointer dereference in blk_queue_io_stat | ||
---|---|---|---|
Product: | IO/Storage | Reporter: | Petr Vandrovec (vandrove) |
Component: | Block Layer | Assignee: | Jens Axboe (axboe) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.29-rc3-64-00113-gbc58ba9 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 12398 |
Description
Petr Vandrovec
2009-01-31 23:58:22 UTC
> Software Environment: hddtemp (happens to run on hdd connected to sata_nv)
Actually problematic device is DVD drive without any media inside, not harddisk. I guess that explains why it has no queue...
It'll still have a persistent queue, even without media. So a little odd, I'll take a look and fix it tomorrow. Handled-By : Jens Axboe <jens.axboe@oracle.com> Caused by: commit bc58ba9468d94d62c56ab9b47173583ec140b165 Author: Jens Axboe <jens.axboe@oracle.com> Date: Fri Jan 23 10:54:44 2009 +0100 block: add sysfs file for controlling io stats accounting Signed-off-by: Jens Axboe <jens.axboe@oracle.com> First-Bad-Commit : bc58ba9468d94d62c56ab9b47173583ec140b165 On Wednesday 04 February 2009, Jens Axboe wrote:
> On Wed, Feb 04 2009, Rafael J. Wysocki wrote:
> > This message has been generated automatically as a part of a report
> > of recent regressions.
> >
> > The following bug entry is on the current list of known regressions
> > from 2.6.28. Please verify if it still should be listed and let me know
> > (either way).
> >
> >
> > Bug-Entry : http://bugzilla.kernel.org/show_bug.cgi?id=12591
> > Subject : NULL pointer dereference in blk_queue_io_stat
> > Submitter : Petr Vandrovec <vandrove@vc.cvut.cz>
> > Date : 2009-01-31 23:58 (5 days old)
> > First-Bad-Commit:
> http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=bc58ba9468d94d62c56ab9b47173583ec140b165
> > Handled-By : Jens Axboe <jens.axboe@oracle.com>
>
> This one is already fixed in -git by commit
> fb8ec18c316d869271137c97320dbfd2def56569.
|