Linux MultiMedia Card development
 help / color / mirror / Atom feed
* [PATCH 0/1] mmc: sdhci: check host->cmd is null or not in sdhci_cqe_irq()
@ 2022-08-31 12:43 Ying-Chun Liu (PaulLiu)
  2022-08-31 12:43 ` [PATCH 1/1] " Ying-Chun Liu (PaulLiu)
  0 siblings, 1 reply; 5+ messages in thread
From: Ying-Chun Liu (PaulLiu) @ 2022-08-31 12:43 UTC (permalink / raw)
  To: linux-mmc; +Cc: Ying-Chun Liu (PaulLiu)

From: "Ying-Chun Liu (PaulLiu)" <paul.liu@linaro.org>

If we don't check host->cmd. We will get the following oops
when booting from eMMC on RockPi4.

 Unable to handle kernel read from unreadable memory at
   virtual address 0000000000000000
 Call trace:
   sdhci_cqe_irq+0x40/0x254

Ying-Chun Liu (PaulLiu) (1):
  mmc: sdhci: check host->cmd is null or not in sdhci_cqe_irq()

 drivers/mmc/host/sdhci.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
2.35.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2022-09-07 11:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-31 12:43 [PATCH 0/1] mmc: sdhci: check host->cmd is null or not in sdhci_cqe_irq() Ying-Chun Liu (PaulLiu)
2022-08-31 12:43 ` [PATCH 1/1] " Ying-Chun Liu (PaulLiu)
2022-09-07  7:05   ` Adrian Hunter
2022-09-07 10:03     ` Ulf Hansson
2022-09-07 11:03       ` Adrian Hunter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox