mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* Pull request for the IPMI driver
@ 2015-02-20  3:02 Corey Minyard
  0 siblings, 0 replies; only message in thread
From: Corey Minyard @ 2015-02-20  3:02 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-02-20  3:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-20  3:02 Pull request for the IPMI driver Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome