[PATCH v14 39/81] lib/distributor: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/distributor/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/distributor/meson.build b/lib/distributor/meson.build index 24988c5827..e41f

[PATCH v14 52/81] lib/mempool: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/mempool/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mempool/meson.build b/lib/mempool/meson.build index 8099a56466..3921945f

[PATCH v14 51/81] lib/mbuf: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/mbuf/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/mbuf/meson.build b/lib/mbuf/meson.build index 2cee9057a5..1b94b286a6 100644 --- a/l

[PATCH v14 49/81] lib/log: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/log/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/log/meson.build b/lib/log/meson.build index b3de57b9c7..5d7261a899 100644 --- a/lib/

[PATCH v14 43/81] lib/gpudev: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/gpudev/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/gpudev/meson.build b/lib/gpudev/meson.build index d21fadc052..57022d75a4 100644 -

[PATCH v14 47/81] lib/kvargs: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/kvargs/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/kvargs/meson.build b/lib/kvargs/meson.build index 7eae744a8f..c94ddb2fe3 100644 -

[PATCH v14 42/81] lib/fib: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/fib/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/fib/meson.build b/lib/fib/meson.build index 0c19cc8201..5a1cf0226a 100644 --- a/lib/

[PATCH v14 40/81] lib/dmadev: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/dmadev/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/dmadev/meson.build b/lib/dmadev/meson.build index e66dcb66b0..61c99696ae 100644 -

[PATCH v14 41/81] lib/efd: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/efd/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/efd/meson.build b/lib/efd/meson.build index 343f14e1f3..5475c05765 100644 --- a/lib/

[PATCH v14 48/81] lib/latencystats: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/latencystats/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/latencystats/meson.build b/lib/latencystats/meson.build index 286558dd79..e

[PATCH v14 45/81] lib/ip_frag: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/ip_frag/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/ip_frag/meson.build b/lib/ip_frag/meson.build index ea2de09f75..f5c6cb4769 10064

[PATCH v14 44/81] lib/gso: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/gso/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/gso/meson.build b/lib/gso/meson.build index 622411df8f..f5702e200f 100644 --- a/lib/

[PATCH v14 59/81] lib/pci: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/pci/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/pci/meson.build b/lib/pci/meson.build index dd41cd5068..88cfd2a238 100644 --- a/lib/

[PATCH v14 46/81] lib/jobstats: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/jobstats/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/jobstats/meson.build b/lib/jobstats/meson.build index 6da2a95b75..e43e229247 10

[PATCH v14 66/81] lib/sched: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/sched/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/sched/meson.build b/lib/sched/meson.build index df75db51ed..78524c7e07 100644 ---

[PATCH v14 56/81] lib/net: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/net/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/net/meson.build b/lib/net/meson.build index 8afcc4ed37..3194681521 100644 --- a/lib/

[PATCH v14 71/81] drivers/baseband: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/baseband/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/baseband/meson.build b/drivers/baseband/meson.build index 3420d98564..6

[PATCH v14 69/81] lib/telemetry: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/telemetry/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/telemetry/meson.build b/lib/telemetry/meson.build index 489d47..188792fbfc

[PATCH v14 54/81] lib/metrics: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/metrics/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/metrics/meson.build b/lib/metrics/meson.build index 8c1c4b4b49..86f320f90c 10064

[PATCH v14 50/81] lib/lpm: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/lpm/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/lpm/meson.build b/lib/lpm/meson.build index fae4f79fb9..06525b76c1 100644 --- a/lib/

[PATCH v14 53/81] lib/meter: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/meter/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/meter/meson.build b/lib/meter/meson.build index 646fd4d43f..320e09e53f 100644 ---

[PATCH v14 76/81] drivers/mempool: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/mempool/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/mempool/meson.build b/drivers/mempool/meson.build index dc88812585..4f74

[PATCH v14 65/81] lib/ring: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/ring/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/ring/meson.build b/lib/ring/meson.build index 7fca958ed7..c18033c205 100644 --- a/l

[PATCH v14 73/81] drivers/common: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/common/mlx5/meson.build| 1 + drivers/common/nfp/meson.build | 8 drivers/common/nitrox/meson.build | 8 drivers/common/qat/meson.bui

[PATCH v14 77/81] drivers/ml: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/ml/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/ml/meson.build b/drivers/ml/meson.build index 54bc394c47..ae07c5292e 100644 -

[PATCH v14 79/81] drivers/raw: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/raw/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/raw/meson.build b/drivers/raw/meson.build index d173ac6097..726a786e0d 10064

[PATCH v14 74/81] drivers/compress: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/compress/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/compress/meson.build b/drivers/compress/meson.build index 91d7800a4a..2

[PATCH v14 75/81] drivers/gpu: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/gpu/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/gpu/meson.build b/drivers/gpu/meson.build index b6edd12678..610151e9b1 10064

[PATCH v14 67/81] lib/security: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/security/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/security/meson.build b/lib/security/meson.build index 1034a7a299..6d0cefc943 10

[PATCH v14 80/81] drivers/regex: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/regex/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/regex/meson.build b/drivers/regex/meson.build index ff2a8fea89..06614f34e2

[PATCH v14 70/81] lib/timer: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/timer/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/timer/meson.build b/lib/timer/meson.build index 66ef89ac00..7546fc9838 100644 ---

[PATCH v14 78/81] drivers/power: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/power/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/power/meson.build b/drivers/power/meson.build index 0a703bce38..e7c16e2d47

[PATCH v14 68/81] lib/stack: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- lib/stack/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/lib/stack/meson.build b/lib/stack/meson.build index 7631a14784..e5daf96e0e 100644 ---

[PATCH v14 72/81] drivers/bus: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/bus/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/bus/meson.build b/drivers/bus/meson.build index d67db8576b..59af0f920e 10064

[PATCH v14 81/81] drivers/vdpa: add compile warning about use of VLAs

2025-01-10 Thread Andre Muezerie
MSVC does not support VLAs, so we want to prevent VLAs from being introduced under this path. Signed-off-by: Andre Muezerie --- drivers/vdpa/meson.build | 8 1 file changed, 8 insertions(+) diff --git a/drivers/vdpa/meson.build b/drivers/vdpa/meson.build index 896e8e0304..49e94584bc 10

Re: [PATCH v13 00/21] remove use of VLAs for Windows

2025-01-10 Thread Andre Muezerie
On Fri, Jan 10, 2025 at 09:27:01AM +, Konstantin Ananyev wrote: > > > > On Wed, Jan 08, 2025 at 01:30:13PM +, Konstantin Ananyev 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

<    1   2