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=-8.6 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,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 66E2DC433E1 for ; Fri, 14 Aug 2020 18:41:04 +0000 (UTC) Received: from lists.xenproject.org (lists.xenproject.org [192.237.175.120]) (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 352E2205CB for ; Fri, 14 Aug 2020 18:41:04 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=xen.org header.i=@xen.org header.b="nEANIo3t" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 352E2205CB Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=xen.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=xen-devel-bounces@lists.xenproject.org Received: from localhost ([127.0.0.1] helo=lists.xenproject.org) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6edH-0006Nm-FE; Fri, 14 Aug 2020 18:40:51 +0000 Received: from us1-rack-iad1.inumbo.com ([172.99.69.81]) by lists.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6edG-0006Nh-H4 for xen-devel@lists.xenproject.org; Fri, 14 Aug 2020 18:40:50 +0000 X-Inumbo-ID: 6715befa-ed4f-469e-b3a2-774f4a166f03 Received: from mail.xenproject.org (unknown [104.130.215.37]) by us1-rack-iad1.inumbo.com (Halon) with ESMTPS id 6715befa-ed4f-469e-b3a2-774f4a166f03; Fri, 14 Aug 2020 18:40:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=xen.org; s=20200302mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To: MIME-Version:Date:Message-ID:From:References:Cc:To:Subject; bh=soDxK5jgSL7dD2JSBIJDs7Cn7oF+NJbXGh1kElgJSNE=; b=nEANIo3tgV8WVr3zs6r8E3e+68 r/yLnAxAWj1CpixbwtjCLFIPCcLK/EUKXF0fXuQC33o6itav2Pt0uohI8zL+BsHzge+XyXvF25kkT PK35Ggstrr+iKhcA3O2F1QhmiezI8rVpc5oDoZkhuRUDv2/7gLWjG+pTjRXXUsGUpiA4=; Received: from xenbits.xenproject.org ([104.239.192.120]) by mail.xenproject.org with esmtp (Exim 4.92) (envelope-from ) id 1k6edE-0004Bc-Aj; Fri, 14 Aug 2020 18:40:48 +0000 Received: from [54.239.6.185] (helo=a483e7b01a66.ant.amazon.com) by xenbits.xenproject.org with esmtpsa (TLS1.3:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.92) (envelope-from ) id 1k6edE-00087q-2g; Fri, 14 Aug 2020 18:40:48 +0000 Subject: Re: [RESEND][PATCH v2 3/7] xen/arm: decode: Re-order the includes To: Stefano Stabellini Cc: xen-devel@lists.xenproject.org, Julien Grall , Volodymyr Babchuk References: <20200730181827.1670-1-julien@xen.org> <20200730181827.1670-4-julien@xen.org> From: Julien Grall Message-ID: <8051d12c-4103-ca88-0b15-680e3ebd0349@xen.org> Date: Fri, 14 Aug 2020 19:40:46 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-GB Content-Transfer-Encoding: 7bit X-BeenThere: xen-devel@lists.xenproject.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Errors-To: xen-devel-bounces@lists.xenproject.org Sender: "Xen-devel" Hi Stefano, On 30/07/2020 20:37, Stefano Stabellini wrote: > On Thu, 30 Jul 2020, Julien Grall wrote: >> From: Julien Grall >> >> We usually have xen/ includes first and then asm/. They are also ordered >> alphabetically among themselves. >> >> Signed-off-by: Julien Grall > > Might wanna mention the change from asm/guest_access.h to > xen/guest_access.h. Actually, the change in kernel.c belongs to patch #5. I will move it there. > Anyway: > > Acked-by: Stefano Stabellini I will keep the Acked-by for the first change. Thank you, -- Julien Grall