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" 
	<openipmi-developer@lists.sourceforge.net>
Subject: Pull request for the IPMI driver
Date: Thu, 19 Feb 2015 21:02:56 -0600	[thread overview]
Message-ID: <54E6A3E0.8050700@acm.org> (raw)

The following changes since commit e3a1f6cac1fe20e7ac01d96c914c25726723a64e:

  x86: pte_protnone() and pmd_protnone() must check entry is not present
(2015-02-19 15:04:49 -0800)

are available in the git repository at:

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

for you to fetch changes up to 1d86e29b4a612eb01c39daa48749ab7964e77e03:

  ipmi: Fix a memory ordering issue (2015-02-19 20:58:42 -0600)

----------------------------------------------------------------
Some minor fixes and cleanups, nothing big.

In for-next for a while and I've done some extensive beating on the
driver since I have it working in qemu and can do creatively cruel
things to it

Thanks,

-corey.

----------------------------------------------------------------
Arnd Bergmann (1):
      ipmi: avoid gcc warning

Corey Minyard (2):
      ipmi: Remove a FIXME for slab conversion
      ipmi: Fix a memory ordering issue

Joe Perches (1):
      ipmi: Remove uses of return value of seq_printf

John Stultz (2):
      ipmi: Cleanup DEBUG_TIMING ifdef usage
      ipmi: Update timespec usage to timespec64

Nicholas Krause (2):
      drivers:char:ipmi: Remove unneeded FIXME comment in the
file,ipmi_si_intf.c
      ipmi: Free ipmi_recv_msg messages from the linked list on close

Takashi Iwai (1):
      ipmi: Use is_visible callback for conditional sysfs entries

Wolfram Sang (1):
      char: ipmi: Remove obsolete cleanup for clientdata

 drivers/char/ipmi/ipmi_devintf.c    |   6 +-
 drivers/char/ipmi/ipmi_msghandler.c | 102 ++++++++++++++----------------
 drivers/char/ipmi/ipmi_si_intf.c    | 121
+++++++++++++++++-------------------
 drivers/char/ipmi/ipmi_ssif.c       |   6 +-
 4 files changed, 110 insertions(+), 125 deletions(-)


                 reply	other threads:[~2015-02-20  3:03 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=54E6A3E0.8050700@acm.org \
    --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.