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 E1EB0C433F5 for ; Sat, 2 Apr 2022 14:14:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356125AbiDBOQL (ORCPT ); Sat, 2 Apr 2022 10:16:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43276 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S238179AbiDBOQG (ORCPT ); Sat, 2 Apr 2022 10:16:06 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 46D973D1C4; Sat, 2 Apr 2022 07:14:12 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1naeW2-0005EG-Ka; Sat, 02 Apr 2022 16:14:10 +0200 Date: Sat, 2 Apr 2022 16:14:10 +0200 From: Florian Westphal To: Jaco Kroon Cc: Neal Cardwell , Florian Westphal , Eric Dumazet , LKML , Netdev , Yuchung Cheng , Wei Wang Subject: Re: linux 5.17.1 disregarding ACK values resulting in stalled TCP connections Message-ID: <20220402141410.GE28321@breakpoint.cc> References: <10c1e561-8f01-784f-c4f4-a7c551de0644@uls.co.za> <5f1bbeb2-efe4-0b10-bc76-37eff30ea905@uls.co.za> <429dd56b-8a6c-518f-ccb4-fa5beae30953@uls.co.za> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <429dd56b-8a6c-518f-ccb4-fa5beae30953@uls.co.za> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Jaco Kroon wrote: > Including sysctl net.netfilter.nf_conntrack_log_invalid=6- which > generates lots of logs, something specific I should be looking for?  I > suspect these relate: > > [Sat Apr  2 10:31:53 2022] nf_ct_proto_6: SEQ is over the upper bound > (over the window of the receiver) IN= OUT=bond0 > SRC=2c0f:f720:0000:0003:d6ae:52ff:feb8:f27b > DST=2a00:1450:400c:0c08:0000:0000:0000:001a LEN=2928 TC=0 HOPLIMIT=64 > FLOWLBL=867133 PROTO=TCP SPT=48920 DPT=25 SEQ=2689938314 ACK=4200412020 > WINDOW=447 RES=0x00 ACK PSH URGP=0 OPT (0101080A2F36C1C120EDFB91) UID=8 > GID=12 I thought this had "liberal mode" enabled for tcp conntrack? The above implies its off.