Re: [PATCH] libbpf: fix readelf output parsing on powerpc with recent binutils

2019-12-01 Thread Michael Ellerman
Aurelien Jarno writes: > On powerpc with recent versions of binutils, readelf outputs an extra > field when dumping the symbols of an object file. For example: > > 35: 083896 FUNCLOCAL DEFAULT [: 8] 1 > btf_is_struct > > The extra "[: 8]" prevents the GLOBAL_SYM_COUNT

Bug#711135: Deadline Extension: CLOUD COMPUTING 2020 || April 26 - 30, 2020 - Nice, France

2019-12-01 Thread CLOUD COMPUTING 2020
INVITATION: = Please consider to contribute to and/or forward to the appropriate groups the following opportunity to submit and publish original scientific results to: - CLOUD COMPUTING 2020, The Eleventh International Conference on Cloud Computing, GRIDs, and Virtualization

Bug#943337: linux-image-5.3.0-1-amd64: Keyboard driver for SPI connected MacBooks not included

2019-12-01 Thread Scott Mcdermott
yes please, this is required for macbook pro 2016 and 2017 and later keyboard to work, I am using the out-of tree dkms for this now, which is kind of silly to use since this is actually in the kernel 5.3 already dkms version (presumably same code) works fine on my laptop with debian vendor kernel

[PATCH] libbpf: fix readelf output parsing on powerpc with recent binutils

2019-12-01 Thread Aurelien Jarno
On powerpc with recent versions of binutils, readelf outputs an extra field when dumping the symbols of an object file. For example: 35: 083896 FUNCLOCAL DEFAULT [: 8] 1 btf_is_struct The extra "[: 8]" prevents the GLOBAL_SYM_COUNT variable to be computed correctly a