From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A3B6AC433EF for ; Mon, 25 Apr 2022 06:05:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232386AbiDYGIy (ORCPT ); Mon, 25 Apr 2022 02:08:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34218 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230164AbiDYGIo (ORCPT ); Mon, 25 Apr 2022 02:08:44 -0400 Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2AA09B7B for ; Sun, 24 Apr 2022 23:05:42 -0700 (PDT) Received: from relay2.suse.de (relay2.suse.de [149.44.160.134]) by smtp-out1.suse.de (Postfix) with ESMTP id DC155210E7; Mon, 25 Apr 2022 06:05:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1650866740; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=plxmMsG+5AGW4/mNwbhaRMchMn5bkj9cqleBqjx9DwU=; b=Xg1qT5DyTMS8Ipa26Ki0VDPYfAPP+Ia+0yV3ESO5NMwsUeQD2Mss2fpWlgSGOHwTD5iXAX KEPSevyQudXsyq577Fdtk4Wb+kVzGXuLCp08vY552DqYYGJqcU8A1o9AzethSyR+0vYneK rewME3Ms+iQ+Fl3fm0jFrvKCDIx9TyE= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1650866740; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=plxmMsG+5AGW4/mNwbhaRMchMn5bkj9cqleBqjx9DwU=; b=No1OWXNUUwbnPdKJTMdlZRG1p7nh/8WtSz3g4QeD82Q5Rln2Mg3tz8RBTOihu2rNMgKSqU uaYSZuf5RlHsfqBg== Received: from alsa1.suse.de (alsa1.suse.de [10.160.4.42]) by relay2.suse.de (Postfix) with ESMTP id D43D12C199; Mon, 25 Apr 2022 06:05:40 +0000 (UTC) Date: Mon, 25 Apr 2022 08:05:40 +0200 Message-ID: From: Takashi Iwai To: Takashi Sakamoto 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 In-Reply-To: <20220409041243.603210-1-o-takashi@sakamocchi.jp> References: <20220409041243.603210-1-o-takashi@sakamocchi.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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