Messages in this thread |  | | Date | Fri, 10 Apr 2015 21:24:26 -0500 | From | Corey Minyard <> | Subject | Pull request for the IPMI driver for 4.0 |
| |
The following changes since commit 3259b12ae1c79c146809829412ddc0d11a1b8e26:
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi (2015-04-10 17:41:47 -0700)
are available in the git repository at:
git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-4.0-1
for you to fetch changes up to d0acf734d886ce50bb5103cc75f7ca39f280e8a7:
ipmi_ssif: Use interruptible completion for waiting in the thread (2015-04-10 20:51:42 -0500)
---------------------------------------------------------------- Some annoying issues in the IPMI driver that would be good to have fixed before 4.0 is released.
These got reported or discovered late, but they will avoid some situations that would cause lots of log spam and in one case a deadlock. ---------------------------------------------------------------- Alistair Popple (1): ipmi/powernv: Fix minor locking bug
Corey Minyard (2): ipmi: Handle BMCs that don't allow clearing the rcv irq bit ipmi_ssif: Use interruptible completion for waiting in the thread
drivers/char/ipmi/ipmi_powernv.c | 1 + drivers/char/ipmi/ipmi_si_intf.c | 109 ++++++++++++++++++++++++++++++++++++--- drivers/char/ipmi/ipmi_ssif.c | 8 +-- 3 files changed, 108 insertions(+), 10 deletions(-)
|  |