Re: [GIT PULL] IPMI bug fixes for 6.10

From: Corey Minyard
Date: Sat May 25 2024 - 10:39:54 EST


Hi Linus,

These haven't hit the kernel yet, were the missed?

Thank you,

-corey

On Mon, May 13, 2024 at 01:53:15PM -0500, Corey Minyard wrote:
> 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(-)
>