Re: [PATCH 2/3 -mm] kexec jump -v8 : add write support to oldmem device

2007-12-21 Thread huang ying
On Dec 21, 2007 6:17 PM, Pavel Machek <[EMAIL PROTECTED]> wrote: > Hi! > > > This patch adds writing support for /dev/oldmem. This can be used to > > > > - Communicate between original kernel and kexeced kernel through write > > to some pages in original kernel. > > > > - Restore the memory conte

Re: [PATCH 2/3 -mm] kexec jump -v8 : add write support to oldmem device

2007-12-21 Thread Bernhard Walle
* Pavel Machek <[EMAIL PROTECTED]> [2007-12-21 11:17]: > Or is crashdump only supported on i386? No. Thanks, Bernhard -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordo

Re: [PATCH 2/3 -mm] kexec jump -v8 : add write support to oldmem device

2007-12-21 Thread Pavel Machek
Hi! > This patch adds writing support for /dev/oldmem. This can be used to > > - Communicate between original kernel and kexeced kernel through write > to some pages in original kernel. > > - Restore the memory contents of hibernated system in kexec based > hibernation. > > Signed-off-by: H

[PATCH 2/3 -mm] kexec jump -v8 : add write support to oldmem device

2007-12-20 Thread Huang, Ying
This patch adds writing support for /dev/oldmem. This can be used to - Communicate between original kernel and kexeced kernel through write to some pages in original kernel. - Restore the memory contents of hibernated system in kexec based hibernation. Signed-off-by: Huang Ying <[EMAIL PROTE