Message ID | 20240926234506.1769256-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 727BE15B99D for <bpf@vger.kernel.org>; Thu, 26 Sep 2024 23:45:18 +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=1727394322; cv=none; b=IdZ8itU9JUSPhjHK3hFSjW41Dv22EnhCAZ5JFurXSeI/pqBcaKJ/rI2eMrpdJs+uNR9CdTr2Xm4RGPGsFxXcepwfWQ18jgLmQF4FYE2kq0lcXmVEhofepPK0m9rcLlKubPZ1Kq5G6Dz4Urz1+Gri2NOCSWSKZZ28cvOcxr9QUBg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727394322; c=relaxed/simple; bh=EEvmGPSB+cylfXZ8tZFGr9TtzG5RZqMjPGCMbnp9Pmc=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=GndmOc1CamhNWymJGhPAxdE9RL5LpVHTEdZJRGYwnfVbVfs+bamnH1rJIkM5hjpXCG4jhSklSPoOph//lMYDQd5UwvwaZXXn/exQ8sJnviA9HNMbOI1aKv9bQOXw34YmeOA5FOHuvKJ5khANo/hJ1BPkRhzFqyEDu6DEn81RxrU= 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 0A35A967C71D; Thu, 26 Sep 2024 16:45:06 -0700 (PDT) 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> Subject: [PATCH bpf-next v3 0/5] bpf: Support private stack for bpf progs Date: Thu, 26 Sep 2024 16:45:06 -0700 Message-ID: <20240926234506.1769256-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
|