Re: [PATCH v5 0/7] debuginfod: speed up extraction from kernel debuginfo packages by 200x

2024-07-24 Thread Omar Sandoval
On Wed, Jul 24, 2024 at 06:20:21PM -0400, Aaron Merey wrote: > On Tue, Jul 23, 2024 at 6:40 PM Omar Sandoval wrote: > > > > From: Omar Sandoval > > > > This is v4 of my patch series optimizing debuginfod for kernel > > debuginfo. v1 is here [1], v2 is here [2], v3 is here [3], v4 is here > > [4]

Re: [PATCH v5 0/7] debuginfod: speed up extraction from kernel debuginfo packages by 200x

2024-07-24 Thread Aaron Merey
On Tue, Jul 23, 2024 at 6:40 PM Omar Sandoval wrote: > > From: Omar Sandoval > > This is v4 of my patch series optimizing debuginfod for kernel > debuginfo. v1 is here [1], v2 is here [2], v3 is here [3], v4 is here > [4]. The only change from v4 in this version is adding --fdcache-mbs > and --

[PATCH v5 0/7] debuginfod: speed up extraction from kernel debuginfo packages by 200x

2024-07-23 Thread Omar Sandoval
From: Omar Sandoval This is v4 of my patch series optimizing debuginfod for kernel debuginfo. v1 is here [1], v2 is here [2], v3 is here [3], v4 is here [4]. The only change from v4 in this version is adding --fdcache-mbs and --fdcache-mintmp to the new test to fix some sporadic test failures.