Re: [Crash-utility] Problem in bt for ARM64

2017-10-20 Thread Dave Anderson
Queued for crash-7.2.1: https://github.com/crash-utility/crash/commit/090bf28907782549ba980c588979372061764aa7 When 4.14 gets released and some dumpfiles start showing up, the pt_regs raw stack dump issue can be revisited. Thanks, Dave - Original Message - > > > - Origina

Re: [Crash-utility] Problem in bt for ARM64

2017-10-20 Thread Dave Anderson
- Original Message - > Dave, > > Thanks for your double-check, > > On Thu, Oct 19, 2017 at 01:55:11PM -0400, Dave Anderson wrote: > > > > > > - Original Message - > > > > > > Hi Takahiro, > > > > > > I haven't had a chance to investigate why it fails, but with this latest >

Re: [Crash-utility] [PATCH RFC 0/1] Filter ps output by scheduling policy

2017-10-20 Thread Dave Anderson
- Original Message - > In CEE we often analyze vmcores from customers and sometimes want > to filter tasks by scheduling policy, for instance, to identify > if customer runs realtime tasks. Doing this via foreach grepping > and then feeding back pointers to task_struct and grepping it again

[Crash-utility] [PATCH RFC 1/1] task: also filter ps output by ->policy

2017-10-20 Thread Oleksandr Natalenko
This patch introduces -y option for ps builtin to filter tasks by scheduling policy. Applicable to both standalone ps invocation as well as via foreach. Signed-off-by: Oleksandr Natalenko --- defs.h | 12 ++ help.c | 7 -- task.c | 86

[Crash-utility] [PATCH RFC 0/1] Filter ps output by scheduling policy

2017-10-20 Thread Oleksandr Natalenko
In CEE we often analyze vmcores from customers and sometimes want to filter tasks by scheduling policy, for instance, to identify if customer runs realtime tasks. Doing this via foreach grepping and then feeding back pointers to task_struct and grepping it again is very slow, especially if customer