Linux kernel -stable discussions
 help / color / mirror / Atom feed
* [PATCH 5.4.y 0/3] Backport CVE-2023-33288 fix to stable kernel v5.4.y
@ 2025-07-21 11:48 skulkarni
  2025-07-21 11:48 ` [PATCH 5.4.y 1/3] power: supply: bq24190_charger: Fix runtime PM imbalance on error skulkarni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: skulkarni @ 2025-07-21 11:48 UTC (permalink / raw)
  To: stable; +Cc: Shubham Kulkarni

From: Shubham Kulkarni <skulkarni@mvista.com>

Hi Greg/All,

This patch series backports the fix for CVE-2023-33288 along with its 2 dependency commits to 5.4 stable kernel.
These patches are already part of stable kernel v5.10.y and I have referred to those commits to generate
this series for v5.4.

[CVE-2023-33288 - kernel: use-after-free in bq24190_remove in drivers/power/supply/bq24190_charger.c]

Patch 1: Dependency Patch #1 - mainline commit 1a37a0397116 (v5.9-rc1)
Patch 2: Dependency Patch #2 -  v5.10.y commit 18359b8e30c4 (v5.10.177)
Patch 3: CVE-2023-33288 fix  -  v5.10.y commit 2b346876b931 (v5.10.177)

---

Dinghao Liu (1):
  power: supply: bq24190_charger: Fix runtime PM imbalance on error

Minghao Chi (1):
  power: supply: bq24190_charger: using pm_runtime_resume_and_get
    instead of pm_runtime_get_sync

Zheng Wang (1):
  power: supply: bq24190: Fix use after free bug in bq24190_remove due
    to race condition

 drivers/power/supply/bq24190_charger.c | 60 +++++++++-----------------
 1 file changed, 21 insertions(+), 39 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2025-07-21 13:59 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 11:48 [PATCH 5.4.y 0/3] Backport CVE-2023-33288 fix to stable kernel v5.4.y skulkarni
2025-07-21 11:48 ` [PATCH 5.4.y 1/3] power: supply: bq24190_charger: Fix runtime PM imbalance on error skulkarni
2025-07-21 13:59   ` Sasha Levin
2025-07-21 11:48 ` [PATCH 5.4.y 2/3] power: supply: bq24190_charger: using pm_runtime_resume_and_get instead of pm_runtime_get_sync skulkarni
2025-07-21 13:59   ` Sasha Levin
2025-07-21 11:48 ` [PATCH 5.4.y 3/3] power: supply: bq24190: Fix use after free bug in bq24190_remove due to race condition skulkarni
2025-07-21 13:59   ` Sasha Levin

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