Re: Diploma project with the Linux kernel

2018-10-05 Thread Cindy-Sue Causey
On 10/5/18, Boian Karatotev wrote: >> >> You mean you want to re-invent the current checkpoint-restart code that's >> been >> in the kernel since v3.10 back in June 2013? (see kernel/kcmp.c for the >> gory >> details). >> > Too bad I hadn't found this out earlier. I had hopes this wasn't really >

Re: Diploma project with the Linux kernel

2018-10-05 Thread Boian Karatotev
> > You mean you want to re-invent the current checkpoint-restart code that's > been > in the kernel since v3.10 back in June 2013? (see kernel/kcmp.c for the > gory > details). > Too bad I hadn't found this out earlier. I had hopes this wasn't really done in kernels, so I had hopes to at least

Re: Diploma project with the Linux kernel

2018-10-04 Thread Mike Krinkin
On Fri, Oct 5, 2018 at 3:09 AM wrote: > On Fri, 05 Oct 2018 02:58:23 +0100, Mike Krinkin said: > > > This might be of interest to you: https://www.criu.org > > That's got two problems - first, it's userspace. Well, it's called userspace, but it does require a significant kernel support. >

Re: Diploma project with the Linux kernel

2018-10-04 Thread valdis . kletnieks
On Fri, 05 Oct 2018 02:58:23 +0100, Mike Krinkin said: > This might be of interest to you: https://www.criu.org That's got two problems - first, it's userspace. And second, it's fairly mature software, which means it's not suitable for a student project by itself, and all the low-hanging fruit

Re: Diploma project with the Linux kernel

2018-10-04 Thread Mike Krinkin
This might be of interest to you: https://www.criu.org On Thu, Oct 4, 2018 at 8:23 PM wrote: > On Thu, 04 Oct 2018 21:44:14 +0300, Boian Karatotev said: > > > I am a Computer Science student and for my last year I need to make and > > present a 'diploma project' at the end of June. So far I

Re: Diploma project with the Linux kernel

2018-10-04 Thread valdis . kletnieks
On Thu, 04 Oct 2018 21:44:14 +0300, Boian Karatotev said: > I am a Computer Science student and for my last year I need to make and > present a 'diploma project' at the end of June. So far I want to make a > kernel module, whose description is in the following paragraph. I feel > comfortable with

Re: Diploma project with the Linux kernel

2018-10-04 Thread Ruben Safir
On 10/4/18 2:44 PM, Boian Karatotev wrote: > Hello, > > I am a Computer Science student and for my last year I need to make and > present a 'diploma project' at the end of June. So far I want to make a > kernel module, whose description is in the following paragraph. I feel > comfortable with C