linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Fixes NULL pointer access in spi-mt65xx.c
@ 2024-03-21  6:41 Fei Shao
  2024-03-21  6:41 ` [PATCH 1/2] spi: spi-mt65xx: Fix NULL pointer access in interrupt handler Fei Shao
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Fei Shao @ 2024-03-21  6:41 UTC (permalink / raw)
  To: Mark Brown, AngeloGioacchino Del Regno
  Cc: Fei Shao, Daniel Kurtz, Matthias Brugger, linux-arm-kernel,
	linux-kernel, linux-mediatek, linux-spi

Hi,

This series contains two patches for spi-mt65xx.c, both focusing on its
interrupt handler mtk_spi_interrupt().

The first patch is to fix a NULL pointer access in the interrupt
handler, which is first found on a MT8186 Chromebook device when the
system tries to establish host communication with its embedded
controller.

The second one is a decorative clean-up when I'm working on the first
patch, which simply renames a variable to better follow the rest of the
code.
I put this after the first fix because I think that will make
maintainers and users slightly easier to only backport the fix if
needed.

Looking forward to any feedback, thank you.

Regards,
Fei


Fei Shao (2):
  spi: spi-mt65xx: Fix NULL pointer access in interrupt handler
  spi: spi-mt65xx: Rename a variable in interrupt handler

 drivers/spi/spi-mt65xx.c | 47 ++++++++++++++++++++--------------------
 1 file changed, 23 insertions(+), 24 deletions(-)

-- 
2.44.0.396.g6e790dbe36-goog


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

end of thread, other threads:[~2024-03-21  7:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-21  6:41 [PATCH 0/2] Fixes NULL pointer access in spi-mt65xx.c Fei Shao
2024-03-21  6:41 ` [PATCH 1/2] spi: spi-mt65xx: Fix NULL pointer access in interrupt handler Fei Shao
2024-03-21  6:41 ` [PATCH 2/2] spi: spi-mt65xx: Rename a variable " Fei Shao
2024-03-21  6:56 ` [PATCH 0/2] Fixes NULL pointer access in spi-mt65xx.c Fei Shao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).