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 X-Spam-Level: X-Spam-Status: No, score=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,UNPARSEABLE_RELAY,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F04FC004C9 for ; Tue, 7 May 2019 09:01:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 693E0204FD for ; Tue, 7 May 2019 09:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726406AbfEGJBn (ORCPT ); Tue, 7 May 2019 05:01:43 -0400 Received: from smtp-out.xnet.cz ([178.217.244.18]:43662 "EHLO smtp-out.xnet.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726072AbfEGJBn (ORCPT ); Tue, 7 May 2019 05:01:43 -0400 Received: from meh.true.cz (meh.true.cz [108.61.167.218]) (Authenticated sender: petr@true.cz) by smtp-out.xnet.cz (Postfix) with ESMTPSA id 3CDFA6E34; Tue, 7 May 2019 11:01:39 +0200 (CEST) Received: from localhost (meh.true.cz [local]) by meh.true.cz (OpenSMTPD) with ESMTPA id dba1650f; Tue, 7 May 2019 11:01:37 +0200 (CEST) Date: Tue, 7 May 2019 11:01:37 +0200 From: Petr =?utf-8?Q?=C5=A0tetiar?= To: Dan Carpenter Cc: netdev@vger.kernel.org, "David S. Miller" , Matthias Brugger , devel@driverdev.osuosl.org, Andrew Lunn , Florian Fainelli , Maxime Ripard , Greg Kroah-Hartman , linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org, Frank Rowand , linux-arm-kernel@lists.infradead.org, Heiner Kallweit , Jeremy Kerr Subject: netdev patchwork issues [Was: Re: [PATCH net-next v2 0/4] of_get_mac_address ERR_PTR fixes] Message-ID: <20190507090137.GJ81826@meh.true.cz> Reply-To: Petr =?utf-8?Q?=C5=A0tetiar?= References: <1557177887-30446-1-git-send-email-ynezz@true.cz> <20190507071914.GJ2269@kadam> <20190507083918.GI81826@meh.true.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190507083918.GI81826@meh.true.cz> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Petr Štetiar [2019-05-07 10:39:18]: [adding Jeremy to the Cc: loop] > it was applied[2] to David's net-next tree, but unfortunately partialy, just 9 > patches out of 10, as the patch 05/10 in that series (which is patch 1/4 in > this series) never reached netdev mailing list and patchwork, probably because > of some netdev mailing list software and/or patchwork hiccup, very likely due > to the long list of recipients in that patch and as I'm not subscribed to the > netdev (due to the high traffic) I'm probably treaten somehow differently. For the record, I've following in my ~/.gitconfig: [sendemail.linux] tocmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nol" cccmd ="`pwd`/scripts/get_maintainer.pl --nogit --nogit-fallback --norolestats --nom" and I've sent the patches with the following command: git send-email \ --to netdev@vger.kernel.org \ --to 'David S. Miller ' \ --cc 'Andrew Lunn ' \ --cc 'Florian Fainelli ' \ --cc 'Heiner Kallweit ' \ --cc 'Frank Rowand ' \ --cc 'devel@driverdev.osuosl.org' \ --cc 'linux-kernel@vger.kernel.org' \ --cc 'Greg Kroah-Hartman ' \ --cc 'Maxime Ripard ' \ --identity linux tmp/nvmem-fix-v2/000* which resulted just in the following 4 bounces: * nbd@openwrt.org (no such recipient) * ks.giri@samsung.com (no such recipient) * vipul.pandya@samsung.com (no such recipient) Your mail to 'linux-arm-kernel' with the subject [PATCH net-next v2 1/4] net: ethernet: support of_get_mac_address new ERR_PTR error Is being held until the list moderator can review it for approval. The reason it is being held: Too many recipients to the message So maybe netdev have similar moderation stuff enabled, but doesn't send out this notices back? I've "fixed" the issue with the following workaround: git send-email \ --to netdev@vger.kernel.org \ --in-reply-to '<1557177887-30446-1-git-send-email-ynezz@true.cz>' \ tmp/nvmem-fix-v2/0001-net-ethernet-support-of_get_mac_address-new-ERR_PTR-.patch That is, just using netdev as the sole recipient and then the patch has appeared in the patchwork and in the mailing list archive as well. -- ynezz