[GIT,PULL] IPMI bug fixes for 6.8

Message ID ZZv/gs97F3xQwOGQ@mail.minyard.net
State New
Headers
Series [GIT,PULL] IPMI bug fixes for 6.8 |

Pull-request

https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.8-1

Message

Corey Minyard Jan. 8, 2024, 1:58 p.m. UTC
  The following changes since commit ceb6a6f023fd3e8b07761ed900352ef574010bcb:

  Linux 6.7-rc6 (2023-12-17 15:19:28 -0800)

are available in the Git repository at:

  https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.8-1

for you to fetch changes up to 9bd9fbd9032a3b7e9ea916d6e58ba0116e0621be:

  ipmi: Remove usage of the deprecated ida_simple_xx() API (2023-12-19 06:33:45 -0600)

----------------------------------------------------------------
IPMI: Some small fixes

Nothing big, just aligning things with some changes.

----------------------------------------------------------------
Christophe JAILLET (1):
      ipmi: Remove usage of the deprecated ida_simple_xx() API

Emilio Perez (1):
      ipmi: Use regspacings passed as a module parameter

Rob Herring (1):
      ipmi: si: Use device_get_match_data()

 drivers/char/ipmi/ipmi_msghandler.c  |  4 ++--
 drivers/char/ipmi/ipmi_si_hardcode.c |  2 +-
 drivers/char/ipmi/ipmi_si_platform.c | 12 ++++--------
 3 files changed, 7 insertions(+), 11 deletions(-)
  

Comments

pr-tracker-bot@kernel.org Jan. 10, 2024, 1:31 a.m. UTC | #1
The pull request you sent on Mon, 8 Jan 2024 07:58:26 -0600:

> https://github.com/cminyard/linux-ipmi.git tags/for-linus-6.8-1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7c6a3fc925b63d5201f1c11b93193d8a466a7d89

Thank you!