[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190507090137.GJ81826@meh.true.cz>
Date: Tue, 7 May 2019 11:01:37 +0200
From: Petr Štetiar <ynezz@...e.cz>
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: netdev@...r.kernel.org, "David S. Miller" <davem@...emloft.net>,
Matthias Brugger <matthias.bgg@...il.com>,
devel@...verdev.osuosl.org, Andrew Lunn <andrew@...n.ch>,
Florian Fainelli <f.fainelli@...il.com>,
Maxime Ripard <maxime.ripard@...tlin.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-kernel@...r.kernel.org, linux-mediatek@...ts.infradead.org,
Frank Rowand <frowand.list@...il.com>,
linux-arm-kernel@...ts.infradead.org,
Heiner Kallweit <hkallweit1@...il.com>,
Jeremy Kerr <jk@...abs.org>
Subject: netdev patchwork issues [Was: Re: [PATCH net-next v2 0/4]
of_get_mac_address ERR_PTR fixes]
Petr Štetiar <ynezz@...e.cz> [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@...r.kernel.org \
--to 'David S. Miller <davem@...emloft.net>' \
--cc 'Andrew Lunn <andrew@...n.ch>' \
--cc 'Florian Fainelli <f.fainelli@...il.com>' \
--cc 'Heiner Kallweit <hkallweit1@...il.com>' \
--cc 'Frank Rowand <frowand.list@...il.com>' \
--cc 'devel@...verdev.osuosl.org' \
--cc 'linux-kernel@...r.kernel.org' \
--cc 'Greg Kroah-Hartman <gregkh@...uxfoundation.org>' \
--cc 'Maxime Ripard <maxime.ripard@...tlin.com>' \
--identity linux tmp/nvmem-fix-v2/000*
which resulted just in the following 4 bounces:
* nbd@...nwrt.org (no such recipient)
* ks.giri@...sung.com (no such recipient)
* vipul.pandya@...sung.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@...r.kernel.org \
--in-reply-to '<1557177887-30446-1-git-send-email-ynezz@...e.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
Powered by blists - more mailing lists