Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp11252089ybl; Fri, 27 Dec 2019 10:19:58 -0800 (PST) X-Google-Smtp-Source: APXvYqxfiGQKxHzkv3xtZNDbc13PX4TIldIYw81HJEyaDTIAir0l3MlSf+oazqvgNiZfZD5mxGAd X-Received: by 2002:a05:6830:2111:: with SMTP id i17mr54377433otc.24.1577470798532; Fri, 27 Dec 2019 10:19:58 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577470798; cv=none; d=google.com; s=arc-20160816; b=O2uVtdoD4mTZKAMcigZb1SInMT1HpV+JBM+oO6K0bSpicBkkiRgVB7qw0KycqmTr/p BYzAWRESc0ZrWoGYPCMoRL+TqJUHIwiseWRxj5D9GdQPmiB0tTeKFRYVZNiQ0g1Elgmm vs74flD/5iv4Z6m/TOKeA17Iyyp//M5V4Z+TREC3pNzfdAI6FkiHfVyd3wJtBca8sITY oEuauO9qmAFAiGe4WYPIfOadOr5hBqOHT3/WEIlNqPyWrvtahJ1t6LtZdfnps0Wfa5V9 tW96gmI6pwcx29Oj1pLrYC8lDJDKJORWNTFf6g/FI5iJKjNqK4fKo05vPZvH29/kyfxJ 3ELA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=++9K/zgTBfyQLXtx4DbZwQQdxqzIr/X3AA9aEsSdXks=; b=npPKh0oUn0FQyxd8cVZQVjKCMkFjJl0i3r/zl/WiHx9BZiQ9sRnZst2X98Fyv31xi3 qH1wnv4qomfAVEQNbntD6pI3SRK1LaIu5UugyQlBOnz5I2p0p5CWeJETpbkMcc84Ac0Q 8LMELmez3b4EolmaJUExfFeBgUiXdt3cEASwp/KcAS3DjAyMniYZNZ8GjINYNMpJ6tlR 0oOunW8u63XpDqneJdm0OMv+T6ABl+u5bveOyvEU6WXhiTYgUzx6KDGnAPAvSBil4gtH FHq/EgDb4OlH5OjX3tCUoagRw1NR5hU/dCm49O61ob+f/w1Sim4I9iaRD+c/3qXeyUTS zdzQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o17si14506615otk.135.2019.12.27.10.19.47; Fri, 27 Dec 2019 10:19:58 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727727AbfL0STP (ORCPT + 99 others); Fri, 27 Dec 2019 13:19:15 -0500 Received: from mx2.suse.de ([195.135.220.15]:41764 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727393AbfL0SO4 (ORCPT ); Fri, 27 Dec 2019 13:14:56 -0500 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 11550ABEA; Fri, 27 Dec 2019 18:14:54 +0000 (UTC) Date: Fri, 27 Dec 2019 18:14:48 +0000 From: Michal Rostecki To: mrostecki@opensuse.org Cc: bpf@vger.kernel.org, Alexei Starovoitov , Daniel Borkmann , Martin KaFai Lau , Song Liu , Yonghong Song , Andrii Nakryiko , netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH bpf-next 0/2] bpftool/libbpf: Add probe for large INSN limit Message-ID: <20191227181448.GA452@wotan.suse.de> References: <20191227105346.867-1-mrostecki@opensuse.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191227105346.867-1-mrostecki@opensuse.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Dec 27, 2019 at 11:53:44AM +0100, mrostecki@opensuse.org wrote: > From: Michal Rostecki > > This series implements a new BPF feature probe which checks for the > commit c04c0d2b968a ("bpf: increase complexity limit and maximum program > size"), which increases the maximum program size to 1M. It's based on > the similar check in Cilium, althogh Cilium is already aiming to use > bpftool checks and eventually drop all its custom checks. > > Examples of outputs: > > # bpftool feature probe > [...] > Scanning miscellaneous eBPF features... > Large complexity limit and maximum program size (1M) is available > > # bpftool feature probe macros > [...] > /*** eBPF misc features ***/ > #define HAVE_HAVE_LARGE_INSN_LIMIT > > # bpftool feature probe -j | jq '.["misc"]' > { > "have_large_insn_limit": true > } > > Michal Rostecki (2): > libbpf: Add probe for large INSN limit > bpftool: Add misc secion and probe for large INSN limit > > tools/bpf/bpftool/feature.c | 18 ++++++++++++++++++ > tools/lib/bpf/libbpf.h | 1 + > tools/lib/bpf/libbpf.map | 1 + > tools/lib/bpf/libbpf_probes.c | 23 +++++++++++++++++++++++ > 4 files changed, 43 insertions(+) > > -- > 2.16.4 > Sorry for sending this twice! I didn't see the thread immediately after sending the first time, so I though there is some problem with my @opensuse.org alias or SMTP server not accepting it. Please review this series, since I'm using @opensuse.org alias for upstream development more frequently than @suse.de.