[GIT PULL] IPMI bug fixes for 4.19
From: Corey Minyard
Date: Wed Sep 12 2018 - 21:33:59 EST
The following changes since commit 9f8f16c86e4d9e2afcbdcd6045981c4d9129450e:
 Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd
(2018-08-30 10:05:12 -0700)
are available in the git repository at:
 https://github.com/cminyard/linux-ipmi.git tags/for-linus-4.19
for you to fetch changes up to a8627cda7cfffe1792c199660c2b4f03ba2bd97b:
 ipmi: Fix NULL pointer dereference in ssif_probe (2018-08-31 14:13:56
-0500)
----------------------------------------------------------------
A few fixes that came around or after the merge window, except
for cd2315d "ipmi: kcs_bmc: don't change device name" which is for a
driver that very few people use, and those people need the change.
----------------------------------------------------------------
Benjamin Fair (1):
ÂÂÂÂÂ ipmi: kcs_bmc: don't change device name
Corey Minyard (3):
ÂÂÂÂÂ ipmi: Rework SMI registration failure
ÂÂÂÂÂ ipmi: Move BT capabilities detection to the detect call
ÂÂÂÂÂ ipmi: Fix I2C client removal in the SSIF driver
Gustavo A. R. Silva (1):
ÂÂÂÂÂ ipmi: Fix NULL pointer dereference in ssif_probe
Âdrivers/char/ipmi/ipmi_bt_sm.cÂÂÂÂÂ | 92
+++++++++++++++++++------------------
Âdrivers/char/ipmi/ipmi_msghandler.c | 53 +++++++++++----------
Âdrivers/char/ipmi/ipmi_si_intf.cÂÂÂ | 17 ++-----
Âdrivers/char/ipmi/ipmi_ssif.cÂÂÂÂÂÂ | 32 +++++--------
Âdrivers/char/ipmi/kcs_bmc.cÂÂÂÂÂÂÂÂ |Â 7 +--
Â5 files changed, 97 insertions(+), 104 deletions(-)