All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 6.19
@ 2025-12-05 13:04 Corey Minyard
  2025-12-06  5:42 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2025-12-05 13:04 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

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

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

end of thread, other threads:[~2025-12-06  5:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-05 13:04 [GIT PULL] IPMI bug fixes for 6.19 Corey Minyard
2025-12-06  5:42 ` 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.