[GIT PULL] IPMI bug fixes for 4.15 changes

From: Corey Minyard
Date: Mon Dec 11 2017 - 08:55:50 EST


The following changes since commit 6363b3f3ac5be096d08c8c504128befa0c033529:

 Merge tag 'ipmi-for-4.15' of git://github.com/cminyard/linux-ipmi (2017-11-15 15:12:28 -0800)

are available in the git repository at:

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

for you to fetch changes up to 51614b26a029515dd3bc43a8c0e16a9ee51bbf52:

 ipmi_si: fix crash on parisc (2017-12-11 07:43:26 -0600)

----------------------------------------------------------------
The big changes for IPMI that just went in had a few problems. These
have been in for-next for a while, each since about their creation
date. I forgot the bugzilla reference on the second one (ipmi_si: Fix
oops with PCI devices) so I rebased to add that.

----------------------------------------------------------------
Corey Minyard (1):
ÂÂÂÂÂ ipmi_si: Fix oops with PCI devices

Masamitsu Yamazaki (1):
ÂÂÂÂÂ ipmi: Stop timers before cleaning up the module

Mikulas Patocka (1):
ÂÂÂÂÂ ipmi_si: fix crash on parisc

Âdrivers/char/ipmi/ipmi_si_intf.cÂÂ | 44 ++++++++++++++++++++------------------
Âdrivers/char/ipmi/ipmi_si_parisc.c |Â 2 ++
Âdrivers/char/ipmi/ipmi_si_pci.cÂÂÂ |Â 7 ++++--
Â3 files changed, 30 insertions(+), 23 deletions(-)