Jiri Kosina
4ef87d8f10
drm/amdgpu: Fix resource leak on probe error path
...
This reverts commit 4192f7b576 .
It is not true (as stated in the reverted commit changelog) that we never
unmap the BAR on failure; it actually does happen properly on
amdgpu_driver_load_kms() -> amdgpu_driver_unload_kms() ->
amdgpu_device_fini() error path.
What's worse, this commit actually completely breaks resource freeing on
probe failure (like e.g. failure to load microcode), as
amdgpu_driver_unload_kms() notices adev->rmmio being NULL and bails too
early, leaving all the resources that'd normally be freed in
amdgpu_acpi_fini() and amdgpu_device_fini() still hanging around, leading
to all sorts of oopses when someone tries to, for example, access the
sysfs and procfs resources which are still around while the driver is
gone.
Fixes: 4192f7b576 ("drm/amdgpu: unmap register bar on device init failure")
Reported-by: Vojtech Pavlik <vojtech@ucw.cz >
Signed-off-by: Jiri Kosina <jkosina@suse.cz >
Signed-off-by: Alex Deucher <alexander.deucher@amd.com >
2021-07-01 12:09:19 -04:00
..
2021-03-10 00:01:34 -05:00
2021-06-01 22:55:39 -04:00
2021-04-09 16:46:26 -04:00
2020-12-01 16:04:43 -05:00
2021-06-01 22:55:38 -04:00
2021-03-23 22:59:28 -04:00
2021-04-28 23:35:49 -04:00
2021-03-23 22:59:28 -04:00
2021-05-10 18:06:42 -04:00
2021-05-10 18:06:42 -04:00
2020-11-10 17:48:47 +10:00
2021-06-04 16:02:57 -04:00
2021-05-21 10:32:07 -04:00
2021-06-15 17:25:42 -04:00
2021-05-22 07:17:05 +02:00
2021-06-04 12:40:01 -04:00
2021-05-22 07:17:05 +02:00
2021-04-09 16:50:34 -04:00
2021-05-19 22:44:48 -04:00
2021-05-19 22:30:14 -04:00
2021-04-09 16:45:12 -04:00
2021-03-26 15:53:21 +01:00
2020-12-23 15:03:08 -05:00
2021-06-15 17:25:42 -04:00
2020-11-13 17:29:46 -05:00
2021-05-27 12:23:06 -04:00
2021-05-13 14:09:12 -04:00
2021-06-15 17:25:42 -04:00
2021-02-18 16:43:09 -05:00
2021-07-01 12:09:19 -04:00
2021-06-18 17:14:01 -04:00
2021-06-18 17:14:01 -04:00
2021-06-18 17:14:44 -04:00
2021-04-09 16:36:40 -04:00
2021-06-15 17:25:42 -04:00
2021-05-26 20:56:23 +02:00
2021-07-01 00:24:41 -04:00
2021-07-01 00:24:41 -04:00
2021-07-01 00:24:41 -04:00
2021-05-19 22:43:43 -04:00
2021-06-15 17:25:42 -04:00
2021-05-05 09:26:53 +02:00
2021-05-22 07:17:05 +02:00
2021-07-01 00:24:40 -04:00
2021-06-07 14:57:32 -04:00
2021-06-18 17:12:47 -04:00
2021-06-18 17:12:47 -04:00
2021-06-15 17:25:42 -04:00
2021-05-19 22:38:11 -04:00
2021-04-09 16:51:22 -04:00
2021-06-04 16:03:24 -04:00
2021-06-30 00:18:23 -04:00
2021-06-04 16:03:12 -04:00
2021-06-10 11:28:09 +10:00
2021-05-10 18:06:43 -04:00
2021-05-10 18:06:43 -04:00
2021-01-13 09:02:58 +01:00
2021-06-04 16:02:38 -04:00
2021-06-10 11:28:09 +10:00
2021-05-22 07:17:05 +02:00
2021-03-23 23:30:23 -04:00
2021-05-19 23:50:27 -04:00
2021-05-19 23:45:49 -04:00
2021-05-19 23:50:28 -04:00
2021-06-15 17:25:42 -04:00
2021-05-10 18:11:44 -04:00
2021-07-01 00:05:41 -04:00
2021-07-01 00:05:41 -04:00
2021-05-19 22:30:03 -04:00
2021-06-30 00:18:14 -04:00
2021-06-15 17:25:42 -04:00
2021-06-15 17:25:42 -04:00
2020-11-13 17:29:46 -05:00
2021-04-15 16:32:45 -04:00
2021-06-10 11:28:09 +10:00
2021-07-01 00:25:33 -04:00
2021-06-11 16:06:21 -04:00
2021-03-23 23:00:22 -04:00
2021-07-01 00:24:41 -04:00
2021-07-01 00:24:41 -04:00
2021-07-01 00:25:33 -04:00
2021-07-01 00:24:41 -04:00
2021-06-04 15:16:46 +02:00
2021-04-09 16:46:26 -04:00
2021-04-09 16:46:32 -04:00
2021-04-20 21:51:09 -04:00
2021-05-19 23:45:49 -04:00
2021-05-21 10:32:06 -04:00
2020-11-02 15:34:29 -05:00
2020-11-13 17:29:46 -05:00
2020-11-02 15:34:29 -05:00
2021-03-05 15:12:23 -05:00
2021-05-19 22:29:49 -04:00
2021-01-13 23:58:14 -05:00
2021-04-28 23:35:49 -04:00
2021-06-06 11:18:19 +02:00
2021-04-09 16:45:12 -04:00
2021-06-02 11:07:25 +02:00
2021-07-01 00:05:41 -04:00
2021-06-04 16:03:12 -04:00
2021-07-01 00:25:33 -04:00
2021-07-01 00:25:33 -04:00
2021-07-01 00:24:41 -04:00
2021-06-18 17:11:40 -04:00
2021-06-10 11:28:09 +10:00
2020-11-24 12:02:38 -05:00
2021-06-04 06:13:57 +10:00
2021-06-18 17:14:01 -04:00
2021-06-18 17:14:01 -04:00
2020-11-02 15:34:29 -05:00
2021-05-19 22:33:58 -04:00
2021-05-19 22:29:58 -04:00
2021-06-04 16:02:38 -04:00
2021-06-15 17:25:42 -04:00
2021-06-15 17:25:42 -04:00
2021-06-15 17:25:42 -04:00
2021-07-01 00:05:12 -04:00
2021-04-09 16:51:07 -04:00
2021-04-09 16:51:07 -04:00
2021-06-04 16:02:38 -04:00
2021-05-19 22:29:58 -04:00
2021-06-30 00:18:22 -04:00
2021-05-19 22:41:19 -04:00
2021-06-01 22:55:39 -04:00
2021-06-01 22:55:39 -04:00
2021-04-27 18:43:42 -04:00
2020-11-16 15:56:35 -05:00
2020-11-02 15:35:53 -05:00
2021-05-19 22:40:09 -04:00
2021-05-19 23:50:27 -04:00
2021-05-21 10:32:14 -04:00
2021-02-26 17:23:49 -05:00
2021-05-19 23:50:27 -04:00
2021-05-21 10:32:15 -04:00
2021-04-09 16:36:40 -04:00
2021-04-09 16:36:40 -04:00
2021-04-09 16:36:40 -04:00
2021-05-19 22:29:32 -04:00
2020-11-02 15:34:31 -05:00
2021-05-19 22:44:19 -04:00
2021-02-24 09:28:55 -05:00
2021-04-09 16:44:56 -04:00
2021-05-21 10:32:14 -04:00
2020-11-13 17:29:47 -05:00
2021-04-09 16:44:56 -04:00
2021-06-21 17:44:16 -04:00
2021-06-18 17:11:49 -04:00
2021-04-23 17:15:21 -04:00
2021-04-20 21:35:45 -04:00
2021-04-09 16:51:22 -04:00
2021-06-30 00:18:22 -04:00
2021-06-08 12:14:55 -04:00
2020-11-17 14:07:18 -05:00
2021-03-23 23:29:26 -04:00
2021-04-15 16:03:01 -04:00
2021-06-04 16:03:24 -04:00
2021-05-19 23:50:27 -04:00
2021-06-04 06:13:57 +10:00
2021-05-19 23:50:27 -04:00
2021-06-08 12:14:36 -04:00
2021-06-04 16:03:24 -04:00
2021-05-10 18:06:43 -04:00
2021-05-10 18:06:43 -04:00
2021-06-30 00:18:23 -04:00
2021-01-05 11:32:55 -05:00
2021-05-19 23:50:27 -04:00
2021-04-09 16:44:56 -04:00
2021-05-21 10:32:11 -04:00
2021-05-21 10:32:11 -04:00
2021-03-23 22:53:34 -04:00
2021-06-04 16:03:17 -04:00
2021-02-18 16:43:09 -05:00
2021-07-01 00:24:39 -04:00
2021-04-09 16:44:56 -04:00
2021-04-15 16:03:01 -04:00
2021-04-09 16:51:19 -04:00
2021-06-08 12:15:01 -04:00
2021-04-09 16:51:19 -04:00
2021-06-30 00:18:22 -04:00
2021-06-04 16:03:12 -04:00
2021-05-21 10:32:16 -04:00
2021-04-09 16:51:19 -04:00
2021-01-13 23:47:39 -05:00
2020-12-15 11:35:35 -05:00
2021-01-13 23:47:39 -05:00
2020-12-15 11:35:35 -05:00
2021-06-08 12:24:26 -04:00
2021-06-30 00:18:22 -04:00
2021-04-15 16:32:44 -04:00
2021-01-05 11:33:14 -05:00
2021-06-04 16:03:09 -04:00
2021-04-15 16:32:44 -04:00
2021-04-09 16:51:04 -04:00
2021-07-01 00:05:18 -04:00
2021-06-04 16:03:06 -04:00
2021-06-11 16:05:33 -04:00
2021-06-11 16:03:26 -04:00
2021-01-13 23:58:14 -05:00
2021-06-11 16:03:26 -04:00
2021-05-19 23:50:28 -04:00
2021-06-04 16:03:22 -04:00
2021-03-23 22:51:54 -04:00
2021-05-21 10:32:18 -04:00
2021-04-09 16:44:56 -04:00
2021-07-01 00:05:41 -04:00
2021-04-20 21:45:17 -04:00
2021-03-23 22:55:31 -04:00
2021-05-21 18:03:08 -04:00
2021-06-07 14:56:53 -04:00
2021-05-21 10:32:14 -04:00
2021-05-19 23:50:27 -04:00
2021-02-26 17:23:49 -05:00
2021-07-01 00:25:33 -04:00
2020-11-13 17:29:45 -05:00
2020-11-13 00:13:16 -05:00
2021-02-09 15:28:36 -05:00
2021-02-09 15:28:21 -05:00
2021-06-30 00:18:22 -04:00
2020-11-13 00:13:22 -05:00
2021-05-21 10:32:20 -04:00
2021-03-23 22:52:38 -04:00
2021-06-07 14:57:38 -04:00
2021-07-01 00:05:18 -04:00
2021-03-23 22:59:50 -04:00
2021-04-23 17:15:33 -04:00
2021-03-23 23:27:41 -04:00
2021-05-19 23:50:27 -04:00
2021-04-09 16:51:11 -04:00
2021-04-09 16:51:11 -04:00
2021-04-09 16:51:11 -04:00
2021-04-09 16:51:11 -04:00
2021-06-18 17:11:40 -04:00
2021-04-09 16:51:11 -04:00
2021-05-25 23:44:06 -04:00
2021-04-09 16:44:56 -04:00
2021-04-09 16:44:56 -04:00
2021-06-01 22:55:14 -04:00
2021-04-26 14:03:09 +02:00
2021-04-09 16:44:56 -04:00
2021-04-09 16:44:56 -04:00
2021-05-19 23:50:28 -04:00
2021-05-21 10:32:20 -04:00
2021-05-21 10:32:10 -04:00
2021-05-21 10:32:10 -04:00
2021-03-23 22:53:17 -04:00
2021-06-18 17:14:01 -04:00
2021-05-22 07:17:05 +02:00
2021-05-19 23:50:27 -04:00
2020-12-23 15:05:35 -05:00
2021-05-19 22:29:30 -04:00
2021-06-04 16:03:06 -04:00