Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755700Ab0BASls (ORCPT ); Mon, 1 Feb 2010 13:41:48 -0500 Received: from smtp1.linux-foundation.org ([140.211.169.13]:42280 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755687Ab0BASlr (ORCPT ); Mon, 1 Feb 2010 13:41:47 -0500 Date: Mon, 1 Feb 2010 10:41:43 -0800 (PST) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Jason Wessel cc: Michal Simek , LKML , hpa@zytor.com, John Williams Subject: Re: Split 'flush_old_exec' into two functions - 221af7f87b97431e3ee21ce4b0e77d5411cf1549 In-Reply-To: <4B671865.5030705@windriver.com> Message-ID: References: <4B66DE64.8010101@petalogix.com> <4B671865.5030705@windriver.com> User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) 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 Content-Length: 1145 Lines: 27 On Mon, 1 Feb 2010, Jason Wessel wrote: > > Add to the afflicted architecture list a ppc64 kernel running 32 bit > user space apps such as a dynamically linked busybox: The ppc issue was known - I informed the ppc people before committing, as they were actually using the same insane trick (along with sparc) that x86 had to work around the bad calling conventions. So x86, sparc and ppc were actually the main targets of the cleanup, the powerpc patch just wasn't ready in time. But it's merged now (got a pull request today), so powerpc should be ok now too (commit 94f28da84: "powerpc: TIF_ABI_PENDING bit removal"). The microblaze thing is different, exactly because microblaze does _not_ have any of that insane 32-vs-64-bit executable fiddling that this cleanup was all about. So microblaze I'd have expected to be totally unaffected, and must be about something else. Linus -- 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/