Message ID | 20241204221254.3537932-1-sbrivio@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from passt.top (passt.top [88.198.0.164]) (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 83063171CD for <netdev@vger.kernel.org>; Wed, 4 Dec 2024 22:18:06 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=88.198.0.164 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733350688; cv=none; b=j3h25LEqLqqqj3HwklN43D0c7YmLBiXmOvndwcCqhppwRO3zJIIQlz7iCO4MWcs8oiZ2ms9k/HfXIOyS5zhtFE0EFAl1fZnPEL8gKQfscdfhfFm+Hk85MCFL5F6WA/iooQMhE3GU9HqvSXYYHbAiL/uFle3ANi4ctyTtgyHd3Qo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733350688; c=relaxed/simple; bh=zcvbYn4KUK0Gg4vJfjt5PsCBsDpPY3OlhNA8CYr9Kfk=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=C6Y12jTACLN7eMytb6X6BKTCF0Eh7OQMg+NWd9Lke9+HyfUtI0BhYAneX4Hop9y2zS1ndOjbfiUAIUyCXlb7nlZoXxrgkqlIJ0RA/2/Xtmn5ovtop/AwHPmztDXocUbDOwYikWN2wfIp8moRTppqN/swOVMOY7BaiP/JmyxUBxM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=passt.top; arc=none smtp.client-ip=88.198.0.164 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=passt.top Received: by passt.top (Postfix, from userid 1000) id 233355A061F; Wed, 04 Dec 2024 23:12:54 +0100 (CET) From: Stefano Brivio <sbrivio@redhat.com> To: Willem de Bruijn <willemdebruijn.kernel@gmail.com> Cc: Eric Dumazet <edumazet@google.com>, netdev@vger.kernel.org, Kuniyuki Iwashima <kuniyu@amazon.com>, Mike Manning <mvrmanning@gmail.com>, David Gibson <david@gibson.dropbear.id.au>, Paul Holzinger <pholzing@redhat.com>, Philo Lu <lulie@linux.alibaba.com>, Cambda Zhu <cambda@linux.alibaba.com>, Fred Chen <fred.cc@alibaba-inc.com>, Yubing Qiu <yubing.qiuyubing@alibaba-inc.com> Subject: [PATCH net-next 0/2] Fix race between datagram socket address change and rehash Date: Wed, 4 Dec 2024 23:12:52 +0100 Message-ID: <20241204221254.3537932-1-sbrivio@redhat.com> X-Mailer: git-send-email 2.43.0 Precedence: bulk X-Mailing-List: netdev@vger.kernel.org List-Id: <netdev.vger.kernel.org> List-Subscribe: <mailto:netdev+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:netdev+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Delegate: kuba@kernel.org |
Series |
Fix race between datagram socket address change and rehash
|
expand
|