Re: [PATCH 1/4] resource: add a not device managed request_free_mem_region variant

From: Christoph Hellwig
Date: Mon Aug 19 2019 - 22:26:25 EST


On Mon, Aug 19, 2019 at 06:28:30PM -0700, Dan Williams wrote:
>
> Previously we would loudly crash if someone passed NULL to
> devm_request_free_mem_region(), but now it will silently work and the
> result will leak. Perhaps this wants a:

We'd still instantly crash due to the dev_name dereference, right?