[{"id":1763572,"web_url":"http://patchwork.ozlabs.org/comment/1763572/","msgid":"<20170905.115044.551456011251065741.davem@davemloft.net>","list_archive_url":null,"date":"2017-09-05T18:50:44","subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","submitter":{"id":15,"url":"http://patchwork.ozlabs.org/api/people/15/","name":"David Miller","email":"davem@davemloft.net"},"content":"From: Thomas Meyer <thomas@m3y3r.de>\nDate: Sun, 03 Sep 2017 14:19:31 +0200\n\n> Use ARRAY_SIZE macro, rather than explicitly coding some variant of it\n> yourself.\n> Found with: find -type f -name \"*.c\" -o -name \"*.h\" | xargs perl -p -i -e\n> 's/\\bsizeof\\s*\\(\\s*(\\w+)\\s*\\)\\s*\\ /\\s*sizeof\\s*\\(\\s*\\1\\s*\\[\\s*0\\s*\\]\\s*\\)\n> /ARRAY_SIZE(\\1)/g' and manual check/verification.\n> \n> Signed-off-by: Thomas Meyer <thomas@m3y3r.de>\n\nThis should be submitted to the Intel ethernet driver maintainers.\n\nThank you.","headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xmwlb6kFmz9sPr\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed,  6 Sep 2017 04:50:51 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753134AbdIESur (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 5 Sep 2017 14:50:47 -0400","from shards.monkeyblade.net ([184.105.139.130]:36888 \"EHLO\n\tshards.monkeyblade.net\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1752113AbdIESup (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 5 Sep 2017 14:50:45 -0400","from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net\n\t[74.93.104.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(Client did not present a certificate)\n\t(Authenticated sender: davem-davemloft)\n\tby shards.monkeyblade.net (Postfix) with ESMTPSA id 7B15D13D809EA;\n\tTue,  5 Sep 2017 11:50:45 -0700 (PDT)"],"Date":"Tue, 05 Sep 2017 11:50:44 -0700 (PDT)","Message-Id":"<20170905.115044.551456011251065741.davem@davemloft.net>","To":"thomas@m3y3r.de","Cc":"netdev@vger.kernel.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","From":"David Miller <davem@davemloft.net>","In-Reply-To":"<1504439110050-1907815276-6-diffsplit-thomas@m3y3r.de>","References":"<1504439110050-939061377-0-diffsplit-thomas@m3y3r.de>\n\t<1504439110050-1907815276-6-diffsplit-thomas@m3y3r.de>","X-Mailer":"Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)","Mime-Version":"1.0","Content-Type":"Text/Plain; charset=us-ascii","Content-Transfer-Encoding":"7bit","X-Greylist":"Sender succeeded SMTP AUTH, not delayed by\n\tmilter-greylist-4.5.12 (shards.monkeyblade.net\n\t[149.20.54.216]); Tue, 05 Sep 2017 11:50:45 -0700 (PDT)","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"}},{"id":1763607,"web_url":"http://patchwork.ozlabs.org/comment/1763607/","msgid":"<20170905194419.pdwrkqdad6tbq7hs@olymp>","list_archive_url":null,"date":"2017-09-05T19:45:09","subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","submitter":{"id":10277,"url":"http://patchwork.ozlabs.org/api/people/10277/","name":"Thomas Meyer","email":"thomas@m3y3r.de"},"content":"On Tue, Sep 05, 2017 at 11:50:44AM -0700, David Miller wrote:\n> From: Thomas Meyer <thomas@m3y3r.de>\n> Date: Sun, 03 Sep 2017 14:19:31 +0200\n> \n> > Use ARRAY_SIZE macro, rather than explicitly coding some variant of it\n> > yourself.\n> > Found with: find -type f -name \"*.c\" -o -name \"*.h\" | xargs perl -p -i -e\n> > 's/\\bsizeof\\s*\\(\\s*(\\w+)\\s*\\)\\s*\\ /\\s*sizeof\\s*\\(\\s*\\1\\s*\\[\\s*0\\s*\\]\\s*\\)\n> > /ARRAY_SIZE(\\1)/g' and manual check/verification.\n> > \n> > Signed-off-by: Thomas Meyer <thomas@m3y3r.de>\n> \n> This should be submitted to the Intel ethernet driver maintainers.\nHi,\n\nmy script checks the output of get_maintainer scripts and only sends to \"open\nlist\" entries.\n\nThe intel-wired-lan@lists.osuosl.org is moderated, so that's why the patch\nwasn't send there.\n\nStrangely the lists for nouveau@lists.freedesktop.org and\nintel-gvt-dev@lists.freedesktop.org appears as open lists in the MAINTAINERS\nfile but seems to be also moderated lists... At least I got some reply that my\nmessage awaits approval. Maybe an update to the MAINTAINERS file is missing\nhere?\n\nI may drop above check in my script and send to all mailing lists that\nget_maintainer.pl will return.\n\n> \n> Thank you.","headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xmxyg2HQBz9sP3\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed,  6 Sep 2017 05:45:31 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752620AbdIETpP (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 5 Sep 2017 15:45:15 -0400","from www17.your-server.de ([213.133.104.17]:33986 \"EHLO\n\twww17.your-server.de\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1752312AbdIETpP (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 5 Sep 2017 15:45:15 -0400","from [95.222.27.54] (helo=olymp)\n\tby www17.your-server.de with esmtpsa\n\t(TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2)\n\t(envelope-from <thomas@m3y3r.de>)\n\tid 1dpJmb-0007VQ-76; Tue, 05 Sep 2017 21:45:13 +0200"],"Date":"Tue, 5 Sep 2017 21:45:09 +0200","From":"Thomas Meyer <thomas@m3y3r.de>","To":"David Miller <davem@davemloft.net>","Cc":"netdev@vger.kernel.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","Message-ID":"<20170905194419.pdwrkqdad6tbq7hs@olymp>","References":"<1504439110050-939061377-0-diffsplit-thomas@m3y3r.de>\n\t<1504439110050-1907815276-6-diffsplit-thomas@m3y3r.de>\n\t<20170905.115044.551456011251065741.davem@davemloft.net>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20170905.115044.551456011251065741.davem@davemloft.net>","User-Agent":"NeoMutt/20170113 (1.7.2)","X-Authenticated-Sender":"thomas@m3y3r.de","X-Virus-Scanned":"Clear (ClamAV 0.99.2/23776/Tue Sep  5 14:35:47 2017)","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"}},{"id":1763619,"web_url":"http://patchwork.ozlabs.org/comment/1763619/","msgid":"<1504641678.28899.12.camel@perches.com>","list_archive_url":null,"date":"2017-09-05T20:01:18","subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","submitter":{"id":771,"url":"http://patchwork.ozlabs.org/api/people/771/","name":"Joe Perches","email":"joe@perches.com"},"content":"On Tue, 2017-09-05 at 21:45 +0200, Thomas Meyer wrote:\n> On Tue, Sep 05, 2017 at 11:50:44AM -0700, David Miller wrote:\n> > From: Thomas Meyer <thomas@m3y3r.de>\n> > Date: Sun, 03 Sep 2017 14:19:31 +0200\n> > \n> > > Use ARRAY_SIZE macro, rather than explicitly coding some variant of it\n> > > yourself.\n> > > Found with: find -type f -name \"*.c\" -o -name \"*.h\" | xargs perl -p -i -e\n> > > 's/\\bsizeof\\s*\\(\\s*(\\w+)\\s*\\)\\s*\\ /\\s*sizeof\\s*\\(\\s*\\1\\s*\\[\\s*0\\s*\\]\\s*\\)\n> > > /ARRAY_SIZE(\\1)/g' and manual check/verification.\n> > > \n> > > Signed-off-by: Thomas Meyer <thomas@m3y3r.de>\n> > \n> > This should be submitted to the Intel ethernet driver maintainers.\n> \n> Hi,\n> \n> my script checks the output of get_maintainer scripts and only sends to \"open\n> list\" entries.\n> \n> The intel-wired-lan@lists.osuosl.org is moderated, so that's why the patch\n> wasn't send there.\n> \n> Strangely the lists for nouveau@lists.freedesktop.org and\n> intel-gvt-dev@lists.freedesktop.org appears as open lists in the MAINTAINERS\n> file but seems to be also moderated lists... At least I got some reply that my\n> message awaits approval. Maybe an update to the MAINTAINERS file is missing\n> here?\n> \n> I may drop above check in my script and send to all mailing lists that\n> get_maintainer.pl will return.\n\nThere's a difference between moderated and subscriber-only\nentries in MAINTAINERS.\n\nget_maintainers will by default list moderated lists and\nnot show subscriber-only lists unless using the -s switch.","headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xmyKH5HdYz9s71\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed,  6 Sep 2017 06:01:39 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752784AbdIEUBY (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 5 Sep 2017 16:01:24 -0400","from smtprelay0206.hostedemail.com ([216.40.44.206]:51080 \"EHLO\n\tsmtprelay.hostedemail.com\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S1752459AbdIEUBW (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 5 Sep 2017 16:01:22 -0400","from filter.hostedemail.com (clb03-v110.bra.tucows.net\n\t[216.40.38.60])\n\tby smtprelay02.hostedemail.com (Postfix) with ESMTP id 4A2085AB2;\n\tTue,  5 Sep 2017 20:01:21 +0000 (UTC)","from XPS-9350 (unknown [47.151.132.55])\n\t(Authenticated sender: joe@perches.com)\n\tby omf04.hostedemail.com (Postfix) with ESMTPA;\n\tTue,  5 Sep 2017 20:01:20 +0000 (UTC)"],"X-Session-Marker":"6A6F6540706572636865732E636F6D","X-Spam-Summary":"2, 0, 0, , d41d8cd98f00b204, joe@perches.com, :::::::,\n\tRULES_HIT:41:355:379:541:599:800:960:966:973:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2196:2198:2199:2200:2393:2553:2559:2562:2693:2828:2895:3138:3139:3140:3141:3142:3353:3622:3865:3866:3867:3868:3870:3871:3872:3874:4184:4321:4385:5007:6119:6248:7576:7903:7904:8527:9010:10004:10400:10848:10967:11232:11658:11914:12043:12296:12740:12760:12895:13069:13095:13132:13161:13229:13231:13311:13357:13439:14096:14097:14180:14181:14659:14721:14777:21060:21063:21080:21324:21433:21451:21627:30029:30054:30055:30069:30070:30083:30090:30091,\n\t0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5,\n\tNetcheck:none, DomainCache:0, MSF:not bulk, SPF:, MSBL:0,\n\tDNSBL:none, Custom_rules:0:0:0, LFtime:13, LUA_SUMMARY:none","X-HE-Tag":"sea25_62fce97e1080f","X-Filterd-Recvd-Size":"2438","Message-ID":"<1504641678.28899.12.camel@perches.com>","Subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","From":"Joe Perches <joe@perches.com>","To":"Thomas Meyer <thomas@m3y3r.de>, David Miller <davem@davemloft.net>","Cc":"netdev@vger.kernel.org, linux-kernel@vger.kernel.org","Date":"Tue, 05 Sep 2017 13:01:18 -0700","In-Reply-To":"<20170905194419.pdwrkqdad6tbq7hs@olymp>","References":"<1504439110050-939061377-0-diffsplit-thomas@m3y3r.de>\n\t<1504439110050-1907815276-6-diffsplit-thomas@m3y3r.de>\n\t<20170905.115044.551456011251065741.davem@davemloft.net>\n\t<20170905194419.pdwrkqdad6tbq7hs@olymp>","Content-Type":"text/plain; charset=\"ISO-8859-1\"","X-Mailer":"Evolution 3.22.6-1ubuntu1 ","Mime-Version":"1.0","Content-Transfer-Encoding":"7bit","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"}},{"id":1763653,"web_url":"http://patchwork.ozlabs.org/comment/1763653/","msgid":"<20170905.142205.14687531780483930.davem@davemloft.net>","list_archive_url":null,"date":"2017-09-05T21:22:05","subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","submitter":{"id":15,"url":"http://patchwork.ozlabs.org/api/people/15/","name":"David Miller","email":"davem@davemloft.net"},"content":"From: Joe Perches <joe@perches.com>\nDate: Tue, 05 Sep 2017 13:01:18 -0700\n\n> On Tue, 2017-09-05 at 21:45 +0200, Thomas Meyer wrote:\n>> On Tue, Sep 05, 2017 at 11:50:44AM -0700, David Miller wrote:\n>> > From: Thomas Meyer <thomas@m3y3r.de>\n>> > Date: Sun, 03 Sep 2017 14:19:31 +0200\n>> > \n>> > > Use ARRAY_SIZE macro, rather than explicitly coding some variant of it\n>> > > yourself.\n>> > > Found with: find -type f -name \"*.c\" -o -name \"*.h\" | xargs perl -p -i -e\n>> > > 's/\\bsizeof\\s*\\(\\s*(\\w+)\\s*\\)\\s*\\ /\\s*sizeof\\s*\\(\\s*\\1\\s*\\[\\s*0\\s*\\]\\s*\\)\n>> > > /ARRAY_SIZE(\\1)/g' and manual check/verification.\n>> > > \n>> > > Signed-off-by: Thomas Meyer <thomas@m3y3r.de>\n>> > \n>> > This should be submitted to the Intel ethernet driver maintainers.\n>> \n>> Hi,\n>> \n>> my script checks the output of get_maintainer scripts and only sends to \"open\n>> list\" entries.\n>> \n>> The intel-wired-lan@lists.osuosl.org is moderated, so that's why the patch\n>> wasn't send there.\n>> \n>> Strangely the lists for nouveau@lists.freedesktop.org and\n>> intel-gvt-dev@lists.freedesktop.org appears as open lists in the MAINTAINERS\n>> file but seems to be also moderated lists... At least I got some reply that my\n>> message awaits approval. Maybe an update to the MAINTAINERS file is missing\n>> here?\n>> \n>> I may drop above check in my script and send to all mailing lists that\n>> get_maintainer.pl will return.\n> \n> There's a difference between moderated and subscriber-only\n> entries in MAINTAINERS.\n> \n> get_maintainers will by default list moderated lists and\n> not show subscriber-only lists unless using the -s switch.\n\nFurthermore, nothing prevented you from CC:'ing the maintainer,\nJeff Kirscher.","headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xn06F42d3z9s7c\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed,  6 Sep 2017 07:22:13 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1753474AbdIEVWJ (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tTue, 5 Sep 2017 17:22:09 -0400","from shards.monkeyblade.net ([184.105.139.130]:39290 \"EHLO\n\tshards.monkeyblade.net\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1752949AbdIEVWH (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Tue, 5 Sep 2017 17:22:07 -0400","from localhost (74-93-104-98-Washington.hfc.comcastbusiness.net\n\t[74.93.104.98]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\n\t(Client did not present a certificate)\n\t(Authenticated sender: davem-davemloft)\n\tby shards.monkeyblade.net (Postfix) with ESMTPSA id DABD113DB593F;\n\tTue,  5 Sep 2017 14:22:06 -0700 (PDT)"],"Date":"Tue, 05 Sep 2017 14:22:05 -0700 (PDT)","Message-Id":"<20170905.142205.14687531780483930.davem@davemloft.net>","To":"joe@perches.com","Cc":"thomas@m3y3r.de, netdev@vger.kernel.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","From":"David Miller <davem@davemloft.net>","In-Reply-To":"<1504641678.28899.12.camel@perches.com>","References":"<20170905.115044.551456011251065741.davem@davemloft.net>\n\t<20170905194419.pdwrkqdad6tbq7hs@olymp>\n\t<1504641678.28899.12.camel@perches.com>","X-Mailer":"Mew version 6.7 on Emacs 25.2 / Mule 6.0 (HANACHIRUSATO)","Mime-Version":"1.0","Content-Type":"Text/Plain; charset=us-ascii","Content-Transfer-Encoding":"7bit","X-Greylist":"Sender succeeded SMTP AUTH, not delayed by\n\tmilter-greylist-4.5.12 (shards.monkeyblade.net\n\t[149.20.54.216]); Tue, 05 Sep 2017 14:22:07 -0700 (PDT)","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"}},{"id":1763940,"web_url":"http://patchwork.ozlabs.org/comment/1763940/","msgid":"<20170906090817.f7qir5okeeajfcsc@olymp>","list_archive_url":null,"date":"2017-09-06T09:08:17","subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","submitter":{"id":10277,"url":"http://patchwork.ozlabs.org/api/people/10277/","name":"Thomas Meyer","email":"thomas@m3y3r.de"},"content":"On Tue, Sep 05, 2017 at 02:22:05PM -0700, David Miller wrote:\n> From: Joe Perches <joe@perches.com>\n> Date: Tue, 05 Sep 2017 13:01:18 -0700\n> \n> > On Tue, 2017-09-05 at 21:45 +0200, Thomas Meyer wrote:\n> >> On Tue, Sep 05, 2017 at 11:50:44AM -0700, David Miller wrote:\n> >> > From: Thomas Meyer <thomas@m3y3r.de>\n> >> > Date: Sun, 03 Sep 2017 14:19:31 +0200\n> >> > \n> >> > > Use ARRAY_SIZE macro, rather than explicitly coding some variant of it\n> >> > > yourself.\n> >> > > Found with: find -type f -name \"*.c\" -o -name \"*.h\" | xargs perl -p -i -e\n> >> > > 's/\\bsizeof\\s*\\(\\s*(\\w+)\\s*\\)\\s*\\ /\\s*sizeof\\s*\\(\\s*\\1\\s*\\[\\s*0\\s*\\]\\s*\\)\n> >> > > /ARRAY_SIZE(\\1)/g' and manual check/verification.\n> >> > > \n> >> > > Signed-off-by: Thomas Meyer <thomas@m3y3r.de>\n> >> > \n> >> > This should be submitted to the Intel ethernet driver maintainers.\n> >> \n> >> Hi,\n> >> \n> >> my script checks the output of get_maintainer scripts and only sends to \"open\n> >> list\" entries.\n> >> \n> >> The intel-wired-lan@lists.osuosl.org is moderated, so that's why the patch\n> >> wasn't send there.\n> >> \n> >> Strangely the lists for nouveau@lists.freedesktop.org and\n> >> intel-gvt-dev@lists.freedesktop.org appears as open lists in the MAINTAINERS\n> >> file but seems to be also moderated lists... At least I got some reply that my\n> >> message awaits approval. Maybe an update to the MAINTAINERS file is missing\n> >> here?\n> >> \n> >> I may drop above check in my script and send to all mailing lists that\n> >> get_maintainer.pl will return.\n> > \n> > There's a difference between moderated and subscriber-only\n> > entries in MAINTAINERS.\n> > \n> > get_maintainers will by default list moderated lists and\n> > not show subscriber-only lists unless using the -s switch.\n> \n> Furthermore, nothing prevented you from CC:'ing the maintainer,\n> Jeff Kirscher.\n\nHi,\n\nThat's the other condition in my script. I only send to the role\n\"maintainer\" from the output of get_maintainer.pl. But Mr Jeff\nKirscher is only listed as supporter...\n\nAnyway I did bounce the email to him.\n\nwith kind regards\nthomas","headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xnHn74nNfz9s7c\n\tfor <patchwork-incoming@ozlabs.org>;\n\tWed,  6 Sep 2017 19:08:27 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S1752378AbdIFJIZ (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tWed, 6 Sep 2017 05:08:25 -0400","from www17.your-server.de ([213.133.104.17]:57047 \"EHLO\n\twww17.your-server.de\" rhost-flags-OK-OK-OK-OK) by vger.kernel.org\n\twith ESMTP id S1751907AbdIFJIW (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Wed, 6 Sep 2017 05:08:22 -0400","from [95.222.27.54] (helo=olymp)\n\tby www17.your-server.de with esmtpsa\n\t(TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.85_2)\n\t(envelope-from <thomas@m3y3r.de>)\n\tid 1dpWJo-00089E-Ki; Wed, 06 Sep 2017 11:08:20 +0200"],"Date":"Wed, 6 Sep 2017 11:08:17 +0200","From":"Thomas Meyer <thomas@m3y3r.de>","To":"David Miller <davem@davemloft.net>","Cc":"joe@perches.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org","Subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","Message-ID":"<20170906090817.f7qir5okeeajfcsc@olymp>","References":"<20170905.115044.551456011251065741.davem@davemloft.net>\n\t<20170905194419.pdwrkqdad6tbq7hs@olymp>\n\t<1504641678.28899.12.camel@perches.com>\n\t<20170905.142205.14687531780483930.davem@davemloft.net>","MIME-Version":"1.0","Content-Type":"text/plain; charset=us-ascii","Content-Disposition":"inline","In-Reply-To":"<20170905.142205.14687531780483930.davem@davemloft.net>","User-Agent":"NeoMutt/20170113 (1.7.2)","X-Authenticated-Sender":"thomas@m3y3r.de","X-Virus-Scanned":"Clear (ClamAV 0.99.2/23780/Wed Sep  6 06:38:21 2017)","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"}},{"id":1764188,"web_url":"http://patchwork.ozlabs.org/comment/1764188/","msgid":"<1504711158.7546.1.camel@perches.com>","list_archive_url":null,"date":"2017-09-06T15:19:18","subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","submitter":{"id":771,"url":"http://patchwork.ozlabs.org/api/people/771/","name":"Joe Perches","email":"joe@perches.com"},"content":"On Wed, 2017-09-06 at 11:08 +0200, Thomas Meyer wrote:\n> On Tue, Sep 05, 2017 at 02:22:05PM -0700, David Miller wrote:\n> > nothing prevented you from CC:'ing the maintainer,\n> > Jeff Kirscher.\n[]\n> That's the other condition in my script. I only send to the role\n> \"maintainer\" from the output of get_maintainer.pl. But Mr Jeff\n> Kirscher is only listed as supporter...\n\nSupporter means he gets paid to look after that\nsubsystem so he is something other than a volunteer.\n\nfrom MAINTAINERS:\n\tS: Status, one of the following:\n\t   Supported:\tSomeone is actually paid to look after this.\n\t   Maintained:\tSomeone actually looks after it.\n\t   Odd Fixes:\tIt has a maintainer but they don't have time to do\n\t\t\tmuch other than throw the odd patch in. See below..\n\t   Orphan:\tNo current maintainer [but maybe you could take the\n\t\t\trole as you write your new code].\n\t   Obsolete:\tOld code. Something tagged obsolete generally means\n\t\t\tit has been replaced by a better system and you\n\t\t\tshould be using that.","headers":{"Return-Path":"<netdev-owner@vger.kernel.org>","X-Original-To":"patchwork-incoming@ozlabs.org","Delivered-To":"patchwork-incoming@ozlabs.org","Authentication-Results":"ozlabs.org;\n\tspf=none (mailfrom) smtp.mailfrom=vger.kernel.org\n\t(client-ip=209.132.180.67; helo=vger.kernel.org;\n\tenvelope-from=netdev-owner@vger.kernel.org;\n\treceiver=<UNKNOWN>)","Received":["from vger.kernel.org (vger.kernel.org [209.132.180.67])\n\tby ozlabs.org (Postfix) with ESMTP id 3xnS282yZpz9t50\n\tfor <patchwork-incoming@ozlabs.org>;\n\tThu,  7 Sep 2017 01:20:16 +1000 (AEST)","(majordomo@vger.kernel.org) by vger.kernel.org via listexpand\n\tid S932872AbdIFPTY (ORCPT <rfc822;patchwork-incoming@ozlabs.org>);\n\tWed, 6 Sep 2017 11:19:24 -0400","from smtprelay0036.hostedemail.com ([216.40.44.36]:33101 \"EHLO\n\tsmtprelay.hostedemail.com\" rhost-flags-OK-OK-OK-FAIL)\n\tby vger.kernel.org with ESMTP id S932657AbdIFPTW (ORCPT\n\t<rfc822;netdev@vger.kernel.org>); Wed, 6 Sep 2017 11:19:22 -0400","from filter.hostedemail.com (clb03-v110.bra.tucows.net\n\t[216.40.38.60])\n\tby smtprelay07.hostedemail.com (Postfix) with ESMTP id EA264181D12E2; \n\tWed,  6 Sep 2017 15:19:20 +0000 (UTC)","from XPS-9350 (unknown [47.151.132.55])\n\t(Authenticated sender: joe@perches.com)\n\tby omf02.hostedemail.com (Postfix) with ESMTPA;\n\tWed,  6 Sep 2017 15:19:19 +0000 (UTC)"],"X-Session-Marker":"6A6F6540706572636865732E636F6D","X-Spam-Summary":"2, 0, 0, , d41d8cd98f00b204, joe@perches.com, :::::::,\n\tRULES_HIT:41:355:379:541:599:982:988:989:1260:1277:1311:1313:1314:1345:1359:1373:1437:1515:1516:1518:1534:1541:1593:1594:1711:1730:1747:1777:1792:2393:2553:2559:2562:2828:3138:3139:3140:3141:3142:3352:3622:3865:3866:3867:3868:3870:3871:3872:3873:3874:4321:5007:7903:10004:10400:10848:11232:11658:11783:11914:12295:12296:12679:12740:12895:13069:13311:13357:13439:13894:14659:14721:21080:21451:21611:21627:30012:30046:30054:30055:30083:30090:30091,\n\t0, RBL:none, CacheIP:none, Bayesian:0.5, 0.5, 0.5,\n\tNetcheck:none, DomainCache:0, MSF:not bulk, SPF:, MSBL:0,\n\tDNSBL:none, Custom_rules:0:0:0, LFtime:1, LUA_SUMMARY:none","X-HE-Tag":"hour76_17446ca7fa12b","X-Filterd-Recvd-Size":"1968","Message-ID":"<1504711158.7546.1.camel@perches.com>","Subject":"Re: [PATCH 6/10] ixgbe: Use ARRAY_SIZE macro","From":"Joe Perches <joe@perches.com>","To":"Thomas Meyer <thomas@m3y3r.de>, David Miller <davem@davemloft.net>","Cc":"netdev@vger.kernel.org, linux-kernel@vger.kernel.org","Date":"Wed, 06 Sep 2017 08:19:18 -0700","In-Reply-To":"<20170906090817.f7qir5okeeajfcsc@olymp>","References":"<20170905.115044.551456011251065741.davem@davemloft.net>\n\t<20170905194419.pdwrkqdad6tbq7hs@olymp>\n\t<1504641678.28899.12.camel@perches.com>\n\t<20170905.142205.14687531780483930.davem@davemloft.net>\n\t<20170906090817.f7qir5okeeajfcsc@olymp>","Content-Type":"text/plain; charset=\"ISO-8859-1\"","X-Mailer":"Evolution 3.22.6-1ubuntu1 ","Mime-Version":"1.0","Content-Transfer-Encoding":"8bit","Sender":"netdev-owner@vger.kernel.org","Precedence":"bulk","List-ID":"<netdev.vger.kernel.org>","X-Mailing-List":"netdev@vger.kernel.org"}}]