From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752565AbZJAGFX (ORCPT ); Thu, 1 Oct 2009 02:05:23 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752138AbZJAGFW (ORCPT ); Thu, 1 Oct 2009 02:05:22 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:34543 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751969AbZJAGFW (ORCPT ); Thu, 1 Oct 2009 02:05:22 -0400 Date: Thu, 1 Oct 2009 08:05:02 +0200 From: Ingo Molnar To: Linus Torvalds , Andrew Morton Cc: Eric Dumazet , Arjan van de Ven , Martin Schwidefsky , Thomas Gleixner , John Stultz , Linux Kernel Mailing List , Peter Zijlstra Subject: Re: [GIT PULL] scheduler fixes Message-ID: <20091001060501.GA20053@elte.hu> References: <4AC2712C.4080901@gmail.com> <20090929232248.735bf4df@infradead.org> <20090930170754.0886ff2e@infradead.org> <4AC37FE5.7020200@gmail.com> <20090930185315.GA9716@elte.hu> <20090930220342.GA2118@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 Thu, 1 Oct 2009, Ingo Molnar wrote: > > > > Ok, it now looks good in all tests here so Linus please pull the latest > > sched-fixes-for-linus git tree from: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git sched-fixes-for-linus > > Pulled. I'd also like to see something that actually fails gracefully > on cmpxchg() of an unsupported size, though. The silent failure still > annoys me. Yeah. It even works fine on 64-bit which makes it double dangerous. Ingo