From: Corey Minyard <minyard@acm.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: OpenIPMI Developers <openipmi-developer@lists.sourceforge.net>,
LKML <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] IPMI bug fixes for 5.10
Date: Tue, 13 Oct 2020 10:56:49 -0500 [thread overview]
Message-ID: <20201013155649.GD66562@minyard.net> (raw)
The following changes since commit fc80c51fd4b23ec007e88d4c688f2cac1b8648e7:
Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild (2020-08-09 14:10:26 -0700)
are available in the Git repository at:
https://github.com/cminyard/linux-ipmi.git tags/for-linus-5.10-1
for you to fetch changes up to 8fe7990ceda8597e407d06bffc4bdbe835a93ece:
ipmi_si: Fix wrong return value in try_smi_init() (2020-10-05 13:30:51 -0500)
----------------------------------------------------------------
Bug fix pull for IPMI for 5.10
Some minor bug fixes, return values, cleanups of prints, conversion of
tasklets to the new API.
The biggest change is retrying the initial information fetch from the
management controller. If that fails, the iterface is not operational,
and one group was having trouble with the management controller not
being ready when the OS started up. So a retry was added.
----------------------------------------------------------------
Allen Pais (1):
char: ipmi: convert tasklets to use new tasklet_setup() API
Corey Minyard (1):
ipmi: Clean up some printks
Dan Carpenter (1):
ipmi: msghandler: Fix a signedness bug
Markus Boehme (1):
ipmi: Reset response handler when failing to send the command
Tianjia Zhang (1):
ipmi_si: Fix wrong return value in try_smi_init()
Xianting Tian (3):
ipmi:sm: Print current state when the state is invalid
ipmi:msghandler: retry to get device id on an error
ipmi: add retry in try_get_dev_id()
Xiongfeng Wang (1):
ipmi: add a newline when printing parameter 'panic_op' by sysfs
drivers/char/ipmi/ipmi_bt_sm.c | 4 ++-
drivers/char/ipmi/ipmi_kcs_sm.c | 15 +++++++----
drivers/char/ipmi/ipmi_msghandler.c | 52 +++++++++++++++++++++++++------------
drivers/char/ipmi/ipmi_si_intf.c | 19 +++++++++++++-
drivers/char/ipmi/ipmi_smic_sm.c | 35 +++++++++++++++----------
include/linux/ipmi.h | 2 ++
include/uapi/linux/ipmi_msgdefs.h | 2 ++
7 files changed, 93 insertions(+), 36 deletions(-)
next reply other threads:[~2020-10-13 15:56 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-13 15:56 Corey Minyard [this message]
2020-10-14 23:02 ` [GIT PULL] IPMI bug fixes for 5.10 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=20201013155649.GD66562@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.