Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 26 Mar 2003 11:47:25 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 26 Mar 2003 11:47:25 -0500 Received: from ip68-13-105-80.om.om.cox.net ([68.13.105.80]:19584 "EHLO localhost.localdomain") by vger.kernel.org with ESMTP id ; Wed, 26 Mar 2003 11:47:24 -0500 Date: Wed, 26 Mar 2003 10:58:25 -0600 (CST) From: Thomas Molina X-X-Sender: tmolina@localhost.localdomain To: Thomas Schlichter cc: jsimmons@infradead.org, Linux Kernel Mailing List Subject: Re: fbcon sleeping function call from illegal context In-Reply-To: <200303261548.45370.schlicht@uni-mannheim.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2050 Lines: 38 On Wed, 26 Mar 2003, Thomas Schlichter wrote: Running with the patch as posted by Mr. Simmons I didn't get any further instances of the sleeping function call from illegal context messages I reported before, until screenblanking went into effect. I then got the following: Mar 26 10:45:03 dad kernel: Debug: sleeping function called from illegal context at mm/slab.c:1723 Mar 26 10:45:03 dad kernel: Call Trace: Mar 26 10:45:03 dad kernel: [] __might_sleep+0x4f/0x90 Mar 26 10:45:03 dad kernel: [] kmalloc+0x1a1/0x1c0 Mar 26 10:45:03 dad kernel: [] accel_cursor+0xd5/0x320 Mar 26 10:45:03 dad kernel: [] fbcon_cursor+0x12f/0x160 Mar 26 10:45:03 dad kernel: [] __wake_up_common+0x3a/0x60 Mar 26 10:45:03 dad kernel: [] clear_selection+0x1b/0x60 Mar 26 10:45:03 dad kernel: [] hide_cursor+0x63/0xa0 Mar 26 10:45:03 dad kernel: [] timer_do_blank_screen+0x4f/0x1b0 Mar 26 10:45:03 dad kernel: [] blank_screen+0x0/0x20 Mar 26 10:45:03 dad kernel: [] blank_screen+0x1a/0x20 Mar 26 10:45:03 dad kernel: [] run_timer_softirq+0x132/0x3c0 Mar 26 10:45:03 dad kernel: [] do_softirq+0xa1/0xb0 Mar 26 10:45:03 dad kernel: [] do_IRQ+0x1fc/0x320 Mar 26 10:45:03 dad kernel: [] common_interrupt+0x18/0x20 Mar 26 10:45:03 dad kernel: [] apm_bios_call_simple+0x7b/0xa0 Mar 26 10:45:03 dad kernel: [] apm_do_idle+0x29/0x80 Mar 26 10:45:03 dad kernel: [] apm_cpu_idle+0x7d/0x150 Mar 26 10:45:03 dad kernel: [] apm_cpu_idle+0x0/0x150 Mar 26 10:45:03 dad kernel: [] default_idle+0x0/0x30 Mar 26 10:45:03 dad kernel: [] cpu_idle+0x31/0x40 Mar 26 10:45:03 dad kernel: [] rest_init+0x0/0x30 - 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/