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.6
Date: Tue, 29 Aug 2023 16:23:22 -0500 [thread overview]
Message-ID: <ZO5hymZPCRLHMMz7@mail.minyard.net> (raw)
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(-)
next reply other threads:[~2023-08-29 21:24 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-29 21:23 Corey Minyard [this message]
2023-08-31 3:20 ` 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=ZO5hymZPCRLHMMz7@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome