Re: [PATCH v5] lockdep: check that no locks held at freeze time

2013-02-21 Thread Mandeep Singh Baines
On Thu, Feb 21, 2013 at 7:42 AM, Rafael J. Wysocki wrote: > On Wednesday, February 20, 2013 07:17:07 PM Mandeep Singh Baines wrote: >> We shouldn't try_to_freeze if locks are held. > > Has Ingo acked one of the previous versions or is my memory doing tricks? > Yes, Ingo had acked a previous

Re: [PATCH v5] lockdep: check that no locks held at freeze time

2013-02-21 Thread Rafael J. Wysocki
On Wednesday, February 20, 2013 07:17:07 PM Mandeep Singh Baines wrote: > We shouldn't try_to_freeze if locks are held. Has Ingo acked one of the previous versions or is my memory doing tricks? Anyway, can you please write something more about what the patch is doing in the changelog? While the

Re: [PATCH v5] lockdep: check that no locks held at freeze time

2013-02-21 Thread Rafael J. Wysocki
On Wednesday, February 20, 2013 07:17:07 PM Mandeep Singh Baines wrote: We shouldn't try_to_freeze if locks are held. Has Ingo acked one of the previous versions or is my memory doing tricks? Anyway, can you please write something more about what the patch is doing in the changelog? While the

Re: [PATCH v5] lockdep: check that no locks held at freeze time

2013-02-21 Thread Mandeep Singh Baines
On Thu, Feb 21, 2013 at 7:42 AM, Rafael J. Wysocki r...@sisk.pl wrote: On Wednesday, February 20, 2013 07:17:07 PM Mandeep Singh Baines wrote: We shouldn't try_to_freeze if locks are held. Has Ingo acked one of the previous versions or is my memory doing tricks? Yes, Ingo had acked a

[PATCH v5] lockdep: check that no locks held at freeze time

2013-02-20 Thread Mandeep Singh Baines
We shouldn't try_to_freeze if locks are held. Changes since v1: * LKML: <20130215111635.ga26...@gmail.com> Ingo Molnar * Added a msg string that gets passed in. * LKML: <20130215154449.gd30...@redhat.com> Oleg Nesterov * Check PF_NOFREEZE in try_to_freeze(). Changes since v2: * LKML:

[PATCH v5] lockdep: check that no locks held at freeze time

2013-02-20 Thread Mandeep Singh Baines
We shouldn't try_to_freeze if locks are held. Changes since v1: * LKML: 20130215111635.ga26...@gmail.com Ingo Molnar * Added a msg string that gets passed in. * LKML: 20130215154449.gd30...@redhat.com Oleg Nesterov * Check PF_NOFREEZE in try_to_freeze(). Changes since v2: * LKML: