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(-)