From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753305AbZERRK3 (ORCPT ); Mon, 18 May 2009 13:10:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751204AbZERRKV (ORCPT ); Mon, 18 May 2009 13:10:21 -0400 Received: from mx3.mail.elte.hu ([157.181.1.138]:34935 "EHLO mx3.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750930AbZERRKU (ORCPT ); Mon, 18 May 2009 13:10:20 -0400 Date: Mon, 18 May 2009 19:09:09 +0200 From: Ingo Molnar To: Linus Torvalds Cc: Jeff Garzik , Alexander Viro , Rusty Russell , Linux Kernel Mailing List , Andrew Morton , Peter Zijlstra Subject: Re: [GIT PULL] scheduler fixes Message-ID: <20090518170909.GA1623@elte.hu> References: <20090518142707.GA24142@elte.hu> <20090518164921.GA6903@elte.hu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) 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.5 -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 * Linus Torvalds wrote: > On Mon, 18 May 2009, Ingo Molnar wrote: > > > > hm - i've Cc:-ed Jeff & Viro. The background is that Sparse and LLVM > > barfed on the current construct and Al strongly advocated this > > solution, see: > > I know the background. > > Did you read my email? > > Did you see my one-line patch that fixes the same problem WITHOUT > THE INSANITY? Yes, i even proposed that very patch in the original discussion, in my first reply: http://lkml.org/lkml/2009/5/8/378 but then got sidetracked by the 'this is C-correct' claim. Should have noticed the bogosity, sorry about that. Ingo