On Sat, 09 Apr 2022 06:12:40 +0200, Takashi Sakamoto wrote:
Hi,
This patchset respins patches posted before to fix some bugs for Linux FireWire subsystem. I expect them to be sent to Linus via pull request by maintainer of Linux sound subsystem since the path appears to be available after a short conversation with the maintainer. This patchset is expected to be applied to 'for-linus' branch for v5.18 kernel, and to stable kernels based on v4.9 or later.
This patchset includes below patches:
- [PATCH V2] drivers/firewire: use struct_size over open coded arithmetic
- [PATCH] firewire: core: extend card->lock in fw_core_handle_bus_reset
- [PATCH] firewire: remove check of list iterator against head past the loop body
Chengfeng Ye (1): firewire: fix potential uaf in outbound_phy_packet_callback()
Jakob Koschel (1): firewire: remove check of list iterator against head past the loop body
Niels Dossche (1): firewire: core: extend card->lock in fw_core_handle_bus_reset
Now I applied all those pending patches to topic/firewire branch, merged into for-linus branch.
thanks,
Takashi