public inbox for linux-bluetooth@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Enable status prints for firmware download
@ 2024-05-15  7:06 Neeraj Sanjay Kale
  2024-05-15  7:06 ` [PATCH v1 1/3] Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() Neeraj Sanjay Kale
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Neeraj Sanjay Kale @ 2024-05-15  7:06 UTC (permalink / raw)
  To: marcel, luiz.dentz
  Cc: linux-bluetooth, linux-kernel, amitkumar.karwar, rohit.fule,
	neeraj.sanjaykale, sherry.sun, ziniu.wang_1, haibo.chen, LnxRevLi,
	guillaume.legoupil, salim.chebbo

This patch series enables prints for firmware download functionality to
help any automation tests framework to verify this feature.

While testing some scenarios such as downloading corrupt FW file, if
the driver is removed before FW download completes, or FW download
timeout occurs, a kernel crash is observed due to Null Pointer
Dereference, which is fixed along with a print to indicate automation
framework that the FW Download was Aborted.

Signed-off-by: Neeraj Sanjay Kale <neeraj.sanjaykale@nxp.com>

Neeraj Sanjay Kale (3):
  Bluetooth: btnxpuart: Fix Null pointer dereference in
    btnxpuart_flush()
  Bluetooth: btnxpuart: Enable status prints for firmware download
  Bluetooth: btnxpuart: Handle FW Download Abort scenario

 drivers/bluetooth/btnxpuart.c | 68 +++++++++++++++++++++++------------
 1 file changed, 46 insertions(+), 22 deletions(-)

-- 
2.34.1


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

end of thread, other threads:[~2025-03-20 10:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-15  7:06 [PATCH v1 0/3] Enable status prints for firmware download Neeraj Sanjay Kale
2024-05-15  7:06 ` [PATCH v1 1/3] Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() Neeraj Sanjay Kale
2024-05-15  7:33   ` Enable status prints for firmware download bluez.test.bot
2025-03-17 23:51   ` [PATCH v1 1/3] Bluetooth: btnxpuart: Fix Null pointer dereference in btnxpuart_flush() Dominique MARTINET
2025-03-20 10:20     ` Neeraj Sanjay Kale
2024-05-15  7:06 ` [PATCH v1 2/3] Bluetooth: btnxpuart: Enable status prints for firmware download Neeraj Sanjay Kale
2024-05-15  7:06 ` [PATCH v1 3/3] Bluetooth: btnxpuart: Handle FW Download Abort scenario Neeraj Sanjay Kale
2024-05-15 20:00 ` [PATCH v1 0/3] Enable status prints for firmware download patchwork-bot+bluetooth

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