mirror of
https://github.com/torvalds/linux.git
synced 2025-11-04 18:49:34 +02:00
srcu_init_notifier_head() allocates resources that need to be released
with a srcu_cleanup_notifier_head() call.
Reported by kmemleak.
Fixes:
|
||
|---|---|---|
| .. | ||
| event | ||
| devfreq-event.c | ||
| devfreq.c | ||
| exynos-bus.c | ||
| governor.h | ||
| governor_passive.c | ||
| governor_performance.c | ||
| governor_powersave.c | ||
| governor_simpleondemand.c | ||
| governor_userspace.c | ||
| imx-bus.c | ||
| imx8m-ddrc.c | ||
| Kconfig | ||
| Makefile | ||
| mtk-cci-devfreq.c | ||
| rk3399_dmc.c | ||
| sun8i-a33-mbus.c | ||
| tegra30-devfreq.c | ||