Message ID | 20241104193455.3241859-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 ACA5318B478 for <bpf@vger.kernel.org>; Mon, 4 Nov 2024 19:35:10 +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=1730748913; cv=none; b=Q8hpPdZKMJ3VjEZen85sBAqb/AZJmNT3v7G83IXIuvycs5Wtf98eKilHfm4L2urXIy/pwabncGuslLNbjRL5N2Ikf881AxZshIwWNyNHpMT8uY/bBsHHOTaTunCAhlOUdhfHmGJ1EALrVVbXYF+0dWLF+PEgZHdOj4Nei7iJuTo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1730748913; c=relaxed/simple; bh=bMEzHjIpc8l0Vml9/vlRYh40QgYpQ6joKFWJa0psL60=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=Dl4JQe4bwS1bwUD6S5T95y2u2yE2iCia3f4qO/GQYerVcEX0eLBoC/76WKT130ltckYAVotSK5uRcEwtooJTDbAw5Xfq3ReyVFquE1Wy4CkQz0NoXtErc+U95RMcKiPV2NXnueNooYLIEFI+PONFKvC0S/8rJ4OzStmXCn1PyLU= 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 62E69ABEC6E9; Mon, 4 Nov 2024 11:34:55 -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 v9 00/10] bpf: Support private stack for bpf progs Date: Mon, 4 Nov 2024 11:34:55 -0800 Message-ID: <20241104193455.3241859-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
|