xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* freezing of kernel threads
@ 2012-11-22 11:21 Jan Beulich
  2012-11-22 12:38 ` Keir Fraser
  2012-11-27 16:47 ` Konrad Rzeszutek Wilk
  0 siblings, 2 replies; 4+ messages in thread
From: Jan Beulich @ 2012-11-22 11:21 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk, Keir Fraser; +Cc: xen-devel

Keir,

in linux-2.6.18-xen.hg c/s 74:cb50d25a9468 you made blktap
match blkback in calling try_to_freeze() from the main thread loop.
Threads in other drivers didn't get changed, though. Is there a
particular reason why only block, and only backend, threads are in
need of this (the only other one using it is xenfb_thread())?

Konrad, as of 2.6.23 kernel threads are non-freezable by default,
i.e. xen-blkback calling try_to_freeze() is completely pointless
without a prior call to set_freezable(). Also, in case the latter is to
be added, switching to wait_event_freezable() instead of the
direct use of try_to_freeze() might be the right way to go.

Jan

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: freezing of kernel threads
  2012-11-22 11:21 freezing of kernel threads Jan Beulich
@ 2012-11-22 12:38 ` Keir Fraser
  2012-11-27 16:47 ` Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 4+ messages in thread
From: Keir Fraser @ 2012-11-22 12:38 UTC (permalink / raw)
  To: Jan Beulich, Konrad Rzeszutek Wilk; +Cc: xen-devel

On 22/11/2012 11:21, "Jan Beulich" <JBeulich@suse.com> wrote:

> Keir,
> 
> in linux-2.6.18-xen.hg c/s 74:cb50d25a9468 you made blktap
> match blkback in calling try_to_freeze() from the main thread loop.
> Threads in other drivers didn't get changed, though. Is there a
> particular reason why only block, and only backend, threads are in
> need of this (the only other one using it is xenfb_thread())?

I don't really recall. I expect someone pointed out the difference between
the two drivers and so I added the call to blktap. Back then I don't know
that any of our other drivers had kthreads?

 -- Keir

> Konrad, as of 2.6.23 kernel threads are non-freezable by default,
> i.e. xen-blkback calling try_to_freeze() is completely pointless
> without a prior call to set_freezable(). Also, in case the latter is to
> be added, switching to wait_event_freezable() instead of the
> direct use of try_to_freeze() might be the right way to go.
> 
> Jan
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: freezing of kernel threads
  2012-11-22 11:21 freezing of kernel threads Jan Beulich
  2012-11-22 12:38 ` Keir Fraser
@ 2012-11-27 16:47 ` Konrad Rzeszutek Wilk
  2012-11-27 16:52   ` Jan Beulich
  1 sibling, 1 reply; 4+ messages in thread
From: Konrad Rzeszutek Wilk @ 2012-11-27 16:47 UTC (permalink / raw)
  To: Jan Beulich; +Cc: Keir Fraser, xen-devel

On Thu, Nov 22, 2012 at 11:21:30AM +0000, Jan Beulich wrote:
> Keir,
> 
> in linux-2.6.18-xen.hg c/s 74:cb50d25a9468 you made blktap
> match blkback in calling try_to_freeze() from the main thread loop.
> Threads in other drivers didn't get changed, though. Is there a
> particular reason why only block, and only backend, threads are in
> need of this (the only other one using it is xenfb_thread())?
> 
> Konrad, as of 2.6.23 kernel threads are non-freezable by default,
> i.e. xen-blkback calling try_to_freeze() is completely pointless
> without a prior call to set_freezable(). Also, in case the latter is to
> be added, switching to wait_event_freezable() instead of the
> direct use of try_to_freeze() might be the right way to go.

OK, any idea why the need to be come freezable was added in? Just
for power suspend/resume?

> 
> Jan
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: freezing of kernel threads
  2012-11-27 16:47 ` Konrad Rzeszutek Wilk
@ 2012-11-27 16:52   ` Jan Beulich
  0 siblings, 0 replies; 4+ messages in thread
From: Jan Beulich @ 2012-11-27 16:52 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk; +Cc: Keir Fraser, xen-devel

>>> On 27.11.12 at 17:47, Konrad Rzeszutek Wilk <konrad.wilk@oracle.com> wrote:
> On Thu, Nov 22, 2012 at 11:21:30AM +0000, Jan Beulich wrote:
>> Keir,
>> 
>> in linux-2.6.18-xen.hg c/s 74:cb50d25a9468 you made blktap
>> match blkback in calling try_to_freeze() from the main thread loop.
>> Threads in other drivers didn't get changed, though. Is there a
>> particular reason why only block, and only backend, threads are in
>> need of this (the only other one using it is xenfb_thread())?
>> 
>> Konrad, as of 2.6.23 kernel threads are non-freezable by default,
>> i.e. xen-blkback calling try_to_freeze() is completely pointless
>> without a prior call to set_freezable(). Also, in case the latter is to
>> be added, switching to wait_event_freezable() instead of the
>> direct use of try_to_freeze() might be the right way to go.
> 
> OK, any idea why the need to be come freezable was added in? Just
> for power suspend/resume?

No, which is why I had asked Keir (who unfortunately didn't recall
either).

Jan

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-11-27 16:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-11-22 11:21 freezing of kernel threads Jan Beulich
2012-11-22 12:38 ` Keir Fraser
2012-11-27 16:47 ` Konrad Rzeszutek Wilk
2012-11-27 16:52   ` Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).