[GIT PULL] firewire: fixes for v6.9-rc6

From: Takashi Sakamoto
Date: Thu May 02 2024 - 08:07:15 EST


Hi Linus,

The following changes since commit e67572cd2204894179d89bd7b984072f19313b03:

Linux 6.9-rc6 (2024-04-28 13:47:24 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.9-rc6

for you to fetch changes up to 09773bf55aeabe3fd61745d900798dc1272c778a:

firewire: ohci: fulfill timestamp for some local asynchronous transaction (2024-04-29 18:41:00 +0900)

----------------------------------------------------------------
firewire: fixes for v6.9-rc6

The following two driver fixes:

* The firewire-ohci driver for 1394 OHCI hardware does not fill time stamp
for response packet when handling asynchronous transaction to local
destination. This brings an inconvenience that the response packet is not
equivalent between the transaction to local and remote. It is fixed by
fulfilling the time stamp with hardware time. The fix should be
applied to Linux kernel v6.5 or later as well.

* The nosy driver for Texas Instruments TSB12LV21A (PCILynx) has
long-standing issue about the behaviour when user space application
passes less size of buffer than expected. It is fixed by returning zero
according to the convention of UNIX-like systems.

----------------------------------------------------------------
Takashi Sakamoto (1):
firewire: ohci: fulfill timestamp for some local asynchronous transaction

Thanassis Avgerinos (1):
firewire: nosy: ensure user_length is taken into account when fetching packet contents

drivers/firewire/nosy.c | 6 ++++--
drivers/firewire/ohci.c | 8 ++++++--
2 files changed, 10 insertions(+), 4 deletions(-)


Regards

Takashi Sakamoto