On 2024-08-23 19:51, Jason Xing wrote:
On Sat, Aug 24, 2024 at 5:19 AM wrote:
From: Jon Maloy
When we added the SO_PEEK_OFF socket option to TCP we forgot
to add it even for TCP on IPv6.
Even though you said "we forgot", I'm not sure if this patch series
belongs to net-next material...
I
On Fri, Aug 23, 2024 at 11:19 PM wrote:
>
> From: Jon Maloy
>
> When we added the SO_PEEK_OFF socket option to TCP we forgot
> to add it even for TCP on IPv6.
>
> We do that here.
>
> Fixes: 05ea491641d3 ("tcp: add support for SO_PEEK_OFF socket option")
> Reviewed-by: David Gibson
> Reviewed-by
On Sat, Aug 24, 2024 at 5:19 AM wrote:
>
> From: Jon Maloy
>
> When we added the SO_PEEK_OFF socket option to TCP we forgot
> to add it even for TCP on IPv6.
Even though you said "we forgot", I'm not sure if this patch series
belongs to net-next material...
>
> We do that here.
>
> Fixes: 05ea4