From: patchwork-bot+netdevbpf@kernel.org
To: Kees Cook <keescook@chromium.org>
Cc: kuba@kernel.org, jhs@mojatatu.com, davem@davemloft.net,
dsahern@kernel.org, edumazet@google.com, pabeni@redhat.com,
martin.lau@kernel.org, gustavoars@kernel.org, ast@kernel.org,
yisen.zhuang@huawei.com, salil.mehta@huawei.com,
claudiu.manoil@nxp.com, vladimir.oltean@nxp.com,
kys@microsoft.com, haiyangz@microsoft.com, wei.liu@kernel.org,
decui@microsoft.com, longli@microsoft.com,
sharmaajay@microsoft.com, elder@kernel.org, pshelar@ovn.org,
zhangshaokun@hisilicon.com, xiyou.wangcong@gmail.com,
jiri@resnulli.us, nathan@kernel.org, ndesaulniers@google.com,
trix@redhat.com, horms@kernel.org, linux-kernel@vger.kernel.org,
netdev@vger.kernel.org, linux-hyperv@vger.kernel.org,
linux-rdma@vger.kernel.org, dev@openvswitch.org,
linux-parisc@vger.kernel.org, llvm@lists.linux.dev,
linux-hardening@vger.kernel.org
Subject: Re: [PATCH 00/14] Batch 1: Annotate structs with __counted_by
Date: Mon, 02 Oct 2023 18:40:30 +0000 [thread overview]
Message-ID: <169627203054.11990.6492371681347182041.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20230922172449.work.906-kees@kernel.org>
Hello:
This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:
On Fri, 22 Sep 2023 10:28:42 -0700 you wrote:
> Hi,
>
> This is the batch 1 of patches touching netdev for preparing 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).
>
> [...]
Here is the summary with links:
- [01/14] ipv4: Annotate struct fib_info with __counted_by
https://git.kernel.org/netdev/net-next/c/5b98fd5dc1e3
- [02/14] ipv4/igmp: Annotate struct ip_sf_socklist with __counted_by
https://git.kernel.org/netdev/net-next/c/210d4e9c732f
- [03/14] ipv6: Annotate struct ip6_sf_socklist with __counted_by
https://git.kernel.org/netdev/net-next/c/5d22b6528073
- [04/14] net: hns: Annotate struct ppe_common_cb with __counted_by
https://git.kernel.org/netdev/net-next/c/5b829c8460ae
- [05/14] net: enetc: Annotate struct enetc_int_vector with __counted_by
https://git.kernel.org/netdev/net-next/c/dd8e215ea9a8
- [06/14] net: hisilicon: Annotate struct rcb_common_cb with __counted_by
https://git.kernel.org/netdev/net-next/c/2290999d278e
- [07/14] net: mana: Annotate struct mana_rxq with __counted_by
https://git.kernel.org/netdev/net-next/c/a3d7a1209bbb
- [08/14] net: ipa: Annotate struct ipa_power with __counted_by
https://git.kernel.org/netdev/net-next/c/20551ee45d7d
- [09/14] net: mana: Annotate struct hwc_dma_buf with __counted_by
https://git.kernel.org/netdev/net-next/c/59656519763d
- [10/14] net: openvswitch: Annotate struct dp_meter_instance with __counted_by
https://git.kernel.org/netdev/net-next/c/e7b34822fa4d
- [11/14] net: enetc: Annotate struct enetc_psfp_gate with __counted_by
https://git.kernel.org/netdev/net-next/c/93bc6ab6b19d
- [12/14] net: openvswitch: Annotate struct dp_meter with __counted_by
https://git.kernel.org/netdev/net-next/c/16ae53d80c00
- [13/14] net: tulip: Annotate struct mediatable with __counted_by
https://git.kernel.org/netdev/net-next/c/0d01cfe5aaaf
- [14/14] net: sched: Annotate struct tc_pedit with __counted_by
(no matching commit)
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
prev parent reply other threads:[~2023-10-02 18:40 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-22 17:28 [PATCH 00/14] Batch 1: Annotate structs with __counted_by Kees Cook
2023-09-22 17:28 ` [PATCH 01/14] ipv4: Annotate struct fib_info " Kees Cook
2023-09-23 1:43 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 02/14] ipv4/igmp: Annotate struct ip_sf_socklist " Kees Cook
2023-09-23 1:50 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 03/14] ipv6: Annotate struct ip6_sf_socklist " Kees Cook
2023-09-23 1:51 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 04/14] net: hns: Annotate struct ppe_common_cb " Kees Cook
2023-09-23 1:51 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 05/14] net: enetc: Annotate struct enetc_int_vector " Kees Cook
2023-09-23 1:52 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 06/14] net: hisilicon: Annotate struct rcb_common_cb " Kees Cook
2023-09-23 1:52 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 07/14] net: mana: Annotate struct mana_rxq " Kees Cook
2023-09-23 1:55 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 08/14] net: ipa: Annotate struct ipa_power " Kees Cook
2023-09-23 1:55 ` Gustavo A. R. Silva
2023-09-23 12:09 ` Alex Elder
2023-09-24 2:03 ` Kees Cook
2023-09-22 17:28 ` [PATCH 09/14] net: mana: Annotate struct hwc_dma_buf " Kees Cook
2023-09-23 1:56 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 10/14] net: openvswitch: Annotate struct dp_meter_instance " Kees Cook
2023-09-23 1:56 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 11/14] net: enetc: Annotate struct enetc_psfp_gate " Kees Cook
2023-09-23 1:56 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 12/14] net: openvswitch: Annotate struct dp_meter " Kees Cook
2023-09-23 1:57 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 13/14] net: tulip: Annotate struct mediatable " Kees Cook
2023-09-23 1:57 ` Gustavo A. R. Silva
2023-09-22 17:28 ` [PATCH 14/14] net: sched: Annotate struct tc_pedit " Kees Cook
2023-09-22 18:18 ` Kees Cook
2023-09-22 18:23 ` Kees Cook
2023-09-23 2:06 ` Gustavo A. R. Silva
2023-09-27 15:57 ` [PATCH 00/14] Batch 1: Annotate structs " Kees Cook
2023-10-02 18:26 ` Jakub Kicinski
2023-10-02 20:29 ` Kees Cook
2023-10-02 18:40 ` patchwork-bot+netdevbpf [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=169627203054.11990.6492371681347182041.git-patchwork-notify@kernel.org \
--to=patchwork-bot+netdevbpf@kernel.org \
--cc=ast@kernel.org \
--cc=claudiu.manoil@nxp.com \
--cc=davem@davemloft.net \
--cc=decui@microsoft.com \
--cc=dev@openvswitch.org \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=elder@kernel.org \
--cc=gustavoars@kernel.org \
--cc=haiyangz@microsoft.com \
--cc=horms@kernel.org \
--cc=jhs@mojatatu.com \
--cc=jiri@resnulli.us \
--cc=keescook@chromium.org \
--cc=kuba@kernel.org \
--cc=kys@microsoft.com \
--cc=linux-hardening@vger.kernel.org \
--cc=linux-hyperv@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-parisc@vger.kernel.org \
--cc=linux-rdma@vger.kernel.org \
--cc=llvm@lists.linux.dev \
--cc=longli@microsoft.com \
--cc=martin.lau@kernel.org \
--cc=nathan@kernel.org \
--cc=ndesaulniers@google.com \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pshelar@ovn.org \
--cc=salil.mehta@huawei.com \
--cc=sharmaajay@microsoft.com \
--cc=trix@redhat.com \
--cc=vladimir.oltean@nxp.com \
--cc=wei.liu@kernel.org \
--cc=xiyou.wangcong@gmail.com \
--cc=yisen.zhuang@huawei.com \
--cc=zhangshaokun@hisilicon.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox