Re: [PATCH] devres: provide API devm_kstrndup

From: Greg KH
Date: Thu May 04 2023 - 05:08:55 EST


On Thu, May 04, 2023 at 08:59:41AM +0000, Peng Fan wrote:
> Hi Greg,
>
> > -----Original Message-----
> > From: Greg KH <gregkh@xxxxxxxxxxxxxxxxxxx>
> > Sent: 2023年5月4日 16:58
> > To: Peng Fan (OSS) <peng.fan@xxxxxxxxxxx>
> > Cc: robh+dt@xxxxxxxxxx; krzysztof.kozlowski+dt@xxxxxxxxxx;
> > rafael@xxxxxxxxxx; andriy.shevchenko@xxxxxxxxxxxxxxx;
> > hdegoede@xxxxxxxxxx; jgg@xxxxxxxx; saravanak@xxxxxxxxxx;
> > keescook@xxxxxxxxxxxx; tglx@xxxxxxxxxxxxx; linux-kernel@xxxxxxxxxxxxxxx;
> > abel.vesa@xxxxxxxxxx; Peng Fan <peng.fan@xxxxxxx>
> > Subject: Re: [PATCH] devres: provide API devm_kstrndup
> >
> > On Thu, May 04, 2023 at 03:57:54PM +0800, Peng Fan (OSS) wrote:
> > > From: Peng Fan <peng.fan@xxxxxxx>
> > >
> > > This patch introduces devm_kstrndup API so that the device's driver
> > > can allocate memory and copy string.
> > >
> > > Signed-off-by: Peng Fan <peng.fan@xxxxxxx>
> > > ---
> > > drivers/base/devres.c | 28 ++++++++++++++++++++++++++++
> > > include/linux/device.h | 1 +
> > > 2 files changed, 29 insertions(+)
> >
> > We can not add apis with no users, please submit this at the same time a
> > driver needs it.
> >
> > And what driver would need to copy a string?
>
> https://lore.kernel.org/all/20230504085506.504474-1-peng.fan@xxxxxxxxxxx/

Please never add new module parameters, ESPECIALLY for a driver. This
is not the 1990's anymore, please use the correct apis instead (hint,
sysfs, configfs, DT, etc.)

> Should I submit V2 with the upper patch in a patchset?

I can't take this as-is, for the reason I said, so yes. And again, your
dependant patch is not ok either, so I don't think this is needed
anymore.

thanks,

greg k-h