lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Mon, 22 Oct 2018 16:23:07 -0500
From:   Corey Minyard <minyard@....org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     linux-kernel <linux-kernel@...r.kernel.org>,
        "openipmi-developer@...ts.sourceforge.net" 
        <openipmi-developer@...ts.sourceforge.net>
Subject: [GIT PULL] IPMI updates for 4.20

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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ