* [GIT PULL] IPMI bug fixes for 5.17
@ 2022-03-24 17:29 Corey Minyard
2022-03-26 0:59 ` pr-tracker-bot
0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2022-03-24 17:29 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer
The following changes since commit 0c947b893d69231a9add855939da7c66237ab44f:
Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2022-01-17 09:53:21 +0200)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.17-1
for you to fetch changes up to 8d10ea152e2fb9b4a42b282cb90bfc4d98e319a3:
ipmi: initialize len variable (2022-03-20 12:37:15 -0500)
----------------------------------------------------------------
Minor fixes for IPMI
Little fixes for various things people have noticed.
One enhancement, the IPMI over IPMB (I2c) is modified to allow it to
take a separate sender and receiver device. The Raspberry Pi has an
I2C slave device that cannot send.
----------------------------------------------------------------
Corey Minyard (3):
ipmi: Add the git repository to the MAINTAINERS file
ipmi:ipmi_ipmb: Unregister the SMI on remove
ipmi:ipmb: Add the ability to have a separate slave and master device
Jason Wang (1):
ipmi: ssif: replace strlcpy with strscpy
Joel Stanley (2):
ipmi: kcs: aspeed: Add AST2600 compatible string
ipmi: kcs: aspeed: Remove old bindings support
Rikard Falkeborn (1):
ipmi/watchdog: Constify ident
Tom Rix (1):
ipmi: initialize len variable
.../devicetree/bindings/ipmi/ipmi-ipmb.yaml | 8 +++
MAINTAINERS | 1 +
drivers/char/ipmi/ipmi_ipmb.c | 60 ++++++++++++++++---
drivers/char/ipmi/ipmi_ssif.c | 4 +-
drivers/char/ipmi/ipmi_watchdog.c | 2 +-
drivers/char/ipmi/kcs_bmc_aspeed.c | 67 +++-------------------
6 files changed, 70 insertions(+), 72 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-26 0:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-24 17:29 [GIT PULL] IPMI bug fixes for 5.17 Corey Minyard
2022-03-26 0:59 ` 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