[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20190919160807.GL13407@t560>
Date: Thu, 19 Sep 2019 11:08:07 -0500
From: Corey Minyard <minyard@....org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
openipmi-developer@...ts.sourceforge.net
Subject: [GIT PULL] IPMI bug fixes for 5.4
The following changes since commit 5c6207539aea8b22490f9569db5aa72ddfd0d486:
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2019-07-31 13:26:54 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.4-1
for you to fetch changes up to c9acc3c4f8e42ae538aea7f418fddc16f257ba75:
ipmi_si_intf: Fix race in timer shutdown handling (2019-09-12 16:03:18 -0500)
----------------------------------------------------------------
IPMI: A few minor fixes and some cosmetic changes.
Nothing big here, but some minor things that people have found and
some minor reworks for names and include files.
Thanks,
-corey
----------------------------------------------------------------
Corey Minyard (6):
ipmi_si: Convert timespec64 to timespec
ipmi_si: Rework some include files
ipmi_si: Convert device attr permissions to octal
ipmi_si: Remove ipmi_ from the device attr names
ipmi_si: Only schedule continuously in the thread in maintenance mode
ipmi: Free receive messages when in an oops
Jes Sorensen (1):
ipmi_si_intf: Fix race in timer shutdown handling
Kamlakant Patel (1):
ipmi_ssif: avoid registering duplicate ssif interface
Tony Camuso (1):
ipmi: move message error checking to avoid deadlock
drivers/char/ipmi/ipmi_dmi.c | 1 -
drivers/char/ipmi/ipmi_dmi.h | 1 +
drivers/char/ipmi/ipmi_msghandler.c | 121 ++++++++++++++++++-----------------
drivers/char/ipmi/ipmi_si.h | 57 ++++++++++++++++-
drivers/char/ipmi/ipmi_si_intf.c | 98 ++++++++++++++++------------
drivers/char/ipmi/ipmi_si_mem_io.c | 2 +-
drivers/char/ipmi/ipmi_si_pci.c | 2 +-
drivers/char/ipmi/ipmi_si_platform.c | 2 +-
drivers/char/ipmi/ipmi_si_port_io.c | 2 +-
drivers/char/ipmi/ipmi_si_sm.h | 54 ++--------------
drivers/char/ipmi/ipmi_ssif.c | 79 ++++++++++++++++++++++-
11 files changed, 260 insertions(+), 159 deletions(-)
Powered by blists - more mailing lists