[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <169520846255.991705.4120611293307630241.kvalo@kernel.org>
Date: Wed, 20 Sep 2023 11:14:24 +0000 (UTC)
From: Kalle Valo <kvalo@...nel.org>
To: Kees Cook <keescook@...omium.org>
Cc: Arend van Spriel <aspriel@...il.com>,
Kees Cook <keescook@...omium.org>,
Franky Lin <franky.lin@...adcom.com>,
Hante Meuleman <hante.meuleman@...adcom.com>,
"Gustavo A. R. Silva" <gustavoars@...nel.org>,
Hector Martin <marcan@...can.st>,
Ryohei Kondo <ryohei.kondo@...ress.com>,
Hans de Goede <hdegoede@...hat.com>,
linux-wireless@...r.kernel.org,
brcm80211-dev-list.pdl@...adcom.com,
SHA-cyfmac-dev-list@...ineon.com,
Nathan Chancellor <nathan@...nel.org>,
Nick Desaulniers <ndesaulniers@...gle.com>,
Tom Rix <trix@...hat.com>,
Linus Walleij <linus.walleij@...aro.org>,
linux-kernel@...r.kernel.org, llvm@...ts.linux.dev,
linux-hardening@...r.kernel.org
Subject: Re: [PATCH] wifi: brcmfmac: Annotate struct brcmf_gscan_config with
__counted_by
Kees Cook <keescook@...omium.org> wrote:
> Prepare for the coming implementation by GCC and Clang of the __counted_by
> attribute. Flexible array members annotated with __counted_by can have
> their accesses bounds-checked at run-time checking via CONFIG_UBSAN_BOUNDS
> (for array indexing) and CONFIG_FORTIFY_SOURCE (for strcpy/memcpy-family
> functions).
>
> As found with Coccinelle[1], add __counted_by for struct brcmf_gscan_config.
>
> [1] https://github.com/kees/kernel-tools/blob/trunk/coccinelle/examples/counted_by.cocci
>
> Cc: Arend van Spriel <aspriel@...il.com>
> Cc: Franky Lin <franky.lin@...adcom.com>
> Cc: Hante Meuleman <hante.meuleman@...adcom.com>
> Cc: Kalle Valo <kvalo@...nel.org>
> Cc: "Gustavo A. R. Silva" <gustavoars@...nel.org>
> Cc: Hector Martin <marcan@...can.st>
> Cc: Ryohei Kondo <ryohei.kondo@...ress.com>
> Cc: Hans de Goede <hdegoede@...hat.com>
> Cc: linux-wireless@...r.kernel.org
> Cc: brcm80211-dev-list.pdl@...adcom.com
> Cc: SHA-cyfmac-dev-list@...ineon.com
> Signed-off-by: Kees Cook <keescook@...omium.org>
> Reviewed-by: Gustavo A. R. Silva <gustavoars@...nel.org>
Patch applied to wireless-next.git, thanks.
cf74cdc6e581 wifi: brcmfmac: Annotate struct brcmf_gscan_config with __counted_by
--
https://patchwork.kernel.org/project/linux-wireless/patch/20230915200542.never.417-kees@kernel.org/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
Powered by blists - more mailing lists