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 AE34138E5E6 for ; Mon, 6 Apr 2026 17:10:40 +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=1775495442; cv=none; b=kg8PgDF88cwseABsoY3qgnxlwJJg68K+vGOiO6o4t3YcpUQGLnYw1KrbPQvE96i7VO9/gmVqRgQq47hB/XQxx1YEvYo262ihs0Cv58Netqnki917Y0zQnlaJ0K99HHfJl07lUJscgOH7W5HW+kWA2LTZsVFuLFk6opJs3lH3tbs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1775495442; c=relaxed/simple; bh=hy758M1SMaZPHBQSWazJ1NGFIrxN86oFewL4Jk4UyQs=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tPRwwTo6k6+E8Ud71sl293a5j6P9ILPiAi6fk90K7C4aUafFasl9tcmNOEBfu8pKwCJzoR6AlhxL/pOz6cLEF3TxD3YRmv9lfeUflJ3v46m8ujRXnW+E/Sh9nw8Tja0jwrXbB7DVi0keIHCSAMR+uzMXTFw+7n9xKdfGsnWbIU4= 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 B0A2E60636; Mon, 06 Apr 2026 19:10:31 +0200 (CEST) Date: Mon, 6 Apr 2026 19:10:31 +0200 From: Florian Westphal To: Fernando Fernandez Mancera Cc: Scott Mitchell , netfilter-devel@vger.kernel.org Subject: Re: nfnetlink_queue crashes kernel Message-ID: References: <867c1ae1-66b4-4584-985a-38a4f7d55925@suse.de> Precedence: bulk X-Mailing-List: netfilter-devel@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: <867c1ae1-66b4-4584-985a-38a4f7d55925@suse.de> Fernando Fernandez Mancera wrote: > On 4/4/26 11:40 AM, Florian Westphal wrote: > > I had a go at adding a stress test but its not > > triggering for me even if i run it for 10m. > > Bingo! I modified the test you attached a bit to include your > suggestions and I got the splat on virtme-ng when running the test. See > the whole splat attached below. > I am going to test your proposed patch and check out the results. In > addition I will do some cleanup and send this as a formal nf-next patch. Thanks Fernando, this helps a lot. Given the revert isn't clean and the per-queue ht fix isn't larger than the (modified...) revert I am still considering to apply the fix to nf instead of revert + nf-next defer.