All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 5.16
@ 2021-12-01 19:57 Corey Minyard
  2021-12-02 19:34 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2021-12-01 19:57 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

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(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] IPMI bug fixes for 5.16
  2021-12-01 19:57 [GIT PULL] IPMI bug fixes for 5.16 Corey Minyard
@ 2021-12-02 19:34 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2021-12-02 19:34 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Linus Torvalds, linux-kernel, openipmi-developer

The pull request you sent on Wed, 1 Dec 2021 13:57:20 -0600:

> https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.16-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/df365887f83dda9386a02ea1aa48b3b566473c64

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-02 19:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01 19:57 [GIT PULL] IPMI bug fixes for 5.16 Corey Minyard
2021-12-02 19:34 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.