From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965318AbWFAVby (ORCPT ); Thu, 1 Jun 2006 17:31:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S965320AbWFAVby (ORCPT ); Thu, 1 Jun 2006 17:31:54 -0400 Received: from wr-out-0506.google.com ([64.233.184.225]:61019 "EHLO wr-out-0506.google.com") by vger.kernel.org with ESMTP id S965318AbWFAVbx (ORCPT ); Thu, 1 Jun 2006 17:31:53 -0400 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=TLTIsm10r34DTaQONaiqpAIKplahq/dsoV26sMQnYxjWF15uIZOtQH454Lx83yALeydMo+RLhd2qlyT+vPEPEtPqzcpm4WvNI47IIIgXmNxP1omvbMsr9qCYJcNyoasax/QVxGzNflk9HhL3MxVV2nPdJ+eaCaGR5/yNEkj5bas= Message-ID: <447F5CB3.7000107@gmail.com> Date: Fri, 02 Jun 2006 05:31:31 +0800 From: "Antonino A. Daplas" User-Agent: Thunderbird 1.5.0.2 (X11/20060420) MIME-Version: 1.0 To: Jon Smirl CC: "D. Hazelton" , David Lang , Ondrej Zajicek , Dave Airlie , Pavel Machek , Alan Cox , Kyle Moffett , Manu Abraham , linux cbon , Helge Hafting , Valdis.Kletnieks@vt.edu, linux-kernel@vger.kernel.org Subject: Re: OpenGL-based framebuffer concepts References: <20060519224056.37429.qmail@web26611.mail.ukl.yahoo.com> <9e4733910606010959o4f11d7cfp2d280c6f2019cccf@mail.gmail.com> <200606011603.57421.dhazelton@enter.net> <9e4733910606011335q5791997drc02d23f398a2acf5@mail.gmail.com> <447F56A0.8030408@gmail.com> <9e4733910606011423u75fa076hce22547c28c0a987@mail.gmail.com> In-Reply-To: <9e4733910606011423u75fa076hce22547c28c0a987@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Jon Smirl wrote: > On 6/1/06, Antonino A. Daplas wrote: >> Jon Smirl wrote: >> > On 6/1/06, D. Hazelton wrote: >> > >> >> Console writes are done with the console semaphore held. printk will also >> just write to the log buffer and defer the actual console printing >> for later, by the next or current process that will grab the semaphore. > > That was my original position too. But Alan Cox has drilled it into me > that this is not acceptable for printks in interrupt context, they > need to print there and not be deferred. > Just to clarify, it's not my position, that's how the current printk code works. Tony