Message ID | 20211121003149.28397-1-keescook@chromium.org (mailing list archive) |
---|---|
Headers | show |
Series | skbuff: Switch structure bounds to struct_group() | expand |
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!