Message ID | 20241107024138.3355687-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 69-171-232-181.mail-mxout.facebook.com (69-171-232-181.mail-mxout.facebook.com [69.171.232.181]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 94222182BC for <bpf@vger.kernel.org>; Thu, 7 Nov 2024 02:41:53 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=69.171.232.181 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730947317; cv=none; b=Zr2SWF6PrdtZcyV0h4iyLmY8TWe0uHOlQa4SqrTACNvogljKytboYFZrvBHYiCqD3QtaUv2DlMbZAHolhigx6c4635d6aAf6rclPlQYfJXhMSh1YgfussEkIpIA41sUsEcjOkzwrV9D4aQYH36C59+QS6g7kKjyNsIm1XIG2MX4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730947317; c=relaxed/simple; bh=wQEozKx5w3qVbS/KwvZVRL34L4VHnhg5FUHUz9ahAYI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=kmTLAUkqO9l/a/taLAeSph3HIYBBVJ+UoRaHbxeAxNvwvEoac0q+xpRCBixQy15uqr4qWmzt2ard5bq/nVDUUm17Y+Tioqd2HTfpkmSaCPn/BMWrF4lGbkm2mNZcBhd4qQrvAjEe6VOPhNPlsS7SuPX2voSHtK67N3HX7PjdNvg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.dev; spf=fail smtp.mailfrom=linux.dev; arc=none smtp.client-ip=69.171.232.181 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=fail smtp.mailfrom=linux.dev Received: by devbig309.ftw3.facebook.com (Postfix, from userid 128203) id D635FAD19EE0; Wed, 6 Nov 2024 18:41:38 -0800 (PST) From: Yonghong Song <yonghong.song@linux.dev> To: bpf@vger.kernel.org Cc: Alexei Starovoitov <ast@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Daniel Borkmann <daniel@iogearbox.net>, kernel-team@fb.com, Martin KaFai Lau <martin.lau@kernel.org>, Tejun Heo <tj@kernel.org> Subject: [PATCH bpf-next v10 0/7] bpf: Support private stack for bpf progs Date: Wed, 6 Nov 2024 18:41:38 -0800 Message-ID: <20241107024138.3355687-1-yonghong.song@linux.dev> X-Mailer: git-send-email 2.43.5 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: quoted-printable X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: Support private stack for bpf progs
|
expand
|