Re: [PATCH v4 0/4] devres: provide and use devm_kstrdup_const()

From: Joe Perches
Date: Tue Sep 25 2018 - 11:49:01 EST


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