From mboxrd@z Thu Jan 1 00:00:00 1970 From: Catalin Marinas Subject: Re: [PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm Date: Wed, 1 Nov 2017 11:42:55 +0000 Message-ID: <20171101114254.hqeakwpri53ga7p5@armageddon.cambridge.arm.com> References: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> <1509465082-30427-3-git-send-email-Dave.Martin@arm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70]:46220 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754089AbdKALm7 (ORCPT ); Wed, 1 Nov 2017 07:42:59 -0400 Content-Disposition: inline In-Reply-To: <1509465082-30427-3-git-send-email-Dave.Martin@arm.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: Dave Martin Cc: linux-arm-kernel@lists.infradead.org, linux-arch@vger.kernel.org, Okamoto Takayuki , libc-alpha@sourceware.org, Ard Biesheuvel , Szabolcs Nagy , Will Deacon , Alex =?iso-8859-1?Q?Benn=E9e?= , kvmarm@lists.cs.columbia.edu On Tue, Oct 31, 2017 at 03:50:54PM +0000, Dave P Martin wrote: > A couple of FPSIMD exception handling functions that are called > from entry.S are currently not annotated as such. > > This is not a big deal since asmlinkage does nothing on arm/arm64, > but fixing the annotations is more consistent and may help avoid > future surprises. > > This patch adds appropriate asmlinkage annotations for > do_fpsimd_acc() and do_fpsimd_exc(). > > Signed-off-by: Dave Martin Acked-by: Catalin Marinas From mboxrd@z Thu Jan 1 00:00:00 1970 From: catalin.marinas@arm.com (Catalin Marinas) Date: Wed, 1 Nov 2017 11:42:55 +0000 Subject: [PATCH v5 02/30] arm64: fpsimd: Correctly annotate exception helpers called from asm In-Reply-To: <1509465082-30427-3-git-send-email-Dave.Martin@arm.com> References: <1509465082-30427-1-git-send-email-Dave.Martin@arm.com> <1509465082-30427-3-git-send-email-Dave.Martin@arm.com> Message-ID: <20171101114254.hqeakwpri53ga7p5@armageddon.cambridge.arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, Oct 31, 2017 at 03:50:54PM +0000, Dave P Martin wrote: > A couple of FPSIMD exception handling functions that are called > from entry.S are currently not annotated as such. > > This is not a big deal since asmlinkage does nothing on arm/arm64, > but fixing the annotations is more consistent and may help avoid > future surprises. > > This patch adds appropriate asmlinkage annotations for > do_fpsimd_acc() and do_fpsimd_exc(). > > Signed-off-by: Dave Martin Acked-by: Catalin Marinas