From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-00082601.pphosted.com ([67.231.145.42]:41428 "EHLO mx0a-00082601.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752579AbeCXSoZ (ORCPT ); Sat, 24 Mar 2018 14:44:25 -0400 Received: from pps.filterd (m0044008.ppops.net [127.0.0.1]) by mx0a-00082601.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w2OIhxmu004068 for ; Sat, 24 Mar 2018 11:44:24 -0700 Received: from mail.thefacebook.com ([199.201.64.23]) by mx0a-00082601.pphosted.com with ESMTP id 2gwj03h0km-1 (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 24 Mar 2018 11:44:24 -0700 From: Martin KaFai Lau To: CC: Alexei Starovoitov , Daniel Borkmann , Subject: [PATCH bpf-next 0/2] bpf_verifier_log changes Date: Sat, 24 Mar 2018 11:44:21 -0700 Message-ID: <20180324184423.3053682-1-kafai@fb.com> MIME-Version: 1.0 Content-Type: text/plain Sender: netdev-owner@vger.kernel.org List-ID: This patch set has some changes and clean-up works for the bpf_verifier_log. They are the prep works for the BTF (BPF Type Format). Martin KaFai Lau (2): bpf: Rename bpf_verifer_log bpf: Add bpf_verifier_vlog() and bpf_verifier_log_needed() include/linux/bpf_verifier.h | 13 ++++++++++--- kernel/bpf/verifier.c | 21 ++++++++++++--------- 2 files changed, 22 insertions(+), 12 deletions(-) -- 2.9.5