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: SUBJECT: [GIT PULL] IPMI bug fixes for 5.7
Date: Fri, 10 Apr 2020 08:28:56 -0500	[thread overview]
Message-ID: <20200410132856.GI6130@minyard.net> (raw)

The following changes since commit 3cc6e2c599cdca573a8f347aea5da4c855ff5a78:

  Merge tag 'for-linus-5.6-2' of git://github.com/cminyard/linux-ipmi (2020-03-12 09:59:36 -0700)

are available in the Git repository at:

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

for you to fetch changes up to e96387677c2a4a35a0c8b16cd517696a04050062:

  ipmi: kcs: Fix aspeed_kcs_probe_of_v1() (2020-04-07 08:35:40 -0500)

----------------------------------------------------------------
Bug fixes for main IPMI driver, kcs updates

A couple of bug fixes for the main IPMI driver, one functional and two
annotations.

The kcs driver has some significant updates that have been pending for a
while, but I forgot to include in next until a week ago.  But this code
is only used by the people who are sending it to me, really, so it's not
a big deal.  I did want it to sit in next for at least a week, and it did
result in a fix.

----------------------------------------------------------------
Amol Grover (1):
      drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists

Andrew Jeffery (3):
      dt-bindings: ipmi: aspeed: Introduce a v2 binding for KCS
      ipmi: kcs: Finish configuring ASPEED KCS device before enable
      ipmi: kcs: aspeed: Implement v2 bindings

Dan Carpenter (1):
      ipmi: kcs: Fix aspeed_kcs_probe_of_v1()

Jules Irenge (1):
      ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_cond()

Wen Yang (1):
      ipmi: fix hung processes in __get_guid()

 .../devicetree/bindings/ipmi/aspeed-kcs-bmc.txt    |  20 ++-
 drivers/char/ipmi/ipmi_msghandler.c                |  18 ++-
 drivers/char/ipmi/ipmi_ssif.c                      |   2 +
 drivers/char/ipmi/kcs_bmc_aspeed.c                 | 151 +++++++++++++++++----
 4 files changed, 153 insertions(+), 38 deletions(-)


             reply	other threads:[~2020-04-10 13:29 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-10 13:28 Corey Minyard [this message]
2020-04-10 20:40 ` SUBJECT: [GIT PULL] IPMI bug fixes for 5.7 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=20200410132856.GI6130@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.