Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754303AbYK0KPg (ORCPT ); Thu, 27 Nov 2008 05:15:36 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752553AbYK0KP2 (ORCPT ); Thu, 27 Nov 2008 05:15:28 -0500 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:57811 "EHLO out1.smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752377AbYK0KP1 (ORCPT ); Thu, 27 Nov 2008 05:15:27 -0500 Message-Id: <1227780926.25079.1287038929@webmail.messagingengine.com> X-Sasl-Enc: ugAr1Azd/qB1Iena2dO71UYVAmh075zhEhWbMit7hYXz 1227780926 From: "Alexander van Heukelum" To: "Cyrill Gorcunov" , "Ingo Molnar" , "Thomas Gleixner" , "H. Peter Anvin" Cc: linux-kernel@vger.kernel.org, "Cyrill Gorcunov" Content-Disposition: inline Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Mailer: MessagingEngine.com Webmail Interface Subject: Re: [PATCH 4/5] x86: ret_from_fork - add CFI proc annotation In-Reply-To: <39e35cbc79237b162a0720dceaa52a72c7eb1690.1227725632.git.gorcunov@gmail.com> Date: Thu, 27 Nov 2008 11:15:26 +0100 References: <1227727024-2281-1-git-send-email-gorcunov@gmail.com> <82259867e200855889261370c29bbd15a111d7fb.1227725632.git.gorcunov@gmail.com> <6bc2fd402754cfa5b69a63a529bc065584c5f375.1227725632.git.gorcunov@gmail.com> <39e35cbc79237b162a0720dceaa52a72c7eb1690.1227725632.git.gorcunov@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1161 Lines: 43 On Wed, 26 Nov 2008 22:17:03 +0300, gorcunov@gmail.com said: > From: Cyrill Gorcunov > > ret_from_fork is definitly procedure so mark it as that. > > Signed-off-by: Cyrill Gorcunov > --- > arch/x86/kernel/entry_64.S | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/arch/x86/kernel/entry_64.S b/arch/x86/kernel/entry_64.S > index c409f73..a21be86 100644 > --- a/arch/x86/kernel/entry_64.S > +++ b/arch/x86/kernel/entry_64.S > @@ -370,6 +370,7 @@ END(save_paranoid) > */ > /* rdi: prev */ > ENTRY(ret_from_fork) > + CFI_STARTPROC > DEFAULT_FRAME > push kernel_eflags(%rip) > CFI_ADJUST_CFA_OFFSET 8 This is not needed/wanted. DEFAULT_FRAME includes "CFI_STARTPROC simple" already. Alexander > 1.6.0.4.603.gbc9c0 > -- Alexander van Heukelum heukelum@fastmail.fm -- http://www.fastmail.fm - The professional email service -- 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/