Message ID | 20241017223138.3175885-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 D82AE1C1AC4 for <bpf@vger.kernel.org>; Thu, 17 Oct 2024 22:31:52 +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=1729204315; cv=none; b=NfzVTvk+J3Z30JUcP4W+lXJIZ7nRtWfD4Rzs7sW9p3Zg5J6vn5pFwumR+SnU47YFXZbAQpgEWIMd+ZG6Ut6tBl1Ykn0u8FhaPxCQ3QcxaW4+xM5WFFR33YuqOgUwhJjMTppK9o4tenuaMhIk8q59Pkw6hytEOfquJ4YZRtDX1T0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1729204315; c=relaxed/simple; bh=mjlZYIztDJM7S69pL6ROc0YrsDz1+UNIoT1Pdsw2v8M=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=S6m1QDoTex9Sei29NeuWu+tDoT0/bUfkwZ1V4y8D3Ig7c0Ls2ACuaLC84+Sy+1UXzGIGE0tTO/MLI1xwfHpO0LeBf0xiQ0jSsg4jSRzuOQ5Gy9XoNK3Gp9AlY7dhhYNmatdfCKGXMIw6e1gwnC8wIPsqc81PM2Pb1a03o455PtQ= 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 965A8A2F077A; Thu, 17 Oct 2024 15:31:38 -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>, Tejun Heo <tj@kernel.org> Subject: [PATCH bpf-next v5 0/9] bpf: Support private stack for bpf progs Date: Thu, 17 Oct 2024 15:31:38 -0700 Message-ID: <20241017223138.3175885-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
|