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 316502022CB; Fri, 18 Oct 2024 10:41:53 +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=1729248113; cv=none; b=HKYhwFVbTOGcVn5Dh6TaeibBzgjYWRJBfNFm2rtK6GLFNC/36gWA+dY4AacJnSwQs5L6ptnjCRz9q0CgpbqkoiE5PJ4IFLrNlWaduwHpk1xQg1FbrI+wwmfiUnefQwRAaqNrV0y2LbL+/dnj3YtIVEaV5VIcudKyxUo7eujbooE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729248113; c=relaxed/simple; bh=sr/BqtxMCR11V6SjYSbSySGb/n4Fu150mjsfTGBju+Y=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=GG3cY1/3o/MtLk421NcjhD5kqzPTXfCX07dA53W3JgzPQc5uenCTR/2/sm0B1fiCd2I3v9iznMuJz/ONL3J6YGDZDmnbvQkmEDdsSi9luvj+qhNOov1zqCWac1lKCiO91WEJQ6ib5cj70klVBhb1KVXV14m1i9vjXODwF9td4kE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=pwCw9MD2; 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="pwCw9MD2" Received: by smtp.kernel.org (Postfix) with ESMTPSA id A756BC4CED1; Fri, 18 Oct 2024 10:41:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1729248113; bh=sr/BqtxMCR11V6SjYSbSySGb/n4Fu150mjsfTGBju+Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pwCw9MD2EC1AqclQNxxO3IMXVp5XcwrZ6DyGrbetsi6LJOp+zdNd3XEdCFtVPCI/I EXqrlRaKHjvAwy1UjOzKKsRaR8H1p+OGb7ru1u2cAzAam1wkcVQ6QJMQG1gRkJBvLp 0aT8qN1YcnpA2oNOlRMYjGfc6jr/bRmMSGc6KxYY= Date: Fri, 18 Oct 2024 12:41:45 +0200 From: Greg KH To: "Matthieu Baerts (NGI0)" Cc: stable@vger.kernel.org, MPTCP Upstream , Paolo Abeni , syzbot+f4aacdfef2c6a6529c3e@syzkaller.appspotmail.com, Cong Wang , Mat Martineau , Jakub Kicinski Subject: Re: [PATCH 6.11.y] mptcp: prevent MPC handshake on port-based signal endpoints Message-ID: <2024101822-oxidizing-remover-3040@gregkh> References: <2024101809-refinish-concave-f892@gregkh> <20241018103356.2167155-2-matttbe@kernel.org> 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: <20241018103356.2167155-2-matttbe@kernel.org> On Fri, Oct 18, 2024 at 12:33:57PM +0200, Matthieu Baerts (NGI0) wrote: > From: Paolo Abeni > > commit 3d041393ea8c815f773020fb4a995331a69c0139 upstream. Now queued up to 6.6.y and 6.11.y, thanks. greg k-h