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 3AABDC38142 for ; Mon, 23 Jan 2023 08:22:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231512AbjAWIW4 (ORCPT ); Mon, 23 Jan 2023 03:22:56 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52722 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230122AbjAWIWy (ORCPT ); Mon, 23 Jan 2023 03:22:54 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 65BD5196A0 for ; Mon, 23 Jan 2023 00:22:53 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 249071F385; Mon, 23 Jan 2023 08:22:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1674462172; 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=9S3d9XpHeGuULUvYh2u9GnMdpgnX7Vr1sxgou+oqhcM=; b=RIiODfSjIAZVLq+Zqi/CT6oUJel9GTxnFWXV0wD6F0vKhpd4sBS635DZMLpgcVyF4YeZMd qUtnRNv+INUo0i1mghXxFQ1LcUfbdKzFRp7zfJQWY9HB07HQ5Za0TR6TS1afu1Feqm59KI tgYGEOS8KiR6okLpLVypuWTAaujywzU= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1674462172; 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=9S3d9XpHeGuULUvYh2u9GnMdpgnX7Vr1sxgou+oqhcM=; b=ru3Jd8KjgAWQTVPTRriIkv30mH7tJFA7ktp7cjObXVz0VD9XokQVCxE4lDq9L8YOvc0n0N r8rxYQ0CYBHxn8Ag== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 038D51357F; Mon, 23 Jan 2023 08:22:52 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id 1xYrANxDzmN0UQAAMHmgww (envelope-from ); Mon, 23 Jan 2023 08:22:52 +0000 Date: Mon, 23 Jan 2023 09:22:51 +0100 Message-ID: <873581r76s.wl-tiwai@suse.de> From: Takashi Iwai To: Takashi Sakamoto Cc: stefanr@s5r6.in-berlin.de, linux1394-devel@lists.sourceforge.net, linux-kernel@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH 0/3] firewire: use single object for user space listeners to dispatch request to IEC 61883-1 FCP region In-Reply-To: <20230120090344.296451-1-o-takashi@sakamocchi.jp> References: <20230120090344.296451-1-o-takashi@sakamocchi.jp> User-Agent: Wanderlust/2.15.9 (Almost Unreal) Emacs/27.2 Mule/6.0 MIME-Version: 1.0 (generated by SEMI-EPG 1.14.7 - "Harue") Content-Type: text/plain; charset=US-ASCII Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 20 Jan 2023 10:03:41 +0100, Takashi Sakamoto wrote: > > Hi, > > This patch solves long standing issue mentioned by code comment[1] and a > commit 281e20323ab7 ("firewire: core: fix use-after-free regression in FCP > handler")[2]. This patchset is based on the kernel tree to which another > fix is applied[3]. > > To Iwai-san, I would like to ask you picking them to your local > tree, then send them to mainline tree as well as sound patches when > the merge window is open for v6.3 kernel, unless any question and > objection is posted. (Additionally, I have prepared the other patchset for > the subsystem.) As those are spontaneous small fixes, now I merged all three patches on topic/firewire branch (on top of the for-linus including your previous FireWire core fix), merged back to for-next branch for 6.3. But, I have no will to keep doing this in a long term. I suppose the best would be that you'd step up as a maintainer for FireWire stack... thanks, Takashi