Message ID | 20241107022900.70287-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show
Received: from smtp-fw-6001.amazon.com (smtp-fw-6001.amazon.com [52.95.48.154]) (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 AE1E3D268 for <netdev@vger.kernel.org>; Thu, 7 Nov 2024 02:29:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=52.95.48.154 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730946557; cv=none; b=lBBey2xTZMDzzZuEj7l/oTuRE/j1fVWRUM8W6OzwrsVHtDGOVIcScBAmudY6n01jg+cwcalxy1vVjI2CbFuq7UfriWbzFktx42aE/ic7E/esLXuKt+pqhnqV5cEStmc1se/3KVP+JDahmB4nf77M9G49Cd3C35wq6WynCsFnnUo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730946557; c=relaxed/simple; bh=cRgDMfvkc7Nb86ciKqveB54i6/hUGrIgDhBhIfOJFIs=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=BftiGXNcGnvAaYEVnsmD9Y6TWV/ommk58f/TeNLV4p247yx9vXlpNDuLufu6lIwoem9Zj2/6MT89ap0lRZtvuJU6w/Y6PgsarXXPzP+RW9Zk/J2bjix6vrC/ykBupgNgT8wCytBnAXVbUgn9mflSZ+zioP/w2NeDoUZtgJwbjVw= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com; spf=pass smtp.mailfrom=amazon.co.jp; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b=JIBgZhcf; arc=none smtp.client-ip=52.95.48.154 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=amazon.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=amazon.co.jp Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=amazon.com header.i=@amazon.com header.b="JIBgZhcf" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1730946556; x=1762482556; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=SHkIaaRYlyD5HX8rt/bMYJCxmlDotLc4AfMc28Ry50s=; b=JIBgZhcfV77XYJK9nI0R2kP2zsjNiYI3NgX3+Vn6XP9589zvzQSPe/Di JWqxZfHkL4lR9i+xaOtecxN3xJASZp4exML/e9s3KbcCNAY58hHumgghH UZkVkBjy0hAIiEJk6qBLyPmhby9n36fooEE9v2G5/BpRoAzVun19t3/mM c=; X-IronPort-AV: E=Sophos;i="6.11,264,1725321600"; d="scan'208";a="437827331" Received: from iad12-co-svc-p1-lb1-vlan2.amazon.com (HELO smtpout.prod.us-west-2.prod.farcaster.email.amazon.dev) ([10.43.8.2]) by smtp-border-fw-6001.iad6.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 07 Nov 2024 02:29:13 +0000 Received: from EX19MTAUWA001.ant.amazon.com [10.0.21.151:2837] by smtpin.naws.us-west-2.prod.farcaster.email.amazon.dev [10.0.53.80:2525] with esmtp (Farcaster) id e210b339-c57f-452c-949c-fa52893473e3; Thu, 7 Nov 2024 02:29:11 +0000 (UTC) X-Farcaster-Flow-ID: e210b339-c57f-452c-949c-fa52893473e3 Received: from EX19D004ANA001.ant.amazon.com (10.37.240.138) by EX19MTAUWA001.ant.amazon.com (10.250.64.218) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.34; Thu, 7 Nov 2024 02:29:10 +0000 Received: from 6c7e67c6786f.amazon.com (10.106.101.27) by EX19D004ANA001.ant.amazon.com (10.37.240.138) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA) id 15.2.1258.35; Thu, 7 Nov 2024 02:29:07 +0000 From: Kuniyuki Iwashima <kuniyu@amazon.com> To: "David S. Miller" <davem@davemloft.net>, Eric Dumazet <edumazet@google.com>, Jakub Kicinski <kuba@kernel.org>, Paolo Abeni <pabeni@redhat.com>, Simon Horman <horms@kernel.org> CC: Andrew Lunn <andrew+netdev@lunn.ch>, Marc Kleine-Budde <mkl@pengutronix.de>, Vincent Mailhol <mailhol.vincent@wanadoo.fr>, "Daniel Borkmann" <daniel@iogearbox.net>, Nikolay Aleksandrov <razor@blackwall.org>, Kuniyuki Iwashima <kuniyu@amazon.com>, Kuniyuki Iwashima <kuni1840@gmail.com>, <netdev@vger.kernel.org> Subject: [PATCH v3 net-next 00/10] rtnetlink: Convert rtnl_newlink() to per-netns RTNL. Date: Wed, 6 Nov 2024 18:28:50 -0800 Message-ID: <20241107022900.70287-1-kuniyu@amazon.com> X-Mailer: git-send-email 2.39.5 (Apple Git-154) 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 Content-Type: text/plain X-ClientProxiedBy: EX19D031UWC001.ant.amazon.com (10.13.139.241) To EX19D004ANA001.ant.amazon.com (10.37.240.138) X-Patchwork-Delegate: kuba@kernel.org |
Series |
rtnetlink: Convert rtnl_newlink() to per-netns RTNL.
|
expand
|