[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231202080648.GA34377@workstation.local>
Date: Sat, 2 Dec 2023 17:06:48 +0900
From: Takashi Sakamoto <o-takashi@...amocchi.jp>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org
Subject: [GIT PULL] firewire fixes for v6.7-rc4
Hi Linus,
Please take this pull request for v6.7-rc4 release. It includes a slight
change to fix scarce memory leak.
As I noted in pull request for v6.7[1], Linux FireWire subsystem still
has an issue of unexpected system reboot in AMD Ryzen machine with a
kind of PCI card. Recently I got a help of AMD developer[2] and got some
advices to investigate the mechanism of system reboot, but never catch
its tail yet... I wish to fix it within the development period for v6.8
kernel.
[1] https://lore.kernel.org/lkml/20231105144852.GA165906@workstation.local/
[2] https://lore.kernel.org/lkml/20231128052429.GA25379@workstation.local/
----------------------------------------------------------------
The following changes since commit 2cc14f52aeb78ce3f29677c2de1f06c0e91471ab:
Linux 6.7-rc3 (2023-11-26 19:59:33 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git tags/firewire-fixes-6.7-rc4
for you to fetch changes up to 891e0eab32a57fca4d36c5162628eb0bcb1f0edf:
firewire: core: fix possible memory leak in create_units() (2023-11-30 09:16:35 +0900)
----------------------------------------------------------------
firewire fixes for 6.7-rc4
This pull request includes a single patch to fix long-standing issue of
memory leak at failure of device registration for fw_unit. We rarely
encounter the issue, while it should be applied to stable releases, since
it fixes inappropriate API usage.
----------------------------------------------------------------
Yang Yingliang (1):
firewire: core: fix possible memory leak in create_units()
drivers/firewire/core-device.c | 11 ++++-------
1 file changed, 4 insertions(+), 7 deletions(-)
Powered by blists - more mailing lists