Message ID | 20241107214736.347630-1-tao.lyu@epfl.ch (mailing list archive) |
---|---|
Headers | show
Received: from smtp4.epfl.ch (smtp4.epfl.ch [128.178.224.219]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C1A92217F39 for <bpf@vger.kernel.org>; Thu, 7 Nov 2024 21:47:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=128.178.224.219 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731016078; cv=none; b=QaC1fEOCl97yIDXSLzVF78Ygd8kgDKHM35aWTISYbrnOM5FdZUliWsIFHEwYAhg6JPNq9/uagsCVmr1MOhNan3e0Mo/to4yOAhXeNtTAmRZ0oqF3z2yHb52qzbRkmFrLCE5wYdNamMCZ1vpmDti/v2mrbjQVMk8H8QzT1xiM8/w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731016078; c=relaxed/simple; bh=dBOK0au2ahL7KrIO6srWl8JJicbOk+XoKnm2Qxc5tZA=; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Type; b=VpxnlDtRiQuwoimEw5sp2kCTn8gpsb+KSM9Qr1nDYFijMWEArpnhTLqO+zXJw9bp1IVhsMLxUrJBVejUGwqpnrWB+OlXC4Ht+LYFlXjdfv/5dn3TOXY67bRkjMBMJJsgPikVzjKZ95WSZsmfo1bE24iehkdoD0Cy+rshw7d41Gc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=epfl.ch; spf=pass smtp.mailfrom=epfl.ch; dkim=pass (1024-bit key) header.d=epfl.ch header.i=@epfl.ch header.b=J73tzT+0; arc=none smtp.client-ip=128.178.224.219 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=epfl.ch Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=epfl.ch Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=epfl.ch header.i=@epfl.ch header.b="J73tzT+0" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=epfl.ch; s=epfl; t=1731016068; h=From:To:CC:Subject:Date:Message-ID:MIME-Version:Content-Transfer-Encoding:Content-Type; bh=dBOK0au2ahL7KrIO6srWl8JJicbOk+XoKnm2Qxc5tZA=; b=J73tzT+0F7i1ey3q8b+zAGgHZeFuMdASRxGhfQLSwffV0wkBFXqabLnn9jSTnPTUh PL+bVQfPopDQTW9w5hkgoWYsOvHei/PtXjV8Q57eXh6w8rX/Zy/7gECIgG02624oR NRqmA21IuwqIYyZIcVvyevWDNawxR/FGFrP+tNDng= Received: (qmail 50193 invoked by uid 107); 7 Nov 2024 21:47:48 -0000 Received: from ax-snat-224-178.epfl.ch (HELO ewa07.intranet.epfl.ch) (192.168.224.178) (TLS, ECDHE-RSA-AES256-GCM-SHA384 (P-256 curve) cipher) by mail.epfl.ch (AngelmatoPhylax SMTP proxy) with ESMTPS; Thu, 07 Nov 2024 22:47:48 +0100 X-EPFL-Auth: ue7o8txDBC8xkYlDeTmiZ9/NIRUZDt3ToLYCp6wTK/8M5kmQeA8= Received: from rs3labsrv2.iccluster.epfl.ch (10.90.46.62) by ewa07.intranet.epfl.ch (128.178.224.178) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Thu, 7 Nov 2024 22:47:47 +0100 From: Tao Lyu <tao.lyu@epfl.ch> To: <andrii@kernel.org>, <ast@kernel.org>, <daniel@iogearbox.net>, <song@kernel.org>, <yonghong.song@linux.dev>, <haoluo@google.com>, <martin.lau@linux.dev> CC: <bpf@vger.kernel.org>, Tao Lyu <tao.lyu@epfl.ch> Subject: [PATCH 0/2] Check the types of iter arguments Date: Thu, 7 Nov 2024 22:47:34 +0100 Message-ID: <20241107214736.347630-1-tao.lyu@epfl.ch> X-Mailer: git-send-email 2.25.1 Precedence: bulk X-Mailing-List: bpf@vger.kernel.org List-Id: <bpf.vger.kernel.org> List-Subscribe: <mailto:bpf+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:bpf+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: ewa04.intranet.epfl.ch (128.178.224.170) To ewa07.intranet.epfl.ch (128.178.224.178) |
Series |
Check the types of iter arguments
|
expand
|