Re: [Crash-utility] [PATCH 1/2] tree: no need to bail out on tree corruption, skip the node and move on instead

2018-04-15 Thread Daniel Vacek
Hi Dave, On Thu, Apr 12, 2018 at 3:32 PM, Dave Anderson wrote: > > Hi Daniel, > > If the tree is corrupted, I would think that you would want to know the > specifics, i.e., aside from the somewhat cryptic readmem() error message. > > Perhaps it would be worth printing a more

Re: [Crash-utility] [PATCH 0/4] speed up handling of dumps with many tasks

2018-04-15 Thread Dave Anderson
- Original Message - > On Tue, Apr 10, 2018 at 8:20 AM Dave Anderson wrote: > > > - Original Message - > > > This series decreases crash startup and 'ps' processing time when > > > handling dumps > > > with many tasks. Prior to the series a 1M task dump

[Crash-utility] [PATCH 0/2] couple of trivial tree patches

2018-04-15 Thread Daniel Vacek
Daniel Vacek (2): tree: no need to bail out on tree corruption, skip the node and move on instead tree: add an option to dump the tree sorted defs.h | 1 + help.c | 80 + tools.c | 37 -- 3

Re: [Crash-utility] [PATCH 0/4] speed up handling of dumps with many tasks

2018-04-15 Thread Greg Thelen
On Sun, Apr 15, 2018 at 1:27 AM Dave Anderson wrote: > - Original Message - > > On Tue, Apr 10, 2018 at 8:20 AM Dave Anderson wrote: > > > > > - Original Message - > > > > This series decreases crash startup and 'ps' processing time when