All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qais Yousef <qais.yousef@arm.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCHv6 4/5] package/bpftrace: new package
Date: Wed, 19 May 2021 19:07:21 +0100	[thread overview]
Message-ID: <20210519180721.hbrplzik4vsx76hp@e107158-lin.cambridge.arm.com> (raw)
In-Reply-To: <17334481-d69f-3705-c298-51a87a7d3a12@gmail.com>

On 04/10/21 12:15, Romain Naour wrote:
> Hello,
> 
> Le 06/04/2021 ? 13:54, Qais Yousef a ?crit?:
> > On 02/25/21 12:01, Romain Naour wrote:
> >> Hello Quais, All,
> >>
> >> Le jeu. 25 f?vr. 2021 ? 11:18, Qais Yousef <qais.yousef@arm.com> a ?crit :
> >>
> >>     On 01/23/21 19:44, Qais Yousef wrote:
> >>     > On 12/21/20 13:45, Qais Yousef wrote:
> >>     > > On 12/20/20 16:12, Romain Naour wrote:
> >>     > > > From: Qais Yousef <qais.yousef@arm.com>
> >>     > > >
> >>     > > > bpftrace is a high-level tracing language for Linux enhanced Berkeley
> >>     > > > Packet Filter (eBPF) available in recent Linux kernels (4.x).
> >>     > > >
> >>     > > > Only tested on x86_64 and aarch64. The package doesn't support i386
> >>     and
> >>     > > > aarch32.
> >>     > > >
> >>     > > > The libbpf dependency allow to enable the BTF support:
> >>     > > >  # bpftrace --info
> >>     > > >  System
> >>     > > >    OS: Linux 5.4.58 #1 SMP Sun Dec 20 15:56:56 CET 2020
> >>     > > >    Arch: aarch64
> >>     > > >
> >>     > > >  Build
> >>     > > >    version: 2020.11-328-g019a9
> >>     > > >    LLVM: 9.0.1
> >>     > > >    foreach_sym: yes
> >>     > > >    unsafe uprobe: no
> >>     > > >    bfd: yes
> >>     > > >    bpf_attach_kfunc: yes
> >>     > > >    bcc_usdt_addsem: yes
> >>     > > >    bcc bpf_attach_uprobe refcount: yes
> >>     > > >    libbpf: yes
> >>     > > >    libbpf btf dump: yes
> >>     > > >    libbpf btf dump type decl: yes
> >>     > > >
> >>     > > > bfptrace doesn't use the libbpf_bcc library provided by bcc package.
> >>     > > >
> >>     > > > Signed-off-by: Qais Yousef <qais.yousef@arm.com>
> >>     > > > Signed-off-by: Romain Naour <romain.naour@gmail.com>
> >>     > > > Cc: Jugurtha BELKALEM <jugurtha.belkalem@smile.fr>
> >>     > > > ---
> >>     > > > v6: Update DEVELOPERS file
> >>     > >
> >>     > > LGTM.
> >>     >
> >>     > Ping.
> >>     >
> >>     > I had issues with building patch 5, but the rest of the series is in good
> >>     shape
> >>     > IMO and can be merged independently at least.
> >>     >
> >>     > Is there anything more needs to be done to help get this support merged?
> >>
> >>     Ping again. It'd be great to finally have these merged.
> >>
> >>
> >> Maintainers are currently busy at the release 2021.02 version of Buildroot.
> >>
> >> But yes, this work has been reviewed and reworked by Quais and me.
> >>
> >> I guess It's good to go.
> > 
> > Another gentle ping. Hopefully the release is done now for this to be
> > considered.
> 
> Gentle ping too.
> 
> The patch series is here:
> http://patchwork.ozlabs.org/project/buildroot/list/?series=221413
> 
> I didn't work on it since then, only the patch 5/5 needs to be reworked.

Ping!

This series has been setting around since forever now. What's the right way
forward to get this over the fence?

Thanks

--
Qais Yousef

  reply	other threads:[~2021-05-19 18:07 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-20 15:11 [Buildroot] [PATCHv6 1/5] package/llvm: add BPF backend Romain Naour
2020-12-20 15:12 ` [Buildroot] [PATCHv6 2/5] package/bcc: new package Romain Naour
2020-12-21 13:41   ` Qais Yousef
2021-05-20 20:35   ` Arnout Vandecappelle
2021-05-20 20:49     ` Arnout Vandecappelle
2020-12-20 15:12 ` [Buildroot] [PATCHv6 3/5] package/libbpf: " Romain Naour
2020-12-21 13:43   ` Qais Yousef
2021-05-20 20:47   ` Arnout Vandecappelle
2020-12-20 15:12 ` [Buildroot] [PATCHv6 4/5] package/bpftrace: " Romain Naour
2020-12-21 13:45   ` Qais Yousef
2021-01-23 19:44     ` Qais Yousef
2021-02-25 10:18       ` Qais Yousef
2021-02-25 11:01         ` Romain Naour
2021-04-06 11:54           ` Qais Yousef
2021-04-10 10:15             ` Romain Naour
2021-05-19 18:07               ` Qais Yousef [this message]
2021-05-20 20:58   ` Arnout Vandecappelle
2021-06-01 15:34     ` Qais Yousef
2020-12-20 15:12 ` [Buildroot] [PATCHv6 5/5] package/bcc: add optional luajit dependency Romain Naour
2020-12-21 14:30   ` Qais Yousef
2020-12-21 16:42     ` Qais Yousef
2021-05-20 21:02   ` Arnout Vandecappelle
2021-05-20 20:04 ` [Buildroot] [PATCHv6 1/5] package/llvm: add BPF backend Arnout Vandecappelle
2021-05-20 20:04   ` Arnout Vandecappelle

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210519180721.hbrplzik4vsx76hp@e107158-lin.cambridge.arm.com \
    --to=qais.yousef@arm.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.