[GIT PULL] IPMI bug fixes for 5.17

From: Corey Minyard
Date: Thu Mar 24 2022 - 13:29:51 EST


The following changes since commit 0c947b893d69231a9add855939da7c66237ab44f:

Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2022-01-17 09:53:21 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 8d10ea152e2fb9b4a42b282cb90bfc4d98e319a3:

ipmi: initialize len variable (2022-03-20 12:37:15 -0500)

----------------------------------------------------------------
Minor fixes for IPMI

Little fixes for various things people have noticed.

One enhancement, the IPMI over IPMB (I2c) is modified to allow it to
take a separate sender and receiver device. The Raspberry Pi has an
I2C slave device that cannot send.

----------------------------------------------------------------
Corey Minyard (3):
ipmi: Add the git repository to the MAINTAINERS file
ipmi:ipmi_ipmb: Unregister the SMI on remove
ipmi:ipmb: Add the ability to have a separate slave and master device

Jason Wang (1):
ipmi: ssif: replace strlcpy with strscpy

Joel Stanley (2):
ipmi: kcs: aspeed: Add AST2600 compatible string
ipmi: kcs: aspeed: Remove old bindings support

Rikard Falkeborn (1):
ipmi/watchdog: Constify ident

Tom Rix (1):
ipmi: initialize len variable

.../devicetree/bindings/ipmi/ipmi-ipmb.yaml | 8 +++
MAINTAINERS | 1 +
drivers/char/ipmi/ipmi_ipmb.c | 60 ++++++++++++++++---
drivers/char/ipmi/ipmi_ssif.c | 4 +-
drivers/char/ipmi/ipmi_watchdog.c | 2 +-
drivers/char/ipmi/kcs_bmc_aspeed.c | 67 +++-------------------
6 files changed, 70 insertions(+), 72 deletions(-)