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: [GIT PULL] IPMI updates for 4.20
Date: Mon, 22 Oct 2018 16:23:07 -0500	[thread overview]
Message-ID: <a03e86d4-6888-de64-ff0b-9908b5024574@acm.org> (raw)

The following changes since commit 7876320f88802b22d4e2daf7eb027dd14175a0f8:

   Linux 4.19-rc4 (2018-09-16 11:52:37 -0700)

are available in the git repository at:

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

for you to fetch changes up to 0711e8c1b4572d076264e71b0002d223f2666ed7:

   ipmi: Fix timer race with module unload (2018-10-11 20:08:27 -0500)

----------------------------------------------------------------
Lots of small changes to the IPMI driver.  Most of the changes
are logging cleanup and style fixes.  There are a few small
bug fixes.

-corey

----------------------------------------------------------------
Arnd Bergmann (1):
       ipmi: Change to ktime_get_ts64()

Colin Ian King (1):
       ipmi_si: fix potential integer overflow on large shift

Corey Minyard (12):
       acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *
       hwmon:ibm: Change ipmi_user_t to struct ipmi_user *
       ipmi:powernv: Convert ipmi_smi_t to struct ipmi_smi
       ipmi: Finally get rid of ipmi_user_t and ipmi_smi_t
       pci:ipmi: Move IPMI PCI class id defines to pci_ids.h
       ipmi:dmi: Use pr_fmt in the IPMI DMI code
       ipmi:dmi: Ignore IPMI SMBIOS entries with a zero base address
       ipmi: Convert pr_xxx() to dev_xxx() in the BT code
       ipmi: Don't leave holes in the I2C address list in the ssif driver
       ipmi: Free the address list on module cleanup
       ipmi: Remove platform driver overrides and use the id_table
       ipmi:ssif: Add support for multi-part transmit messages > 2 parts

Geert Uytterhoeven (1):
       MAINTAINERS: Add file patterns for ipmi device tree bindings

Jan Glauber (1):
       ipmi: Fix timer race with module unload

Joe Perches (3):
       ipmi: msghandler: Add and use pr_fmt and dev_fmt, remove PFX
       ipmi: Use more common logging styles
       ipmi: Convert printk(KERN_<level> to pr_<level>(

Meelis Roos (1):
       ipmi_si_pci: fix NULL device in ipmi_si error message

YueHaibing (1):
       ipmi: fix return value of ipmi_set_my_LUN

  MAINTAINERS                          |   1 +
  drivers/acpi/acpi_ipmi.c             |   4 +-
  drivers/char/ipmi/ipmi_bt_sm.c       |  66 ++++----
  drivers/char/ipmi/ipmi_devintf.c     |  11 +-
  drivers/char/ipmi/ipmi_dmi.c         |  31 ++--
  drivers/char/ipmi/ipmi_kcs_sm.c      |   4 +-
  drivers/char/ipmi/ipmi_msghandler.c  |  53 +++---
  drivers/char/ipmi/ipmi_powernv.c     |   4 +-
  drivers/char/ipmi/ipmi_poweroff.c    |  67 ++++----
  drivers/char/ipmi/ipmi_si_hardcode.c |   9 +-
  drivers/char/ipmi/ipmi_si_hotmod.c   |  17 +-
  drivers/char/ipmi/ipmi_si_intf.c     |  28 ++--
  drivers/char/ipmi/ipmi_si_mem_io.c   |   2 +-
  drivers/char/ipmi/ipmi_si_pci.c      |  21 +--
  drivers/char/ipmi/ipmi_si_platform.c |  26 ++-
  drivers/char/ipmi/ipmi_smic_sm.c     |  26 ++-
  drivers/char/ipmi/ipmi_ssif.c        | 307 
++++++++++++++++++++++++-----------
  drivers/char/ipmi/ipmi_watchdog.c    |  52 +++---
  drivers/hwmon/ibmaem.c               |   2 +-
  drivers/hwmon/ibmpex.c               |   2 +-
  include/linux/ipmi.h                 |   2 +-
  include/linux/ipmi_smi.h             |   2 +-
  include/linux/pci_ids.h              |   4 +
  23 files changed, 425 insertions(+), 316 deletions(-)


             reply	other threads:[~2018-10-22 21:23 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-22 21:23 Corey Minyard [this message]
2018-10-23  8:54 ` [GIT PULL] IPMI updates for 4.20 Linus Torvalds

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=a03e86d4-6888-de64-ff0b-9908b5024574@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.