On 2/6/21 12:02 AM, Arjun Roy wrote: > From: Arjun Roy <[email protected]> > > Explicitly define reserved field and require it to be 0-valued. > > Fixes: 7eeba1706eba ("tcp: Add receive timestamp support for receive > zerocopy.") > Signed-off-by: Arjun Roy <[email protected]> > Signed-off-by: Eric Dumazet <[email protected]> > Signed-off-by: Soheil Hassas Yeganeh <[email protected]> > Suggested-by: David Ahern <[email protected]> > Suggested-by: Leon Romanovsky <[email protected]> > Suggested-by: Jakub Kicinski <[email protected]> > --- > include/uapi/linux/tcp.h | 2 +- > net/ipv4/tcp.c | 2 ++ > 2 files changed, 3 insertions(+), 1 deletion(-) >
Reviewed-by: David Ahern <[email protected]>
