From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932099AbVLSOh3 (ORCPT ); Mon, 19 Dec 2005 09:37:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932101AbVLSOh3 (ORCPT ); Mon, 19 Dec 2005 09:37:29 -0500 Received: from ms-smtp-03.nyroc.rr.com ([24.24.2.57]:13010 "EHLO ms-smtp-03.nyroc.rr.com") by vger.kernel.org with ESMTP id S932099AbVLSOh2 (ORCPT ); Mon, 19 Dec 2005 09:37:28 -0500 Subject: Re: [patch 15/15] Generic Mutex Subsystem, arch-semaphores.patch From: Steven Rostedt To: Ingo Molnar Cc: linux-kernel@vger.kernel.org, Linus Torvalds , Andrew Morton , Arjan van de Ven , Alan Cox , Christoph Hellwig , Andi Kleen , David Howells , Alexander Viro , Oleg Nesterov , Paul Jackson In-Reply-To: <20051219014043.GK28038@elte.hu> References: <20051219014043.GK28038@elte.hu> Content-Type: text/plain Date: Mon, 19 Dec 2005 09:36:52 -0500 Message-Id: <1135003012.13138.261.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.2.3 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2005-12-19 at 02:40 +0100, Ingo Molnar wrote: > mark all semaphores that are known to be used in a non-mutex fashion, > as > arch_semaphores. This has relevance for the CONFIG_DEBUG_MUTEX_FULL > debugging kernel: these semaphores will never be changed to mutexes, > not > even for debugging purposes. > > Signed-off-by: Ingo Molnar OK, I've finished going through each patch, and gave my comments as I saw them. When I get more time, I'll actually apply them and try them out. -- Steve Acked-by: Steven Rostedt