PM / devfreq: Fix leak in devfreq_dev_release()
stable inclusion from stable-v5.10.195 commit ab192e5e5d3b48415909a8408acfd007a607bcc0 category: bugfix bugzilla: https://gitee.com/openeuler/kernel/issues/I95JOC Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ab192e5e5d3b48415909a8408acfd007a607bcc0 -------------------------------- commit 5693d077 upstream. srcu_init_notifier_head() allocates resources that need to be released with a srcu_cleanup_notifier_head() call. Reported by kmemleak. Fixes: 0fe3a664 ("PM / devfreq: Add new DEVFREQ_TRANSITION_NOTIFIER notifier") Cc: <stable@vger.kernel.org> Signed-off-by:Boris Brezillon <boris.brezillon@collabora.com> Reviewed-by:
Dhruva Gole <d-gole@ti.com> Signed-off-by:
Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by:
sanglipeng <sanglipeng1@jd.com>
Loading
Please sign in to comment