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
..
2022-04-08 14:23:21 +02:00
2022-04-08 14:24:15 +02:00
2021-09-15 13:07:51 +01:00
2021-06-01 14:05:15 +01:00
2021-06-01 14:05:15 +01:00
2020-11-20 13:49:05 +00:00
2021-09-16 14:01:54 +01:00
2021-03-16 13:25:46 +00:00
2021-02-11 17:31:56 +00:00
2021-04-12 17:05:50 +01:00
2021-09-16 14:01:55 +01:00
2021-03-02 15:32:00 +01:00
2021-04-12 17:05:55 +01:00
2020-12-11 13:22:57 +00:00
2021-05-21 13:13:40 +01:00
2021-04-12 17:05:54 +01:00
2021-06-01 14:03:01 +01:00
2020-05-01 17:45:24 +01:00
2020-06-15 23:08:32 -05:00
2021-05-21 13:13:35 +01:00
2021-03-02 15:31:40 +01:00
2021-07-11 23:48:30 +01:00
2021-03-29 17:28:17 +01:00
2021-05-21 13:13:35 +01:00
2022-05-18 10:26:52 +02:00
2021-03-02 15:32:00 +01:00
2021-04-12 17:05:52 +01:00
2021-11-18 19:16:50 +01:00
2021-09-17 13:16:36 +01:00
2020-05-01 17:45:24 +01:00