linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] IPMI updates for 4.20
@ 2018-10-22 21:23 Corey Minyard
  2018-10-23  8:54 ` Linus Torvalds
  0 siblings, 1 reply; 2+ messages in thread
From: Corey Minyard @ 2018-10-22 21:23 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel, openipmi-developer

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


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] IPMI updates for 4.20
  2018-10-22 21:23 [GIT PULL] IPMI updates for 4.20 Corey Minyard
@ 2018-10-23  8:54 ` Linus Torvalds
  0 siblings, 0 replies; 2+ messages in thread
From: Linus Torvalds @ 2018-10-23  8:54 UTC (permalink / raw)
  To: minyard; +Cc: Linux Kernel Mailing List, openipmi-developer

[ Trying "option 2" - ack after pull, but before it has necessarily
passed the tests that might cause it to get unpulled again. Do people
care?  ]

On Mon, Oct 22, 2018 at 10:23 PM Corey Minyard <minyard@acm.org> wrote:
>
>    https://github.com/cminyard/linux-ipmi.git tags/for-linus-4.20

Pulled.

               Linus

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-23  8:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-22 21:23 [GIT PULL] IPMI updates for 4.20 Corey Minyard
2018-10-23  8:54 ` Linus Torvalds

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).