On 2024-07-15 12:58, Stefano Brivio wrote:
On Fri, 12 Jul 2024 15:04:48 -0400 Jon Maloy
wrote: We add support for the SO_PEEK_OFF option, plus work around a kernel bug discovered along the way.
Jon Maloy (2): tcp: leverage support of SO_PEEK_OFF socket option when available tcp: handle shrunk window advertisemenst from guest
tcp.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- tcp.h | 3 +++ tcp_buf.c | 25 ++++++++++++++++------ 3 files changed, 81 insertions(+), 9 deletions(-) Applied! Great! Finally. Thanks!
I just s/advertisemenst/advertisements/ in 2/2, and fixed up the SHA of the buggy kernel commit... I guess d4317abf7160 is from your local tree? I use net-next by old habit, and don't update it often. Maybe I should change that. Upstream has e2142825c120.
///jon