All of lore.kernel.org
 help / color / mirror / Atom feed
From: Takashi Iwai <tiwai@suse.de>
To: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: linux1394-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org
Subject: Re: [PATCH 0/3] firewire: fixes for kernel v4.9 or later
Date: Mon, 25 Apr 2022 08:05:40 +0200	[thread overview]
Message-ID: <s5hwnfdr93f.wl-tiwai@suse.de> (raw)
In-Reply-To: <20220409041243.603210-1-o-takashi@sakamocchi.jp>

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
>     * https://lore.kernel.org/lkml/20220210060805.1608198-1-chi.minghao@zte.com.cn/
> * [PATCH] firewire: core: extend card->lock in fw_core_handle_bus_reset
>     * https://lore.kernel.org/lkml/20220303183038.54126-1-dossche.niels@gmail.com/
> * [PATCH] firewire: remove check of list iterator against head past the loop body
>     * https://lore.kernel.org/lkml/20220331223601.902329-1-jakobkoschel@gmail.com/
> 
> 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

WARNING: multiple messages have this Message-ID (diff)
From: Takashi Iwai <tiwai@suse.de>
To: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Cc: alsa-devel@alsa-project.org,
	linux1394-devel@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/3] firewire: fixes for kernel v4.9 or later
Date: Mon, 25 Apr 2022 08:05:40 +0200	[thread overview]
Message-ID: <s5hwnfdr93f.wl-tiwai@suse.de> (raw)
In-Reply-To: <20220409041243.603210-1-o-takashi@sakamocchi.jp>

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
>     * https://lore.kernel.org/lkml/20220210060805.1608198-1-chi.minghao@zte.com.cn/
> * [PATCH] firewire: core: extend card->lock in fw_core_handle_bus_reset
>     * https://lore.kernel.org/lkml/20220303183038.54126-1-dossche.niels@gmail.com/
> * [PATCH] firewire: remove check of list iterator against head past the loop body
>     * https://lore.kernel.org/lkml/20220331223601.902329-1-jakobkoschel@gmail.com/
> 
> 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

  parent reply	other threads:[~2022-04-25  6:05 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-09  4:12 [PATCH 0/3] firewire: fixes for kernel v4.9 or later Takashi Sakamoto
2022-04-09  4:12 ` Takashi Sakamoto
2022-04-09  4:12 ` [PATCH 1/3] firewire: fix potential uaf in outbound_phy_packet_callback() Takashi Sakamoto
2022-04-09  4:12   ` Takashi Sakamoto
2022-04-09  4:12 ` [PATCH 2/3] firewire: remove check of list iterator against head past the loop body Takashi Sakamoto
2022-04-09  4:12   ` Takashi Sakamoto
2022-04-09  4:12 ` [PATCH 3/3] firewire: core: extend card->lock in fw_core_handle_bus_reset Takashi Sakamoto
2022-04-09  4:12   ` Takashi Sakamoto
2022-04-25  6:05 ` Takashi Iwai [this message]
2022-04-25  6:05   ` [PATCH 0/3] firewire: fixes for kernel v4.9 or later Takashi Iwai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=s5hwnfdr93f.wl-tiwai@suse.de \
    --to=tiwai@suse.de \
    --cc=alsa-devel@alsa-project.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux1394-devel@lists.sourceforge.net \
    --cc=o-takashi@sakamocchi.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.