Re: [PATCH 00/16] remove use of VLAs for Windows built code

2024-11-01 Thread Andre Muezerie
On Mon, Oct 07, 2024 at 10:15:46AM -0700, Stephen Hemminger wrote: > On Wed, 17 Apr 2024 16:41:43 -0700 > Tyler Retzlaff wrote: > > > As per guidance technical board meeting 2024/04/17. This series > > removes the use of VLAs from code built for Windows for all 3 > > toolchains. If there are addi

Re: [PATCH 00/16] remove use of VLAs for Windows built code

2024-10-07 Thread Stephen Hemminger
On Wed, 17 Apr 2024 16:41:43 -0700 Tyler Retzlaff wrote: > As per guidance technical board meeting 2024/04/17. This series > removes the use of VLAs from code built for Windows for all 3 > toolchains. If there are additional opportunities to convert VLAs > to regular C arrays please provide the d

RE: [PATCH 00/16] remove use of VLAs for Windows built code

2024-04-18 Thread Konstantin Ananyev
> On Thu, Apr 18, 2024 at 12:11:35PM +, Konstantin Ananyev wrote: > > Hi Tyler, > > > > > As per guidance technical board meeting 2024/04/17. This series > > > removes the use of VLAs from code built for Windows for all 3 > > > toolchains. If there are additional opportunities to convert VLA

Re: [PATCH 00/16] remove use of VLAs for Windows built code

2024-04-18 Thread Tyler Retzlaff
On Thu, Apr 18, 2024 at 12:11:35PM +, Konstantin Ananyev wrote: > Hi Tyler, > > > As per guidance technical board meeting 2024/04/17. This series > > removes the use of VLAs from code built for Windows for all 3 > > toolchains. If there are additional opportunities to convert VLAs > > to regul

RE: [PATCH 00/16] remove use of VLAs for Windows built code

2024-04-18 Thread Konstantin Ananyev
Hi Tyler, > As per guidance technical board meeting 2024/04/17. This series > removes the use of VLAs from code built for Windows for all 3 > toolchains. If there are additional opportunities to convert VLAs > to regular C arrays please provide the details for incorporation > into the series. I s

RE: [PATCH 00/16] remove use of VLAs for Windows built code

2024-04-17 Thread Morten Brørup
> From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Thursday, 18 April 2024 01.42 > > As per guidance technical board meeting 2024/04/17. This series > removes the use of VLAs from code built for Windows for all 3 > toolchains. If there are additional opportunities to convert VLAs

[PATCH 00/16] remove use of VLAs for Windows built code

2024-04-17 Thread Tyler Retzlaff
As per guidance technical board meeting 2024/04/17. This series removes the use of VLAs from code built for Windows for all 3 toolchains. If there are additional opportunities to convert VLAs to regular C arrays please provide the details for incorporation into the series. MSVC does not support VL