From: Corey Minyard <corey@minyard.net>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-kernel <linux-kernel@vger.kernel.org>,
openipmi-developer@lists.sourceforge.net
Subject: [GIT PULL] IPMI bug fixes for 7.1
Date: Fri, 17 Apr 2026 20:24:34 -0500 [thread overview]
Message-ID: <aeLdUvLoy7LIBubq@mail.minyard.net> (raw)
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(-)
next reply other threads:[~2026-04-18 1:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-04-18 1:24 Corey Minyard [this message]
2026-04-18 18:29 ` [GIT PULL] IPMI bug fixes for 7.1 pr-tracker-bot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aeLdUvLoy7LIBubq@mail.minyard.net \
--to=corey@minyard.net \
--cc=linux-kernel@vger.kernel.org \
--cc=openipmi-developer@lists.sourceforge.net \
--cc=torvalds@linux-foundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox