[GIT PULL] IPMI bug fixes for 4.18

From: Corey Minyard
Date: Fri Jul 06 2018 - 16:47:48 EST


A few things that came in recently that need to be fixed.

The following changes since commit 9ffc59d57228d74809700be6f7ecb1db10292f05:

 Merge tag '4.18-rc1-more-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2018-06-18 14:28:19 +0900)

are available in the git repository at:

 https://github.com/cminyard/linux-ipmi.git tags/for-linus-4.18-2

for you to fetch changes up to dc0f0a026d33819bb82d5c26ab2fca838e2004be:

 ipmi: kcs_bmc: fix IRQ exception if the channel is not open (2018-06-24 18:11:39 -0500)

----------------------------------------------------------------
A couple of small fixes, one to the BMC side of things that fixes
an interrupt issue, and one oops fix if init fails in a certain
way on the client driver.

-corey

----------------------------------------------------------------
Corey Minyard (1):
ÂÂÂÂÂ ipmi: Cleanup oops on initialization failure

Haiyue Wang (1):
ÂÂÂÂÂ ipmi: kcs_bmc: fix IRQ exception if the channel is not open

Âdrivers/char/ipmi/ipmi_si_intf.c |Â 6 ++++--
Âdrivers/char/ipmi/kcs_bmc.cÂÂÂÂÂ | 31 ++++++++++---------------------
Â2 files changed, 14 insertions(+), 23 deletions(-)