Message ID | 20240404025305.2210999-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 4C7213233 for <bpf@vger.kernel.org>; Thu, 4 Apr 2024 02:53:19 +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=1712199202; cv=none; b=bvHj7wbutE/0S1wTmEocO4E5zfhPRhvW1pzudIWl9dgie0EkF0nZ1SW2bK+LgtsH8Qv/wZUuWJENdXl+jqq1l1hy0Ml7tZNO7c3cmB1FM16RRCGj2NphVOSJzHV1lxOn4KvWMueFIWC4X+oi1wdetEiz+E0pUHzgtBy0ITmuAf4= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712199202; c=relaxed/simple; bh=/OscLixrV1sGcAiwoOsGWyqaYQO5Zz2b39kJtx1u+0k=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=I9/6oeKA4ZQHflTWgrJYqA9NkLa6XPAST3cwPgEfIbLpMWgKwGflLAqx0TwYZxLUfP0A7ZsGGPH9t8Ft+OxewMW7+mW+KkYGaUkLTTQy7rZlLfzpe2NTOkCLZNTW984PqzQXiLe3rhwgfFI+ofHbZXZTs0ZceaTZIDw1EG4w2Q0= 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 9A11D29CEAB7; Wed, 3 Apr 2024 19:53:05 -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 v4 0/5] bpf: Add bpf_link support for sk_msg and sk_skb progs Date: Wed, 3 Apr 2024 19:53:05 -0700 Message-ID: <20240404025305.2210999-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
|