From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Thu, 11 Aug 2016 17:39:19 +0100 Subject: [PATCH 1/1] arm64: Remove stack duplicating code from jprobes In-Reply-To: <1470861891-13315-1-git-send-email-dave.long@linaro.org> References: <1470861891-13315-1-git-send-email-dave.long@linaro.org> Message-ID: <20160811163919.GE18366@e104818-lin.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 10, 2016 at 04:44:51PM -0400, David Long wrote: > From: "David A. Long" > > Because the arm64 calling standard allows stacked function arguments to be > anywhere in the stack frame, do not attempt to duplicate the stack frame for > jprobes handler functions. > > Documenation changes to describe this issue have been broken out into a > separate patch in order to simultaneously address them in other > architecture(s). > > Signed-off-by: David A. Long > Acked-by: Masami Hiramatsu Applied to arm64 fixes/core with Marc's ack and the spelling corrected. Thanks. -- Catalin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932846AbcHKQj3 (ORCPT ); Thu, 11 Aug 2016 12:39:29 -0400 Received: from foss.arm.com ([217.140.101.70]:55377 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932465AbcHKQj1 (ORCPT ); Thu, 11 Aug 2016 12:39:27 -0400 Date: Thu, 11 Aug 2016 17:39:19 +0100 From: Catalin Marinas To: David Long Cc: Huang Shijie , James Morse , Marc Zyngier , Pratyush Anand , Sandeepa Prabhu , Will Deacon , William Cohen , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Steve Capper , Masami Hiramatsu , Li Bin , Jisheng Zhang , Mark Rutland , Daniel Thompson , Vladimir Murzin , Petr Mladek , Ard Biesheuvel , Jens Wiklander , Robin Murphy , Mark Brown , Suzuki K Poulose , Dave P Martin , Andrey Ryabinin , yalin wang , Yang Shi , Zi Shen Lim , John Blackwood , Andrew Morton , Alex =?iso-8859-1?Q?Benn=E9e?= , Adam Buchbinder , Christoffer Dall Subject: Re: [PATCH 1/1] arm64: Remove stack duplicating code from jprobes Message-ID: <20160811163919.GE18366@e104818-lin.cambridge.arm.com> References: <1470861891-13315-1-git-send-email-dave.long@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1470861891-13315-1-git-send-email-dave.long@linaro.org> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 10, 2016 at 04:44:51PM -0400, David Long wrote: > From: "David A. Long" > > Because the arm64 calling standard allows stacked function arguments to be > anywhere in the stack frame, do not attempt to duplicate the stack frame for > jprobes handler functions. > > Documenation changes to describe this issue have been broken out into a > separate patch in order to simultaneously address them in other > architecture(s). > > Signed-off-by: David A. Long > Acked-by: Masami Hiramatsu Applied to arm64 fixes/core with Marc's ack and the spelling corrected. Thanks. -- Catalin