From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-f72.google.com (mail-io1-f72.google.com [209.85.166.72]) by kanga.kvack.org (Postfix) with ESMTP id 48DAC8E00A4 for ; Tue, 25 Sep 2018 12:02:38 -0400 (EDT) Received: by mail-io1-f72.google.com with SMTP id k9-v6so46975148iob.16 for ; Tue, 25 Sep 2018 09:02:38 -0700 (PDT) Received: from mail-sor-f65.google.com (mail-sor-f65.google.com. [209.85.220.65]) by mx.google.com with SMTPS id l26-v6sor1442802ioh.285.2018.09.25.09.02.37 for (Google Transport Security); Tue, 25 Sep 2018 09:02:37 -0700 (PDT) MIME-Version: 1.0 References: <20180925124629.20710-1-brgl@bgdev.pl> In-Reply-To: From: Bartosz Golaszewski Date: Tue, 25 Sep 2018 18:02:25 +0200 Message-ID: Subject: Re: [PATCH v4 0/4] devres: provide and use devm_kstrdup_const() Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Sender: owner-linux-mm@kvack.org List-ID: To: Joe Perches Cc: Robin Murphy , Greg Kroah-Hartman , "Rafael J . Wysocki" , Jassi Brar , Thierry Reding , Jonathan Hunter , Arnd Bergmann , Ulf Hansson , Rob Herring , Bjorn Helgaas , Arend van Spriel , Vivek Gautam , Heikki Krogerus , Andrew Morton , Mike Rapoport , Roman Gushchin , Michal Hocko , Huang Ying , Andy Shevchenko , Bjorn Andersson , Linux Kernel Mailing List , linux-tegra@vger.kernel.org, "open list:GENERIC INCLUDE/ASM HEADER FILES" , linux-mm@kvack.org wt., 25 wrz 2018 o 17:48 Joe Perches napisa=C5=82(a): > > 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 > > Hi, sorry for that. Got it and will use next time. Bartosz