Re: [PATCH v1 0/5] driver core: fw_devlink: Clean up strings and mutex usages

From: Greg Kroah-Hartman
Date: Thu Aug 22 2024 - 03:40:23 EST


On Wed, Aug 21, 2024 at 06:48:18PM +0300, Andy Shevchenko wrote:
> Replace strlen() + kmalloc() + snprintf() by kasprintf() ond other
> string handling improvements.
>
> Use guard() / scoped_guard() to handle fw_devlink mutex.

Nice clean ups, thanks!