SUBJECT: [GIT PULL] IPMI bug fixes for 5.7

From: Corey Minyard
Date: Fri Apr 10 2020 - 09:33:17 EST


The following changes since commit 3cc6e2c599cdca573a8f347aea5da4c855ff5a78:

Merge tag 'for-linus-5.6-2' of git://github.com/cminyard/linux-ipmi (2020-03-12 09:59:36 -0700)

are available in the Git repository at:

https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.7-1

for you to fetch changes up to e96387677c2a4a35a0c8b16cd517696a04050062:

ipmi: kcs: Fix aspeed_kcs_probe_of_v1() (2020-04-07 08:35:40 -0500)

----------------------------------------------------------------
Bug fixes for main IPMI driver, kcs updates

A couple of bug fixes for the main IPMI driver, one functional and two
annotations.

The kcs driver has some significant updates that have been pending for a
while, but I forgot to include in next until a week ago. But this code
is only used by the people who are sending it to me, really, so it's not
a big deal. I did want it to sit in next for at least a week, and it did
result in a fix.

----------------------------------------------------------------
Amol Grover (1):
drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists

Andrew Jeffery (3):
dt-bindings: ipmi: aspeed: Introduce a v2 binding for KCS
ipmi: kcs: Finish configuring ASPEED KCS device before enable
ipmi: kcs: aspeed: Implement v2 bindings

Dan Carpenter (1):
ipmi: kcs: Fix aspeed_kcs_probe_of_v1()

Jules Irenge (1):
ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_cond()

Wen Yang (1):
ipmi: fix hung processes in __get_guid()

.../devicetree/bindings/ipmi/aspeed-kcs-bmc.txt | 20 ++-
drivers/char/ipmi/ipmi_msghandler.c | 18 ++-
drivers/char/ipmi/ipmi_ssif.c | 2 +
drivers/char/ipmi/kcs_bmc_aspeed.c | 151 +++++++++++++++++----
4 files changed, 153 insertions(+), 38 deletions(-)