mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* 2.6.0-test9 two Oops reports
@ 2003-10-27 10:48 Bernd Schubert
  0 siblings, 0 replies; only message in thread
From: Bernd Schubert @ 2003-10-27 10:48 UTC (permalink / raw)
  To: linux-kernel

Hi,

I after running it during the weekend on my laptop I got several oopses. 
I already applied this patch (from Andrew Morton) to make powermanagement 
(acpi or apm) working at all:

--- 25/fs/binfmt_misc.c~bm_register_write-locking-fix        2003-10-25 
18:39:45.000000000 -0700
+++ 25-akpm/fs/binfmt_misc.c        2003-10-25 18:40:29.000000000 -0700
@@ -529,8 +529,8 @@ static ssize_t bm_register_write(struct 
         inode->u.generic_ip = e;
         inode->i_fop = &bm_entry_operations;
 
-        write_lock(&entries_lock);
         d_instantiate(dentry, inode);
+        write_lock(&entries_lock);
         list_add(&e->list, &entries);
         write_unlock(&entries_lock);


1.) This happens from time to time, maybe triggered by acpid? 

Oct 27 02:09:02 beno kernel: Debug: sleeping function called from invalid 
context at include/asm/uaccess.h:473
Oct 27 02:09:02 beno kernel: in_atomic():0, irqs_disabled():1
Oct 27 02:09:02 beno kernel: Call Trace:
Oct 27 02:09:02 beno kernel:  [<c0124406>] __might_sleep+0xa6/0xad
Oct 27 02:09:02 beno kernel:  [<c010e3c2>] save_v86_state+0x72/0x1e4
Oct 27 02:09:02 beno kernel:  [<c010ac22>] work_notifysig_v86+0x6/0x14
Oct 27 02:09:02 beno kernel:  [<c010abcf>] syscall_call+0x7/0xb
Oct 27 02:09:02 beno kernel: 


2.) On shutting down the system I get this one:

Oct 27 02:27:05 beno kernel: irq 9: nobody cared!
Oct 27 02:27:05 beno kernel: Call Trace:
Oct 27 02:27:05 beno kernel:  [<c010cc0b>] __report_bad_irq+0x2b/0x90
Oct 27 02:27:05 beno kernel:  [<c010cc13>] __report_bad_irq+0x33/0x90
Oct 27 02:27:05 beno kernel:  [<c010cce8>] note_interrupt+0x50/0x78
Oct 27 02:27:05 beno kernel:  [<c010d235>] __crc_pnp_add_card_device
+0x35/0x114
Oct 27 02:27:05 beno kernel:  [<c010b53c>] common_interrupt+0x18/0x20
Oct 27 02:27:05 beno kernel:  [<c012c814>] do_softirq+0x44/0xa0
Oct 27 02:27:05 beno kernel:  [<c010d2f8>] __crc_pnp_add_card_device
+0xf8/0x114
Oct 27 02:27:05 beno kernel:  [<c010b53c>] common_interrupt+0x18/0x20
Oct 27 02:27:05 beno kernel:  [<c0121a84>] schedule+0x0/0x784
Oct 27 02:27:05 beno kernel:  [<c010ab19>] need_resched+0x27/0x32
Oct 27 02:27:05 beno kernel:  [<c02852ae>] acpi_processor_idle+0xf2/0x204
Oct 27 02:27:05 beno kernel:  [<c0108034>] default_idle+0x0/0x34
Oct 27 02:27:05 beno kernel:  [<c0105000>] Letext+0x0/0xcc
Oct 27 02:27:05 beno kernel:  [<c01080e5>] cpu_idle+0x31/0x40
Oct 27 02:27:05 beno kernel:  [<c01050c5>] Letext+0xc5/0xcc
Oct 27 02:27:05 beno kernel:  [<c05ae6fe>] start_kernel+0x1ca/0x1d4
Oct 27 02:27:05 beno kernel: 
Oct 27 02:27:05 beno kernel: handlers:
Oct 27 02:27:05 beno kernel: [<c02531d0>] (acpi_irq+0x0/0x1c)
Oct 27 02:27:05 beno kernel: Disabling IRQ #9

Cheers,
	Bernd


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-10-27 10:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-10-27 10:48 2.6.0-test9 two Oops reports Bernd Schubert

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

Powered by JetHome