All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] IPMI bug fixes for 5.10
@ 2020-10-13 15:56 Corey Minyard
  2020-10-14 23:02 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2020-10-13 15:56 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: OpenIPMI Developers, LKML

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] IPMI bug fixes for 5.10
  2020-10-13 15:56 [GIT PULL] IPMI bug fixes for 5.10 Corey Minyard
@ 2020-10-14 23:02 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-10-14 23:02 UTC (permalink / raw)
  To: Corey Minyard; +Cc: Linus Torvalds, OpenIPMI Developers, LKML

The pull request you sent on Tue, 13 Oct 2020 10:56:49 -0500:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/6e4dc3d59284ea3bc7c3e40694bce84d988b01af

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-10-14 23:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-13 15:56 [GIT PULL] IPMI bug fixes for 5.10 Corey Minyard
2020-10-14 23:02 ` pr-tracker-bot

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.