From patchwork Wed May 1 21:26:10 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 10925607 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id DB42B14DB for ; Wed, 1 May 2019 21:26:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C074828EF7 for ; Wed, 1 May 2019 21:26:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B1C9E28F10; Wed, 1 May 2019 21:26:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 50DDA28EF7 for ; Wed, 1 May 2019 21:26:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726121AbfEAV0N (ORCPT ); Wed, 1 May 2019 17:26:13 -0400 Received: from mail.kernel.org ([198.145.29.99]:57404 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726088AbfEAV0N (ORCPT ); Wed, 1 May 2019 17:26:13 -0400 Received: from earth.universe (unknown [185.62.205.103]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id B933020656; Wed, 1 May 2019 21:26:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1556745972; bh=zlVypDJix2aPc5aPr2Bir4wsza86pu7M8teneGSTxEo=; h=Date:From:To:Cc:Subject:From; b=e/Z5TRqxwl2YcmO937o4pfMbaEoS/rp175noLuRCjFXAXPKmQwGBpwY0nMwmYERnf XDGxkSOeSALwjEjJiJbZMtfkGQEV/vdCaTsSe+yGVFlAIKUukFMALieMLzUcoxYles mjSoFxfT2q4mhzcXxQtKIorR/qwMN1De9KxcwS/I= Received: by earth.universe (Postfix, from userid 1000) id 69A383C0D1B; Wed, 1 May 2019 23:26:10 +0200 (CEST) Date: Wed, 1 May 2019 23:26:10 +0200 From: Sebastian Reichel To: Linus Torvalds Cc: linux-kernel@vger.kernel.org, linux-pm@vger.kernel.org Subject: [GIT PULL] power-supply changes for 5.1 Message-ID: <20190501212610.5qrl7gyttdyzs2dq@earth.universe> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 Sender: linux-pm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Linus, I have two more fixes for the 5.1 cycle. One division by zero fix in a specific driver and one core workaround for bad userspace behaviour from systemd regarding uevents. IMHO this can be considered to be a userspace bug, but the debug messages are useless anyways. -- Sebastian The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b: Linux 5.1-rc1 (2019-03-17 14:22:26 -0700) are available in the Git repository at: ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/sre/linux-power-supply.git tags/for-v5.1-rc for you to fetch changes up to 349ced9984ff540ce74ca8a0b2e9b03dc434b9dd: power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG (2019-04-26 00:06:56 +0200) ---------------------------------------------------------------- Power Supply Fixes for 5.1 cycle * cpcap-battery: fix a division by zero * core: fix systemd issue due to log messages produced by uevent ---------------------------------------------------------------- Andrey Smirnov (1): power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG Tony Lindgren (1): power: supply: cpcap-battery: Fix division by zero drivers/power/supply/cpcap-battery.c | 3 +++ drivers/power/supply/power_supply_sysfs.c | 6 ------ 2 files changed, 3 insertions(+), 6 deletions(-)