All of lore.kernel.org
 help / color / mirror / Atom feed
From: Corey Minyard <corey@minyard.net>
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 6.19
Date: Fri, 5 Dec 2025 07:04:53 -0600	[thread overview]
Message-ID: <aTLYdRkTJ7ZCyP79@mail.minyard.net> (raw)

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

             reply	other threads:[~2025-12-05 13:05 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-05 13:04 Corey Minyard [this message]
2025-12-06  5:42 ` [GIT PULL] IPMI bug fixes for 6.19 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=aTLYdRkTJ7ZCyP79@mail.minyard.net \
    --to=corey@minyard.net \
    --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 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.