James Morse
3945c48136
cpufreq: schedutil: Destroy mutex before kobject_put() frees the memory
...
[ Upstream commit cdef1196608892b9a46caa5f2b64095a7f0be60c ]
Since commit e5c6b312ce3c ("cpufreq: schedutil: Use kobject release()
method to free sugov_tunables") kobject_put() has kfree()d the
attr_set before gov_attr_set_put() returns.
kobject_put() isn't the last user of attr_set in gov_attr_set_put(),
the subsequent mutex_destroy() triggers a use-after-free:
| BUG: KASAN: use-after-free in mutex_is_locked+0x20/0x60
| Read of size 8 at addr ffff000800ca4250 by task cpuhp/2/20
|
| CPU: 2 PID: 20 Comm: cpuhp/2 Not tainted 5.15.0-rc1 #12369
| Hardware name: ARM LTD ARM Juno Development Platform/ARM Juno Development
| Platform, BIOS EDK II Jul 30 2018
| Call trace:
| dump_backtrace+0x0/0x380
| show_stack+0x1c/0x30
| dump_stack_lvl+0x8c/0xb8
| print_address_description.constprop.0+0x74/0x2b8
| kasan_report+0x1f4/0x210
| kasan_check_range+0xfc/0x1a4
| __kasan_check_read+0x38/0x60
| mutex_is_locked+0x20/0x60
| mutex_destroy+0x80/0x100
| gov_attr_set_put+0xfc/0x150
| sugov_exit+0x78/0x190
| cpufreq_offline.isra.0+0x2c0/0x660
| cpuhp_cpufreq_offline+0x14/0x24
| cpuhp_invoke_callback+0x430/0x6d0
| cpuhp_thread_fun+0x1b0/0x624
| smpboot_thread_fn+0x5e0/0xa6c
| kthread+0x3a0/0x450
| ret_from_fork+0x10/0x20
Swap the order of the calls.
Fixes: e5c6b312ce3c ("cpufreq: schedutil: Use kobject release() method to free sugov_tunables")
Cc: 4.7+ <stable@vger.kernel.org> # 4.7+
Signed-off-by: James Morse <james.morse@arm.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2021-10-06 15:55:46 +02:00
..
2021-03-04 11:38:22 +01:00
2020-07-15 15:17:06 +02:00
2020-12-30 11:53:37 +01:00
2021-08-26 08:35:41 -04:00
2019-07-16 10:20:11 +02:00
2021-03-04 11:37:24 +01:00
2020-07-30 10:57:47 +05:30
2020-07-02 13:03:30 +02:00
2021-10-06 15:55:46 +02:00
2020-07-15 15:17:06 +02:00
2020-11-10 18:31:17 +01:00
2020-07-02 13:03:30 +02:00
2019-06-19 17:09:55 +02:00
2020-11-10 18:31:17 +01:00
2020-11-10 18:31:17 +01:00
2020-10-12 12:32:10 +02:00
2020-07-02 13:03:30 +02:00
2021-09-03 10:09:26 +02:00
2020-10-06 12:26:45 +02:00
2020-03-12 15:43:52 +05:30
2020-01-27 10:33:33 +01:00
2021-07-14 16:56:13 +02:00
2020-07-13 17:54:37 +02:00
2020-10-27 18:42:54 +01:00
2020-03-24 21:31:27 +01:00
2021-03-04 11:38:22 +01:00
2020-01-27 10:33:33 +01:00
2020-12-30 11:53:38 +01:00
2019-05-21 10:50:45 +02:00
2020-09-10 16:36:09 +05:30
2020-04-28 14:26:20 +05:30
2021-09-30 10:11:06 +02:00
2020-10-27 18:45:34 +01:00
2020-12-30 11:53:39 +01:00
2019-11-29 11:52:02 +01:00
2020-06-14 01:57:21 +09:00
2020-01-07 13:29:58 +05:30
2020-10-27 18:42:54 +01:00
2019-05-30 11:26:39 -07:00
2020-03-24 21:31:27 +01:00
2020-12-30 11:53:38 +01:00
2020-04-16 17:34:23 +02:00
2020-08-04 12:44:53 +02:00
2019-07-18 09:49:30 +02:00
2020-12-30 11:53:38 +01:00
2018-09-19 14:56:44 -07:00
2020-06-24 17:16:42 +02:00
2020-08-23 17:36:59 -05:00
2020-07-15 15:17:06 +02:00
2020-07-15 15:17:06 +02:00
2019-07-18 09:49:30 +02:00
2019-07-18 09:49:30 +02:00
2020-03-24 21:31:27 +01:00
2020-03-24 21:31:27 +01:00
2019-05-30 11:26:39 -07:00
2021-01-17 14:17:00 +01:00
2019-06-05 17:37:08 +02:00
2021-09-18 13:40:36 +02:00
2019-05-30 11:26:32 -07:00
2019-10-21 02:05:21 +02:00
2019-08-26 10:02:01 +02:00
2019-08-26 10:02:01 +02:00
2019-05-30 11:26:35 -07:00
2019-05-30 11:26:32 -07:00
2021-03-17 17:06:33 +01:00
2020-12-30 11:53:38 +01:00
2020-05-07 10:47:27 +05:30
2019-06-13 08:58:22 +05:30
2020-08-20 17:52:05 +02:00
2020-08-20 17:53:22 +02:00
2019-10-23 08:53:23 +05:30
2020-08-20 17:53:22 +02:00
2020-08-20 17:53:22 +02:00
2020-01-07 13:31:01 +05:30
2020-08-20 17:53:22 +02:00
2020-09-16 14:12:18 +05:30
2019-07-16 10:20:11 +02:00
2019-07-18 09:49:30 +02:00
2020-03-24 21:31:27 +01:00
2020-11-23 10:15:56 +05:30
2020-12-30 11:53:38 +01:00
2019-06-19 17:09:07 +02:00
2020-01-27 10:33:33 +01:00
2019-05-21 10:50:45 +02:00
2019-05-21 10:50:45 +02:00
2019-07-16 10:20:11 +02:00
2020-03-24 21:31:27 +01:00
2020-03-24 21:31:27 +01:00
2020-10-28 18:04:07 +01:00
2019-05-30 11:26:39 -07:00
2020-03-24 21:31:27 +01:00
2020-12-30 11:53:38 +01:00
2020-12-30 11:53:38 +01:00
2020-05-06 18:59:38 +02:00
2019-10-29 13:25:29 +01:00
2020-11-17 10:04:21 +05:30
2020-08-21 20:17:01 +02:00
2020-08-23 17:36:59 -05:00
2020-12-30 11:53:38 +01:00