Merge branch 'skbuff-struct-group'
authorDavid S. Miller <davem@davemloft.net>
Mon, 22 Nov 2021 15:13:54 +0000 (15:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Nov 2021 15:13:54 +0000 (15:13 +0000)
commit8ba71dbb7f37f59d96c3f0ccf4f696aa18e40943
treebd95497df8f59b9729f69d97ac8092e48e0523c9
parentcb902b332f9545635911063b671927defa5866bf
parent03f61041c17914355dde7261be9ccdc821ddd454
Merge branch 'skbuff-struct-group'

Kees Cook says:

====================
skbuff: Switch structure bounds to struct_group()

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.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>