From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 07364394795 for ; Thu, 9 Apr 2026 10:11:04 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775729467; cv=none; b=A9grAX/mKZnXHLqAq9CwLRusD9jLGH+3FWEwx3P1JrCH1EVzSWnAd+7TZWfhUaIne9BAmVsXFk0jyUI4hElTIaasEr7Cnwtvbed8IXzSWnJ54WWFFREdjMSZWQMMHMbwGQCBcFy4HUm2litvXRZLl6hZL8plKtW8RqXx5hwB0R4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775729467; c=relaxed/simple; bh=MxxTUrwaIQjddzhIjjDFVA+6/b+Bv3pOvDAomJuK3WA=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=kJwaMlEGZUQrI8UIane7nAuhhdkhYiyNfqnY2fkH1m4CYwf3bk3F7rf4LOTztiAoNgKKTfVDcegMjItAt1Zd3n3eBBuxuOzG65mScNF85G70RDYpEKX2dv/iR5De4iS/QQxZyiTls+G/iwbfCy1nyDb+gqmI6YzDFEWBPtsClfw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 1236E60636; Thu, 09 Apr 2026 12:11:02 +0200 (CEST) Date: Thu, 9 Apr 2026 12:11:01 +0200 From: Florian Westphal To: Jakub Kicinski Cc: "netdev@vger.kernel.org" Subject: Re: [TEST] nft_tproxy_udp.sh flaky after Fedora 44 upgrade Message-ID: References: <20260408152432.24b8ad0d@kernel.org> Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260408152432.24b8ad0d@kernel.org> Jakub Kicinski wrote: > When you have a sec -- we upgraded the NIPA systems to Fedora 44 > over the weekend, and nft_tproxy_udp.sh has gotten quite flaky: > https://netdev.bots.linux.dev/contest.html?test=nft-tproxy-udp-sh > > One thing that we hit immediately is this, in case tproxy test > uses socat: > > commit e65d8b6f3092398efd7c74e722cb7a516d9a0d6d > Date: Sat Apr 4 16:01:03 2026 -0700 > > selftests: drv-net: adjust to socat changes > > 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. Thanks for the pointer, I will try to get to this later today.