]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Feb 2026 22:34:21 +0000 (14:34 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 26 Feb 2026 22:34:21 +0000 (14:34 -0800)
commitc45be7c420659391530fe3508191083bc0bbfe15
treead2af32f3cee0656bf58cfe4a90f2366e947feb4
parent3f4a08e64442340f4807de63e30aef22cc308830
parentcae66f1a1dcd23e17da5a015ef9d731129f9d2dd
Merge tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi

Pull IPMI driver fixes from Corey Minyard:
 "This mostly revolves around getting the driver to behave when the IPMI
  device misbehaves. Past attempts have not worked very well because I
  didn't have hardware I could make do this, and AI was fairly useless
  for help on this.

  So I modified qemu and my test suite so I could reproduce a
  misbehaving IPMI device, and with that I was able to fix the issues"

* tag 'for-linus-7.0-1' of https://github.com/cminyard/linux-ipmi:
  ipmi:si: Fix check for a misbehaving BMC
  ipmi:msghandler: Handle error returns from the SMI sender
  ipmi:si: Don't block module unload if the BMC is messed up
  ipmi:si: Use a long timeout when the BMC is misbehaving
  ipmi:si: Handle waiting messages when BMC failure detected
  ipmi:ls2k: Make ipmi_ls2k_platform_driver static
  ipmi: ipmb: initialise event handler read bytes
  ipmi: Consolidate the run to completion checking for xmit msgs lock
  ipmi: Fix use-after-free and list corruption on sender error
drivers/char/ipmi/ipmi_msghandler.c
drivers/char/ipmi/ipmi_si_intf.c