[GIT PULL] IPMI bug fixes for 5.9
From: Corey Minyard
Date: Sat Aug 08 2020 - 08:34:16 EST
The following changes since commit a5dc8300df75e8b8384b4c82225f1e4a0b4d9b55:
scripts/decode_stacktrace: warn when modpath is needed but is unset (2020-06-15 15:37:24 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.9-1
for you to fetch changes up to 634b06def11cf7ecf6282c79735f08004e323983:
ipmi/watchdog: add missing newlines when printing parameters by sysfs (2020-07-21 06:29:15 -0500)
----------------------------------------------------------------
Minor cleanups to the IPMI driver for 5.9
Nothing of any major consequence. Duplicate code, some missing \n's in
sysfs files, some documentation and comment changes.
-corey
----------------------------------------------------------------
Jing Xiangfeng (1):
ipmi: remve duplicate code in __ipmi_bmc_register()
Misono Tomohiro (2):
Doc: driver-api: ipmi: Add description of alerts_broken module param
ipmi: ssif: Remove finished TODO comment about SMBus alert
Xiongfeng Wang (1):
ipmi/watchdog: add missing newlines when printing parameters by sysfs
Documentation/driver-api/ipmi.rst | 4 ++++
drivers/char/ipmi/ipmi_msghandler.c | 2 --
drivers/char/ipmi/ipmi_ssif.c | 5 -----
drivers/char/ipmi/ipmi_watchdog.c | 9 +++++++--
4 files changed, 11 insertions(+), 9 deletions(-)