Brian Norris
8d1191f924
clk: fix leak on devm_clk_bulk_get_all() unwind
...
commit f828b0bcacef189edbd247e9f48864fc36bfbe33 upstream.
clk_bulk_get_all() allocates an array of struct clk_bulk data for us
(unlike clk_bulk_get()), so we need to free it. Let's use the
clk_bulk_put_all() helper.
kmemleak complains, on an RK3399 Gru/Kevin system:
unreferenced object 0xffffff80045def00 (size 128):
comm "swapper/0", pid 1, jiffies 4294667682 (age 86.394s)
hex dump (first 32 bytes):
44 32 60 fe fe ff ff ff 00 00 00 00 00 00 00 00 D2`.............
48 32 60 fe fe ff ff ff 00 00 00 00 00 00 00 00 H2`.............
backtrace:
[<00000000742860d6>] __kmalloc+0x22c/0x39c
[<00000000b0493f2c>] clk_bulk_get_all+0x64/0x188
[<00000000325f5900>] devm_clk_bulk_get_all+0x58/0xa8
[<00000000175b9bc5>] dwc3_probe+0x8ac/0xb5c
[<000000009169e2f9>] platform_drv_probe+0x9c/0xbc
[<000000005c51e2ee>] really_probe+0x13c/0x378
[<00000000c47b1f24>] driver_probe_device+0x84/0xc0
[<00000000f870fcfb>] __device_attach_driver+0x94/0xb0
[<000000004d1b92ae>] bus_for_each_drv+0x8c/0xd8
[<00000000481d60c3>] __device_attach+0xc4/0x150
[<00000000a163bd36>] device_initial_probe+0x1c/0x28
[<00000000accb6bad>] bus_probe_device+0x3c/0x9c
[<000000001a199f89>] device_add+0x218/0x3cc
[<000000001bd84952>] of_device_add+0x40/0x50
[<000000009c658c29>] of_platform_device_create_pdata+0xac/0x100
[<0000000021c69ba4>] of_platform_bus_create+0x190/0x224
Fixes: f08c2e2865f6 ("clk: add managed version of clk_bulk_get_all")
Cc: Dong Aisheng <aisheng.dong@nxp.com>
Cc: stable@vger.kernel.org
Signed-off-by: Brian Norris <briannorris@chromium.org>
Link: https://lore.kernel.org/r/20210731025950.2238582-1-briannorris@chromium.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-08-12 13:21:00 +02:00
..
2021-07-14 16:53:34 +02:00
2019-05-21 10:50:46 +02:00
2020-12-30 11:51:29 +01:00
2019-06-19 17:09:55 +02:00
2019-05-21 10:50:46 +02:00
2020-10-29 09:57:55 +01:00
2019-05-21 10:50:46 +02:00
2020-09-23 12:40:38 +02:00
2019-05-21 10:50:46 +02:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:26:32 -07:00
2020-10-29 09:57:56 +01:00
2020-12-30 11:51:45 +01:00
2020-10-29 09:57:54 +01:00
2019-05-30 11:26:32 -07:00
2020-10-29 09:57:54 +01:00
2021-07-14 16:53:26 +02:00
2019-06-05 17:37:18 +02:00
2020-02-05 21:22:43 +00:00
2021-05-14 09:44:21 +02:00
2019-05-30 11:26:37 -07:00
2019-05-30 11:26:37 -07:00
2019-06-05 17:37:15 +02:00
2020-01-04 19:18:11 +01:00
2021-05-14 09:44:25 +02:00
2021-07-19 08:53:09 +02:00
2020-10-29 09:57:54 +01:00
2021-05-19 10:08:33 +02:00
2020-06-30 15:37:01 -04:00
2020-08-21 13:05:34 +02:00
2021-05-11 14:04:10 +02:00
2019-09-06 10:27:40 -07:00
2020-06-24 17:50:35 +02:00
2020-06-24 17:50:17 +02:00
2020-06-24 17:50:08 +02:00
2021-03-04 10:26:29 +01:00
2021-07-19 08:53:09 +02:00
2021-06-23 14:41:31 +02:00
2021-05-14 09:44:25 +02:00
2019-05-30 11:29:22 -07:00
2019-08-07 15:25:25 -07:00
2019-06-19 17:09:55 +02:00
2019-08-16 10:20:15 -07:00
2019-06-05 17:37:13 +02:00
2021-05-14 09:44:24 +02:00
2019-05-30 11:29:52 -07:00
2019-09-06 15:17:02 -07:00
2019-09-06 15:17:02 -07:00
2021-05-14 09:44:23 +02:00
2019-05-30 11:29:19 -07:00
2019-06-19 17:09:55 +02:00
2019-06-27 10:57:24 +01:00
2019-09-17 13:26:31 -07:00
2019-07-17 10:07:48 -07:00
2019-09-06 10:31:16 -07:00
2019-05-30 11:26:32 -07:00
2019-08-16 10:37:01 -07:00
2021-08-12 13:21:00 +02:00
2019-05-07 11:46:02 -07:00
2019-06-19 17:09:55 +02:00
2019-05-07 11:46:13 -07:00
2019-05-15 13:21:37 -07:00
2019-04-26 10:40:49 -07:00
2019-05-15 13:21:37 -07:00
2019-05-07 11:46:02 -07:00
2020-01-04 19:17:21 +01:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:29:52 -07:00
2019-05-15 13:21:37 -07:00
2019-08-16 10:20:07 -07:00
2019-08-16 10:20:15 -07:00
2019-05-15 13:21:37 -07:00
2019-05-07 11:46:02 -07:00
2019-05-30 11:29:22 -07:00
2019-06-19 17:09:55 +02:00
2019-05-30 11:29:52 -07:00
2019-07-17 10:07:48 -07:00
2019-08-07 14:17:49 -07:00
2019-07-15 20:18:40 -07:00
2020-12-30 11:51:29 +01:00
2020-08-19 08:15:55 +02:00
2019-05-30 11:29:52 -07:00
2019-05-30 11:26:37 -07:00
2019-06-27 13:45:38 -07:00
2019-05-30 11:26:37 -07:00
2021-07-14 16:53:35 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:32 -07:00
2021-08-12 13:20:55 +02:00
2019-04-29 11:13:23 -07:00
2019-06-05 17:37:07 +02:00
2019-05-30 11:29:22 -07:00
2019-05-30 11:26:37 -07:00
2019-06-05 17:36:37 +02:00
2019-05-30 11:26:32 -07:00
2019-05-30 11:26:35 -07:00
2021-04-14 08:24:17 +02:00
2019-07-12 11:00:14 -07:00
2019-06-19 17:09:55 +02:00
2019-09-17 10:27:57 -07:00
2019-09-06 15:22:29 -07:00