From: Corey Minyard <minyard@acm.org>
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 5.16
Date: Wed, 1 Dec 2021 13:57:20 -0600 [thread overview]
Message-ID: <20211201195720.GJ15676@minyard.net> (raw)
The following changes since commit 5833291ab6de9c3e2374336b51c814e515e8f3a5:
Merge tag 'pci-v5.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci (2021-11-11 15:10:18 -0800)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.16-2
for you to fetch changes up to c03a487a83fddbca1ef6cb5b97a69cd3e390e233:
ipmi:ipmb: Fix unknown command response (2021-11-25 21:17:55 -0600)
----------------------------------------------------------------
Fix issues with IPMI
Some changes that went in 5.16 that had issues. When working on the
design a piece was redesigned and things got missed. And the message
type was not being initialized when it was allocated, resulting in some
crashes.
In addition, the IPMI driver has had a shutdown issue where it could
still have an item in a system workqueue after it had been shutdown.
Move to a private workqueue to avoid that problem.
----------------------------------------------------------------
Corey Minyard (2):
ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking
ipmi:ipmb: Fix unknown command response
Ioanna Alifieraki (1):
ipmi: Move remove_work to dedicated workqueue
Jakub Kicinski (1):
ipmi: fix oob access due to uninit smi_msg type
Wei Yongjun (1):
ipmi: msghandler: Make symbol 'remove_work_wq' static
drivers/char/ipmi/ipmi_msghandler.c | 41 +++++++++++++++++++++++++++++--------
1 file changed, 33 insertions(+), 8 deletions(-)
next reply other threads:[~2021-12-01 19:58 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-01 19:57 Corey Minyard [this message]
2021-12-02 19:34 ` 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=20211201195720.GJ15676@minyard.net \
--to=minyard@acm.org \
--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
all inboxes | Powered by JetHome®