Development discussion of WireGuard
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/2] skbuff: Switch structure bounds to struct_group()
@ 2021-11-21  0:31 Kees Cook
  2021-11-21  0:31 ` [PATCH v2 net-next 1/2] skbuff: Move conditional preprocessor directives out of struct sk_buff Kees Cook
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Kees Cook @ 2021-11-21  0:31 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Kees Cook, David S. Miller, Jonathan Lemon, Alexander Lobakin,
	Jakub Sitnicki, Marco Elver, Willem de Bruijn,
	Gustavo A. R. Silva, Jason A. Donenfeld, Alexei Starovoitov,
	Daniel Borkmann, Andrii Nakryiko, Martin KaFai Lau, Song Liu,
	Yonghong Song, John Fastabend, KP Singh, Nathan Chancellor,
	Nick Desaulniers, Eric Dumazet, Cong Wang, Paolo Abeni,
	Talal Ahmad, Kevin Hao, Ilias Apalodimas, Vasily Averin,
	linux-kernel, wireguard, netdev, bpf, llvm, linux-hardening

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(-)

-- 
2.30.2


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-11-22 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-21  0:31 [PATCH v2 net-next 0/2] skbuff: Switch structure bounds to struct_group() Kees Cook
2021-11-21  0:31 ` [PATCH v2 net-next 1/2] skbuff: Move conditional preprocessor directives out of struct sk_buff Kees Cook
2021-11-21  0:31 ` [PATCH v2 net-next 2/2] skbuff: Switch structure bounds to struct_group() Kees Cook
2021-11-22 15:40 ` [PATCH v2 net-next 0/2] " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).