Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 7 Oct 2002 23:20:15 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 7 Oct 2002 23:19:34 -0400 Received: from vasquez.zip.com.au ([203.12.97.41]:45840 "EHLO vasquez.zip.com.au") by vger.kernel.org with ESMTP id ; Mon, 7 Oct 2002 23:19:30 -0400 Message-ID: <3DA25005.A25EBDF@digeo.com> Date: Mon, 07 Oct 2002 20:24:53 -0700 From: Andrew Morton X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.5.40 i686) X-Accept-Language: en MIME-Version: 1.0 To: Martin Dahl , Thomas Molina CC: linux-kernel@vger.kernel.org Subject: Re: 2.5.41-ac1: Debug: sleeping function called from illegal context at include/asm/semaphore.h:145 References: <20021008031136.GA1887@izno.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1182 Lines: 31 Martin Dahl wrote: > > ... > Debug: sleeping function called from illegal context at include/asm/semaphore.h:145 > Call Trace: > [] acpi_os_wait_semaphore+0x1e8/0x240 > [] acpi_ut_acquire_mutex+0xdd/0x200 > [] acpi_ex_enter_interpreter+0x44/0xa0 > [] acpi_acquire_global_lock+0x1d/0x60 > [] acpi_ec_query+0x79/0x1c0 > [] acpi_ec_gpe_handler+0x8c/0xf0 > [] acpi_ev_gpe_dispatch+0x229/0x2b0 > [] acpi_ev_gpe_detect+0x14f/0x160 > [] acpi_ev_sci_handler+0x9e/0xc0 > [] acpi_irq+0x11/0x20 > [] handle_IRQ_event+0x45/0x70 > [] acpi_irq+0x0/0x20 > [] do_IRQ+0x97/0x120 > [] default_idle+0x0/0x40 > [] default_idle+0x0/0x40 > [] common_interrupt+0x18/0x20 ewww. acpi_os_wait_semaphore() is doing down_interruptible() and schedule_timeout() in hard interrupt context. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/