Message ID | 20240406160359.176498-1-yonghong.song@linux.dev (mailing list archive) |
---|---|
Headers | show
Received: from 69-171-232-180.mail-mxout.facebook.com (69-171-232-180.mail-mxout.facebook.com [69.171.232.180]) (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 261173BBCB for <bpf@vger.kernel.org>; Sat, 6 Apr 2024 16:04:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=69.171.232.180 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712419455; cv=none; b=CO2mXbpSh+QlPNyGE3JV0W2bjAYz+H5aL/r+3wZZS2KUldNY7Jg5wEM94ShAvQJrYTuzyMYvGXW7v0slzNkt9lJ2MXcbSwAFcp5vgP/M65g17D+jLNEtQV0QQbJxe2sn758Ca6LyN60ZIbIXCqRK/JVHeeL/j3pdWlgulWej7xE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712419455; c=relaxed/simple; bh=VTQECL2mkWvuxhM2/xJH0kKEro/udahGXuf+BsTW4n4=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=tK6gHL0Ozv+BbPITQHOHENSA1uY9Fbt4cpc0t1UAUEpQEY3/1eEkdJGwKXAwYuRy3vDTjpvtIwx4W8Fsnu4O298zw9IHYzQbF6/mRwy47ttRKB20aYV4T+gq1Oz09+3JJwkb/OhRMGYRQVifXI37Xbwj0rVQPYpNQp2B72e1tj4= 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.180 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 079642B5514E; Sat, 6 Apr 2024 09:03:59 -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>, Jakub Sitnicki <jakub@cloudflare.com>, John Fastabend <john.fastabend@gmail.com>, kernel-team@fb.com, Martin KaFai Lau <martin.lau@kernel.org> Subject: [PATCH bpf-next v5 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs Date: Sat, 6 Apr 2024 09:03:58 -0700 Message-ID: <20240406160359.176498-1-yonghong.song@linux.dev> X-Mailer: git-send-email 2.43.0 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: Add bpf_link support for sk_msg and sk_skb progs
|
expand
|