[GIT PULL] firewire fixes for v6.19-rc3

From: Takashi Sakamoto
Date: Sun Dec 28 2025 - 07:38:49 EST


Hi Linus,

The following changes since commit 9448598b22c50c8a5bb77a9103e2d49f134c9578:

Linux 6.19-rc2 (2025-12-21 15:52:04 -0800)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.19-rc3

for you to fetch changes up to c48c0fd0e19684b6ecdb4108a429e3a4e73f5e21:

firewire: nosy: Fix dma_free_coherent() size (2025-12-26 22:04:03 +0900)

----------------------------------------------------------------
firewire fixes for 6.19-rc3

A fix for PCI driver for Texas Instruments PCILyx series. The driver had
a bug where it allocated a DMA-coherent buffer of 16 KB but released it
using PAGE_SIZE. This disproportion was reported in 2020, but the fix was
never merged. It is finally resolved.

----------------------------------------------------------------
Thomas Fourier (1):
firewire: nosy: Fix dma_free_coherent() size

drivers/firewire/nosy.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


Regards

Takashi Sakamoto