Message ID | 20240408161336.612064-1-mhal@rbox.co (mailing list archive) |
---|---|
Headers | show
Received: from mailtransmit05.runbox.com (mailtransmit05.runbox.com [185.226.149.38]) (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 7970863CB for <netdev@vger.kernel.org>; Mon, 8 Apr 2024 17:02:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.226.149.38 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712595768; cv=none; b=Ar7FbRCQWhW2Xf+kkBTCQWGWv6CmqMpf/YtdIySutPJj67isBGgYanyq4keNlxCckOX1TidFa8xY+zvQGpjRnt2Bdl1gbPfVIsikg4Z4Uuj3XmnicCU1CQTer6LvqDs6sidVWEtVGYSprd8IYN2WS2Z6fwDKIXntCDPEoGOM9ig= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712595768; c=relaxed/simple; bh=pO+bfXkqjCSC9tLmpX91pLiQOioUFPYf3yLErm3o7NI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=rq4VqAyAMmWs7vPt45/xKlv+WlRmpqFWKa7yDGB5wmJCyfCpCbLGjVjjGSwDWJJzeMIVOFHhMRmwx2ZRW8vNKvjJf3YFuZBooP6w8BEQRnDsuDQgBB9YHpSDaOJYbH9LjW4vL9+YMSc84CfjlWMhyUdJfUO3furqRdSikJzsx8Q= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=rbox.co; spf=pass smtp.mailfrom=rbox.co; dkim=pass (2048-bit key) header.d=rbox.co header.i=@rbox.co header.b=LkFSk7Wb; arc=none smtp.client-ip=185.226.149.38 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=rbox.co Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=rbox.co Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=rbox.co header.i=@rbox.co header.b="LkFSk7Wb" Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit05.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from <mhal@rbox.co>) id 1rtrdG-00BV9r-QT; Mon, 08 Apr 2024 18:14:06 +0200 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=rbox.co; s=selector2; h=Content-Transfer-Encoding:MIME-Version:Message-ID:Date:Subject :Cc:To:From; bh=gO5wrN39D0wMh6nZiER2K6wwXC70Uuyn0cBroCSVsTA=; b=LkFSk7WbK7R4q xLMdvlsF2qqaOBJHr1lXf4au/QL9jYy6jSE6rmnx1zS4hLyU/uQrUuoam5GBHMGfT0f6/qu7H6I3Q oSAY+FnuKXRGdg6o5oMFfWogqfTKUTLfkJ18APU9G0ZA7ddeq68F5sg4VlgZ2/SPdg9WnjOME3xBI 4yKegzHNqvFqkAA1gR/CGrIZnn7nkOQEKxuAwA+BmnUs8JUDlyWg6OSB/bpX/v/mKxuErcWJV2vFu othCJ5nK8aRBXa6yBimOsLAXeTpZuyLR4eljj/iXcehFBEfGljXzWIEabuxS92sukS88oqbQYucfn ZDDuC77ULNXi7gVS2GLkg==; Received: from [10.9.9.73] (helo=submission02.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from <mhal@rbox.co>) id 1rtrdF-00056l-MS; Mon, 08 Apr 2024 18:14:05 +0200 Received: by submission02.runbox with esmtpsa [Authenticated ID (604044)] (TLS1.2:ECDHE_SECP256R1__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.93) id 1rtrd2-00Gq8Q-Um; Mon, 08 Apr 2024 18:13:53 +0200 From: Michal Luczaj <mhal@rbox.co> To: netdev@vger.kernel.org Cc: davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, kuniyu@amazon.com, Michal Luczaj <mhal@rbox.co> Subject: [PATCH net 0/2] af_unix: Garbage collector vs connect() race condition Date: Mon, 8 Apr 2024 17:58:44 +0200 Message-ID: <20240408161336.612064-1-mhal@rbox.co> X-Mailer: git-send-email 2.44.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 |
af_unix: Garbage collector vs connect() race condition
|
expand
|