[GIT PULL] firewire fixes for v7.3-rc5

From: Takashi Sakamoto

Date: Wed Sep 23 2026 - 23:27:11 EST


Hi Linus,

Please pull a single patch for firewire subsystem to your tree.


The following changes since commit 93f51579e7df248780214094418f205253383cc5:

Linux 7.3-rc4 (2026-09-20 13:48:15 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-7.3-rc5

for you to fetch changes up to c6b51091cafff9ce6c03c1416aa13864d17ab97c:

firewire: cdev: fix back-transition for iso_resource_auto client resource (2026-09-23 09:20:17 +0900)

----------------------------------------------------------------
firewire fixes for 7.3-rc5

Fix a race in the cdev layer that can cause a fw_iso_resource_auto object
to transition back to a previous state. This can happen when a file
descriptor is closed while the work item for the object is running. The
race can leak several memory objects, including client object itself.
This fix should be applied to 7.2 kernel or later.

----------------------------------------------------------------
Takashi Sakamoto (1):
firewire: cdev: fix back-transition for iso_resource_auto client resource

drivers/firewire/core-cdev.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)