[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-03-02 Thread Serge E. Hallyn
Quoting Serge E. Hallyn (se...@us.ibm.com): > Quoting Oren Laadan (or...@cs.columbia.edu): > > > > > > Nikita V. Youshchenko wrote: > > >> Hi Nikita, > > >> > > >> Thanks for the report and the analysis. It actually helped to > > >> pinpoint a couple of other minor issues in the code. This patch

[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-03-02 Thread Serge E. Hallyn
Quoting Oren Laadan (or...@cs.columbia.edu): > > > Nikita V. Youshchenko wrote: > >> Hi Nikita, > >> > >> Thanks for the report and the analysis. It actually helped to > >> pinpoint a couple of other minor issues in the code. This patch > >> should fix all of these. > >> > >> Oren. > > > > Hi Or

[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-03-02 Thread Oren Laadan
Nikita V. Youshchenko wrote: >> Hi Nikita, >> >> Thanks for the report and the analysis. It actually helped to >> pinpoint a couple of other minor issues in the code. This patch >> should fix all of these. >> >> Oren. > > Hi Oren. > > With ckpt-v19 plus this patch applied, we still are getting

[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-03-02 Thread Oren Laadan
Serge E. Hallyn wrote: > Quoting Nikita V. Youshchenko (yo...@cs.msu.su): >>> Hi Nikita, >>> >>> Thanks for the report and the analysis. It actually helped to >>> pinpoint a couple of other minor issues in the code. This patch >>> should fix all of these. >>> >>> Oren. >> Hi Oren. >> >> With ckpt

[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-03-02 Thread Serge E. Hallyn
Quoting Nikita V. Youshchenko (yo...@cs.msu.su): > > Hi Nikita, > > > > Thanks for the report and the analysis. It actually helped to > > pinpoint a couple of other minor issues in the code. This patch > > should fix all of these. > > > > Oren. > > Hi Oren. > > With ckpt-v19 plus this patch appli

[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-03-02 Thread Nikita V. Youshchenko
> Hi Nikita, > > Thanks for the report and the analysis. It actually helped to > pinpoint a couple of other minor issues in the code. This patch > should fix all of these. > > Oren. Hi Oren. With ckpt-v19 plus this patch applied, we still are getting a kernel crash, with BUG() fired at + ip

[Devel] Re: [PATCH] c/r: fix "scheduling in atomic" while restoring ipc shm

2010-02-24 Thread Oren Laadan
Hi Nikita, Thanks for the report and the analysis. It actually helped to pinpoint a couple of other minor issues in the code. This patch should fix all of these. Oren. Oren Laadan wrote: > """ > While playing with checkpoint-restart code, version > several-commits-before-0.19, we have faced