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]
Message-ID: <ZElo9Dgm1JV80b3h@minyard.net>
Date:   Wed, 26 Apr 2023 13:09:56 -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 6.4

Pull request:
-------------
The following changes since commit 982818426a0ffaf93b0621826ed39a84be3d7d62:

  Merge tag 'arm-fixes-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc (2023-02-27 10:09:40 -0800)

are available in the Git repository at:

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

for you to fetch changes up to d08076678ce72140a40553d226f90d189fbe06d1:

  ipmi:ssif: Drop if blocks with always false condition (2023-04-12 11:13:26 -0500)

----------------------------------------------------------------
Minor bug fixes for the IPMI driver

There was a bug in the SSIF driver where in certain conditions it could
stop working.

Outside of that: spelling fixes, removing some dead code, re-adding a
missing statistic increment, and removal of register_sysctl_table().

----------------------------------------------------------------
Corey Minyard (1):
      ipmi:ssif: Add send_retries increment

Luis Chamberlain (1):
      ipmi: simplify sysctl registration

Randy Dunlap (1):
      ipmi: ASPEED_BT_IPMI_BMC: select REGMAP_MMIO instead of depending on it

Uwe Kleine-König (1):
      ipmi:ssif: Drop if blocks with always false condition

Zhang Yuchen (1):
      ipmi: fix SSIF not responding under certain cond.

zipeng zhang (1):
      char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"

 drivers/char/ipmi/Kconfig         |  3 ++-
 drivers/char/ipmi/ipmi_poweroff.c | 16 +---------------
 drivers/char/ipmi/ipmi_ssif.c     | 16 ++++++----------
 3 files changed, 9 insertions(+), 26 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ