public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Badness in as_insert_request at drivers/block/as-iosched.c:1519
@ 2006-01-07 13:37 Mark v Wolher
  2006-01-07 13:49 ` Mark v Wolher
  2006-01-07 14:34 ` Jens Axboe
  0 siblings, 2 replies; 10+ messages in thread
From: Mark v Wolher @ 2006-01-07 13:37 UTC (permalink / raw)
  To: Linux Kernel

Hiya all,

I was just playing a cd as usual and i noticed suddenly the errors
below, they repeated like 8 times.

kernel: 2.6.14.5


Jan 7 14:32:40 localhost kernel: Badness in as_insert_request at
drivers/block/as-iosched.c:1519
Jan 7 14:32:40 localhost kernel: [as_insert_request+100/384]
Jan 7 14:32:40 localhost kernel: [__elv_add_request+120/192]
Jan 7 14:32:40 localhost kernel: [elv_add_request+76/112]
Jan 7 14:32:40 localhost kernel: [blk_execute_rq_nowait+72/96]
Jan 7 14:32:40 localhost kernel: [blk_execute_rq+148/192]
Jan 7 14:32:40 localhost kernel: [blk_end_sync_rq+0/64]
Jan 7 14:32:40 localhost kernel: [blk_rq_bio_prep+115/160]
Jan 7 14:32:40 localhost kernel: [cdrom_read_cdda_bpc+391/496]
Jan 7 14:32:40 localhost kernel: [cdrom_read_cdda+68/176]
Jan 7 14:32:40 localhost kernel: [mmc_ioctl+1373/2752]
Jan 7 14:32:40 localhost kernel: [cdrom_read_cdda+68/176]
Jan 7 14:32:40 localhost kernel: [mmc_ioctl+1373/2752]
Jan 7 14:32:40 localhost kernel: [scsi_cmd_ioctl+125/1232]
Jan 7 14:32:40 localhost last message repeated 3 times
Jan 7 14:32:40 localhost kernel: [cdrom_ioctl+3228/3392]
Jan 7 14:32:40 localhost kernel: [activate_task+141/160]
Jan 7 14:32:40 localhost kernel: [try_to_wake_up+730/832]
Jan 7 14:32:40 localhost kernel: [idecd_ioctl+133/144]
Jan 7 14:32:40 localhost kernel: [blkdev_driver_ioctl+82/144]
Jan 7 14:32:40 localhost kernel: [blkdev_ioctl+168/432]
Jan 7 14:32:40 localhost kernel: [block_ioctl+43/48]
Jan 7 14:32:40 localhost kernel: [do_ioctl+142/160]
Jan 7 14:32:40 localhost kernel: [vfs_ioctl+101/496]
Jan 7 14:32:40 localhost kernel: [sys_ioctl+103/144]
Jan 7 14:32:40 localhost kernel: [syscall_call+7/11]
Jan 7 14:32:40 localhost kernel: arq->state: 4

Appreciate it if any one can take a look.

Thanks,

Mark

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Badness in as_insert_request at drivers/block/as-iosched.c:1519
@ 2005-10-31 20:40 Bongani Hlope
  2005-11-01  6:59 ` Jens Axboe
  0 siblings, 1 reply; 10+ messages in thread
From: Bongani Hlope @ 2005-10-31 20:40 UTC (permalink / raw)
  To: linux-kernel, axboe, piggin

Hi Jens,

When I rip a music CD I get these for each track that is ripped. 


 Badness in as_insert_request at drivers/block/as-iosched.c:1519

 Call Trace:<ffffffff80281b0f>{as_insert_request+111} 
<ffffffff80278689>{__elv_add_request+105}
<ffffffff802787a8>{elv_add_request+72} 
<ffffffff8027b9f6>{blk_execute_rq_nowait+54}
<ffffffff8027bac8>{blk_execute_rq+184} 
<ffffffff80184ee7>{bio_phys_segments+23}
<ffffffff8027b67b>{blk_rq_bio_prep+59} 
<ffffffff8817226b>{:cdrom:mmc_ioctl+1275}
<ffffffff8817c51e>{:ide_cd:cdrom_queue_packet_command+78}
<ffffffff8028d838>{ide_init_drive_cmd+24} 
<ffffffff8817d47f>{:ide_cd:cdrom_check_status+127}
<ffffffff8015eae0>{__rmqueue+192} <ffffffff8015f200>{buffered_rmqueue+544}
<ffffffff8028050d>{scsi_cmd_ioctl+1997} <ffffffff80341841>{thread_return+193}
<ffffffff8010c552>{__switch_to+50} <ffffffff80341841>{thread_return+193}
<ffffffff80342f73>{_spin_unlock_irqrestore+19} 
<ffffffff8015e8f6>{free_pages_bulk+582}
<ffffffff88173e51>{:cdrom:cdrom_ioctl+2529} 
<ffffffff80166aa3>{release_pages+387}
<ffffffff8817ebb6>{:ide_cd:idecd_ioctl+102} 
<ffffffff8027dc88>{blkdev_driver_ioctl+104}
<ffffffff8027e40b>{blkdev_ioctl+1883} 
<ffffffff8016dc67>{__handle_mm_fault+407}
<ffffffff80342f73>{_spin_unlock_irqrestore+19} 
<ffffffff801fb261>{__up_read+161}
<ffffffff80344b9d>{do_page_fault+1213} <ffffffff80188b3b>{block_ioctl+27}
<ffffffff80193aee>{do_ioctl+62} <ffffffff80193e1b>{vfs_ioctl+715}
<ffffffff80193e8d>{sys_ioctl+77} <ffffffff8010dd5e>{system_call+126}

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2006-01-07 15:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-01-07 13:37 Badness in as_insert_request at drivers/block/as-iosched.c:1519 Mark v Wolher
2006-01-07 13:49 ` Mark v Wolher
2006-01-07 14:33   ` Mark v Wolher
2006-01-07 14:34 ` Jens Axboe
2006-01-07 14:50   ` Mark v Wolher
2006-01-07 14:55     ` Jens Axboe
2006-01-07 15:03       ` Mark v Wolher
  -- strict thread matches above, loose matches on Subject: below --
2005-10-31 20:40 Bongani Hlope
2005-11-01  6:59 ` Jens Axboe
2005-11-01 20:47   ` Bongani Hlope

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox