[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a859515d-8c6d-3757-a4cc-1fe5c8360908@gmail.com>
Date: Thu, 6 Oct 2022 22:04:26 +0200
From: Christian Lamparter <chunkeey@...il.com>
To: Kees Cook <keescook@...omium.org>,
Christian Lamparter <chunkeey@...glemail.com>
Cc: linux-wireless@...r.kernel.org, linux-kernel@...r.kernel.org,
Kalle Valo <kvalo@...nel.org>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>, netdev@...r.kernel.org
Subject: Re: [PATCH] wifi: carl9170: Remove -Warray-bounds exception
On 06/10/2022 21:20, Kees Cook wrote:
> GCC-12 emits false positive -Warray-bounds warnings with
> CONFIG_UBSAN_SHIFT (-fsanitize=shift). This is fixed in GCC 13[1],
> and there is top-level Makefile logic to remove -Warray-bounds for
> known-bad GCC versions staring with commit f0be87c42cbd ("gcc-12: disable
> '-Warray-bounds' universally for now").
>
> Remove the local work-around.
>
> [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105679
>
> Signed-off-by: Kees Cook <keescook@...omium.org>
Acked-by: Christian Lamparter <chunkeey@...il.com>
Powered by blists - more mailing lists