From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DE5A5C3F2D2 for ; Fri, 28 Feb 2020 17:35:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B5F55246AC for ; Fri, 28 Feb 2020 17:35:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582911355; bh=VKhozoDerPi8gC4TBNvSd+KP8dQLu3JJCi2pZhPZpoI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=ZOXdwixh87yis+Gb/VmsWL8xNvVAmSKmW1U8eSbZp5GyXW5mQPerqLjFJDZFoBYog XzLNWiiKBv5VMOxVpfjwyb8aQTnNfWC3qKjy+pDAtCrK6b23ixVBp0xflvMDK94ccJ wsXI3+FUsfz7MXVtFO0GD1+/43GV0adQxOS5rW+o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726016AbgB1Rfz (ORCPT ); Fri, 28 Feb 2020 12:35:55 -0500 Received: from mail.kernel.org ([198.145.29.99]:50802 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725877AbgB1Rfy (ORCPT ); Fri, 28 Feb 2020 12:35:54 -0500 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4BD512051A; Fri, 28 Feb 2020 17:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582911354; bh=VKhozoDerPi8gC4TBNvSd+KP8dQLu3JJCi2pZhPZpoI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CtX6NHqGoWLf8H/hN0qy3HV3OSTq4MlkeiMi0d98W2EYtv5RCxma+mb+ePaWSiaAa KBtPs973mpzxuEvGpfzGD/uZ73FOneRL0Uq6GLb8DY93TOVvoFmyIkOqRxDYa1N2tY vYN7NKPJZMWyWfONKaIz0+SBMP6wv/1VXBL99rwc= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1j7jYG-008obq-Hk; Fri, 28 Feb 2020 17:35:52 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Fri, 28 Feb 2020 17:35:52 +0000 From: Marc Zyngier To: Mark Brown Cc: Herbert Xu , "David S. Miller" , Catalin Marinas , Will Deacon , James Morse , Julien Thierry , Suzuki K Poulose , linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-crypto@vger.kernel.org Subject: Re: [PATCH 13/18] arm64: kvm: Annotate assembly using modern annoations In-Reply-To: <20200218195842.34156-14-broonie@kernel.org> References: <20200218195842.34156-1-broonie@kernel.org> <20200218195842.34156-14-broonie@kernel.org> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.10 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: broonie@kernel.org, herbert@gondor.apana.org.au, davem@davemloft.net, catalin.marinas@arm.com, will@kernel.org, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-crypto@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Sender: linux-crypto-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On 2020-02-18 19:58, Mark Brown wrote: > In an effort to clarify and simplify the annotation of assembly > functions > in the kernel new macros have been introduced. These replace ENTRY and > ENDPROC with separate annotations for standard C callable functions, > data and code with different calling conventions. Update the more > straightforward annotations in the kvm code to the new macros. > > Signed-off-by: Mark Brown > --- > arch/arm64/kvm/hyp-init.S | 8 ++++---- > arch/arm64/kvm/hyp.S | 4 ++-- > arch/arm64/kvm/hyp/fpsimd.S | 8 ++++---- > arch/arm64/kvm/hyp/hyp-entry.S | 15 ++++++++------- > 4 files changed, 18 insertions(+), 17 deletions(-) For the three KVM/arm patches: Acked-by: Marc Zyngier I'd expect this to go as a whole via the arm64 tree, but I can also cherry-pick them if necessary. Thanks, M. -- Jazz is not dead. It just smells funny... From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1CA14C3F2CD for ; Fri, 28 Feb 2020 17:36:01 +0000 (UTC) Received: from mm01.cs.columbia.edu (mm01.cs.columbia.edu [128.59.11.253]) by mail.kernel.org (Postfix) with ESMTP id 8FC9D2051A for ; Fri, 28 Feb 2020 17:36:00 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CtX6NHqG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8FC9D2051A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvmarm-bounces@lists.cs.columbia.edu Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 1860B4AFE0; Fri, 28 Feb 2020 12:36:00 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Authentication-Results: mm01.cs.columbia.edu (amavisd-new); dkim=softfail (fail, message has been altered) header.i=@kernel.org Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id bzfthj6i0Zqi; Fri, 28 Feb 2020 12:35:57 -0500 (EST) Received: from mm01.cs.columbia.edu (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id C7E014AFE8; Fri, 28 Feb 2020 12:35:57 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by mm01.cs.columbia.edu (Postfix) with ESMTP id 9CF714AFE0 for ; Fri, 28 Feb 2020 12:35:56 -0500 (EST) X-Virus-Scanned: at lists.cs.columbia.edu Received: from mm01.cs.columbia.edu ([127.0.0.1]) by localhost (mm01.cs.columbia.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hLXrrxgR9a-M for ; Fri, 28 Feb 2020 12:35:55 -0500 (EST) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by mm01.cs.columbia.edu (Postfix) with ESMTPS id 9292B4AFDB for ; Fri, 28 Feb 2020 12:35:55 -0500 (EST) Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4BD512051A; Fri, 28 Feb 2020 17:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582911354; bh=VKhozoDerPi8gC4TBNvSd+KP8dQLu3JJCi2pZhPZpoI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CtX6NHqGoWLf8H/hN0qy3HV3OSTq4MlkeiMi0d98W2EYtv5RCxma+mb+ePaWSiaAa KBtPs973mpzxuEvGpfzGD/uZ73FOneRL0Uq6GLb8DY93TOVvoFmyIkOqRxDYa1N2tY vYN7NKPJZMWyWfONKaIz0+SBMP6wv/1VXBL99rwc= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1j7jYG-008obq-Hk; Fri, 28 Feb 2020 17:35:52 +0000 MIME-Version: 1.0 Date: Fri, 28 Feb 2020 17:35:52 +0000 From: Marc Zyngier To: Mark Brown Subject: Re: [PATCH 13/18] arm64: kvm: Annotate assembly using modern annoations In-Reply-To: <20200218195842.34156-14-broonie@kernel.org> References: <20200218195842.34156-1-broonie@kernel.org> <20200218195842.34156-14-broonie@kernel.org> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.10 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: broonie@kernel.org, herbert@gondor.apana.org.au, davem@davemloft.net, catalin.marinas@arm.com, will@kernel.org, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-crypto@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false Cc: Herbert Xu , Catalin Marinas , kvmarm@lists.cs.columbia.edu, linux-arm-kernel@lists.infradead.org, Will Deacon , "David S. Miller" , linux-crypto@vger.kernel.org X-BeenThere: kvmarm@lists.cs.columbia.edu X-Mailman-Version: 2.1.14 Precedence: list List-Id: Where KVM/ARM decisions are made List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: kvmarm-bounces@lists.cs.columbia.edu Sender: kvmarm-bounces@lists.cs.columbia.edu On 2020-02-18 19:58, Mark Brown wrote: > In an effort to clarify and simplify the annotation of assembly > functions > in the kernel new macros have been introduced. These replace ENTRY and > ENDPROC with separate annotations for standard C callable functions, > data and code with different calling conventions. Update the more > straightforward annotations in the kvm code to the new macros. > > Signed-off-by: Mark Brown > --- > arch/arm64/kvm/hyp-init.S | 8 ++++---- > arch/arm64/kvm/hyp.S | 4 ++-- > arch/arm64/kvm/hyp/fpsimd.S | 8 ++++---- > arch/arm64/kvm/hyp/hyp-entry.S | 15 ++++++++------- > 4 files changed, 18 insertions(+), 17 deletions(-) For the three KVM/arm patches: Acked-by: Marc Zyngier I'd expect this to go as a whole via the arm64 tree, but I can also cherry-pick them if necessary. Thanks, M. -- Jazz is not dead. It just smells funny... _______________________________________________ kvmarm mailing list kvmarm@lists.cs.columbia.edu https://lists.cs.columbia.edu/mailman/listinfo/kvmarm From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4619AC3F2D2 for ; Fri, 28 Feb 2020 17:35:59 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 1D3D02051A for ; Fri, 28 Feb 2020 17:35:59 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="g0G+EEos"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="CtX6NHqG" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1D3D02051A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender:Content-Type: Content-Transfer-Encoding:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:Message-ID:References:In-Reply-To:Subject:To:From: Date:MIME-Version:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=DC3fs0dQxrqcT7FZVPG39Id6Noj4i1kxuS1TNszprZ8=; b=g0G+EEosVhs4s76MF1MZ/EOIl voAnuwLRaR3vDqsauKCqKdYCHZVMuHuIU1WMjPb9GjRvUWQl6Vj8h7HLwiGUGsjEPDQuRk2pg0T18 7FFlqCdUdnsCz4slZ1gTUhJ055ZBUDvzqmSBHjHmxFPhvE4wganzx0HK7kSpOpffZgYAdD1ILC5C8 1Q9OE8NRFM8vMOKWmufKSEwoWLnKYnlxBBUG4NqJigk6HziTEV1dtUJ2FbDKnjZXA4nevgMim8eam ZQuB1Y8jzhW2jfdbNrIiJOfN1/vyvKBro3aPfm/TAaCKkqSceKZ9rhffOJ6nhhavByQYk1bWXpnx+ H0lZzngZA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1j7jYM-0003rn-M3; Fri, 28 Feb 2020 17:35:58 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1j7jYJ-0003rL-Fw for linux-arm-kernel@lists.infradead.org; Fri, 28 Feb 2020 17:35:56 +0000 Received: from disco-boy.misterjones.org (disco-boy.misterjones.org [51.254.78.96]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4BD512051A; Fri, 28 Feb 2020 17:35:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1582911354; bh=VKhozoDerPi8gC4TBNvSd+KP8dQLu3JJCi2pZhPZpoI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CtX6NHqGoWLf8H/hN0qy3HV3OSTq4MlkeiMi0d98W2EYtv5RCxma+mb+ePaWSiaAa KBtPs973mpzxuEvGpfzGD/uZ73FOneRL0Uq6GLb8DY93TOVvoFmyIkOqRxDYa1N2tY vYN7NKPJZMWyWfONKaIz0+SBMP6wv/1VXBL99rwc= Received: from disco-boy.misterjones.org ([51.254.78.96] helo=www.loen.fr) by disco-boy.misterjones.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1j7jYG-008obq-Hk; Fri, 28 Feb 2020 17:35:52 +0000 MIME-Version: 1.0 Date: Fri, 28 Feb 2020 17:35:52 +0000 From: Marc Zyngier To: Mark Brown Subject: Re: [PATCH 13/18] arm64: kvm: Annotate assembly using modern annoations In-Reply-To: <20200218195842.34156-14-broonie@kernel.org> References: <20200218195842.34156-1-broonie@kernel.org> <20200218195842.34156-14-broonie@kernel.org> Message-ID: X-Sender: maz@kernel.org User-Agent: Roundcube Webmail/1.3.10 X-SA-Exim-Connect-IP: 51.254.78.96 X-SA-Exim-Rcpt-To: broonie@kernel.org, herbert@gondor.apana.org.au, davem@davemloft.net, catalin.marinas@arm.com, will@kernel.org, james.morse@arm.com, julien.thierry.kdev@gmail.com, suzuki.poulose@arm.com, linux-arm-kernel@lists.infradead.org, kvmarm@lists.cs.columbia.edu, linux-crypto@vger.kernel.org X-SA-Exim-Mail-From: maz@kernel.org X-SA-Exim-Scanned: No (on disco-boy.misterjones.org); SAEximRunCond expanded to false X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200228_093555_553072_45BEE619 X-CRM114-Status: GOOD ( 10.77 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Herbert Xu , Suzuki K Poulose , Catalin Marinas , kvmarm@lists.cs.columbia.edu, James Morse , linux-arm-kernel@lists.infradead.org, Will Deacon , "David S. Miller" , Julien Thierry , linux-crypto@vger.kernel.org Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 2020-02-18 19:58, Mark Brown wrote: > In an effort to clarify and simplify the annotation of assembly > functions > in the kernel new macros have been introduced. These replace ENTRY and > ENDPROC with separate annotations for standard C callable functions, > data and code with different calling conventions. Update the more > straightforward annotations in the kvm code to the new macros. > > Signed-off-by: Mark Brown > --- > arch/arm64/kvm/hyp-init.S | 8 ++++---- > arch/arm64/kvm/hyp.S | 4 ++-- > arch/arm64/kvm/hyp/fpsimd.S | 8 ++++---- > arch/arm64/kvm/hyp/hyp-entry.S | 15 ++++++++------- > 4 files changed, 18 insertions(+), 17 deletions(-) For the three KVM/arm patches: Acked-by: Marc Zyngier I'd expect this to go as a whole via the arm64 tree, but I can also cherry-pick them if necessary. Thanks, M. -- Jazz is not dead. It just smells funny... _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel