[GIT PULL] IPMI bug fixes for 6.14
From: Corey Minyard
Date: Tue Jan 21 2025 - 09:07:00 EST
The following changes since commit 11a299a7933e03c83818b431e6a1c53ad387423d:
Merge tag 'for-6.12/block-20240925' of git://git.kernel.dk/linux (2024-09-25 14:56:40 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.14-1
for you to fetch changes up to b4339d599bc2b95be7887bde82114c153f6d0c10:
MAINTAINERS: ipmi: update my email address (2025-01-21 07:59:27 -0600)
----------------------------------------------------------------
ipmi: Minor fixes and update my email address
I'm switching to a new email address, so update that. This is a new
commit, but shouldn't be an issue.
Minor fixes for formats and return values and missing ifdefs.
A fix for some error handling that causes a loss of messages.
----------------------------------------------------------------
Charles Han (1):
ipmi: ipmb: Add check devm_kasprintf() returned value
Corey Minyard (2):
char:ipmi: Fix a not-used variable on a non-ACPI system
MAINTAINERS: ipmi: update my email address
Quan Nguyen (1):
ipmi: ssif_bmc: Fix new request loss when bmc ready for a response
Vitaliy Shevtsov (1):
ipmi: make ipmi_destroy_user() return void
liujing (1):
char:ipmi: Fix the wrong format specifier
MAINTAINERS | 2 +-
drivers/char/ipmi/ipmb_dev_int.c | 5 +++++
drivers/char/ipmi/ipmi_devintf.c | 5 +----
drivers/char/ipmi/ipmi_msghandler.c | 4 +---
drivers/char/ipmi/ipmi_poweroff.c | 6 +-----
drivers/char/ipmi/ipmi_si_pci.c | 2 +-
drivers/char/ipmi/ipmi_watchdog.c | 5 +----
drivers/char/ipmi/ssif_bmc.c | 5 +++--
include/linux/ipmi.h | 2 +-
9 files changed, 15 insertions(+), 21 deletions(-)