Message ID | cover.1708515908.git.pabeni@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 7571E47A53 for <mptcp@lists.linux.dev>; Wed, 21 Feb 2024 11:47:30 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708516057; cv=none; b=CUvuXu0knYuuMZ27a4LIwAQoPF1+Rs6lu0pGhTYIJ8Z2hV+zuMHaSdPg1f9DylW4NBcU/hM4XtnwxzouvAH8tHoDb+bCr8uMtQGy1abcYLixrOrrRHvDxuRRCJLGBX7iEuvQdZOTWjT1UZA/BQFtWT4s+VHLTHOCxVkBkHQXSc0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1708516057; c=relaxed/simple; bh=H1opzQmLRRKn1Vlye2CjzNT5GlCrigionNIZr2eecsY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=BYOJ4HMkH8MP2tbzlhaU2vW43XfcXOxUR+ojH7rPTWtDvUN0zUSBuMdAP/sNakij3Tu0QhNv38wLooiLFglpVGtL5uqI/bkZzWhimHh/+ktM+xKP/+5eXEv0oKGB1n3F5X89NTZFRn+NnDhyBiv+bvRBS2c66iJS7mLOLwv0XAo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=gRUjbYvE; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="gRUjbYvE" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1708516047; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=vde4xB/Zz/mmmOpaSceLQiqhYFS5iO9FC1cBFRBuQi8=; b=gRUjbYvEEB+xMqhyz5E+9apLayP0k6i8HkOT4oUesvE1/5yVdfN4OGA9qc3+KaTfQmqSma NT22GZ7HJfGrqh22SOM8WhFhLSZyAr87hXsy5cbJuMZ+F8vSw2OIBT+wm4m6BH1fchMSnB edVYw0tHSDcKWomFTivyF6/DWZVwF/Y= Received: from mimecast-mx02.redhat.com (mimecast-mx02.redhat.com [66.187.233.88]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-548-Qm-29FoOP_uxIItQjYGr5g-1; Wed, 21 Feb 2024 06:47:24 -0500 X-MC-Unique: Qm-29FoOP_uxIItQjYGr5g-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.rdu2.redhat.com [10.11.54.8]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 2C24C800074; Wed, 21 Feb 2024 11:47:24 +0000 (UTC) Received: from gerbillo.redhat.com (unknown [10.45.224.94]) by smtp.corp.redhat.com (Postfix) with ESMTP id 51DAEC04254; Wed, 21 Feb 2024 11:47:22 +0000 (UTC) From: Paolo Abeni <pabeni@redhat.com> To: netdev@vger.kernel.org Cc: Matthieu Baerts <matttbe@kernel.org>, Mat Martineau <martineau@kernel.org>, Geliang Tang <geliang@kernel.org>, "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Shuah Khan <shuah@kernel.org>, mptcp@lists.linux.dev, linux-kernel@vger.kernel.org Subject: [PATCH net 0/2] mptcp: fix another deadlock issue Date: Wed, 21 Feb 2024 12:46:57 +0100 Message-ID: <cover.1708515908.git.pabeni@redhat.com> Precedence: bulk X-Mailing-List: mptcp@lists.linux.dev List-Id: <mptcp.lists.linux.dev> List-Subscribe: <mailto:mptcp+subscribe@lists.linux.dev> List-Unsubscribe: <mailto:mptcp+unsubscribe@lists.linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.4.1 on 10.11.54.8 |
Series |
mptcp: fix another deadlock issue
|
expand
|