lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169563699076.31071.3693415146979727291.git-patchwork-notify@kernel.org> Date: Mon, 25 Sep 2023 10:16:30 +0000 From: patchwork-bot+chrome-platform@...nel.org To: Kees Cook <keescook@...omium.org> Cc: bleung@...omium.org, tzungbi@...nel.org, set_pte_at@...look.com, dmitry.torokhov@...il.com, luzmaximilian@...il.com, u.kleine-koenig@...gutronix.de, gregkh@...uxfoundation.org, jiangjian@...rlc.com, chrome-platform@...ts.linux.dev, nathan@...nel.org, ndesaulniers@...gle.com, trix@...hat.com, hdegoede@...hat.com, lee@...nel.org, linux-kernel@...r.kernel.org, llvm@...ts.linux.dev, linux-hardening@...r.kernel.org Subject: Re: [PATCH] platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_by Hello: This patch was applied to chrome-platform/linux.git (for-next) by Tzung-Bi Shih <tzungbi@...nel.org>: On Fri, 22 Sep 2023 10:51:47 -0700 you 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 ec_event_queue. > > [...] Here is the summary with links: - platform/chrome: wilco_ec: Annotate struct ec_event_queue with __counted_by https://git.kernel.org/chrome-platform/c/1aa8df90f456 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists