mbox series

[v2,net-next,0/2] skbuff: Switch structure bounds to struct_group()

Message ID 20211121003149.28397-1-keescook@chromium.org (mailing list archive)
Headers show
Series skbuff: Switch structure bounds to struct_group() | expand

Message

Kees Cook Nov. 21, 2021, 12:31 a.m. UTC
Hi,

This is a pair of patches to add struct_group() to struct sk_buff. The
first is needed to work around sparse-specific complaints, and is new
for v2. The second patch is the same as originally sent as v1.

-Kees

Kees Cook (2):
  skbuff: Move conditional preprocessor directives out of struct sk_buff
  skbuff: Switch structure bounds to struct_group()

 drivers/net/wireguard/queueing.h |  4 +--
 include/linux/skbuff.h           | 46 +++++++++++++++-----------------
 net/core/filter.c                | 10 +++----
 net/core/skbuff.c                | 14 ++++------
 4 files changed, 33 insertions(+), 41 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Nov. 22, 2021, 3:40 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (master)
by David S. Miller <davem@davemloft.net>:

On Sat, 20 Nov 2021 16:31:47 -0800 you wrote:
> Hi,
> 
> This is a pair of patches to add struct_group() to struct sk_buff. The
> first is needed to work around sparse-specific complaints, and is new
> for v2. The second patch is the same as originally sent as v1.
> 
> -Kees
> 
> [...]

Here is the summary with links:
  - [v2,net-next,1/2] skbuff: Move conditional preprocessor directives out of struct sk_buff
    https://git.kernel.org/netdev/net-next/c/fba84957e2e2
  - [v2,net-next,2/2] skbuff: Switch structure bounds to struct_group()
    https://git.kernel.org/netdev/net-next/c/03f61041c179

You are awesome, thank you!