[PATCH 13/13] USB: gadget: s3c2410_udc: fix memory leak with using debugfs_lookup()

Krzysztof Kozlowski krzysztof.kozlowski at linaro.org
Fri Feb 3 00:20:10 PST 2023


On 02/02/2023 16:32, Greg Kroah-Hartman wrote:
> When calling debugfs_lookup() the result must have dput() called on it,
> otherwise the memory will leak over time.  To make things simpler, just
> call debugfs_lookup_and_remove() instead which handles all of the logic
> at once.
> 

Hi Greg,

This driver will be removed in v6.3 via Arnd's tree:
https://lore.kernel.org/all/20221021203329.4143397-13-arnd@kernel.org/

I think we can skip any work on this.

Best regards,
Krzysztof




More information about the linux-arm-kernel mailing list