mbox series

[GIT,PULL] power-supply changes for 6.3-rc

Message ID 20230324212033.empobvkrgug5l3x6@mercury.elektranox.org
State New
Headers show
Series [GIT,PULL] power-supply changes for 6.3-rc | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.3-rc

Message

Sebastian Reichel March 24, 2023, 9:20 p.m. UTC
Hi Linus,

The following changes since commit fe15c26ee26efa11741a7b632e9f23b01aca4cc6:

  Linux 6.3-rc1 (2023-03-05 14:52:03 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.3-rc

for you to fetch changes up to 06615d11cc78162dfd5116efb71f29eb29502d37:

  power: supply: da9150: Fix use after free bug in da9150_charger_remove due to race condition (2023-03-12 23:28:04 +0100)

----------------------------------------------------------------
Power Supply Fixes for 6.3 cycle

Fixes for the 6.3 cycle:
 * rk817: Fix compiler warning
 * cros_usbpd-charger: Fix excessive error printing
 * axp288_fuel_gauge: handle platform_get_irq error
 * bq24190: Fix race condition in remove path
 * da9150: Fix race condition in remove path

----------------------------------------------------------------
Denis Arefev (1):
      power: supply: axp288_fuel_gauge: Added check for negative values

Grant Grundler (1):
      power: supply: cros_usbpd: reclassify "default case!" as debug

Jiapeng Chong (1):
      power: supply: rk817: Fix unsigned comparison with less than zero

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

 drivers/power/supply/axp288_fuel_gauge.c  | 2 ++
 drivers/power/supply/bq24190_charger.c    | 1 +
 drivers/power/supply/cros_usbpd-charger.c | 2 +-
 drivers/power/supply/da9150-charger.c     | 1 +
 drivers/power/supply/rk817_charger.c      | 4 ----
 5 files changed, 5 insertions(+), 5 deletions(-)

Comments

pr-tracker-bot@kernel.org March 24, 2023, 11:17 p.m. UTC | #1
The pull request you sent on Fri, 24 Mar 2023 22:20:33 +0100:

> ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v6.3-rc

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/d7b5c942f0752894a91a925c7249116333d4ab25

Thank you!