Re: [net-next] tcp: correctly handle increased zerocopy args struct size

2020-12-10 Thread David Miller
From: Arjun Roy Date: Thu, 10 Dec 2020 11:16:03 -0800 > From: Arjun Roy > > A prior patch increased the size of struct tcp_zerocopy_receive > but did not update do_tcp_getsockopt() handling to properly account > for this. > > This patch simply reintroduces content erroneously cut from the > re

[net-next] tcp: correctly handle increased zerocopy args struct size

2020-12-10 Thread Arjun Roy
From: Arjun Roy A prior patch increased the size of struct tcp_zerocopy_receive but did not update do_tcp_getsockopt() handling to properly account for this. This patch simply reintroduces content erroneously cut from the referenced prior patch that handles the new struct size. Fixes: 18fb76ed5