* [GIT PULL] firewire fixes for v7.3-rc5
@ 2026-09-24 3:26 Takashi Sakamoto
2026-09-24 13:07 ` Linus Torvalds
2026-09-25 0:11 ` pr-tracker-bot
0 siblings, 2 replies; 4+ messages in thread
From: Takashi Sakamoto @ 2026-09-24 3:26 UTC (permalink / raw)
To: torvalds; +Cc: linux-kernel, linux1394-devel, stable
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(-)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] firewire fixes for v7.3-rc5
2026-09-24 3:26 [GIT PULL] firewire fixes for v7.3-rc5 Takashi Sakamoto
@ 2026-09-24 13:07 ` Linus Torvalds
2026-09-24 23:17 ` Takashi Sakamoto
2026-09-25 0:11 ` pr-tracker-bot
1 sibling, 1 reply; 4+ messages in thread
From: Linus Torvalds @ 2026-09-24 13:07 UTC (permalink / raw)
To: torvalds, linux-kernel, linux1394-devel, stable
On Wed, 23 Sept 2026 at 20:26, Takashi Sakamoto <o-takashi@sakamocchi.jp> wrote:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-7.3-rc5
That's actually not a signed tag.
Can you please re-do it with the proper pgp signing?
Linus
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] firewire fixes for v7.3-rc5
2026-09-24 13:07 ` Linus Torvalds
@ 2026-09-24 23:17 ` Takashi Sakamoto
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Sakamoto @ 2026-09-24 23:17 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-kernel, linux1394-devel, stable
On Thu, Sep 24, 2026 at 06:07:48AM -0700, Linus Torvalds wrote:
> On Wed, 23 Sept 2026 at 20:26, Takashi Sakamoto <o-takashi@sakamocchi.jp> wrote:
> >
> > git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-7.3-rc5
>
> That's actually not a signed tag.
>
> Can you please re-do it with the proper pgp signing?
>
> Linus
Oops. Indeed, the tag is never signed. I overlooked a mistake when updating
my local tool to create releases. Thank you for pointing it out.
I correct the tag with my signature, and pushed. Would you please apply it
to your tree, instead?
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(-)
Thanks
Takashi Sakamoto
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] firewire fixes for v7.3-rc5
2026-09-24 3:26 [GIT PULL] firewire fixes for v7.3-rc5 Takashi Sakamoto
2026-09-24 13:07 ` Linus Torvalds
@ 2026-09-25 0:11 ` pr-tracker-bot
1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2026-09-25 0:11 UTC (permalink / raw)
To: Takashi Sakamoto; +Cc: torvalds, linux-kernel, linux1394-devel, stable
The pull request you sent on Thu, 24 Sep 2026 12:26:36 +0900:
> git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-7.3-rc5
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/165768bb70265b5c38cf0b73fafd75be235f8b14
Thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-09-25 0:12 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-24 3:26 [GIT PULL] firewire fixes for v7.3-rc5 Takashi Sakamoto
2026-09-24 13:07 ` Linus Torvalds
2026-09-24 23:17 ` Takashi Sakamoto
2026-09-25 0:11 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®