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 6042A3A0EA5 for ; Tue, 24 Feb 2026 15:09:19 +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=1771945761; cv=none; b=kyXtg52wPIolatu87pK9WKJ7u4jG94J6Wv2kZrg/l8Ip9tamW/7j4BTseaGPKd5sr655XJivNGQ0oePJ7o3IZ2wFw2Ir6MX/yW5ZibFWKHgLbV7qbgBS5GTqx8GN0ANRUHZjiGUA6TPpBgWzfbHRGeA/S2Jg2hPWJ/S0Vb2LOEY= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1771945761; c=relaxed/simple; bh=EhgcqEPws5l/3DS9JlZjbt+JZZ2KDlqVzefnhjkxAWU=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ADyAXsmoNjcbi9PpYAzjVR/BTUdKYD3u0o5MBro3NtfhUlixFkDeCzF+pkAO6yJoaIUs2NI5LKZSX9ljMslOPtcxCd0R+wKBXKJFuSVt38bVucXkMlrbXvKFfOgeXW2pIPXEhrWr7ARmu951A69vdMyBlLjFa3kvnrYNTBLd77I= 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 99FCA604AA; Tue, 24 Feb 2026 16:09:17 +0100 (CET) Date: Tue, 24 Feb 2026 16:09:17 +0100 From: Florian Westphal To: Jakub Kicinski Cc: netdev@vger.kernel.org Subject: Re: [PATCH net] selftests: netfilter: nft_queue.sh: increase udp_gro_ct subtest timeout Message-ID: References: <20260223190108.28139-1-fw@strlen.de> <20260224065921.0d4f5cdc@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: <20260224065921.0d4f5cdc@kernel.org> Jakub Kicinski wrote: > Thanks for looking into it! Unfortunately we saw the problem again with > this patch applied: > https://netdev-ctrl.bots.linux.dev/logs/vmksft/nf-dbg/results/531881/3-nft-queue-sh/stdout > > Looks like it repros once every 25 runs for us: > https://netdev.bots.linux.dev/contest.html?executor=vmksft-nf-dbg&test=nft-queue-sh Yes, I already saw that it did not help, I can't explain this so far. I restarted a long test run (1000 runs) with '--cpus 4' on my laptop, I hope it triggers this time :-/ You can mark this patch as deferred or changes requested, I will hopefully be able to send a v2 that gets rid of this problem.