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: <CACPK8Xf0_D6P8ru5-UyqXQsF9uTejks8E1O06+1qTs7_R7No1w@mail.gmail.com>
Date:   Fri, 22 Oct 2021 00:10:58 +0000
From:   Joel Stanley <joel@....id.au>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     linux-fsi@...ts.ozlabs.org,
        Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        Andrew Jeffery <andrewrjeffery@...il.com>,
        Guenter Roeck <linux@...ck-us.net>,
        Eddie James <eajames@...ux.ibm.com>
Subject: [GIT PULL] fsi changes for v5.16

Hello Greg,

Here are a set of FSI changes targeting the v5.16 merge window. They
have been through a few cycles of review on the list and appear ready
to be merged.

There are some dependent hwmon changes that Guenter has acked and
indicated he is ok with them going through the fsi tree.

The following changes since commit 6880fa6c56601bb8ed59df6c30fd390cc5f6dd8f:

  Linux 5.15-rc1 (2021-09-12 16:28:37 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi.git tags/fsi-for-v5.16

for you to fetch changes up to 7cc2f34e1f4da07c791737cc6b3d965b31815ea0:

  fsi: sbefifo: Use interruptible mutex locking (2021-10-22 09:54:33 +1030)

----------------------------------------------------------------
FSI changes for v5.16

 - SBEFIFO usersapce interfaces to perform FFDC (First Failure
   Data Capture) and detect timeouts

 - A fix to handle multiple messages in flight

----------------------------------------------------------------
Eddie James (9):
      fsi: occ: Force sequence numbering per OCC
      hwmon: (occ) Remove sequence numbering and checksum calculation
      fsi: occ: Use a large buffer for responses
      fsi: occ: Store the SBEFIFO FFDC in the user response buffer
      docs: ABI: testing: Document the OCC hwmon FFDC binary interface
      hwmon: (occ) Provide the SBEFIFO FFDC in binary sysfs
      docs: ABI: testing: Document the SBEFIFO timeout interface
      fsi: sbefifo: Add sysfs file indicating a timeout error
      fsi: sbefifo: Use interruptible mutex locking

 .../ABI/testing/sysfs-bus-fsi-devices-sbefifo      |  10 +
 .../testing/sysfs-bus-platform-devices-occ-hwmon   |  13 ++
 drivers/fsi/fsi-occ.c                              | 218 ++++++++++++---------
 drivers/fsi/fsi-sbefifo.c                          |  28 ++-
 drivers/hwmon/occ/common.c                         |  30 ++-
 drivers/hwmon/occ/common.h                         |   3 +-
 drivers/hwmon/occ/p8_i2c.c                         |  15 +-
 drivers/hwmon/occ/p9_sbe.c                         |  90 ++++++++-
 include/linux/fsi-occ.h                            |   2 +
 9 files changed, 282 insertions(+), 127 deletions(-)
 create mode 100644 Documentation/ABI/testing/sysfs-bus-fsi-devices-sbefifo
 create mode 100644
Documentation/ABI/testing/sysfs-bus-platform-devices-occ-hwmon

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ