Re: [PATCH v2] PM: Fix dev_pm_put_subsys_data() to not call kfree()while holding device power lock

From: gregkh@xxxxxxxxxxxxxxxxxxx
Date: Mon May 06 2013 - 15:41:25 EST


On Mon, May 06, 2013 at 07:04:53PM +0000, Shuah Khan wrote:
> dev_pm_put_subsys_data() calls kfree() while holding device power lock, when
> the reference count is 0. Fix it to call kfree() after releasing the lock.
>
> Signed-off-by: Shuah Khan <shuah.kh@xxxxxxxxxxx>
> Reviewed-by: Pavel Machek <pavel@xxxxxx>
> Reviewed-by: Rafael Wysocki <rafael.j.wysocki@xxxxxxxxx>
> ---
> drivers/base/power/common.c | 8 +++++---
> 1 file changed, 5 insertions(+), 3 deletions(-)

Is this causing a problem now, and it should go into 3.10 and earlier
kernels (if so, which ones?), or can it just wait until 3.11 as it's
just a cleanup fix?

thanks,

greg k-h
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/