From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752036Ab1AZGUd (ORCPT ); Wed, 26 Jan 2011 01:20:33 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:34110 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751177Ab1AZGU1 (ORCPT ); Wed, 26 Jan 2011 01:20:27 -0500 Date: Wed, 26 Jan 2011 07:19:54 +0100 From: Ingo Molnar To: Arnd Bergmann Cc: linux-kernel@vger.kernel.org, Alan Cox , Alessio Igor Bogani , Al Viro , Andrew Hendry , Andrew Morton , Christoph Hellwig , "Eric W. Biederman" , Frederic Weisbecker , Hans Verkuil , Jan Blunck , John Kacur , Jonathan Corbet , Linus Torvalds , Matthew Wilcox , Oliver Neukum , Paul Menage , Thomas Gleixner , Trond Myklebust Subject: Re: [PATCH 20/20] BKL: That's all, folks Message-ID: <20110126061954.GA32096@elte.hu> References: <1295993854-4971-1-git-send-email-arnd@arndb.de> <1295993854-4971-21-git-send-email-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1295993854-4971-21-git-send-email-arnd@arndb.de> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.5 -2.0 BAYES_00 BODY: Bayesian spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnd Bergmann wrote: > This removes the implementation of the big kernel lock, > at last. A lot of people have worked on this in the > past, I so the credit for this patch should be with > everyone who participated in the hunt. > > The names on the Cc list are the people that were the > most active in this, according to the recorded git > history, in alphabetical order. > > Signed-off-by: Arnd Bergmann > Cc: Alan Cox > Cc: Alessio Igor Bogani > Cc: Al Viro > Cc: Andrew Hendry > Cc: Andrew Morton > Cc: Christoph Hellwig > Cc: Eric W. Biederman > Cc: Frederic Weisbecker > Cc: Hans Verkuil > Cc: Jan Blunck > Cc: John Kacur > Cc: Jonathan Corbet > Cc: Linus Torvalds > Cc: Matthew Wilcox > Cc: Oliver Neukum > Cc: Paul Menage > Cc: Thomas Gleixner > Cc: Trond Myklebust > --- > include/linux/hardirq.h | 9 +--- > include/linux/smp_lock.h | 65 ---------------------- > init/Kconfig | 5 -- > kernel/sched.c | 7 --- > lib/Makefile | 1 - > lib/kernel_lock.c | 136 ---------------------------------------------- > 6 files changed, 1 insertions(+), 222 deletions(-) > delete mode 100644 include/linux/smp_lock.h > delete mode 100644 lib/kernel_lock.c Yay! Acked-by: Ingo Molnar Ingo