[<prev] [next>] [day] [month] [year] [list]
Message-ID: <aTLYdRkTJ7ZCyP79@mail.minyard.net>
Date: Fri, 5 Dec 2025 07:04:53 -0600
From: Corey Minyard <corey@...yard.net>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel <linux-kernel@...r.kernel.org>,
openipmi-developer@...ts.sourceforge.net
Subject: [GIT PULL] IPMI bug fixes for 6.19
The following changes since commit 9b332cece987ee1790b2ed4c989e28162fa47860:
Merge tag 'nfsd-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux (2025-10-14 09:28:12 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.19-1
for you to fetch changes up to 35bcedc1a7938da808f54510d8bc7d90cebb6278:
MAINTAINERS: Add entry on Loongson-2K IPMI driver (2025-10-15 06:37:22 -0500)
----------------------------------------------------------------
Minor IPMI fixes
Some device tree cleanups and a maintainer add.
Fix a race when handling channel updates that could result in errors
being reported to the user in some cases.
----------------------------------------------------------------
Binbin Zhou (1):
MAINTAINERS: Add entry on Loongson-2K IPMI driver
Jinhui Guo (3):
ipmi: Fix the race between __scan_channels() and deliver_response()
ipmi: Fix __scan_channels() failing to rescan channels
ipmi: Skip channel scan if channels are already marked ready
Rob Herring (Arm) (2):
dt-bindings: ipmi: Convert nuvoton,npcm750-kcs-bmc to DT schema
dt-bindings: ipmi: Convert aspeed,ast2400-ibt-bmc to DT schema
.../bindings/ipmi/aspeed,ast2400-ibt-bmc.txt | 28 -----------
.../bindings/ipmi/aspeed,ast2400-ibt-bmc.yaml | 44 +++++++++++++++++
.../devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt | 40 ----------------
.../bindings/ipmi/nuvoton,npcm750-kcs-bmc.yaml | 55 ++++++++++++++++++++++
MAINTAINERS | 1 +
drivers/char/ipmi/ipmi_msghandler.c | 24 +++++++---
6 files changed, 117 insertions(+), 75 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.txt
create mode 100644 Documentation/devicetree/bindings/ipmi/aspeed,ast2400-ibt-bmc.yaml
delete mode 100644 Documentation/devicetree/bindings/ipmi/npcm7xx-kcs-bmc.txt
create mode 100644 Documentation/devicetree/bindings/ipmi/nuvoton,npcm750-kcs-bmc.yaml
Powered by blists - more mailing lists