[GIT,PULL] IPMI bug fixes for 6.4

Message ID ZElo9Dgm1JV80b3h@minyard.net
State New
Headers
Series [GIT,PULL] IPMI bug fixes for 6.4 |

Pull-request

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

Message

Corey Minyard April 26, 2023, 6:09 p.m. UTC
  Pull request:
-------------
The following changes since commit 982818426a0ffaf93b0621826ed39a84be3d7d62:

  Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2023-02-27 10:09:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d08076678ce72140a40553d226f90d189fbe06d1:

  ipmi:ssif: Drop if blocks with always false condition (2023-04-12 11:13:26 -0500)

----------------------------------------------------------------
Minor bug fixes for the IPMI driver

There was a bug in the SSIF driver where in certain conditions it could
stop working.

Outside of that: spelling fixes, removing some dead code, re-adding a
missing statistic increment, and removal of register_sysctl_table().

----------------------------------------------------------------
Corey Minyard (1):
      ipmi:ssif: Add send_retries increment

Luis Chamberlain (1):
      ipmi: simplify sysctl registration

Randy Dunlap (1):
      ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it

Uwe Kleine-König (1):
      ipmi:ssif: Drop if blocks with always false condition

Zhang Yuchen (1):
      ipmi: fix SSIF not responding under certain cond.

zipeng zhang (1):
      char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"

 drivers/char/ipmi/Kconfig         |  3 ++-
 drivers/char/ipmi/ipmi_poweroff.c | 16 +---------------
 drivers/char/ipmi/ipmi_ssif.c     | 16 ++++++----------
 3 files changed, 9 insertions(+), 26 deletions(-)
  

Comments

pr-tracker-bot@kernel.org April 27, 2023, 7:20 p.m. UTC | #1
The pull request you sent on Wed, 26 Apr 2023 13:09:56 -0500:

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

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

Thank you!