Re: [PATCH] libbpf: Fix readelf output parsing for Fedora

2019-12-15 Thread Alexei Starovoitov
On Fri, Dec 13, 2019 at 9:02 AM Andrii Nakryiko wrote: > > On Fri, Dec 13, 2019 at 2:11 AM Thadeu Lima de Souza Cascardo > wrote: > > > > Fedora binutils has been patched to show "other info" for a symbol at the > > end of the line. This was done in order to support unmaintained scripts > > that

Re: libbpf-devel rpm uapi headers

2019-10-02 Thread Alexei Starovoitov
On Wed, Oct 02, 2019 at 07:43:31PM +0200, Jiri Olsa wrote: > hi, > we'd like to have bcc linked with libbpf instead of the > github submodule, initial change is discussed in here: > https://github.com/iovisor/bcc/pull/2535 > > In order to do that, we need to have access to uapi headers > compati

Re: libbpf distro packaging

2019-08-23 Thread Alexei Starovoitov
On 8/23/19 2:22 AM, Jiri Olsa wrote: > btw, the libbpf GH repo tag v0.0.4 has 0.0.3 version set in Makefile: > >VERSION = 0 >PATCHLEVEL = 0 >EXTRAVERSION = 3 > > current code takes version from libbpf.map so it's fine, > but would be great to start from 0.0.5 so we don't need to > bot

Re: Random panic in load_balance() with 3.16-rc

2014-07-28 Thread Alexei Starovoitov
On Mon, Jul 28, 2014 at 09:45:45AM -0700, Linus Torvalds wrote: > On Mon, Jul 28, 2014 at 5:26 AM, Frank Ch. Eigler wrote: > > > > Please note that the data produced by "-g -fvar-tracking" is consumed > > by tools like systemtap, perf, crash, and makes a significant > > difference to the observabi

Re: Random panic in load_balance() with 3.16-rc

2014-07-24 Thread Alexei Starovoitov
On Fri, Jul 25, 2014 at 10:25:03AM +0900, Michel Dänzer wrote: > [ Adding the Debian kernel and gcc teams to Cc ] > > > movq$load_balance_mask, -136(%rbp) #, %sfp > > subq$184, %rsp #, > > > > Anyway, this is not a kernel bug. This is your compiler creating > > compl