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:   Thu, 24 Mar 2022 12:29:41 -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
Subject: [GIT PULL] IPMI bug fixes for 5.17

The following changes since commit 0c947b893d69231a9add855939da7c66237ab44f:

  Merge tag '5.17-rc-part1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6 (2022-01-17 09:53:21 +0200)

are available in the Git repository at:

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

for you to fetch changes up to 8d10ea152e2fb9b4a42b282cb90bfc4d98e319a3:

  ipmi: initialize len variable (2022-03-20 12:37:15 -0500)

----------------------------------------------------------------
Minor fixes for IPMI

Little fixes for various things people have noticed.

One enhancement, the IPMI over IPMB (I2c) is modified to allow it to
take a separate sender and receiver device.  The Raspberry Pi has an
I2C slave device that cannot send.

----------------------------------------------------------------
Corey Minyard (3):
      ipmi: Add the git repository to the MAINTAINERS file
      ipmi:ipmi_ipmb: Unregister the SMI on remove
      ipmi:ipmb: Add the ability to have a separate slave and master device

Jason Wang (1):
      ipmi: ssif: replace strlcpy with strscpy

Joel Stanley (2):
      ipmi: kcs: aspeed: Add AST2600 compatible string
      ipmi: kcs: aspeed: Remove old bindings support

Rikard Falkeborn (1):
      ipmi/watchdog: Constify ident

Tom Rix (1):
      ipmi: initialize len variable

 .../devicetree/bindings/ipmi/ipmi-ipmb.yaml        |  8 +++
 MAINTAINERS                                        |  1 +
 drivers/char/ipmi/ipmi_ipmb.c                      | 60 ++++++++++++++++---
 drivers/char/ipmi/ipmi_ssif.c                      |  4 +-
 drivers/char/ipmi/ipmi_watchdog.c                  |  2 +-
 drivers/char/ipmi/kcs_bmc_aspeed.c                 | 67 +++-------------------
 6 files changed, 70 insertions(+), 72 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ