Re: [BUG] 2.6.21 hang in cancel_rearming_delayed_workqueue()

2007-05-25 Thread Jason Wessel
Jarek Poplawski wrote: On 25-05-2007 05:21, Jason Wessel wrote: There is a problem with the calling cancel_rearming_delayed_work if the timer was not yet active. It is possible that the problem exists else where, but I thought I would ask if this is expected? " *

Re: [BUG] 2.6.21 hang in cancel_rearming_delayed_workqueue()

2007-05-25 Thread Jarek Poplawski
On 25-05-2007 05:21, Jason Wessel wrote: > There is a problem with the calling cancel_rearming_delayed_work if the > timer was not yet active. > > I see this problem when netpoll_cleanup() is called without having done > any work because it had not processed any packets yet. The problem >

Re: [BUG] 2.6.21 hang in cancel_rearming_delayed_workqueue()

2007-05-25 Thread Jarek Poplawski
On 25-05-2007 05:21, Jason Wessel wrote: There is a problem with the calling cancel_rearming_delayed_work if the timer was not yet active. I see this problem when netpoll_cleanup() is called without having done any work because it had not processed any packets yet. The problem appears

Re: [BUG] 2.6.21 hang in cancel_rearming_delayed_workqueue()

2007-05-25 Thread Jason Wessel
Jarek Poplawski wrote: On 25-05-2007 05:21, Jason Wessel wrote: There is a problem with the calling cancel_rearming_delayed_work if the timer was not yet active. It is possible that the problem exists else where, but I thought I would ask if this is expected? *

[BUG] 2.6.21 hang in cancel_rearming_delayed_workqueue()

2007-05-24 Thread Jason Wessel
There is a problem with the calling cancel_rearming_delayed_work if the timer was not yet active. I see this problem when netpoll_cleanup() is called without having done any work because it had not processed any packets yet. The problem appears to be a result of the loop check

[BUG] 2.6.21 hang in cancel_rearming_delayed_workqueue()

2007-05-24 Thread Jason Wessel
There is a problem with the calling cancel_rearming_delayed_work if the timer was not yet active. I see this problem when netpoll_cleanup() is called without having done any work because it had not processed any packets yet. The problem appears to be a result of the loop check