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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 12 Sep 2018 20:33:51 -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 bug fixes for 4.19

The following changes since commit 9f8f16c86e4d9e2afcbdcd6045981c4d9129450e:

   Merge tag 'mtd/for-4.19-rc2' of git://git.infradead.org/linux-mtd 
(2018-08-30 10:05:12 -0700)

are available in the git repository at:

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

for you to fetch changes up to a8627cda7cfffe1792c199660c2b4f03ba2bd97b:

   ipmi: Fix NULL pointer dereference in ssif_probe (2018-08-31 14:13:56 
-0500)

----------------------------------------------------------------
A few fixes that came around or after the merge window, except
for cd2315d "ipmi: kcs_bmc: don't change device name" which is for a
driver that very few people use, and those people need the change.

----------------------------------------------------------------
Benjamin Fair (1):
       ipmi: kcs_bmc: don't change device name

Corey Minyard (3):
       ipmi: Rework SMI registration failure
       ipmi: Move BT capabilities detection to the detect call
       ipmi: Fix I2C client removal in the SSIF driver

Gustavo A. R. Silva (1):
       ipmi: Fix NULL pointer dereference in ssif_probe

  drivers/char/ipmi/ipmi_bt_sm.c      | 92 
+++++++++++++++++++------------------
  drivers/char/ipmi/ipmi_msghandler.c | 53 +++++++++++----------
  drivers/char/ipmi/ipmi_si_intf.c    | 17 ++-----
  drivers/char/ipmi/ipmi_ssif.c       | 32 +++++--------
  drivers/char/ipmi/kcs_bmc.c         |  7 +--
  5 files changed, 97 insertions(+), 104 deletions(-)

Powered by blists - more mailing lists