[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a729cfd1102ef280650074dd8bec32c6b12636db.camel@perches.com>
Date: Tue, 25 Sep 2018 08:48:52 -0700
From: Joe Perches <joe@...ches.com>
To: Robin Murphy <robin.murphy@....com>,
Bartosz Golaszewski <brgl@...ev.pl>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
"Rafael J . Wysocki" <rafael@...nel.org>,
Jassi Brar <jassisinghbrar@...il.com>,
Thierry Reding <thierry.reding@...il.com>,
Jonathan Hunter <jonathanh@...dia.com>,
Arnd Bergmann <arnd@...db.de>,
Ulf Hansson <ulf.hansson@...aro.org>,
Rob Herring <robh@...nel.org>,
Bjorn Helgaas <bhelgaas@...gle.com>,
Arend van Spriel <aspriel@...il.com>,
Vivek Gautam <vivek.gautam@...eaurora.org>,
Heikki Krogerus <heikki.krogerus@...ux.intel.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Mike Rapoport <rppt@...ux.vnet.ibm.com>,
Roman Gushchin <guro@...com>, Michal Hocko <mhocko@...e.com>,
Huang Ying <ying.huang@...el.com>,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
Bjorn Andersson <bjorn.andersson@...aro.org>
Cc: linux-kernel@...r.kernel.org, linux-tegra@...r.kernel.org,
linux-arch@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH v4 0/4] devres: provide and use devm_kstrdup_const()
On Tue, 2018-09-25 at 13:51 +0100, Robin Murphy wrote:
> On 25/09/18 13:46, Bartosz Golaszewski wrote:
> > This series implements devm_kstrdup_const() together with some
> > prerequisite changes and uses it in pmc-atom driver.
>
> Is anyone expecting me to review this series,
Probably not.
> or am I just here because
> I once made a couple of entirely unrelated changes to device.h?
Most likely yes.
It is likely that Bartosz should update his use of the
get_maintainer.pl script to add "--nogit --nogit-fallback"
so drive-by patch submitters are not also cc'd on these
sorts of series.
$ ./scripts/get_maintainer.pl -f \
drivers/base/devres.c \
drivers/mailbox/tegra-hsp.c \
include/asm-generic/sections.h \
include/linux/device.h \
mm/util.c | \
wc -l
26
$ ./scripts/get_maintainer.pl -f --nogit --nogit-fallback \
drivers/base/devres.c \
drivers/mailbox/tegra-hsp.c \
include/asm-generic/sections.h \
include/linux/device.h \
mm/util.c | \
wc -l
10
Powered by blists - more mailing lists