Ajit Kumar Pandey
4bf5bc44ea
ASoC: SOF: Fix NULL pointer exception in sof_pci_probe callback
...
[ Upstream commit c61711c1c95791850be48dd65a1d72eb34ba719f ]
We are accessing "desc->ops" in sof_pci_probe without checking "desc"
pointer. This results in NULL pointer exception if pci_id->driver_data
i.e desc pointer isn't defined in sof device probe:
BUG: kernel NULL pointer dereference, address: 0000000000000060
PGD 0 P4D 0
Oops: 0000 [#1 ] PREEMPT SMP NOPTI
RIP: 0010:sof_pci_probe+0x1e/0x17f [snd_sof_pci]
Code: Unable to access opcode bytes at RIP 0xffffffffc043dff4.
RSP: 0018:ffffac4b03b9b8d8 EFLAGS: 00010246
Add NULL pointer check for sof_dev_desc pointer to avoid such exception.
Reviewed-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Signed-off-by: Ajit Kumar Pandey <AjitKumar.Pandey@amd.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20220426183357.102155-1-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2022-05-18 10:26:52 +02:00
..
2021-06-14 15:01:03 +01:00
2022-04-08 14:24:02 +02:00
2022-04-27 14:38:51 +02:00
2021-08-30 14:57:03 +02:00
2022-05-18 10:26:52 +02:00
2022-04-08 14:23:19 +02:00
2022-04-08 14:23:22 +02:00
2022-04-08 14:23:13 +02:00
2021-06-15 16:39:49 +01:00
2021-06-15 16:39:47 +01:00
2022-05-09 09:14:39 +02:00
2021-06-15 16:39:48 +01:00
2021-07-30 17:20:51 +01:00
2022-04-08 14:23:21 +02:00
2022-05-12 12:30:07 +02:00
2022-04-08 14:23:21 +02:00
2021-08-04 08:08:21 +02:00
2022-02-23 12:03:15 +01:00
2022-04-08 14:23:21 +02:00
2022-01-27 11:04:17 +01:00
2022-04-08 14:23:59 +02:00
2022-05-18 10:26:52 +02:00
2021-06-17 13:47:06 +01:00
2021-08-04 08:10:27 +02:00
2022-03-28 09:58:43 +02:00
2021-12-01 09:04:47 +01:00
2021-06-21 13:04:18 +01:00
2021-12-29 12:28:52 +01:00
2022-04-08 14:23:19 +02:00
2022-01-27 11:04:06 +01:00
2021-03-31 18:03:28 +01:00
2022-04-08 14:23:13 +02:00
2021-07-27 13:13:04 +01:00
2021-04-14 15:26:24 +01:00
2021-08-16 13:29:36 +01:00
2021-04-19 14:03:29 +01:00
2021-08-16 13:29:35 +01:00
2022-04-08 14:24:13 +02:00
2022-04-08 14:24:01 +02:00
2021-08-16 13:29:32 +01:00
2022-04-27 14:39:00 +02:00
2022-05-12 12:30:11 +02:00
2021-08-16 13:29:34 +01:00
2022-05-18 10:26:52 +02:00
2021-08-30 12:15:15 +01:00
2022-04-27 14:38:51 +02:00
2021-06-07 15:55:12 +01:00