Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp4582449pxu; Wed, 9 Dec 2020 23:30:23 -0800 (PST) X-Google-Smtp-Source: ABdhPJxAXPGJSTad9MwZPa+oZXr/vLILEhJXilF+whLXn54PPaOfzIlnfqqJ14nyVLrPkGwwKTCg X-Received: by 2002:a17:906:2e82:: with SMTP id o2mr5386399eji.106.1607585423519; Wed, 09 Dec 2020 23:30:23 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607585423; cv=none; d=google.com; s=arc-20160816; b=X/NrEMJVRBrGadljlo4C/WXoUnqWS8kSmIseIMjGbS9Ijr/5U3tOrp9UyMHhEkVgCa ULTtuI/cHf3qoUnlTCGRQUpc1+c6z4bHoHuwlKgSqLtCqNcOzKw1YJ4oB/p8bKckpN1o aiAKa1wxuW6V237oqEn/ATpSRv9X/eb1ImFTGjJ/K9+BvT3b6fBPB7PNzGRqgev+jETq AEwzzbtnnfgzX3qDdUytmERU+maU64LL2dwcRveD8nKTDD7B2egYqLmjHQXnwRGlyTeL yBUdS18wJwZR4elBTlyF2baPYd0PppR3YIHY7a9qnI7FRoy5k4rnG48mTjuoq5Okzw9x knsA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:message-id:references:in-reply-to :organization:subject:cc:to:from:date:content-transfer-encoding :mime-version; bh=t3/TmjVBXR0mbIgtwFR9tN2SFAQyGr3E4XlmQ/Kc4Bk=; b=Wx9h5PftIZAnIew9QP6NTEXnbtEg3UjHW/Jv2iGAtnO1aTjXSnxv1flNxHnHtE/8Am eMbp7BY6i9Y2S7zJ9BjnTWOACfgdknh/qcnJd/6wn6loPUKZ7h7yzr6gAFU/j1y45F+d ohXy26MubrCikLu1sg87PucEsl1fS3UobvGV/472Stmv6WYTirH+Ds+HbKiGxfO8VBYs WU+OQKUkrMtdUiuQyeGCrtbJcRX4Q6Ea/NP7qj3E80cp/eqyWMkW1JohisMiV96s0bvV hKNpmO1yC3EL061DGViB9ZvJimuYdygJqayM0tMRWttlwjUH0281XriqetrwZKOHgCZP r3gw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id w13si1995614ejn.15.2020.12.09.23.30.01; Wed, 09 Dec 2020 23:30:23 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387420AbgLJG3N (ORCPT + 99 others); Thu, 10 Dec 2020 01:29:13 -0500 Received: from mxout70.expurgate.net ([194.37.255.70]:43367 "EHLO mxout70.expurgate.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733306AbgLJG3N (ORCPT ); Thu, 10 Dec 2020 01:29:13 -0500 Received: from [127.0.0.1] (helo=localhost) by relay.expurgate.net with smtp (Exim 4.90) (envelope-from ) id 1knFQ9-0005Ng-FX; Thu, 10 Dec 2020 07:27:21 +0100 Received: from [195.243.126.94] (helo=securemail.tdt.de) by relay.expurgate.net with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90) (envelope-from ) id 1knFQ8-0005gS-CG; Thu, 10 Dec 2020 07:27:20 +0100 Received: from securemail.tdt.de (localhost [127.0.0.1]) by securemail.tdt.de (Postfix) with ESMTP id 3FCA8240041; Thu, 10 Dec 2020 07:27:19 +0100 (CET) Received: from mail.dev.tdt.de (unknown [10.2.4.42]) by securemail.tdt.de (Postfix) with ESMTP id B3410240040; Thu, 10 Dec 2020 07:27:18 +0100 (CET) Received: from mail.dev.tdt.de (localhost [IPv6:::1]) by mail.dev.tdt.de (Postfix) with ESMTP id 0884B202DE; Thu, 10 Dec 2020 07:27:18 +0100 (CET) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 10 Dec 2020 07:27:17 +0100 From: Martin Schiller To: Xie He Cc: Andrew Hendry , "David S. Miller" , Jakub Kicinski , Linux X25 , Linux Kernel Network Developers , LKML Subject: Re: [PATCH net-next v7 4/5] net/x25: fix restart request/confirm handling Organization: TDT AG In-Reply-To: References: <20201126063557.1283-1-ms@dev.tdt.de> <20201126063557.1283-5-ms@dev.tdt.de> <3e314d2786857cbd5aaee8b83a0e6daa@dev.tdt.de> Message-ID: <458f89938c565b82fe30087fb33602b9@dev.tdt.de> X-Sender: ms@dev.tdt.de User-Agent: Roundcube Webmail/1.3.15 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mail.dev.tdt.de X-purgate: clean X-purgate-ID: 151534::1607581641-00000FB8-BB3A271E/0/0 X-purgate-type: clean Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020-12-09 23:11, Xie He wrote: > On Wed, Dec 9, 2020 at 1:47 AM Xie He wrote: >> >> On Wed, Dec 9, 2020 at 1:41 AM Martin Schiller wrote: >> > >> > Right. >> > By the way: A "Restart Collision" is in practice a very common event to >> > establish the Layer 3. >> >> Oh, I see. Thanks! > > Hi Martin, > > When you submit future patch series, can you try ensuring the code to > be in a completely working state after each patch in the series? This > makes reviewing the patches easier. After the patches get applied, > this also makes tracing bugs (for example, with "git bisect") through > the commit history easier. Well I thought that's what patch series are for: Send patches that belong together and should be applied together. Of course I will try to make each patch work on its own, but this is not always possible with major changes or ends up in monster patches. And nobody wants that. Martin