[PATCH] (v2) read inlining info in an NVIDIA extended line map

2021-11-04 Thread John Mellor-Crummey via Elfutils-devel
[We would really like this patch in the forthcoming release] Attached is a new version of the patch for reading inlining information encoded in an enhanced line map format used in NVIDIA GPU binaries for CUDA 11.2+. This is an updated version of a patch first submitted on Sept. 5. A copy of the

Buildbot failure in Wildebeest Builder on whole buildset

2021-11-04 Thread buildbot
The Buildbot has detected a new failure on builder elfutils-centos-x86_64 while building elfutils. Full details are available at: https://builder.wildebeest.org/buildbot/#builders/1/builds/851 Buildbot URL: https://builder.wildebeest.org/buildbot/ Worker for this Build: centos-x86_64 Build

PR28514: [PATCH] debuginfod groom time-limit

2021-11-04 Thread Frank Ch. Eigler via Elfutils-devel
Hi - This one is important for those who operate large debuginfod servers. commit 8ce18d0f8a5d7c00dc897f99751d575c8deeae82 (HEAD -> master) Author: Frank Ch. Eigler Date: Thu Nov 4 13:08:35 2021 -0400 PR28514: debuginfod: limit groom operation times For large databases and many s

Re: [PATCH v2] Improve building with LTO

2021-11-04 Thread Mark Wielaard
Hi Dmitry, On Thu, 2021-11-04 at 14:23 +0300, Dmitry V. Levin wrote: > On Sat, Aug 28, 2021 at 12:31:43PM +0300, Dmitry V. Levin wrote: > > On Thu, Feb 18, 2021 at 03:38:56AM +0100, Alexander Miller via > > Elfutils-devel wrote: > > > From: Alexander Miller > > > > > > Use symver attribute for s

[Bug general/27367] readelf: invalid loclists data with -ffat-lto-objects

2021-11-04 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27367 --- Comment #6 from Mark Wielaard --- The problem with fixing this in general is that an ELF file can contain different sets of .debug sections that form a consistent DWARF. This can be the .debug_* sections, the .debug_* sections in a particu

Re: [PATCH v2] Improve building with LTO

2021-11-04 Thread Dmitry V. Levin
On Sat, Aug 28, 2021 at 12:31:43PM +0300, Dmitry V. Levin wrote: > On Thu, Feb 18, 2021 at 03:38:56AM +0100, Alexander Miller via Elfutils-devel > wrote: > > From: Alexander Miller > > > > Use symver attribute for symbol versioning instead of .symver > > assembler directive when available. Conve

[Bug general/27367] readelf: invalid loclists data with -ffat-lto-objects

2021-11-04 Thread ldv at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27367 --- Comment #5 from Dmitry V. Levin --- Could we have this issue fixed, please? -- You are receiving this mail because: You are on the CC list for the bug.

Doing a 0.186 release on Monday

2021-11-04 Thread Mark Wielaard
Hi, It has been 5 months since 0.185, there have been ~70 commits by ~15 people, with ~15 bugzilla entries closed. There is always more to do, but I believe current trunk is in pretty good shape. A lot of work was done to get the debuginfod tests stable, so that they can always be ran and make che