Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753354AbbBSB2e (ORCPT ); Wed, 18 Feb 2015 20:28:34 -0500 Received: from smtp2.provo.novell.com ([137.65.250.81]:41640 "EHLO smtp2.provo.novell.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751952AbbBSB2d (ORCPT ); Wed, 18 Feb 2015 20:28:33 -0500 Message-ID: <1424309300.18191.2.camel@stgolabs.net> Subject: Re: [PATCH] futex: Robustify wake_futex() From: Davidlohr Bueso To: Ingo Molnar Cc: tglx@linutronix.de, peterz@infradead.org, dvhart@linux.intel.com, linux-kernel@vger.kernel.org Date: Wed, 18 Feb 2015 17:28:20 -0800 In-Reply-To: <20150218170704.GA29024@gmail.com> References: <1424148397.2046.101.camel@stgolabs.net> <20150218170704.GA29024@gmail.com> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.12.9 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 646 Lines: 16 On Wed, 2015-02-18 at 18:07 +0100, Ingo Molnar wrote: > while the WARN() already told the user that the kernel is > broken. > > So what's the point? Does it avoid any real badness, state > corruption, crash, hang, etc.? Right, I mentioned the warn (redundant pi checks) being completely redundant - thus this is not a real issue... feel free to toss, this was just a wtf when reading the code ;) -- 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/