From: Corey Minyard <minyard@acm.org>
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.10
Date: Mon, 13 May 2024 13:53:14 -0500 [thread overview]
Message-ID: <ZkJhmhatRHeKuIfE@mail.minyard.net> (raw)
The following changes since commit 8d025e2092e29bfd13e56c78e22af25fac83c8ec:
Merge tag 'erofs-for-6.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs (2024-03-27 20:24:09 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.10-1
for you to fetch changes up to 999dff3c13930ad77a7070a5fb4473b1fafdcecc:
ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning void (2024-04-17 14:55:04 -0500)
----------------------------------------------------------------
ipmi: Mostly updates for deprecated interfaces
These changes are mostly updates for deprecated interfaces,
platform.remove and converting from a tasklet to a BH workqueue. Also
use HAS_IOPORT for disabling inb()/outb().
-corey
----------------------------------------------------------------
Allen Pais (1):
ipmi: Convert from tasklet to BH workqueue
Niklas Schnelle (1):
char: ipmi: handle HAS_IOPORT dependencies
Uwe Kleine-König (6):
ipmi: bt-bmc: Convert to platform remove callback returning void
ipmi: ipmi_powernv: Convert to platform remove callback returning void
ipmi: ipmi_si_platform: Convert to platform remove callback returning void
ipmi: ipmi_ssif: Convert to platform remove callback returning void
ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning void
ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning void
drivers/char/ipmi/Makefile | 11 ++++-------
drivers/char/ipmi/bt-bmc.c | 5 ++---
drivers/char/ipmi/ipmi_msghandler.c | 29 ++++++++++++++---------------
drivers/char/ipmi/ipmi_powernv.c | 6 ++----
drivers/char/ipmi/ipmi_si_intf.c | 3 ++-
drivers/char/ipmi/ipmi_si_pci.c | 3 +++
drivers/char/ipmi/ipmi_si_platform.c | 6 ++----
drivers/char/ipmi/ipmi_ssif.c | 5 ++---
drivers/char/ipmi/kcs_bmc_aspeed.c | 6 ++----
drivers/char/ipmi/kcs_bmc_npcm7xx.c | 6 ++----
10 files changed, 35 insertions(+), 45 deletions(-)
next reply other threads:[~2024-05-13 18:53 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-05-13 18:53 Corey Minyard [this message]
2024-05-25 14:39 ` [GIT PULL] IPMI bug fixes for 6.10 Corey Minyard
2024-05-25 21:30 ` Linus Torvalds
2024-05-25 21:40 ` 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=ZkJhmhatRHeKuIfE@mail.minyard.net \
--to=minyard@acm.org \
--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.