From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 086AE23EAA0 for ; Thu, 22 Jan 2026 14:01:32 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769090493; cv=none; b=DGu3nfTdKY035GLVO04OX3BJnnQvKg5huW3jQ234Vd8gorQz1NuDYjUyQ+NZpBdaOOKYl4w6zrEQo6oFpy97CrNShD+0L0NHWMW43OqnHaIuXFn09f3/f3VRnoC5tcaU5d+jHTuEMFsZEtf+wRrnnlbsWSSBLyuOc0dw9FQJeAk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1769090493; c=relaxed/simple; bh=GsezXbcW7vkXRaC8b0n/WwsZg1VPE2PKyPrbCMKn6i8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=IYLZyOzTKwRO/jGvQPa4vVtopyPoqCFm1iL6LtsSEiHFWfOUbaBqLGJLYFONpGb/H0iIBlL6ibaBo2ErfIfdHqxqY79hWAh2zMO8jYpzOidU974bQRlRSJNaVdggJ03i8vCam+kPn++5AqaHCpQFcW7S2Qf5bsOP0cTHMfDpGI4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=BJmedX27; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="BJmedX27" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4181AC116C6; Thu, 22 Jan 2026 14:01:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1769090492; bh=GsezXbcW7vkXRaC8b0n/WwsZg1VPE2PKyPrbCMKn6i8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=BJmedX270iHFatD0HZwetq/j5hxx7az0eiMNe1V8/s1p4FyExL9GSOr1DHMok3i5q QqaLjfQtGuObLyeADyA6jixVS0ECqd43KXLHUc5nVYR92aGB43McuixL0VHam1xs+s 4lxV8LX8knh5KM/feIv5lAxEBXK46lsm+Sjv1u+M= Date: Thu, 22 Jan 2026 15:01:14 +0100 From: Greg KH To: Lee Jones Cc: stable@vger.kernel.org, Ido Schimmel , syzbot+7bfa4b72c6a5da128d32@syzkaller.appspotmail.com, Jakub Kicinski Subject: Re: [PATCH 6.6 1/1] bridge: mcast: Fix use-after-free during router port configuration Message-ID: <2026012240-prowling-kindle-fd7d@gregkh> References: <20260119121726.1376464-1-lee@kernel.org> <20260122110337.GA3831112@google.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260122110337.GA3831112@google.com> On Thu, Jan 22, 2026 at 11:03:37AM +0000, Lee Jones wrote: > Intentional top-post - quoting everything! > > I see that the v6.12 version was applied and is now queued, however this > one still remains. Was that intentional or was this missed? Intentional, I only caught up on 6.12.y and 6.18.y trees at the moment. Older ones are still in my queue to process, this patch being one of those not gotten to yet. thanks, greg k-h