Received: by 2002:a25:ad19:0:0:0:0:0 with SMTP id y25csp2652483ybi; Thu, 18 Jul 2019 11:53:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqyEgMIoIf/m+iMOFAKWQ8oMvF+0meVM+HyuMrwW0pflhq6/D1zEEFaGLZZSnaYlrRbRZ6Wo X-Received: by 2002:a17:90a:bf0e:: with SMTP id c14mr50315206pjs.55.1563475992662; Thu, 18 Jul 2019 11:53:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563475992; cv=none; d=google.com; s=arc-20160816; b=fdbwnM48+bOazHR4/BzyV46GNUmLPbpFyQO8GFujxPp6Eu+MwfWSbOC7n7lUO8Ykj5 q9nuTCkib/J+nIlKew1Oc0VSuNb6pr/SiP5npX4iSGkoLwOVkhKkFXeGNE4u7wt4MV8q 6plvpD4WlaC+65dtiuA+NbXeWaUenjPRIXjKrl5kUt45G7cBsc3lKpNgGeWoc22u+bvC L3FFSCqf8Az6IiqYZMb+YA34S97M9DPf9N4pQlXjamL4MAfzNlgJ+BiDyiGfha4Y6z3N HDDAKalyIGKZmHv5aiiIWAEEDAGvyLkOgWoGRrNNJfNbKimFnNxddyT5okAVzhvgN0hF uWEA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:from:subject:cc:to:message-id:date; bh=lDqexf/M41i8ZDajwu8pyrLtTX1XT5eJKf6Um6gL1pk=; b=vgqDI97FMDxCuFzLslFi+V2USNGd1rgDFoCy/C/DEeEZWyhNPVkBFK5imnv7UQ8vtf QKUdcyTr/sz/7WIvR3R2zQsL4yBJRu5WYeMvb5SplJbl3QBxRd5vT/n5YO59lmTUNE42 5umg5rpttUVlAw1KCy+mHrgoahWKWO3YGitc87iv/EzdU3uUjysVnZFq5Md5xJjVTCn1 6NbnKSTMjKyc0EVYMjHynidCXLyk63nvgV2CR5jJFU3+VKxzENUgsR0WG1hkABqrZ71z oZdTgO+1Fl9t4eP8jJ+PJZTZpl2C8zB2nGYM9Rwajwzf2YFeRWwu7RfpKWfsFoDHSOC4 mIiQ== 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 l102si129201pje.78.2019.07.18.11.52.57; Thu, 18 Jul 2019 11:53:12 -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 S2391008AbfGRSwZ (ORCPT + 99 others); Thu, 18 Jul 2019 14:52:25 -0400 Received: from shards.monkeyblade.net ([23.128.96.9]:54110 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727762AbfGRSwZ (ORCPT ); Thu, 18 Jul 2019 14:52:25 -0400 Received: from localhost (unknown [IPv6:2601:601:9f80:35cd::d71]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) (Authenticated sender: davem-davemloft) by shards.monkeyblade.net (Postfix) with ESMTPSA id EA3A91527BF0E; Thu, 18 Jul 2019 11:52:24 -0700 (PDT) Date: Thu, 18 Jul 2019 11:52:24 -0700 (PDT) Message-Id: <20190718.115224.1933823583893054221.davem@davemloft.net> To: suyj.fnst@cn.fujitsu.com Cc: kuznet@ms2.inr.ac.ru, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] udp: Fix typo in net/ipv4/udp.c From: David Miller In-Reply-To: <1563416363-7036-1-git-send-email-suyj.fnst@cn.fujitsu.com> References: <1563416363-7036-1-git-send-email-suyj.fnst@cn.fujitsu.com> X-Mailer: Mew version 6.8 on Emacs 26.1 Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 18 Jul 2019 11:52:25 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Su Yanjun Date: Thu, 18 Jul 2019 10:19:23 +0800 > Signed-off-by: Su Yanjun Several problems with this patch submission: 1) Please always make it clear when you post a new version of a patch using indications in the Subject line such as "[PATCH v2]" or similar. Otherwise I assume it is a different change altogether and not related to any other patch. 2) The targetted subsystem or tree must be clearly identified in the subject line, for this you should say "[PATCH net v2]" since you are targetting my networking bug fix GIT tree. Thank you.