Re: [PATCH] regmap: debugfs: Duplicate name string if delaying debugfs init

From: Mark Brown
Date: Wed Sep 16 2020 - 17:02:50 EST


On Wed, Sep 16, 2020 at 04:44:33PM +0100, Charles Keepax wrote:

> - node->name = name;
> + node->name = kstrdup(name, GFP_KERNEL);
> + if (!node->name) {

Two things here - one is that this should be kstrdup_const(), the other
is that we already took a copy of the name in __regmap_init() so the
thing to do here is to change the regmap_debugfs_init() call there to
use the copy we just made rather than the copy in the config.

Attachment: signature.asc
Description: PGP signature