Message ID | 20240430121805.104618-1-lulie@linux.alibaba.com (mailing list archive) |
---|---|
Headers | show
Received: from out30-110.freemail.mail.aliyun.com (out30-110.freemail.mail.aliyun.com [115.124.30.110]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 315D012D755 for <bpf@vger.kernel.org>; Tue, 30 Apr 2024 12:18:15 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.110 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714479498; cv=none; b=jevpq5nJXF47A+4cWHbNqUbaqkJo/acvUfj+eRw9VnsV9PlBbrfBVKXBPhIGFZLATO+EIAbwfWCS19CktDqWIs+MZsRzizoHinMN6XhWxg6irf9R1ta2RO4aRMMDkWtfGJetU2j3sJ2mlZ1nfVkEXDyuxAMicqrCjZE4x2g3Czs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1714479498; c=relaxed/simple; bh=dPSsH0GZNtnWu2NW2iWIhhOkmqNFgSQujrGR/iDYe7c=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=qURpJJuWcRRMjKvbUUXyjOdji9Aek3Y7AYEkiihwmG54BGdbP1houNUYUtOdfU4LPkgiWyKU7jKryOdGqz20bJbwS+ym3ODRjE54pC2WKjaPBjebVPD9bgPP3ax5s4joqZn0Ib3gUcx7OXBsq9jQIhQMS17pfmmBk0UWMHFcSvU= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=l29fQI9B; arc=none smtp.client-ip=115.124.30.110 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="l29fQI9B" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1714479488; h=From:To:Subject:Date:Message-Id:MIME-Version; bh=trZpt6kGsrKog7Y0eP2zTn1GwQfgMxFjWiztnpqSft0=; b=l29fQI9BUOlNha9GZtBduSkX1v4BAoWHx9tVvZjBbM9gq1c5JeiP7a5ytJwwb1fiOKgnBouBnl0sdLxh56f5D6ODhzDBarnV/QPPpH60QIdGCI+L2LqfzMVTFN8GvRyptHOHP46XtRb9RkNLWZuaY/Q44PmJg9WPWhEWYzbB2a0= X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R121e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=maildocker-contentspam033037067109;MF=lulie@linux.alibaba.com;NM=1;PH=DS;RN=21;SR=0;TI=SMTPD_---0W5cFrMK_1714479485; Received: from localhost(mailfrom:lulie@linux.alibaba.com fp:SMTPD_---0W5cFrMK_1714479485) by smtp.aliyun-inc.com; Tue, 30 Apr 2024 20:18:07 +0800 From: Philo Lu <lulie@linux.alibaba.com> To: bpf@vger.kernel.org Cc: martin.lau@linux.dev, daniel@iogearbox.net, john.fastabend@gmail.com, ast@kernel.org, andrii@kernel.org, eddyz87@gmail.com, song@kernel.org, yonghong.song@linux.dev, kpsingh@kernel.org, sdf@google.com, haoluo@google.com, jolsa@kernel.org, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, mykolal@fb.com, shuah@kernel.org, drosen@google.com, xuanzhuo@linux.alibaba.com Subject: [PATCH bpf-next 0/2] bpf: Allow skb dynptr for tp_btf Date: Tue, 30 Apr 2024 20:18:03 +0800 Message-Id: <20240430121805.104618-1-lulie@linux.alibaba.com> X-Mailer: git-send-email 2.32.0.3.g01195cf9f 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: 8bit X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
bpf: Allow skb dynptr for tp_btf
|
expand
|