From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f199.google.com (mail-pl1-f199.google.com [209.85.214.199]) by kanga.kvack.org (Postfix) with ESMTP id 0EAD86B0007 for ; Fri, 12 Oct 2018 13:49:00 -0400 (EDT) Received: by mail-pl1-f199.google.com with SMTP id f17-v6so9810584plr.1 for ; Fri, 12 Oct 2018 10:49:00 -0700 (PDT) Received: from mail.kernel.org (mail.kernel.org. [198.145.29.99]) by mx.google.com with ESMTPS id e3-v6si1899355pga.369.2018.10.12.10.48.58 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 12 Oct 2018 10:48:58 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Stephen Boyd In-Reply-To: References: <20180828093332.20674-1-brgl@bgdev.pl> Message-ID: <153936653758.5275.9529030954345523691@swboyd.mtv.corp.google.com> Subject: Re: [PATCH v2 0/4] devres: provide and use devm_kstrdup_const() Date: Fri, 12 Oct 2018 10:48:57 -0700 Sender: owner-linux-mm@kvack.org List-ID: To: Bartosz Golaszewski Cc: linux-clk , Linux Kernel Mailing List , linux-mm@kvack.org, "Rafael J . Wysocki" , Al Viro , Andrew Morton , Arend van Spriel , Arnd Bergmann , Bjorn Andersson , Bjorn Helgaas , Greg Kroah-Hartman , Heikki Krogerus , Huang Ying , Joe Perches , Jonathan Corbet , Kees Cook , Michael Turquette , Michal Hocko , Mike Rapoport , Robin Murphy , Roman Gushchin , Ulf Hansson , Vivek Gautam Quoting Bartosz Golaszewski (2018-09-20 05:59:54) > 2018-08-28 11:33 GMT+02:00 Bartosz Golaszewski : > > This series implements devm_kstrdup_const() together with some > > prerequisite changes and uses it in pmc-atom driver. > > > > v1 -> v2: > > - fixed the changelog in the patch implementing devm_kstrdup_const() > > - fixed the kernel doc > > - moved is_kernel_rodata() to asm-generic/sections.h > > - fixed constness > > > > Bartosz Golaszewski (4): > > devres: constify p in devm_kfree() > > mm: move is_kernel_rodata() to asm-generic/sections.h > > devres: provide devm_kstrdup_const() > > clk: pmc-atom: use devm_kstrdup_const() > > > > drivers/base/devres.c | 43 ++++++++++++++++++++++++++++++++-- > > drivers/clk/x86/clk-pmc-atom.c | 19 ++++----------- > > include/asm-generic/sections.h | 14 +++++++++++ > > include/linux/device.h | 5 +++- > > mm/util.c | 7 ------ > > 5 files changed, 63 insertions(+), 25 deletions(-) > > > > -- > > 2.18.0 > > > = > If there are no objections - can this be picked up for 4.20? > = There are so many people on To: line who do you want to pick this up? Maybe you can send a pull request to Greg directly.