From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932154Ab1FJAIj (ORCPT ); Thu, 9 Jun 2011 20:08:39 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47357 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932065Ab1FJAIi (ORCPT ); Thu, 9 Jun 2011 20:08:38 -0400 Date: Thu, 9 Jun 2011 17:08:04 -0700 From: Andrew Morton To: Hugh Dickins Cc: Peter Zijlstra , Ingo Molnar , Linus Torvalds , Thomas Gleixner , linux-kernel@vger.kernel.org, efault@gmx.de, Arne Jansen Subject: Re: [PATCH 1/3] printk: Release console_sem after logbuf_lock Message-Id: <20110609170804.1b76e853.akpm@linux-foundation.org> In-Reply-To: References: <20110609130647.937204592@chello.nl> <20110609131307.493181962@chello.nl> <20110609130617.f8aca966.akpm@linux-foundation.org> <20110609202707.GA28951@elte.hu> <1307652883.2497.1028.camel@laptop> <20110609140714.fc9ea187.akpm@linux-foundation.org> X-Mailer: Sylpheed 3.0.2 (GTK+ 2.20.1; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 9 Jun 2011 16:57:29 -0700 (PDT) Hugh Dickins wrote: > Does your mail below stir any useful memories? Thanks. I did have the email, but it didn't match any of my grep patterns. > Some notes: Stupid thing doesn't explain the magical locking though :( I'm 99.9% sure that putting an up() inside a spinlock_irq()ed region was deliberate. > - Being heartily sick of reverse-engineering interface information > from implementations, I have gratuitously added comments in several > random parts of the kernel. Shoot me. hah.