* [GIT PULL] IPMI bug fixes for 7.1
@ 2026-04-18 1:24 Corey Minyard
2026-04-18 18:29 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2026-04-18 1:24 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer
The following changes since commit af4e9ef3d78420feb8fe58cd9a1ab80c501b3c08:
uaccess: Fix scoped_user_read_access() for 'pointer to const' (2026-03-02 09:24:32 -0800)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-7.1-1
for you to fetch changes up to 75c486cb1bcaa1a3ec3a6438498176a3a4998ae4:
ipmi:ssif: Clean up kthread on errors (2026-04-17 06:47:40 -0500)
----------------------------------------------------------------
ipmi: Small updates and fixes
Mostly fixes to the BMC software.
Fix one issue in the host side driver where a kthread can be left
running on a specific memory allocation failre at probe time.
Replace system_wq with system_percpu_wq so system_wq can eventually go
away.
----------------------------------------------------------------
Corey Minyard (2):
ipmi:ssif: Remove unnecessary indention
ipmi:ssif: Clean up kthread on errors
Jian Zhang (6):
ipmi: ssif_bmc: cancel response timer on remove
ipmi: ssif_bmc: fix missing check for copy_to_user() partial failure
ipmi: ssif_bmc: fix message desynchronization after truncated response
ipmi: ssif_bmc: change log level to dbg in irq callback
ipmi: ssif_bmc: add unit test for state machine
ipmi: ssif_bmc: Fix KUnit test link failure when KUNIT=m
Marco Crivellari (1):
ipmi: Replace use of system_wq with system_percpu_wq
drivers/char/ipmi/Kconfig | 10 +
drivers/char/ipmi/ipmi_msghandler.c | 10 +-
drivers/char/ipmi/ipmi_ssif.c | 41 ++--
drivers/char/ipmi/ssif_bmc.c | 405 +++++++++++++++++++++++++++++++++++-
4 files changed, 435 insertions(+), 31 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-04-18 18:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-04-18 1:24 [GIT PULL] IPMI bug fixes for 7.1 Corey Minyard
2026-04-18 18:29 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox