Chuansheng Liu
3abea10e6a
thermal: int340x: fix memory leak in int3400_notify()
...
It is easy to hit the below memory leaks in my TigerLake platform:
unreferenced object 0xffff927c8b91dbc0 (size 32):
comm "kworker/0:2", pid 112, jiffies 4294893323 (age 83.604s)
hex dump (first 32 bytes):
4e 41 4d 45 3d 49 4e 54 33 34 30 30 20 54 68 65 NAME=INT3400 The
72 6d 61 6c 00 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b a5 rmal.kkkkkkkkkk.
backtrace:
[<ffffffff9c502c3e>] __kmalloc_track_caller+0x2fe/0x4a0
[<ffffffff9c7b7c15>] kvasprintf+0x65/0xd0
[<ffffffff9c7b7d6e>] kasprintf+0x4e/0x70
[<ffffffffc04cb662>] int3400_notify+0x82/0x120 [int3400_thermal]
[<ffffffff9c8b7358>] acpi_ev_notify_dispatch+0x54/0x71
[<ffffffff9c88f1a7>] acpi_os_execute_deferred+0x17/0x30
[<ffffffff9c2c2c0a>] process_one_work+0x21a/0x3f0
[<ffffffff9c2c2e2a>] worker_thread+0x4a/0x3b0
[<ffffffff9c2cb4dd>] kthread+0xfd/0x130
[<ffffffff9c201c1f>] ret_from_fork+0x1f/0x30
Fix it by calling kfree() accordingly.
Fixes: 38e44da59130 ("thermal: int3400_thermal: process "thermal table changed" event")
Signed-off-by: Chuansheng Liu <chuansheng.liu@intel.com>
Cc: 4.14+ <stable@vger.kernel.org> # 4.14+
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2022-02-24 20:14:19 +01:00
..
2021-04-20 08:58:47 +02:00
2022-02-24 20:14:19 +01:00
2021-10-16 20:24:43 +02:00
2021-08-14 12:40:35 +02:00
2021-06-14 19:01:15 +02:00
2021-08-14 15:44:15 +02:00
2021-05-24 22:38:05 +02:00
2021-03-10 12:52:55 +01:00
2020-06-29 20:26:37 +02:00
2021-11-23 15:10:26 +05:30
2021-04-15 13:21:26 +02:00
2021-01-19 22:23:49 +01:00
2020-01-27 10:24:32 +01:00
2021-09-08 11:50:25 -07:00
2020-06-29 20:26:37 +02:00
2020-01-27 10:24:32 +01:00
2021-04-22 23:51:32 +02:00
2021-04-22 23:51:32 +02:00
2021-01-19 22:22:45 +01:00
2021-11-05 17:47:14 +01:00
2021-04-20 09:18:57 +02:00
2021-12-02 11:12:24 +01:00
2021-06-14 22:41:00 +02:00
2021-11-30 15:42:28 +01:00
2020-04-14 11:41:12 +02:00
2021-11-30 17:27:56 +01:00
2021-01-19 22:31:10 +01:00
2020-06-29 20:26:37 +02:00
2021-11-30 17:27:56 +01:00
2020-01-27 10:24:32 +01:00
2021-07-04 18:28:04 +02:00
2020-05-29 20:26:51 +02:00
2021-10-15 09:15:52 +02:00
2020-12-15 17:01:55 +01:00
2021-10-17 00:15:09 +02:00
2021-12-09 15:58:09 +01:00
2020-06-29 20:26:37 +02:00
2021-06-14 22:42:09 +02:00
2021-03-10 12:54:58 +01:00
2021-11-16 20:29:27 +01:00
2021-04-22 14:10:28 +02:00
2021-04-22 14:10:28 +02:00
2020-11-12 11:24:01 +01:00
2020-01-27 10:24:32 +01:00
2021-10-07 15:18:31 +02:00
2021-10-07 15:41:38 +02:00
2021-10-07 15:41:38 +02:00
2021-11-05 17:35:56 +01:00
2021-10-21 17:35:11 +02:00
2020-01-27 10:24:32 +01:00
2021-10-18 14:00:13 +02:00