[GIT PULL] more IPMI bug fixes for 6.18

From: Corey Minyard

Date: Mon Oct 13 2025 - 08:09:05 EST


The following changes since commit e406d57be7bd2a4e73ea512c1ae36a40a44e499e:

Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm (2025-10-02 18:44:54 -0700)

are available in the Git repository at:

https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.18-2

for you to fetch changes up to e2c69490dda5d4c9f1bfbb2898989c8f3530e354:

ipmi: Fix handling of messages with provided receive message pointer (2025-10-07 06:50:08 -0500)

----------------------------------------------------------------
IPMI: A few bug fixes for patches that went in this release

Things that need to be fixed before final release, a refcount error and
some missing or incorrect error checks.

----------------------------------------------------------------
Dan Carpenter (2):
mfd: ls2kbmc: Fix an IS_ERR() vs NULL check in probe()
mfd: ls2kbmc: check for devm_mfd_add_devices() failure

Guenter Roeck (1):
ipmi: Fix handling of messages with provided receive message pointer

drivers/char/ipmi/ipmi_msghandler.c | 5 ++++-
drivers/mfd/ls2k-bmc-core.c | 12 ++++++++----
2 files changed, 12 insertions(+), 5 deletions(-)