Re: [PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
For the drivers/net/wireguard part, Reviewed-by: Jason A. Donenfeld
[PATCH v2 07/63] skbuff: Switch structure bounds to struct_group()
In preparation for FORTIFY_SOURCE performing compile-time and run-time field bounds checking for memcpy(), memmove(), and memset(), avoid intentionally writing across neighboring fields. Replace the existing empty member position markers "headers_start" and "headers_end" with a struct_group(). Thi