Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp1265245ima; Wed, 24 Oct 2018 18:04:21 -0700 (PDT) X-Google-Smtp-Source: AJdET5cuujd4HXMN+lNrPSGMFy4SML+MVd1xIQIla6XszZD20g9r66jj4QTo1tlhh1DgUBQ4+Wul X-Received: by 2002:a63:6dc8:: with SMTP id i191mr4468469pgc.215.1540429461074; Wed, 24 Oct 2018 18:04:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540429461; cv=none; d=google.com; s=arc-20160816; b=M0lGF4nhaBDD+iKNcviep/vhYioqdhDrZF9nRey4dgf5HNVdQf5C/qCuIj04I3Dfke kGIplZMAgPKuRyrFqht1COdSjnwDVyvZlhxydAY0rSnlH6k+WvSRhDJr1KVtZm8Rj7j1 jTwsagY7ec3SOpYsxPyEdCKr14NZVduW56dLxhanB18ncLkaSlstmOuVEyaS10ZzsJ6H GJPQzR3bzKsoauqaM4xW+PpHg5kNC2cvYkujFC1Szt9PvnTEm1ioG9fTPVKeu1HVKdEe pnoaVfqvkugKH1FtQvm4G7cCKgpMkMsjLKdR1gXFOEezAzehbpQWMkG/zP34Y7dAufgA +ohA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=Wg7VEP7F01CqBQPzEHTtPq+dPP74TZR14IuPiO1lFNs=; b=zQEEpkTgCH70D/adBa+eaQ63sDlKVYMUs/atQqUgf8CxArm4xRh9b4ukijfoIp7Z6e XkkEz16QK9g/8MkRcxDAa2wUce90pBprOoNP1gUaqR1PohsZqqeys9KZQKz9cYn1vL9N PvqcVwQD2fyE1QGV+jgYwbB8e6H1hWOFihDnhvpLf22MeyCcQ5p1wFpj09/pX7PYHTRR mj+XDu8/a35Y2kXNXgkpQsvMGyA7HlvVz1PTSV62YtPwZdOjg/pACfjtGiHDUET7LRae UzPPAIBC+E+OmYqQSP+FxMGlyEtC4+yn1qiXZ/qRDxkweM6QONSxUEgznXgfba3HqQPt IqXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 15-v6si6327378pfr.242.2018.10.24.18.04.04; Wed, 24 Oct 2018 18:04:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727146AbeJYJd4 (ORCPT + 99 others); Thu, 25 Oct 2018 05:33:56 -0400 Received: from zeniv.linux.org.uk ([195.92.253.2]:36916 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726019AbeJYJd4 (ORCPT ); Thu, 25 Oct 2018 05:33:56 -0400 Received: from viro by ZenIV.linux.org.uk with local (Exim 4.90_1 #2 (Red Hat Linux)) id 1gFU3K-0007e8-OZ; Thu, 25 Oct 2018 01:03:10 +0000 Date: Thu, 25 Oct 2018 02:03:10 +0100 From: Al Viro To: Joe Perches Cc: David Miller , wanghaifine@gmail.com, netdev@vger.kernel.org, LKML Subject: Re: [PATCH] Change judgment len position Message-ID: <20181025010310.GE32577@ZenIV.linux.org.uk> References: <20181024154729.5312-1-wanghaifine@gmail.com> <20181024.101028.1211941922121897721.davem@davemloft.net> <61d94f2a5563db4d6580c8385c3b93c8eeb3669a.camel@perches.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <61d94f2a5563db4d6580c8385c3b93c8eeb3669a.camel@perches.com> User-Agent: Mutt/1.9.1 (2017-09-22) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Oct 24, 2018 at 11:28:11AM -0700, Joe Perches wrote: > On Wed, 2018-10-24 at 10:10 -0700, David Miller wrote: > > From: Wang Hai > > Date: Wed, 24 Oct 2018 23:47:29 +0800 > > > > > To determine whether len is less than zero, it should be put before > > > the function min_t, because the return value of min_t is not likely > > > to be less than zero. > [] > > > diff --git a/net/ipv4/tcp.c b/net/ipv4/tcp.c [snip obviously broken patch] > > You can't be serious? > > I'm not personally taken aback by this but > there is the new Code of > Conduct to consider. > > John McEnroe earned quite a bit of his > reputation as an 'enfant terrible' via a > similar statement. > > https://www.youtube.com/watch?v=t0hK1wyrrAU > > Perhaps a different word choice next time in > reply to submitters of ill-considered and/or > defective patches could be useful. Please tell me we are being Poe'd...