Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 23 Mar 2003 11:19:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 23 Mar 2003 11:19:57 -0500 Received: from sccrmhc03.attbi.com ([204.127.202.63]:36838 "EHLO sccrmhc03.attbi.com") by vger.kernel.org with ESMTP id ; Sun, 23 Mar 2003 11:19:56 -0500 Message-ID: <3E7DE12C.2020301@quark.didntduck.org> Date: Sun, 23 Mar 2003 11:30:36 -0500 From: Brian Gerst User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021203 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Thomas Molina CC: Linux Kernel Mailing List Subject: Re: sleeping function call in 2.5.65-bk References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2333 Lines: 43 Thomas Molina wrote: > I did a bk pull about 0500 CST this morning. Five minutes after booting > into this version of the kernel I get an endless string of the following > until reboot. The type of activity going on at the time doesn't seem to > affect whether I get it or not. I've tried everything from completely > idle user-wise to compeletely loaded (load average >= 2) with both > interactive and background tasks active. > > Mar 23 09:53:45 dad kernel: Debug: sleeping function called from illegal > context at mm/slab.c:1723 > Mar 23 09:53:45 dad kernel: Call Trace: > Mar 23 09:53:45 dad kernel: [] __might_sleep+0x4f/0x90 > Mar 23 09:53:45 dad kernel: [] kmalloc+0x1a1/0x1c0 > Mar 23 09:53:45 dad kernel: [] accel_cursor+0xd5/0x300 > Mar 23 09:53:45 dad kernel: [] e100_get_link_state+0x36/0xa0 > Mar 23 09:53:45 dad kernel: [] fb_vbl_handler+0x85/0xa0 > Mar 23 09:53:45 dad kernel: [] update_process_times+0x46/0x50 > Mar 23 09:53:45 dad kernel: [] cursor_timer_handler+0x0/0x40 > Mar 23 09:53:45 dad kernel: [] cursor_timer_handler+0x21/0x40 > Mar 23 09:53:45 dad kernel: [] run_timer_softirq+0x132/0x3c0 > Mar 23 09:53:45 dad kernel: [] ide_dma_intr+0x0/0xc0 > Mar 23 09:53:45 dad kernel: [] do_softirq+0xa1/0xb0 > Mar 23 09:53:45 dad kernel: [] do_IRQ+0x1fc/0x320 > Mar 23 09:53:45 dad kernel: [] apm_bios_call_simple+0x61/0xa0 > Mar 23 09:53:45 dad kernel: [] common_interrupt+0x18/0x20 > Mar 23 09:53:45 dad kernel: [] default_idle+0x27/0x30 > Mar 23 09:53:45 dad kernel: [] apm_cpu_idle+0xc2/0x150 > Mar 23 09:53:45 dad kernel: [] apm_cpu_idle+0x0/0x150 > Mar 23 09:53:45 dad kernel: [] default_idle+0x0/0x30 > Mar 23 09:53:45 dad kernel: [] cpu_idle+0x31/0x40 > Mar 23 09:53:45 dad kernel: [] rest_init+0x0/0x30 > Mar 23 09:53:45 dad kernel: The fbcon driver is calling kmalloc in interrupt context without GFP_ATOMIC. -- Brian Gerst - 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/