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 301F679DD; Wed, 13 Mar 2024 19:44:42 +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=1710359085; cv=none; b=jJwawDDydHcStaEIatBrW6yyamGHb2TeNjaN7BuD51JTxB6iwOX1b4DZNg2/nlranDRHlKIDnhex6Y8Wm9ofv/26fD4mD+1mawwdBxOcIIinNCkQimwthz6g1abyvBkGzuw+Sl55R61LraYk/FS9G3bczBedTrbwJzGLP8UKsT0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1710359085; c=relaxed/simple; bh=xfzrj84MmcdTlfzKc7G9HIN3Vlh4qU4DUvE050cAj9Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=JjgFL9AxI7GGTzK8OW3RhvKGuIK9tAGwcYInGPOMjlUB/Ixz8sDLaTahlB+ian2uUCiQ7RJkA962tAh5BPoEJ1SR7zAQG+8Pw4Bl7sRGp4FOc93mx1OPe4cyMII3iq2DqDOu2kCkI/5+7UKV3dkO+lf/3t4/Frq6vIjLJIDFz2c= 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: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1rkUWl-0002Gm-Th; Wed, 13 Mar 2024 20:44:39 +0100 Date: Wed, 13 Mar 2024 20:44:39 +0100 From: Florian Westphal To: Linus =?iso-8859-15?Q?L=FCssing?= Cc: Simon Horman , netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Pablo Neira Ayuso , Jozsef Kadlecsik , Florian Westphal , "David S . Miller" , Eric Dumazet , Jakub Kicinski , Paolo Abeni , Dietmar Maurer , Thomas Lamprecht , Wolfgang Bumiller , Alexandre Derumier Subject: Re: [PATCH net] netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery Message-ID: <20240313194439.GA7400@breakpoint.cc> References: <20240306141805.17679-1-linus.luessing@c0d3.blue> <20240307101254.GL281974@kernel.org> 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=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Linus Lüssing wrote: > Also this related fix introduced in v2.6.29 should hint to the > age of this issue: > > 3f9007135c1d netfilter: nf_conntrack_ipv6: don't track ICMPv6 negotiation message > > Which only picked/fixed a few ICMPv6 types but not ICMPv6 MRD > though. > > tl;dr: for me this would be ok, if it were ok for others, too, that I > couldn't fully bisect to it in practice... : > > Fixes: 9fb9cbb1082d ("[NETFILTER]: Add nf_conntrack subsystem.") Thats fine, its clear that this is isn't a regression this way.