]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Bluetooth: btintel_pcie: Fix potential race condition in firmware download
authorKiran K <kiran.k@intel.com>
Tue, 10 Jun 2025 14:00:37 +0000 (19:30 +0530)
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>
Fri, 20 Jun 2025 15:50:55 +0000 (11:50 -0400)
commit89a33de314945c866b155d369f224fa552af1722
tree0c3f0b3f65fbc419f425ea3fa03a27b8ba7d64ba
parente0fca6f2cebff539e9317a15a37dcf432e3b851a
Bluetooth: btintel_pcie: Fix potential race condition in firmware download

During firmware download, if an error occurs, interrupts must be
disabled, synchronized, and re-enabled before retrying the download.
This change ensures proper interrupt handling to prevent race
conditions.

Signed-off-by: Chandrashekar Devegowda <chandrashekar.devegowda@intel.com>
Signed-off-by: Kiran K <kiran.k@intel.com>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
drivers/bluetooth/btintel_pcie.c