[PATCH linux dev-4.10 0/3] drivers: fsi: sbefifo: Fix race conditon, memory leak, and probe

Eddie James eajames at linux.vnet.ibm.com
Wed Oct 18 08:35:50 AEDT 2017


From: "Edward A. James" <eajames at us.ibm.com>

This series fixes some outstanding issues with the SBE FIFO FSI client driver.
The most important fix is preventing a race condition in the remove() path.
The second patch is to fix a memory leak that was happening on most transfers.
The third patch is unrelated, though it will add some robustness to probing
the SBE FIFO, instead of failing immediately if we see some data already in
the fifo.

Edward A. James (3):
  drivers: fsi: sbefifo: Fix queued xfrs race condition
  drivers: fsi: sbefifo: Fix memory leak
  drivers: fsi: sbefifo: Attempt reset request during probe

 drivers/fsi/fsi-sbefifo.c | 97 ++++++++++++++++++++++++++++++++++-------------
 1 file changed, 71 insertions(+), 26 deletions(-)

-- 
1.8.3.1



More information about the openbmc mailing list