From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755304AbZJAAnU (ORCPT ); Wed, 30 Sep 2009 20:43:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755197AbZJAAnT (ORCPT ); Wed, 30 Sep 2009 20:43:19 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:49291 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755139AbZJAAnS (ORCPT ); Wed, 30 Sep 2009 20:43:18 -0400 Date: Wed, 30 Sep 2009 17:42:41 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Ingo Molnar 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 In-Reply-To: <20090930220342.GA2118@elte.hu> Message-ID: References: <20090928191506.40b61793@mschwide.boeblingen.de.ibm.com> <4AC10365.7090802@gmail.com> <4AC2712C.4080901@gmail.com> <20090929232248.735bf4df@infradead.org> <20090930170754.0886ff2e@infradead.org> <4AC37FE5.7020200@gmail.com> <20090930185315.GA9716@elte.hu> <20090930220342.GA2118@elte.hu> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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. Big thanks to Eric for noticing it, it's that dangerous kind of "but it looks perfectly sane in C code" things. Linus