mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 6.6
@ 2023-08-29 21:23 Corey Minyard
  2023-08-31  3:20 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2023-08-29 21:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

The following changes since commit 4d6d4c7f541d7027beed4fb86eb2c451bd8d6fff:

  Merge tag 'linux-kselftest-fixes-6.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest (2023-05-17 11:16:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to d40f09c1a23024f0e550d9423f4d389672e1dfaf:

  ipmi_si: fix -Wvoid-pointer-to-enum-cast warning (2023-08-15 15:46:06 -0500)

----------------------------------------------------------------
Minor fixes for IPMI

Lots of small unconnected things, memory leaks on error, a possible
(though unlikely) deadlock, changes for updates to other things
that have changed.  Nothing earth-shattering, but things that need
update.

----------------------------------------------------------------
Chengfeng Ye (1):
      ipmi: fix potential deadlock on &kcs_bmc->lock

Corey Minyard (3):
      ipmi_watchdog: Fix read syscall not responding to signals during sleep
      ipmi:ssif: Fix a memory leak when scanning for an adapter
      ipmi: Change request_module to request_module_nowait

Ivan Orlov (1):
      ipmi: make ipmi_class a static const structure

Jiasheng Jiang (1):
      ipmi:ssif: Add check for kstrdup

Justin Stitt (1):
      ipmi_si: fix -Wvoid-pointer-to-enum-cast warning

Krzysztof Kozlowski (1):
      dt-bindings: ipmi: aspeed,ast2400-kcs-bmc: drop unneeded quotes

Uwe Kleine-König (1):
      ipmi: Switch i2c drivers back to use .probe()

Yi Yang (1):
      ipmi_si: fix a memleak in try_smi_init()

 .../bindings/ipmi/aspeed,ast2400-kcs-bmc.yaml      |  8 ++++----
 drivers/char/ipmi/ipmb_dev_int.c                   |  2 +-
 drivers/char/ipmi/ipmi_devintf.c                   | 24 +++++++++++-----------
 drivers/char/ipmi/ipmi_ipmb.c                      |  2 +-
 drivers/char/ipmi/ipmi_si_intf.c                   |  5 +++++
 drivers/char/ipmi/ipmi_si_platform.c               |  4 ++--
 drivers/char/ipmi/ipmi_ssif.c                      | 11 +++++++---
 drivers/char/ipmi/ipmi_watchdog.c                  |  2 +-
 drivers/char/ipmi/kcs_bmc.c                        |  5 +++--
 drivers/char/ipmi/ssif_bmc.c                       |  2 +-
 10 files changed, 38 insertions(+), 27 deletions(-)


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] IPMI bug fixes for 6.6
  2023-08-29 21:23 [GIT PULL] IPMI bug fixes for 6.6 Corey Minyard
@ 2023-08-31  3:20 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2023-08-31  3:20 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Linus Torvalds, linux-kernel, openipmi-developer

The pull request you sent on Tue, 29 Aug 2023 16:23:22 -0500:

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

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-31  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 21:23 [GIT PULL] IPMI bug fixes for 6.6 Corey Minyard
2023-08-31  3:20 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome