public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Suspending and resuming a single task
@ 2006-06-19  0:43 Wojciech Moczulski
  2006-06-19  0:47 ` Matthew Garrett
  0 siblings, 1 reply; 5+ messages in thread
From: Wojciech Moczulski @ 2006-06-19  0:43 UTC (permalink / raw)
  To: linux-kernel

Hello,

I'm doing some research on suspending/resuming a single task in Linux 2.6.x.
At this point I've succeded dumping the whole task state (CPU context, regs,
memory, fds, etc.) to an external file and reading it back to a pre-defined
structure (I know that reading/writing files directly to/from kernel is a bad
thing - I'm working *only* on a p.o.c. and currently there's no other
purpose), but I'm stuck in getting restored task to get running again.

Are there any ways to re-register restored task as a running one in some
"easy" way or should I perform some manual modyfications to the kerenel
structures?

Can anyone suggest me some solution to this problem?

Regards,
Wojciech

PS. I'm not on a list so please CC me, please.

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

end of thread, other threads:[~2006-06-19 14:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-19  0:43 Suspending and resuming a single task Wojciech Moczulski
2006-06-19  0:47 ` Matthew Garrett
2006-06-19  1:06   ` Wojciech Moczulski
2006-06-19  4:07     ` Bernard Blackham
2006-06-19 14:19       ` Wojciech Moczulski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox