Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761786AbYB2TWI (ORCPT ); Fri, 29 Feb 2008 14:22:08 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754178AbYB2TVv (ORCPT ); Fri, 29 Feb 2008 14:21:51 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:35884 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753652AbYB2TVu (ORCPT ); Fri, 29 Feb 2008 14:21:50 -0500 Date: Fri, 29 Feb 2008 20:21:23 +0100 From: Ingo Molnar To: Andrew Morton Cc: Matthew Wilcox , Stephen Rothwell , linux-kernel@vger.kernel.org, Matthew Wilcox , Thomas Gleixner , linux-arch@vger.kernel.org Subject: Re: [PATCH 11/12] Generic semaphore implementation Message-ID: <20080229192123.GB19476@elte.hu> References: <1204180441-8540-5-git-send-email-matthew@wil.cx> <1204180441-8540-6-git-send-email-matthew@wil.cx> <1204180441-8540-7-git-send-email-matthew@wil.cx> <1204180441-8540-8-git-send-email-matthew@wil.cx> <1204180441-8540-9-git-send-email-matthew@wil.cx> <1204180441-8540-10-git-send-email-matthew@wil.cx> <1204180441-8540-11-git-send-email-matthew@wil.cx> <20080228071822.GA13571@elte.hu> <20080229003954.GA525@parisc-linux.org> <20080228174349.1da254bd.akpm@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080228174349.1da254bd.akpm@linux-foundation.org> User-Agent: Mutt/1.5.17 (2007-11-01) X-ELTE-VirusStatus: clean X-ELTE-SpamScore: -1.5 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.5 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.2.3 -1.5 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 Content-Length: 1318 Lines: 38 * Andrew Morton wrote: > yummy summary: > > 254 files changed, 386 insertions(+), 7827 deletions(-) > > The only major conflict is with avr32 which seems to have just done a > major revamp of that architecture's semaphore implementation. Oh > well. > > There are a couple of small #include rejects here and there, nothing > at all major. > > Yes, let's get this into linux-next if poss please. If mainline later > breaks for some architecture, well, we did our best.. a better approach would be to send the core bits to Linus right now - as long as it's Kconfig isolated and inactive code - hence it is eligible as a cleanup. That means arch maintainers could start applying the patches at their own pace, starting right now, in their own work-flow and test-flow. (obviously, the first such patches would hit mainline starting in the next merge window) And all the linux-next integration trouble down the line is avoided, and each architecture can do a concentrated effort of: 'get rid of semaphore code'. Please! Ingo -- 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/