[PATCH 00/12] Fix compilation with gcc 12
Stephen Hemminger
stephen at networkplumber.org
Fri May 20 22:13:58 CEST 2022
On Wed, 18 May 2022 12:16:45 +0200
David Marchand <david.marchand at redhat.com> wrote:
> Fedora 36 is out since early may and comes with gcc 12.
> This series fixes compilation or waives some checks.
>
> There might be something fishy with rte_memcpy on x86 but, for now,
> the rte_memcpy related fixes are on the caller side.
>
> Some "base" drivers have issues, I chose the simple solution of waiving
> the checks for them.
>
> Compilation is the only thing checked.
> Please driver maintainers, check nothing got broken.
>
We need to purge all code still using array size of one
instead of proper flex array member.
More information about the dev
mailing list