[GIT PULL] IPMI bug fixes for 6.11

From: Corey Minyard
Date: Tue Jul 16 2024 - 09:28:55 EST


The following changes since commit 0cac73eb3875f6ecb6105e533218dba1868d04c9:

Merge tag 'pm-6.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2024-06-14 09:52:51 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 19a01155ddfe525e3a4e7cef734f18cce640b1ef:

ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0 (2024-07-08 15:05:18 -0500)

----------------------------------------------------------------
IPMI: Small updates and fixes

Some cleanups for device changes coming, and some range checks on data
coming from a host to a BMC.

----------------------------------------------------------------
Dan Carpenter (1):
ipmi: ssif_bmc: prevent integer overflow on 32bit systems

Uwe Kleine-König (1):
ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0

drivers/char/ipmi/ipmb_dev_int.c | 4 ++--
drivers/char/ipmi/ipmi_ipmb.c | 4 ++--
drivers/char/ipmi/ipmi_ssif.c | 2 +-
drivers/char/ipmi/ssif_bmc.c | 10 ++++++----
4 files changed, 11 insertions(+), 9 deletions(-)