Message ID | 20201106055111.3972047-1-andrii@kernel.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=kVCt=EM=vger.kernel.org=bpf-owner@kernel.org> X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5009AC2D0A3 for <bpf@archiver.kernel.org>; Fri, 6 Nov 2020 05:53:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E2618206A1 for <bpf@archiver.kernel.org>; Fri, 6 Nov 2020 05:53:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604642015; bh=H/jDDhD/xUAHGc7Spbs1iASWrIwn9TnaDVVLXqq8eMY=; h=From:To:CC:Subject:Date:List-ID:From; b=173uU0S7M8vlAEwOm/fTjp75eMLxhKRqRZkEkMweIi2HhRhIdLgfZm+B+B08CZcpQ A6PeF8f97hN7QBDSV8DtbR9xQIRpAIIAsYsMw4FC25hzJQKyyYi0YoVd/evmAt4zh2 ONVJH/rst9PwUzGGt30f+FwWOzxy8eon/M/mF+Zw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725837AbgKFFxf convert rfc822-to-8bit (ORCPT <rfc822;bpf@archiver.kernel.org>); Fri, 6 Nov 2020 00:53:35 -0500 Received: from mx0b-00082601.pphosted.com ([67.231.153.30]:62330 "EHLO mx0b-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725440AbgKFFxf (ORCPT <rfc822;bpf@vger.kernel.org>); Fri, 6 Nov 2020 00:53:35 -0500 Received: from pps.filterd (m0109332.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.42/8.16.0.42) with SMTP id 0A65e8Bj029867 for <bpf@vger.kernel.org>; Thu, 5 Nov 2020 21:53:34 -0800 Received: from mail.thefacebook.com ([163.114.132.120]) by mx0a-00082601.pphosted.com with ESMTP id 34mx9p8h59-3 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT) for <bpf@vger.kernel.org>; Thu, 05 Nov 2020 21:53:34 -0800 Received: from intmgw003.08.frc2.facebook.com (2620:10d:c085:208::f) by mail.thefacebook.com (2620:10d:c085:21d::5) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1979.3; Thu, 5 Nov 2020 21:53:31 -0800 Received: by devbig012.ftw2.facebook.com (Postfix, from userid 137359) id DA7EE2EC8EF9; Thu, 5 Nov 2020 21:51:29 -0800 (PST) From: Andrii Nakryiko <andrii@kernel.org> To: <bpf@vger.kernel.org>, <netdev@vger.kernel.org>, <ast@fb.com>, <daniel@iogearbox.net> CC: <kernel-team@fb.com>, <linux-kernel@vger.kernel.org>, <rafael@kernel.org>, <jeyu@kernel.org>, Andrii Nakryiko <andrii@kernel.org>, Arnaldo Carvalho de Melo <acme@redhat.com>, Greg Kroah-Hartman <gregkh@linuxfoundation.org> Subject: [PATCH bpf-next 0/5] Integrate kernel module BTF support Date: Thu, 5 Nov 2020 21:51:05 -0800 Message-ID: <20201106055111.3972047-1-andrii@kernel.org> X-Mailer: git-send-email 2.24.1 X-FB-Internal: Safe Content-Type: text/plain Content-Transfer-Encoding: 8BIT X-Proofpoint-UnRewURL: 0 URL was un-rewritten MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.312,18.0.737 definitions=2020-11-06_01:2020-11-05,2020-11-06 signatures=0 X-Proofpoint-Spam-Details: rule=fb_default_notspam policy=fb_default score=0 lowpriorityscore=0 phishscore=0 spamscore=0 malwarescore=0 impostorscore=0 mlxscore=0 mlxlogscore=999 suspectscore=0 clxscore=1015 adultscore=0 priorityscore=1501 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2011060039 X-FB-Internal: deliver Precedence: bulk List-ID: <bpf.vger.kernel.org> X-Mailing-List: bpf@vger.kernel.org X-Patchwork-Delegate: bpf@iogearbox.net |
Series |
Integrate kernel module BTF support
|
expand
|