Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-08 Thread Sedat Dilek
On Thu, Aug 8, 2013 at 10:46 AM, Sedat Dilek wrote: > On Thu, Aug 8, 2013 at 3:12 AM, Colin Cross wrote: >> On Wed, Aug 7, 2013 at 6:01 PM, Sedat Dilek wrote: >>> On Thu, Aug 8, 2013 at 1:34 AM, Colin Cross wrote: On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek wrote: > On Thu, Aug 8,

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-08 Thread Sedat Dilek
On Thu, Aug 8, 2013 at 3:12 AM, Colin Cross wrote: > On Wed, Aug 7, 2013 at 6:01 PM, Sedat Dilek wrote: >> On Thu, Aug 8, 2013 at 1:34 AM, Colin Cross wrote: >>> On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek wrote: On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross wrote: > Can you try add a

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-08 Thread Sedat Dilek
On Thu, Aug 8, 2013 at 3:12 AM, Colin Cross ccr...@android.com wrote: On Wed, Aug 7, 2013 at 6:01 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, Aug 8, 2013 at 1:34 AM, Colin Cross ccr...@android.com wrote: On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu,

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-08 Thread Sedat Dilek
On Thu, Aug 8, 2013 at 10:46 AM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, Aug 8, 2013 at 3:12 AM, Colin Cross ccr...@android.com wrote: On Wed, Aug 7, 2013 at 6:01 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, Aug 8, 2013 at 1:34 AM, Colin Cross ccr...@android.com wrote: On Wed,

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Colin Cross
On Wed, Aug 7, 2013 at 6:01 PM, Sedat Dilek wrote: > On Thu, Aug 8, 2013 at 1:34 AM, Colin Cross wrote: >> On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek wrote: >>> On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross wrote: Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Colin Cross
On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek wrote: > On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross wrote: >> Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in >> the error path of try_to_freeze_tasks(), where it prints the "refusing >> to freeze" message? It will print the

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Sedat Dilek
On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross wrote: > Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in > the error path of try_to_freeze_tasks(), where it prints the "refusing > to freeze" message? It will print the stack trace of every thread > since they are all in the

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Colin Cross
Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in the error path of try_to_freeze_tasks(), where it prints the "refusing to freeze" message? It will print the stack trace of every thread since they are all in the freezer, so the output will be very long. On Wed, Aug 7, 2013 at

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Rafael J. Wysocki
On Wednesday, August 07, 2013 04:25:14 PM Sedat Dilek wrote: > On Wed, Aug 7, 2013 at 7:54 AM, Stephen Rothwell > wrote: > > Hi all, > > > > Changes since 20130806: > > > > The ext4 tree lost its build failure. > > > > The mvebu tree gained a build failure so I used the version from > >

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Rafael J. Wysocki
On Wednesday, August 07, 2013 04:25:14 PM Sedat Dilek wrote: On Wed, Aug 7, 2013 at 7:54 AM, Stephen Rothwell s...@canb.auug.org.au wrote: Hi all, Changes since 20130806: The ext4 tree lost its build failure. The mvebu tree gained a build failure so I used the version from

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Colin Cross
Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in the error path of try_to_freeze_tasks(), where it prints the refusing to freeze message? It will print the stack trace of every thread since they are all in the freezer, so the output will be very long. On Wed, Aug 7, 2013 at

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Sedat Dilek
On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross ccr...@android.com wrote: Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in the error path of try_to_freeze_tasks(), where it prints the refusing to freeze message? It will print the stack trace of every thread since they are all

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Colin Cross
On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross ccr...@android.com wrote: Can you try add a call to show_state_filter(TASK_UNINTERRUPTIBLE) in the error path of try_to_freeze_tasks(), where it prints the refusing to freeze

Re: linux-next: Tree for Aug 7 [ call-trace on suspend: ext4 | pm related ? ]

2013-08-07 Thread Colin Cross
On Wed, Aug 7, 2013 at 6:01 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, Aug 8, 2013 at 1:34 AM, Colin Cross ccr...@android.com wrote: On Wed, Aug 7, 2013 at 4:15 PM, Sedat Dilek sedat.di...@gmail.com wrote: On Thu, Aug 8, 2013 at 12:58 AM, Colin Cross ccr...@android.com wrote: Can you