The following changes since commit ab5fce87a778cb780a05984a2ca448f2b41aafbf:
Merge tag 'perf-tools-fixes-for-v7.1-2026-05-18' of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools (2026-05-18 17:55:42 -0700) are available in the Git repository at: https://github.com/cminyard/linux-ipmi.git tags/for-linus-7.2-1 for you to fetch changes up to de9aa5ea2d9ea55234e78af1e6182979aa4f646a: docs: ipmi: Fix path of the "hotmod" module parameter (2026-06-20 10:23:03 -0500) ---------------------------------------------------------------- ipmi: lots of little tweaks Nothing huge, the biggest issue was a possible refcount underflow that could cause a memory leak in some situations. Otherwise, fixing formatting and style things and some docs typos. ---------------------------------------------------------------- Corey Minyard (1): ipmi:kcs: Reduce the number of retries Jisheng Zhang (1): ipmi: Use LIST_HEAD() to initialize on stack list head Matt Fleming (1): ipmi: Fix user refcount underflow in event delivery Rosen Penev (1): ipmi: si: Use platform_get_irq_optional() to retrieve interrupt Uwe Kleine-König (The Capable Hub) (3): ipmi: Use named initializers for struct i2c_device_id ipmi:ssif: Drop unused assignment of platform_device_id driver data ipmi: Drop unused assignment of platform_device_id driver data Wentao Liang (1): ipmi: fix refcount leak in i_ipmi_request() Zenghui Yu (1): docs: ipmi: Fix path of the "hotmod" module parameter Documentation/driver-api/ipmi.rst | 2 +- drivers/char/ipmi/ipmb_dev_int.c | 4 ++-- drivers/char/ipmi/ipmi_ipmb.c | 4 ++-- drivers/char/ipmi/ipmi_kcs_sm.c | 2 +- drivers/char/ipmi/ipmi_msghandler.c | 24 ++++++++++++------------ drivers/char/ipmi/ipmi_si_platform.c | 11 +++++++---- drivers/char/ipmi/ipmi_ssif.c | 4 ++-- drivers/char/ipmi/ssif_bmc.c | 2 +- 8 files changed, 28 insertions(+), 25 deletions(-) _______________________________________________ Openipmi-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openipmi-developer
