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, 21 Feb 2022 09:35:53 +0000
From:   Joel Stanley <joel@....id.au>
To:     Greg KH <gregkh@...uxfoundation.org>
Cc:     Linux Kernel Mailing List <linux-kernel@...r.kernel.org>,
        linux-fsi@...ts.ozlabs.org, Eddie James <eajames@...ux.ibm.com>
Subject: [GIT PULL] fsi: changes for v5.18

Hello Greg,

Here are some FSI changes that I would like you to pull through the
drivers tree for v5.18.

They have been on the list for some time and all have had review.

The following changes since commit e783362eb54cd99b2cac8b3a9aeac942e6f6ac07:

  Linux 5.17-rc1 (2022-01-23 10:12:53 +0200)

are available in the Git repository at:

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

for you to fetch changes up to f2af60bb7ce2fa5397f401cbf65725d9c87329a4:

  fsi: Add trace events in initialization path (2022-02-21 19:38:54 +1030)

----------------------------------------------------------------
FSI changes for v5.18

 * Improvements in SCOM and OCC drivers for error handling and retries

 * Addition of tracepoints for initialisation path

 * API for setting long running SBE FIFO operations

----------------------------------------------------------------
Amitay Isaacs (2):
      fsi: sbefifo: Use specified value of start of response timeout
      fsi: sbefifo: Implement FSI_SBEFIFO_READ_TIMEOUT_SECONDS ioctl

Eddie James (2):
      fsi: occ: Improve response status checking
      fsi: Add trace events in initialization path

Joel Stanley (2):
      fsi: scom: Fix error handling
      fsi: scom: Remove retries in indirect scoms

 include/trace/events/fsi.h               | 86 +++++++++++++++++++++++++++++++
 include/trace/events/fsi_master_aspeed.h | 12 +++++
 include/uapi/linux/fsi.h                 | 14 +++++
 drivers/fsi/fsi-core.c                   | 11 ++--
 drivers/fsi/fsi-master-aspeed.c          |  2 +
 drivers/fsi/fsi-occ.c                    | 87 ++++++++++++++++++++------------
 drivers/fsi/fsi-sbefifo.c                | 53 ++++++++++++++++++-
 drivers/fsi/fsi-scom.c                   | 45 +++++++----------
 8 files changed, 247 insertions(+), 63 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ