On Sat, Apr 04, 2026 at 04:01:03PM -0700, Jakub Kicinski wrote: > socat v1.8.1.0 now defaults to shut-null, it sends an extra > 0-length UDP packet when sender disconnects. This breaks > our tests which expect the exact packet sequence. > > Add shut-none which was the old default where necessary. > > Signed-off-by: Jakub Kicinski <[email protected]> > --- > CC: [email protected] > CC: [email protected] > CC: [email protected] > CC: [email protected] > CC: [email protected] > CC: [email protected] > --- > tools/testing/selftests/drivers/net/lib/sh/lib_netcons.sh | 6 +++--- > tools/testing/selftests/drivers/net/xdp.py | 4 ++-- > 2 files changed, 5 insertions(+), 5 deletions(-)
Reviewed-by: Joe Damato <[email protected]>
