[GIT PULL] Staging driver fixes for 6.18-rc1

From: Greg KH

Date: Tue Oct 07 2025 - 09:09:00 EST


The following changes since commit 8f5ae30d69d7543eee0d70083daf4de8fe15d585:

Linux 6.17-rc1 (2025-08-10 19:41:16 +0300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git tags/staging-6.18-rc1-2

for you to fetch changes up to 82a051e2553b9e297cba82a975d9c538b882c79e:

staging: axis-fifo: flush RX FIFO on read errors (2025-09-12 16:21:46 +0200)

----------------------------------------------------------------
Staging driver fixes for 6.18-rc1

Here are some staging driver fixes that missed 6.17-final due to my
travel schedule. They fix a number of reported issues in the axis-fifo
driver, one of which was just independently discovered by someone else
today so someone is looking at this code.

All of these fixes have been in linux-next for many weeks with no
reported issues.

Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx>

----------------------------------------------------------------
Ovidiu Panait (3):
staging: axis-fifo: fix maximum TX packet length check
staging: axis-fifo: fix TX handling on copy_from_user() failure
staging: axis-fifo: flush RX FIFO on read errors

drivers/staging/axis-fifo/axis-fifo.c | 68 ++++++++++++++++-------------------
1 file changed, 31 insertions(+), 37 deletions(-)