From patchwork Fri Mar 24 21:20:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 13187388 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 25011C6FD1C for ; Fri, 24 Mar 2023 21:20:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230131AbjCXVUj (ORCPT ); Fri, 24 Mar 2023 17:20:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57664 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbjCXVUi (ORCPT ); Fri, 24 Mar 2023 17:20:38 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E36A740CA; Fri, 24 Mar 2023 14:20:37 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 7E2C462CAD; Fri, 24 Mar 2023 21:20:37 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8128CC433D2; Fri, 24 Mar 2023 21:20:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1679692836; bh=G0qOOGm4rBjqC+kvJ+kcNFs+i54Zpf+/Gfp1bhyPVa0=; h=Date:From:To:Cc:Subject:From; b=X8cJ9Q1vGcRH7trG7cqbT6IobndnYLjFN1C2hUdYGVBSWecSZCDPE+k9bkK1bbEPY PRxS9W2KW8v4DeGM/QZsGPPb0pFO7Y2qlnypBM7Otx+xAghgybfjqqRM5qcv/OAYVW sXd3gm5y53ihas7YEJcIjPB+0oWofNWIPlypueLx5WwBlpTAYpLDw2dCFg4nQdG+nI HqIJzigZC00hWOVd3Gfg2numzHDrs+Om2abyj8qsqNL4C8LzbsLVgjbERkCi9swgeq jHPW7oflZ0FWM2Oe3iKwx8WmtnbCwvLuR73yj6DY0lFa85baS77nkIjw1BiFFyrb7d RdAaaBH7W9bOg== Received: by mercury (Postfix, from userid 1000) id D16A11062140; Fri, 24 Mar 2023 22:20:33 +0100 (CET) Date: Fri, 24 Mar 2023 22:20:33 +0100 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [GIT PULL] power-supply changes for 6.3-rc Message-ID: <20230324212033.empobvkrgug5l3x6@mercury.elektranox.org> MIME-Version: 1.0 Content-Disposition: inline Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org 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(-)