Re: 2.6.14-mm1

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday November 7, [email protected] wrote:
> Reuben Farrelly <[email protected]> wrote:
> >
> > Hi again,
> > 
> > On 7/11/2005 3:24 p.m., Andrew Morton wrote:
> > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.14/2.6.14-mm1/
> > > 
> > > - Added the 1394 development tree to the -mm lineup, as git-ieee1394.patch
> > > 
> > > - Re-added rmk's driver-model tree git-drvmodel.patch
> > > 
> > > - Added davem's sparc64 tree, as git-sparc64.patch
> > > 
> > > - v4l updates
> > > 
> > > - dvb updates
> > 
> > Just rebooted into 2.6.14-mm1 and now every few seconds I get this spewed up 
> > on the console:
> > 
> > Nov  7 22:49:47 tornado kernel: Debug: sleeping function called from invalid 
> > context at include/asm/semaphore.h:99
> > Nov  7 22:49:47 tornado kernel: in_atomic():0, irqs_disabled():1
> > Nov  7 22:49:47 tornado kernel:  [<c0103a50>] dump_stack+0x17/0x19
> > Nov  7 22:49:47 tornado kernel:  [<c011971b>] __might_sleep+0x9d/0xad
> > Nov  7 22:49:47 tornado kernel:  [<c028aa4b>] scsi_disk_get_from_dev+0x15/0x48
> > Nov  7 22:49:47 tornado kernel:  [<c028b28e>] sd_prepare_flush+0x17/0x5a
> > Nov  7 22:49:47 tornado kernel:  [<c027abff>] scsi_prepare_flush_fn+0x30/0x33
> > Nov  7 22:49:47 tornado kernel:  [<c0255332>] blk_start_pre_flush+0xd5/0x13f
> > Nov  7 22:49:47 tornado kernel:  [<c025490b>] elv_next_request+0x112/0x16f
> > Nov  7 22:49:47 tornado kernel:  [<c027b045>] scsi_request_fn+0x4b/0x2fd
> > Nov  7 22:49:47 tornado kernel:  [<c0254748>] __elv_add_request+0x109/0x176
> > Nov  7 22:49:47 tornado kernel:  [<c0257ab4>] __make_request+0x1d0/0x474
> > Nov  7 22:49:47 tornado kernel:  [<c0257e96>] generic_make_request+0xb3/0x128
....
> > 
> > The box has raid-1 and I'm guessing that that may be the culprit here... ?
> > 
> 
> It's not immediately obvious.  Could you enable CONFIG_DEBUG_PREEMPT? 
> That'll tell us where the thread went into atomic mode.

Quick code inspection:
 ll_rw_blk.c:2693 __make_request calls spin_lock_irq - goes atomic
   line 2793, calls add_request()
      This is before the spin_unlock_irq on line 2798
   line 2438, add_request calls __elv_add_request 
 and the rest you can get from the stack trace until
  scsi_disk_get_from_dev in sd.c calls 
    down(&sd_ref_sem);
 which causes the message.

Note raid-1 at all :-)  (this time).

NeilBrown
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux