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
- 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
>
- 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
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
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