From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757283AbYDJRM3 (ORCPT ); Thu, 10 Apr 2008 13:12:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754448AbYDJRMT (ORCPT ); Thu, 10 Apr 2008 13:12:19 -0400 Received: from terminus.zytor.com ([198.137.202.10]:60231 "EHLO terminus.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753038AbYDJRMS (ORCPT ); Thu, 10 Apr 2008 13:12:18 -0400 Message-ID: <47FE493C.2010709@zytor.com> Date: Thu, 10 Apr 2008 10:07:08 -0700 From: "H. Peter Anvin" User-Agent: Thunderbird 2.0.0.12 (X11/20080226) MIME-Version: 1.0 To: Steven Rostedt CC: Linus Torvalds , Andi Kleen , Andy Whitcroft , LKML , Ingo Molnar , Peter Zijlstra , akpm@linux-foundation.org, Rusty Russell , Glauber de Oliveira Costa , Jan Beulich , Thomas Gleixner , pinskia@gcc.gnu.org Subject: Re: [PATCH] pop previous section in alternative.c References: <47FD5D42.5000603@zytor.com> <87wsn6m6zt.fsf@basil.nowhere.org> <20080410094637.GW17915@shadowen.org> <20080410144114.GH10019@one.firstfloor.org> <20080410150544.GI10019@one.firstfloor.org> <47FE3B24.4020301@zytor.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Steven Rostedt wrote: > > Looking at the output below, shows that testing .sections in between > #APP and #NO_APP would in fact catch this bug. > Of course, The Right Thing[TM] would be for gcc to emit .pushsection ... .popsection around #APP ... #NO_APP. -hpa