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>
Subject: git pull request for IPMI for 4.4
Date: Mon, 16 Nov 2015 06:34:57 -0600	[thread overview]
Message-ID: <5649CD71.2050708@acm.org> (raw)

Well, I missed the merge window because I wasn't paying close enough
attention.

These changes are small and one fixes a moderately significant bug. 
They have
been in linux-next for a while without issue.

The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:

  Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)

are available in the git repository at:

  git://git.code.sf.net/p/openipmi/linux-ipmi tags/for-linus-4.4

for you to fetch changes up to c7f42c63901b964833eb23a9bda873b799e7f308:

  ipmi watchdog : add panic_wdt_timeout parameter (2015-11-16 06:28:43
-0600)

----------------------------------------------------------------
ome fixes for small IPMI problems.

The most significant is that the driver wasn't starting the timer
for some messages, which would result in problems if that message
failed for some reason.

The others are small optimizations or making things a little neater.

----------------------------------------------------------------
Corey Minyard (2):
      ipmi: Start the timer and thread on internal msgs
      ipmi: Stop the timer immediately if idle

Jean-Yves Faye (1):
      ipmi watchdog : add panic_wdt_timeout parameter

Luis de Bethencourt (1):
      char: ipmi: Move MODULE_DEVICE_TABLE() to follow struct

 Documentation/IPMI.txt            |  7 +++-
 drivers/char/ipmi/ipmi_si_intf.c  | 82
+++++++++++++++++++++++++--------------
 drivers/char/ipmi/ipmi_watchdog.c |  8 +++-
 3 files changed, 64 insertions(+), 33 deletions(-)


                 reply	other threads:[~2015-11-16 12:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=5649CD71.2050708@acm.org \
    --to=minyard@acm.org \
    --cc=linux-kernel@vger.kernel.org \
    --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.