Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759511AbYHZTcd (ORCPT ); Tue, 26 Aug 2008 15:32:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756278AbYHZTcY (ORCPT ); Tue, 26 Aug 2008 15:32:24 -0400 Received: from mga09.intel.com ([134.134.136.24]:51692 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753844AbYHZTcX (ORCPT ); Tue, 26 Aug 2008 15:32:23 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.32,272,1217833200"; d="scan'208";a="432403030" Message-ID: <48B45A48.6080604@linux.intel.com> Date: Tue, 26 Aug 2008 21:32:24 +0200 From: Andi Kleen User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: Daniel Walker CC: linux-kernel@vger.kernel.org, Linus Torvalds , Ingo Molnar , Peter Zijlstra , Matthew Wilcox , Len Brown , Robert Moore , linux-acpi@vger.kernel.org Subject: Re: [PATCH 1/4] mutex: add mutex_lock_timeout() References: <1219777186-4787-1-git-send-email-dwalker@mvista.com> In-Reply-To: <1219777186-4787-1-git-send-email-dwalker@mvista.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 936 Lines: 25 Daniel, My decision on this patchkit is to reject it for now, because: - I'm worried about the long term maintenance impact of doing full lockdep checking on AML controlled locks. Since I'm keeping ACPI only temporarily I don't want to leave an potentially problematic legacy. - I fail to see the advantage of implementing semaphores using conditions. However what you can do is to ask Len again when he's back. Ultimately it is his decision and he might decide that he can deal with AML lockdep issues longer term. Don't think it makes all that much sense to resubmit the completion patch though. It's unrelated to the other patches anyways (not sure why you mix them together) -Andi -- 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/