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=-5.3 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham 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 25395C282DD for ; Thu, 9 Jan 2020 15:58:32 +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 E4BE720721 for ; Thu, 9 Jan 2020 15:58:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="gtBpc4rN" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org E4BE720721 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com 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-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=gU3QShM2jF8U12QEMPwyOLqnBUupwGyY7fakuKnXLr4=; b=gtBpc4rNJ7Ny9H KU0mlIu0kgeQ1VwLeX5gYzqC9fM7//qXiTCa23Vmxd6fms9lnZ3x5MXEC/bi6nHCQ6sYT4zMh8W3B X+wAMATZCpC9MmqFB98ERRiHgLosAod7b9CLOHGk75A85x5jiu9mepV6GYtMvjb/zZL0/QAhstwwg eyfAqR4tUazCoMedQlDZopoucOvbef42bMzVQwsvUq287dZKCToW+TlqSwCCQCVu6oBLXLotBorQU gefYMCJYWkvs25EW8W0+WxLCgjrpvFwLVScJqtb1UZ0CZ55yLeF0k/Lc6ogWdWo38QwejgJ+hbCBA ZRvDuLbph+EYeTITXSTQ==; 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 1ipaCd-0002cH-H3; Thu, 09 Jan 2020 15:58:31 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ipaCb-0002bI-5o for linux-arm-kernel@lists.infradead.org; Thu, 09 Jan 2020 15:58:30 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id B95CB1FB; Thu, 9 Jan 2020 07:58:27 -0800 (PST) Received: from arrakis.emea.arm.com (arrakis.cambridge.arm.com [10.1.197.42]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D477D3F703; Thu, 9 Jan 2020 07:58:26 -0800 (PST) Date: Thu, 9 Jan 2020 15:58:24 +0000 From: Catalin Marinas To: Will Deacon Subject: Re: [PATCH v2] arm64: xen: Use modern annotations for assembly functions Message-ID: <20200109155824.GG25655@arrakis.emea.arm.com> References: <20191219122532.6538-1-broonie@kernel.org> <20200108155551.GA19197@willie-the-truck> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200108155551.GA19197@willie-the-truck> User-Agent: Mutt/1.10.1 (2018-07-13) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200109_075829_261687_2DC40BA4 X-CRM114-Status: GOOD ( 14.41 ) 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: xen-devel@lists.xenproject.org, Mark Brown , Stefano Stabellini , Julien Grall , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Wed, Jan 08, 2020 at 03:55:52PM +0000, Will Deacon wrote: > On Thu, Dec 19, 2019 at 01:07:50PM -0800, Stefano Stabellini wrote: > > On Thu, 19 Dec 2019, 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. Update the annotations in the xen code to the new macros. > > > > > > Signed-off-by: Mark Brown > > > Reviewed-by: Julien Grall > > > Reviewed-by: Stefano Stabellini > > > > Thank you! > > > > > --- > > > arch/arm64/xen/hypercall.S | 8 ++++---- > > > 1 file changed, 4 insertions(+), 4 deletions(-) > > Is this going via the Xen tree, or shall I queue it along with the other > asm annotation patches in the arm64 tree? I don't see it in -next yet. Since it has been reviewed by the Xen maintainers, just queue it via the arm64 tree. -- Catalin _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel