All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
@ 2025-03-27 15:37 Andrew Cooper
  2025-03-27 16:05 ` Oleksii Kurochko
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cooper @ 2025-03-27 15:37 UTC (permalink / raw)
  To: Xen-devel
  Cc: Andrew Cooper, Anthony PERARD, Michal Orzel, Jan Beulich,
	Julien Grall, Roger Pau Monné, Stefano Stabellini,
	Oleksii Kurochko

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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
  2025-03-27 15:37 [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM Andrew Cooper
@ 2025-03-27 16:05 ` Oleksii Kurochko
  2025-03-28  7:59   ` Andrew Cooper
  0 siblings, 1 reply; 4+ messages in thread
From: Oleksii Kurochko @ 2025-03-27 16:05 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné, Stefano Stabellini

[-- Attachment #1: Type: text/plain, Size: 1207 bytes --]


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

[-- Attachment #2: Type: text/html, Size: 2453 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
  2025-03-27 16:05 ` Oleksii Kurochko
@ 2025-03-28  7:59   ` Andrew Cooper
  2025-03-28  8:45     ` Oleksii Kurochko
  0 siblings, 1 reply; 4+ messages in thread
From: Andrew Cooper @ 2025-03-28  7:59 UTC (permalink / raw)
  To: Oleksii Kurochko, Xen-devel
  Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné, Stefano Stabellini

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM
  2025-03-28  7:59   ` Andrew Cooper
@ 2025-03-28  8:45     ` Oleksii Kurochko
  0 siblings, 0 replies; 4+ messages in thread
From: Oleksii Kurochko @ 2025-03-28  8:45 UTC (permalink / raw)
  To: Andrew Cooper, Xen-devel
  Cc: Anthony PERARD, Michal Orzel, Jan Beulich, Julien Grall,
	Roger Pau Monné, Stefano Stabellini


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



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-28  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-27 15:37 [PATCH v2] CHANGELOG: Minimum toolchain requirements for x86 and ARM Andrew Cooper
2025-03-27 16:05 ` Oleksii Kurochko
2025-03-28  7:59   ` Andrew Cooper
2025-03-28  8:45     ` Oleksii Kurochko

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.