Message ID | 20240614200715.93150-1-kuniyu@amazon.com (mailing list archive) |
---|---|
Headers | show
Received: from smtp-fw-52004.amazon.com (smtp-fw-52004.amazon.com [52.119.213.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 0DE521A01B6 for <netdev@vger.kernel.org>; Fri, 14 Jun 2024 20:07:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=52.119.213.154 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718395663; cv=none; b=mIAFoeeWwpvVzCrfs1n9VIkaC7x112HHrO2q+DHfRhKrzRgWlAANpSVo5zIT76tyHPLPKzRmg3OaC65TgZny4egaTVaMVTV6R/bMH9NQ0gSvxZl6ZPNNPA+nYYWwJORgCucZWLDOKIOajetCVwj3vDNiAVDqxDnfHv2inXgzV/A= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718395663; c=relaxed/simple; bh=3PUVIDwoGmOr7GvcR+R7jSA8BW9EJocEZjoWwuqIJRo=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=jfqj7x5fzOj+1hfkNoNLlRn6YWK8nx2SatliJtvyT7xsQCx4fF0miVGZOiRhhuxIi6/VOwhD06TCuZcRLQPrbBAFToSdKvtK8N//tyBvfnoejTk43RVRxygaqHm2VmKendob0ofEX/UEQe2lCHpOT1XoGOpKQ0mG6lSw//APr9E= 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=HeaQ+UeX; arc=none smtp.client-ip=52.119.213.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="HeaQ+UeX" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=amazon.com; i=@amazon.com; q=dns/txt; s=amazon201209; t=1718395662; x=1749931662; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=/+0tbHgbs2F5SiKCA/Dkp7375YEX9pnfAypOLwWKlgM=; b=HeaQ+UeXMQtGyX1wFcq/mHAZ1+Jl3YjHpMrkyNXuAfnFAzswRHZhDPXz dmmKcaqSX8bU9zVrEaD174xVoUIY+kR51RKxmMlORUxkVfHHMaaFcn7jS DNX4EQ4M9PW8LDP7Ro983CmToaLhknS1IR2Vtgwk1b30xE7Hh4E8EokGn 0=; X-IronPort-AV: E=Sophos;i="6.08,238,1712620800"; d="scan'208";a="211895407" 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-52004.iad7.amazon.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 14 Jun 2024 20:07:39 +0000 Received: from EX19MTAUWA002.ant.amazon.com [10.0.21.151:33513] by smtpin.naws.us-west-2.prod.farcaster.email.amazon.dev [10.0.63.123:2525] with esmtp (Farcaster) id a14bf69d-0cb1-427c-9db1-52e739db5f50; Fri, 14 Jun 2024 20:07:38 +0000 (UTC) X-Farcaster-Flow-ID: a14bf69d-0cb1-427c-9db1-52e739db5f50 Received: from EX19D004ANA001.ant.amazon.com (10.37.240.138) by EX19MTAUWA002.ant.amazon.com (10.250.64.202) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.34; Fri, 14 Jun 2024 20:07:32 +0000 Received: from 88665a182662.ant.amazon.com.com (10.106.100.24) by EX19D004ANA001.ant.amazon.com (10.37.240.138) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.2.1258.34; Fri, 14 Jun 2024 20:07:30 +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> CC: Kent Overstreet <kent.overstreet@linux.dev>, Kuniyuki Iwashima <kuniyu@amazon.com>, Kuniyuki Iwashima <kuni1840@gmail.com>, <netdev@vger.kernel.org> Subject: [PATCH v3 net-next 00/11] af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn. Date: Fri, 14 Jun 2024 13:07:04 -0700 Message-ID: <20240614200715.93150-1-kuniyu@amazon.com> X-Mailer: git-send-email 2.30.2 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: EX19D039UWA003.ant.amazon.com (10.13.139.49) To EX19D004ANA001.ant.amazon.com (10.37.240.138) X-Patchwork-Delegate: kuba@kernel.org |
Series |
af_unix: Remove spin_lock_nested() and convert to lock_cmp_fn.
|
expand
|