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.4
Date: Thu, 19 Sep 2019 11:08:07 -0500	[thread overview]
Message-ID: <20190919160807.GL13407@t560> (raw)

The following changes since commit 5c6207539aea8b22490f9569db5aa72ddfd0d486:

  Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs (2019-07-31 13:26:54 -0700)

are available in the Git repository at:

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

for you to fetch changes up to c9acc3c4f8e42ae538aea7f418fddc16f257ba75:

  ipmi_si_intf: Fix race in timer shutdown handling (2019-09-12 16:03:18 -0500)

----------------------------------------------------------------
IPMI: A few minor fixes and some cosmetic changes.

Nothing big here, but some minor things that people have found and
some minor reworks for names and include files.

Thanks,

-corey

----------------------------------------------------------------
Corey Minyard (6):
      ipmi_si: Convert timespec64 to timespec
      ipmi_si: Rework some include files
      ipmi_si: Convert device attr permissions to octal
      ipmi_si: Remove ipmi_ from the device attr names
      ipmi_si: Only schedule continuously in the thread in maintenance mode
      ipmi: Free receive messages when in an oops

Jes Sorensen (1):
      ipmi_si_intf: Fix race in timer shutdown handling

Kamlakant Patel (1):
      ipmi_ssif: avoid registering duplicate ssif interface

Tony Camuso (1):
      ipmi: move message error checking to avoid deadlock

 drivers/char/ipmi/ipmi_dmi.c         |   1 -
 drivers/char/ipmi/ipmi_dmi.h         |   1 +
 drivers/char/ipmi/ipmi_msghandler.c  | 121 ++++++++++++++++++-----------------
 drivers/char/ipmi/ipmi_si.h          |  57 ++++++++++++++++-
 drivers/char/ipmi/ipmi_si_intf.c     |  98 ++++++++++++++++------------
 drivers/char/ipmi/ipmi_si_mem_io.c   |   2 +-
 drivers/char/ipmi/ipmi_si_pci.c      |   2 +-
 drivers/char/ipmi/ipmi_si_platform.c |   2 +-
 drivers/char/ipmi/ipmi_si_port_io.c  |   2 +-
 drivers/char/ipmi/ipmi_si_sm.h       |  54 ++--------------
 drivers/char/ipmi/ipmi_ssif.c        |  79 ++++++++++++++++++++++-
 11 files changed, 260 insertions(+), 159 deletions(-)


             reply	other threads:[~2019-09-19 16:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 16:08 Corey Minyard [this message]
2019-09-19 21:30 ` [GIT PULL] IPMI bug fixes for 5.4 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=20190919160807.GL13407@t560 \
    --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.