From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A9B33E95A63 for ; Sat, 7 Oct 2023 14:47:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233988AbjJGOr1 (ORCPT ); Sat, 7 Oct 2023 10:47:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58178 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229824AbjJGOr0 (ORCPT ); Sat, 7 Oct 2023 10:47:26 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A994DBD; Sat, 7 Oct 2023 07:47:25 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id F2F05C433C7; Sat, 7 Oct 2023 14:47:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696690045; bh=toBbiQLzqioyx3ESZzgeMUmDaIvxlXr2inUPTTVY7VM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=npVi0yxa2LNPlvtS1ysPrOCYdtE8fIhgoJ1yeYf9EZqv87t95Uk6c7uVO0YCLLM4B NNceouB6JIkkKaVmqZIWZ5bdgO+zJTc4TMX5IYVZUMhY8xrq/oDsqFad6NUe5LKm1V Ft8uERIUV5vLe6PH9QdUsaroLDYzgBlVw0nUcxGdyVnMUZpdAcX0nbqq9bA8UAaiUc 7zVBvT56NAd2dWgjdq7dCxlVJpMb09dP5S2gUIutPOg1PVVEE9q35AX2m2kLyYSMnN xP62TxCInwwMqnhWqgQqmDjBFtX+HBCmQt/EG5PBJDiQGl7iJTHD6vDiT0tXTiTxJo hIxJAfTM9/a0g== Date: Sat, 7 Oct 2023 16:47:20 +0200 From: Simon Horman To: Xin Long Cc: network dev , netfilter-devel@vger.kernel.org, linux-sctp@vger.kernel.org, davem@davemloft.net, kuba@kernel.org, Eric Dumazet , Paolo Abeni , Pablo Neira Ayuso , Jozsef Kadlecsik , Florian Westphal , Marcelo Ricardo Leitner Subject: Re: [PATCHv2 nf 0/2] netfilter: handle the sctp collision properly and add selftest Message-ID: <20231007144720.GA831234@kernel.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-sctp@vger.kernel.org On Tue, Oct 03, 2023 at 01:17:52PM -0400, Xin Long wrote: > Patch 1/2 is to fix the insufficient processing for sctp collision in netfilter > nf_conntrack, and Patch 2/2 is to add a selftest for it, as Florian suggested. > > Xin Long (2): > netfilter: handle the connecting collision properly in > nf_conntrack_proto_sctp > selftests: netfilter: test for sctp collision processing in > nf_conntrack For series, Reviewed-by: Simon Horman