Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp6197504ybv; Tue, 18 Feb 2020 11:50:37 -0800 (PST) X-Google-Smtp-Source: APXvYqwDMVmXbRpvRbRAXh9Qb/1aq0zgnh1wUnyNF8StFrMOZ3v7v53dn/qf0yFf6+9FYjely4dE X-Received: by 2002:a9d:784b:: with SMTP id c11mr16097356otm.246.1582055437640; Tue, 18 Feb 2020 11:50:37 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1582055437; cv=none; d=google.com; s=arc-20160816; b=oUQbylbWMvUgL77KjMXIThHsWd1IuyItnRxhTVfGxGvLMf89WwDsCwiOVhMTF4AE93 PKjFc5Geasv7BX/ryKuCnfFslvM/aNR8HpaBFmA+thwJc0bq8xe3B7QMd/z/6ajJSaD/ POueai4xl3qOTq8+8CV9kOtAd+aMjdDNT3uJ7YS89/YPogKEeJeKUVYdWCxzWpNxKKIG FzRMQPQvOmlR6C263NhmnLyACHJpme2cpJMJnHW3NcfpZzsGIcCTB8nwuKWfS2OtapID YBN5RWNR+Sd+468MMUFguytX4yHEawZ74M8f9ZOg8121sA6shry8YAufVUt05kaXQiPO zvLw== 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=ec6eH8lOSLdp6yToQhKVgR7RDyn+JQjifiuVekw+TjM=; b=06B9nyrQgaTWfeLu2zuNCAuKMTfTlgFMGaHnNEnBaWpTimh0lxA4gyES3bdgiuFPyy 2JhGaGoW1mCiA9CJuSkoqOtOwuZQNZyi8AEB8SzIjwjXVKKtsBnfgtUtSTa7eeob4Z3B UlHND297V+FHnGKbhgJCaN85JsZ458ue8yU7ZneV4paQjlH1dUUklbaTVe96utkqmv7I GOVkIcFAYRqwweU8f6VfoJs88pxcAJT/H0WuTiUoGxs5R+6iPNMhch6CfBP0s+3qj4q3 I/64ImSJXYNaSm5O48fnqCagEnot/MdoPXngHQ89lnN+f0d/3gyEyPLNFRgx1yEw6z+h zEIg== 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 v5si8046827oix.197.2020.02.18.11.50.24; Tue, 18 Feb 2020 11:50:37 -0800 (PST) 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 S1726478AbgBRTuT (ORCPT + 99 others); Tue, 18 Feb 2020 14:50:19 -0500 Received: from shards.monkeyblade.net ([23.128.96.9]:36400 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726283AbgBRTuS (ORCPT ); Tue, 18 Feb 2020 14:50:18 -0500 Received: from localhost (unknown [IPv6:2601:601:9f00:477::3d5]) (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 77D13121793C3; Tue, 18 Feb 2020 11:50:17 -0800 (PST) Date: Tue, 18 Feb 2020 11:50:14 -0800 (PST) Message-Id: <20200218.115014.2022578847900470441.davem@davemloft.net> To: esben@geanix.com Cc: netdev@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, andrew@lunn.ch, michal.simek@xilinx.com, ynezz@true.cz Subject: Re: [PATCH 0/8] net: ll_temac: Bugfixes and ethtool support From: David Miller In-Reply-To: <20200218082607.7035-1-esben@geanix.com> References: <20200218082607.7035-1-esben@geanix.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]); Tue, 18 Feb 2020 11:50:17 -0800 (PST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Several errors in this submission: 1) Do not mix bug fixes and new features. Submit the bug fixes targetting 'net', and then wait for net to be merged into net-next at which time you can submit the new features on top. 2) As per Documentation/networking/netdev-FAQ.rst you should not ever CC: stable for networking patches, we submit bug fixes to stable ourselves. Thank you.