* Re: 2.6.17-mm1 [not found] <20060621034857.35cfe36f.akpm@osdl.org> @ 2006-06-21 12:06 ` Michal Piotrowski 2006-06-21 21:57 ` [-mm patch] drivers/acpi/scan.c: make acpi_bus_type static Adrian Bunk 1 sibling, 0 replies; 2+ messages in thread From: Michal Piotrowski @ 2006-06-21 12:06 UTC (permalink / raw) To: Andrew Morton; +Cc: Len Brown, linux-kernel, linux-acpi Hi, On 21/06/06, Andrew Morton <akpm@osdl.org> wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.17/2.6.17-mm1/ > It looks like an ACPI problem. Setting up standard PCI resources ============================================= [ INFO: possible recursive locking detected ] --------------------------------------------- idle/1 is trying to acquire lock: (lock_ptr){....}, at: [<c021cbd2>] acpi_os_acquire_lock+0x8/0xa but task is already holding lock: (lock_ptr){....}, at: [<c021cbd2>] acpi_os_acquire_lock+0x8/0xa other info that might help us debug this: 1 lock held by idle/1: #0: (lock_ptr){....}, at: [<c021cbd2>] acpi_os_acquire_lock+0x8/0xa stack backtrace: [<c0103e89>] show_trace+0xd/0x10 [<c0104483>] dump_stack+0x19/0x1b [<c01395fa>] __lock_acquire+0x7d9/0xa50 [<c0139a98>] lock_acquire+0x71/0x91 [<c02f0beb>] _spin_lock_irqsave+0x2c/0x3c [<c021cbd2>] acpi_os_acquire_lock+0x8/0xa [<c0222d95>] acpi_ev_gpe_detect+0x4d/0x10e [<c02215c3>] acpi_ev_sci_xrupt_handler+0x15/0x1d [<c021c8b1>] acpi_irq+0xe/0x18 [<c014d36e>] request_irq+0xbe/0x10c [<c021cf33>] acpi_os_install_interrupt_handler+0x59/0x87 [<c02215e7>] acpi_ev_install_sci_handler+0x1c/0x21 [<c0220d41>] acpi_ev_install_xrupt_handlers+0x9/0x50 [<c0231772>] acpi_enable_subsystem+0x7d/0x9a [<c0416656>] acpi_init+0x3f/0x170 [<c01003ae>] _stext+0x116/0x26c [<c0101005>] kernel_thread_helper+0x5/0xb ACPI: Interpreter enabled Here is a dmesg log http://www.stardust.webpages.pl/files/mm/2.6.17-mm1/mm-dmesg Here is a config file http://www.stardust.webpages.pl/files/mm/2.6.17-mm1/mm-config Regards, Michal -- Michal K. K. Piotrowski LTG - Linux Testers Group (http://www.stardust.webpages.pl/ltg/wiki/) ^ permalink raw reply [flat|nested] 2+ messages in thread
* [-mm patch] drivers/acpi/scan.c: make acpi_bus_type static [not found] <20060621034857.35cfe36f.akpm@osdl.org> 2006-06-21 12:06 ` 2.6.17-mm1 Michal Piotrowski @ 2006-06-21 21:57 ` Adrian Bunk 1 sibling, 0 replies; 2+ messages in thread From: Adrian Bunk @ 2006-06-21 21:57 UTC (permalink / raw) To: Andrew Morton, len.brown; +Cc: linux-kernel, linux-acpi On Wed, Jun 21, 2006 at 03:48:57AM -0700, Andrew Morton wrote: >... > Changes since 2.6.17-rc6-mm2: >... > git-acpi.patch >... > git trees >... This patch makes the needlessly global acpi_bus_type static. I'd also suggest to rename this struct, since although it's named acpi_bus_type, it's of type "struct bus_type", not "struct acpi_bus_type" as defined in include/acpi/acpi_bus.h . Signed-off-by: Adrian Bunk <bunk@stusta.de> --- linux-2.6.17-mm1-full/drivers/acpi/scan.c.old 2006-06-21 22:35:30.000000000 +0200 +++ linux-2.6.17-mm1-full/drivers/acpi/scan.c 2006-06-21 22:35:40.000000000 +0200 @@ -1450,7 +1450,7 @@ } -struct bus_type acpi_bus_type = { +static struct bus_type acpi_bus_type = { .name = "acpi", .suspend = acpi_device_suspend, .resume = acpi_device_resume, ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-06-21 21:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20060621034857.35cfe36f.akpm@osdl.org>
2006-06-21 12:06 ` 2.6.17-mm1 Michal Piotrowski
2006-06-21 21:57 ` [-mm patch] drivers/acpi/scan.c: make acpi_bus_type static Adrian Bunk
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox