All of lore.kernel.org
 help / color / mirror / Atom feed
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 5.17
Date: Thu, 24 Mar 2022 12:29:41 -0500	[thread overview]
Message-ID: <20220324172941.GI3457@minyard.net> (raw)

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(-)

             reply	other threads:[~2022-03-24 17:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-24 17:29 Corey Minyard [this message]
2022-03-26  0:59 ` [GIT PULL] IPMI bug fixes for 5.17 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=20220324172941.GI3457@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.