Message ID | 20241109025312.148539-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 66-220-155-179.mail-mxout.facebook.com (66-220-155-179.mail-mxout.facebook.com [66.220.155.179]) (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 3C5E6126BFC for <bpf@vger.kernel.org>; Sat, 9 Nov 2024 02:53:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=66.220.155.179 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731120807; cv=none; b=CWk2jEu1VoOQIEorWH9W3whLKgC9sb6icxN89mwba8PziXus4C6BhsXED2EiVewIoJM11i3zsQnX9PuYN9ExDpjuwGl+f0YGvuJyi6HRU/xYOPAhsQGY+SzE3X+4vtgQaTRN2CVFHNarMKL/gePwCzqRW3jXjNBB5dzZ1WSkmnM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731120807; c=relaxed/simple; bh=YQweArDHFc/ZwoZnORdASNUirKzE322N0t6ehfIuyuY=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=NKEE8MQ4Riia7KICXrYFL4PDYH8FGNL/ESaUK6WnZE559hLXmGsK4v11RTdqPbjI0mRnyCMRGE7E+00AzM0VbN6Hd35nnlyhmA0G3wl3A1DcZkglpOu7JnL3wL1zLl1xGctDWE6gZxKPPUfgF593G3A/v/4sv0I1RvOE09i2Vvc= 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=66.220.155.179 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 410BDAE0753A; Fri, 8 Nov 2024 18:53:12 -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 v11 0/7] bpf: Support private stack for bpf progs Date: Fri, 8 Nov 2024 18:53:12 -0800 Message-ID: <20241109025312.148539-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
|