Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758437AbYCUURu (ORCPT ); Fri, 21 Mar 2008 16:17:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754646AbYCUURl (ORCPT ); Fri, 21 Mar 2008 16:17:41 -0400 Received: from vs166246.vserver.de ([62.75.166.246]:38033 "EHLO vs166246.vserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754139AbYCUURk (ORCPT ); Fri, 21 Mar 2008 16:17:40 -0400 From: Michael Buesch To: Andrew Morton Subject: Re: use of preempt_count instead of in_atomic() at leds-gpio.c Date: Fri, 21 Mar 2008 21:16:48 +0100 User-Agent: KMail/1.9.6 (enterprise 0.20070907.709405) Cc: Greg KH , heiko.carstens@de.ibm.com, stern@rowland.harvard.edu, hmh@hmh.eng.br, david-b@pacbell.net, rpurdie@rpsys.net, linux-kernel@vger.kernel.org, mingo@elte.hu, geert@linux-m68k.org, netdev@vger.kernel.org, schwidefsky@de.ibm.com, linux-usb@vger.kernel.org, linux-wireless@vger.kernel.org, video4linux-list@redhat.com, stefanr@s5r6.in-berlin.de, lm-sensors@lm-sensors.org References: <20080321165405.GC5766@kroah.com> <20080321125950.a5b38bda.akpm@linux-foundation.org> In-Reply-To: <20080321125950.a5b38bda.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200803212116.49462.mb@bu3sch.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 878 Lines: 19 On Friday 21 March 2008 20:59:50 Andrew Morton wrote: > They could of course be switched to using > kmalloc(GFP_ATOMIC)+memcpy()+schedule_task(). That's rather slow, but this > is not a performance-sensitive area. But more seriously, this could lead > to messages getting lost from a dying machine. Well, IMO drivers that need to sleep to transmit some data (to whatever, the screen or something) are not useful for debugging a crashing kernel anyway. Or how high is the possibility that it'd survive the actual sleep in the memory allocation? I'd say almost zero. So that schedule_task() is not that bad. -- Greetings Michael. -- 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/