[GIT PULL] IPMI bug fixes for 6.6
From: Corey Minyard
Date: Tue Aug 29 2023 - 17:24:16 EST
The following changes since commit 4d6d4c7f541d7027beed4fb86eb2c451bd8d6fff:
Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2023-05-17 11:16:36 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.6-1
for you to fetch changes up to d40f09c1a23024f0e550d9423f4d389672e1dfaf:
ipmi_si: fix -Wvoid-pointer-to-enum-cast warning (2023-08-15 15:46:06 -0500)
----------------------------------------------------------------
Minor fixes for IPMI
Lots of small unconnected things, memory leaks on error, a possible
(though unlikely) deadlock, changes for updates to other things
that have changed. Nothing earth-shattering, but things that need
update.
----------------------------------------------------------------
Chengfeng Ye (1):
ipmi: fix potential deadlock on &kcs_bmc->lock
Corey Minyard (3):
ipmi_watchdog: Fix read syscall not responding to signals during sleep
ipmi:ssif: Fix a memory leak when scanning for an adapter
ipmi: Change request_module to request_module_nowait
Ivan Orlov (1):
ipmi: make ipmi_class a static const structure
Jiasheng Jiang (1):
ipmi:ssif: Add check for kstrdup
Justin Stitt (1):
ipmi_si: fix -Wvoid-pointer-to-enum-cast warning
Krzysztof Kozlowski (1):
dt-bindings: ipmi: aspeed,ast2400-kcs-bmc: drop unneeded quotes
Uwe Kleine-König (1):
ipmi: Switch i2c drivers back to use .probe()
Yi Yang (1):
ipmi_si: fix a memleak in try_smi_init()
.../bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml | 8 ++++----
drivers/char/ipmi/ipmb_dev_int.c | 2 +-
drivers/char/ipmi/ipmi_devintf.c | 24 +++++++++++-----------
drivers/char/ipmi/ipmi_ipmb.c | 2 +-
drivers/char/ipmi/ipmi_si_intf.c | 5 +++++
drivers/char/ipmi/ipmi_si_platform.c | 4 ++--
drivers/char/ipmi/ipmi_ssif.c | 11 +++++++---
drivers/char/ipmi/ipmi_watchdog.c | 2 +-
drivers/char/ipmi/kcs_bmc.c | 5 +++--
drivers/char/ipmi/ssif_bmc.c | 2 +-
10 files changed, 38 insertions(+), 27 deletions(-)