[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [RESEND][PATCH v2 4/7] xen/arm: guestcopy: Re-order the includes
- To: Julien Grall <julien@xxxxxxx>
- From: Bertrand Marquis <Bertrand.Marquis@xxxxxxx>
- Date: Fri, 31 Jul 2020 12:56:27 +0000
- Accept-language: en-GB, en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=arm.com; dmarc=pass action=none header.from=arm.com; dkim=pass header.d=arm.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=VuFG/yDYzYkDX54/MavEWcUrDRVXztJYTHmRMNh2AZM=; b=mSL1oi04BQMkbSYI+9ddNtEe2T0s1EqbVs7E6XKRGGD1/T9wyUjDWlWYcd4z5L6RU0rMQVhFUUja4Uvdg2VUNRSFFb2qSBMgPsLHbnrSTrDGO8wrQLupoPULQKRzhmjIh71zyt8j0Di8Rbh8VOE4vx+Pacnjz2guDpRLjsGYsRFvGaOK/8ahgvZar92mLSBOq3iHvp3AxKFn+EOlY23+gazOzJOMbyeYOgMQYFqap2miHWztkg4wAmoTZHVMX7Lj34UGTYpqjn4E+FI9AnxL4dD0LKJ2N7q+5Sm4kqDOOPsULCzGC/iFRVTLYJ8EHCIap7cUXGmqCTUhV7V7rV8xGw==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=X/n5tGSgz5Zgz6mdWtBOWMWUAxRRecW8HT+1VTW1MlaESgYX9atQvm3Gy5lz0cyBDxHHUE4pAzZro7Aa6JmMnz74HjRSp3HL4bfpS6OnnDsLREafd6Et2c9wKHPlDk3WW1qRquYC5H82u2LJGwKCnD3QrsjjSxildLMPthKnDaITBz9jgdLCfbk2tLJ9EG2ALK4pcVlbc90cUX926fDWAYAD76tIjT951C8fc63B7hR1IAUNJZH40shjbYBXXGOB6RGKi2bXJqCsi0XlyoJqrQD/7HV1FLN1gjGbgBOTYfwwxM+JdW1gYkixcpGvhVpESZf60IHxDNIuqdCqMhnArA==
- Authentication-results-original: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, nd <nd@xxxxxxx>
- Delivery-date: Fri, 31 Jul 2020 12:56:47 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: xen.org; dkim=none (message not signed) header.d=none;xen.org; dmarc=none action=none header.from=arm.com;
- Thread-index: AQHWZp4MdrEziqnOzkaNnp5sU1zHlakhpfCAgAAA0wA=
- Thread-topic: [RESEND][PATCH v2 4/7] xen/arm: guestcopy: Re-order the includes
> On 31 Jul 2020, at 14:53, Bertrand Marquis <Bertrand.Marquis@xxxxxxx> wrote:
>
>
>
>> On 30 Jul 2020, at 20:18, Julien Grall <julien@xxxxxxx> wrote:
>>
>> From: Julien Grall <jgrall@xxxxxxxxxx>
>>
>> We usually have xen/ includes first and then asm/. They are also ordered
>> alphabetically among themselves.
>>
>> Signed-off-by: Julien Grall <jgrall@xxxxxxxxxx>
>
> This could have been merged in patch 3.
>
> But anyway:
> Reviewed-by: Bertrand Marquis <bertrand.marquis@xxxxxxx>
>
>
>> ---
>> xen/arch/arm/guestcopy.c | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/xen/arch/arm/guestcopy.c b/xen/arch/arm/guestcopy.c
>> index 7a0f3e9d5fc6..c8023e2bca5d 100644
>> --- a/xen/arch/arm/guestcopy.c
>> +++ b/xen/arch/arm/guestcopy.c
>> @@ -1,7 +1,8 @@
>> -#include <xen/lib.h>
>> #include <xen/domain_page.h>
>> +#include <xen/lib.h>
>> #include <xen/mm.h>
>> #include <xen/sched.h>
>> +
>> #include <asm/current.h>
>> #include <asm/guest_access.h>
>>
>> --
>> 2.17.1
>>
>>
>
> IMPORTANT NOTICE: The contents of this email and any attachments are
> confidential and may also be privileged. If you are not the intended
> recipient, please notify the sender immediately and do not disclose the
> contents to any other person, use it for any purpose, or store or copy the
> information in any medium. Thank you.
sorry for the notice, i need to find a way to turn it off automatically :-)
|