[PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM

Andrew Cooper posted 1 patch 7 months, 1 week ago
Patches applied successfully (tree, apply log)
git fetch https://gitlab.com/xen-project/patchew/xen tags/patchew/20250327153725.401451-1-andrew.cooper3@citrix.com
CHANGELOG.md | 3 +++
1 file changed, 3 insertions(+)
[PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
Posted by Andrew Cooper 7 months, 1 week ago
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
---
CC: Anthony PERARD <anthony.perard@vates.tech>
CC: Michal Orzel <michal.orzel@amd.com>
CC: Jan Beulich <jbeulich@suse.com>
CC: Julien Grall <julien@xen.org>
CC: Roger Pau Monné <roger.pau@citrix.com>
CC: Stefano Stabellini <sstabellini@kernel.org>
CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>

v2:
 * State x86 and ARM, rather than implying all architectures.
---
 CHANGELOG.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 35ab6749241c..8f6afa5c858a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
 ## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
 
 ### Changed
+ - The minimum toolchain requirements have increased for some architectures:
+   - For x86, GCC 5.1 and Binutils 2.25, or Clang/LLVM 11
+   - For ARM32 and ARM64, GCC 5.1 and Binutils 2.25
 
 ### Added
  - On x86:
-- 
2.39.5


Re: [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
Posted by Oleksii Kurochko 7 months, 1 week ago
On 3/27/25 4:37 PM, Andrew Cooper wrote:
> Signed-off-by: Andrew Cooper<andrew.cooper3@citrix.com>
> ---
> CC: Anthony PERARD<anthony.perard@vates.tech>
> CC: Michal Orzel<michal.orzel@amd.com>
> CC: Jan Beulich<jbeulich@suse.com>
> CC: Julien Grall<julien@xen.org>
> CC: Roger Pau Monné<roger.pau@citrix.com>
> CC: Stefano Stabellini<sstabellini@kernel.org>
> CC: Oleksii Kurochko<oleksii.kurochko@gmail.com>
>
> v2:
>   * State x86 and ARM, rather than implying all architectures.
> ---
>   CHANGELOG.md | 3 +++
>   1 file changed, 3 insertions(+)
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 35ab6749241c..8f6afa5c858a 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>   ## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
>   
>   ### Changed
> + - The minimum toolchain requirements have increased for some architectures:
> +   - For x86, GCC 5.1 and Binutils 2.25, or Clang/LLVM 11
> +   - For ARM32 and ARM64, GCC 5.1 and Binutils 2.25
>   
>   ### Added
>    - On x86:

LKGTM: Oleksii Kurochko<oleksii.kurochko@gmail.com>

Thanks.

~ Oleksii
Re: [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
Posted by Andrew Cooper 7 months, 1 week ago
On 27/03/2025 4:05 pm, Oleksii Kurochko wrote:
>
>
> On 3/27/25 4:37 PM, Andrew Cooper wrote:
>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>> ---
>> CC: Anthony PERARD <anthony.perard@vates.tech>
>> CC: Michal Orzel <michal.orzel@amd.com>
>> CC: Jan Beulich <jbeulich@suse.com>
>> CC: Julien Grall <julien@xen.org>
>> CC: Roger Pau Monné <roger.pau@citrix.com>
>> CC: Stefano Stabellini <sstabellini@kernel.org>
>> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>>
>> v2:
>>  * State x86 and ARM, rather than implying all architectures.
>> ---
>>  CHANGELOG.md | 3 +++
>>  1 file changed, 3 insertions(+)
>>
>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>> index 35ab6749241c..8f6afa5c858a 100644
>> --- a/CHANGELOG.md
>> +++ b/CHANGELOG.md
>> @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>  ## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
>>  
>>  ### Changed
>> + - The minimum toolchain requirements have increased for some architectures:
>> +   - For x86, GCC 5.1 and Binutils 2.25, or Clang/LLVM 11
>> +   - For ARM32 and ARM64, GCC 5.1 and Binutils 2.25
>>  
>>  ### Added
>>   - On x86:
> LKGTM: Oleksii Kurochko <oleksii.kurochko@gmail.com>

May I interpret this as Acked-by: ?

~Andrew

Re: [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
Posted by Oleksii Kurochko 7 months, 1 week ago
On 3/28/25 8:59 AM, Andrew Cooper wrote:
> On 27/03/2025 4:05 pm, Oleksii Kurochko wrote:
>>
>> On 3/27/25 4:37 PM, Andrew Cooper wrote:
>>> Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
>>> ---
>>> CC: Anthony PERARD <anthony.perard@vates.tech>
>>> CC: Michal Orzel <michal.orzel@amd.com>
>>> CC: Jan Beulich <jbeulich@suse.com>
>>> CC: Julien Grall <julien@xen.org>
>>> CC: Roger Pau Monné <roger.pau@citrix.com>
>>> CC: Stefano Stabellini <sstabellini@kernel.org>
>>> CC: Oleksii Kurochko <oleksii.kurochko@gmail.com>
>>>
>>> v2:
>>>   * State x86 and ARM, rather than implying all architectures.
>>> ---
>>>   CHANGELOG.md | 3 +++
>>>   1 file changed, 3 insertions(+)
>>>
>>> diff --git a/CHANGELOG.md b/CHANGELOG.md
>>> index 35ab6749241c..8f6afa5c858a 100644
>>> --- a/CHANGELOG.md
>>> +++ b/CHANGELOG.md
>>> @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
>>>   ## [4.21.0 UNRELEASED](https://xenbits.xenproject.org/gitweb/?p=xen.git;a=shortlog;h=staging) - TBD
>>>   
>>>   ### Changed
>>> + - The minimum toolchain requirements have increased for some architectures:
>>> +   - For x86, GCC 5.1 and Binutils 2.25, or Clang/LLVM 11
>>> +   - For ARM32 and ARM64, GCC 5.1 and Binutils 2.25
>>>   
>>>   ### Added
>>>    - On x86:
>> LKGTM: Oleksii Kurochko <oleksii.kurochko@gmail.com>
> May I interpret this as Acked-by: ?

Sorry, yes. It is Acked-by.

~ Oleksii