[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 09/12] tools: add physinfo arch_capabilities handling for Arm
- To: Anthony PERARD <anthony.perard@xxxxxxxxxx>
- From: Luca Fancellu <Luca.Fancellu@xxxxxxx>
- Date: Wed, 3 May 2023 09:23:19 +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-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=G/fSbBTFe3/uzUMdyRg6Fli0XJbqBBbHqOn+Zoz/Qus=; b=XguU+roEG5S+n/KMfm+ThVDFzaoACjWpusoETMjuSwUQ+28OezuVXCIIgEVwW63Lv0FHEKdOZyIuS7L6b+usFVXNFaMNfRrpEhL8G5dvNk1/5V5fgJ2lD4VKNVeHwC5REdNBMvwuUkdEiwFyD2SoKSO57jx2f5d7LQmoSmp7XrOkyO/4cI5+1/4TNP1eOalSBuIdG7kkxcWOpRmdp8hMnmcxgxDs2dyfqp9B6OsAOEtgt1VHU0LeE7bX5JQjzJmY/IvBTWTrkktw3ridCqU9xF/vDf+eQTHkaocCdLshsohzLv2YyCSzIMM0e4QVzSna6T71JWKIH0w46HhqiUfDbg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ItxQTXveafxQT6qGqiK0sW41uxS+L9SdUTpm65Zrqzd0slDbkkB9S3wdSz+JlNHW2mPxu546Vwm2CckQ/XZAu5T00f/0pyRXxkl8aU+c2YHzYflIdROtIGf8rfw/3Ez34+mf//iZwYjXijiFIZ8G05uU3aDwRSFqwwiy4x+O5fVBPZoRu1zkvk1vS24CKmSh15nks9czTj7kBatcSVpgk3xUXNBwThCZvnE9VAvvLoD+ge4hzHNrTSF9UwOHc0Bevj6kDzbwFDOJP2kqVd2IguxFleoe+Gx46GtvIyyjXGUIkyr2Tkw8TVu3GgXeecvKmUmbNdnMkPY6l1phX0T/Og==
- Authentication-results-original: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Cc: Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Bertrand Marquis <Bertrand.Marquis@xxxxxxx>, Wei Chen <Wei.Chen@xxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Nick Rosbrook <rosbrookn@xxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Juergen Gross <jgross@xxxxxxxx>, Christian Lindig <christian.lindig@xxxxxxxxxx>, David Scott <dave@xxxxxxxxxx>, Marek Marczykowski-Górecki <marmarek@xxxxxxxxxxxxxxxxxxxxxx>, Christian Lindig <christian.lindig@xxxxxxxxx>
- Delivery-date: Wed, 03 May 2023 09:24:43 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Nodisclaimer: true
- Original-authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=arm.com;
- Thread-index: AQHZdnKCeDO91wnv7UqBsQsgLvHj6a9HNTmAgAEfoAA=
- Thread-topic: [PATCH v6 09/12] tools: add physinfo arch_capabilities handling for Arm
> On 2 May 2023, at 17:13, Anthony PERARD <anthony.perard@xxxxxxxxxx> wrote:
>
> On Mon, Apr 24, 2023 at 07:02:45AM +0100, Luca Fancellu wrote:
>> diff --git a/tools/include/xen-tools/arm-arch-capabilities.h
>> b/tools/include/xen-tools/arm-arch-capabilities.h
>> new file mode 100644
>> index 000000000000..ac44c8b14344
>> --- /dev/null
>> +++ b/tools/include/xen-tools/arm-arch-capabilities.h
>> @@ -0,0 +1,28 @@
>> +/* SPDX-License-Identifier: GPL-2.0 */
>
> Do you mean GPL-2.0-only ?
>
> GPL-2.0 is deprecated by the SPDX project.
>
> https://spdx.org/licenses/GPL-2.0.html
>
>
> Besides that, patch looks fine:
> Reviewed-by: Anthony PERARD <anthony.perard@xxxxxxxxxx>
Thanks, I’ll fix in the next push and I’ll add your R-by
>
> Thanks,
>
> --
> Anthony PERARD
|