81 messages in com.xensource.lists.xen-devel[Xen-ia64-devel] Re: [Xen-devel] Re: ...
FromSent OnAttachments
Horms07 Apr 2006 00:42 
Don Zickus07 Apr 2006 08:00 
Gerd Hoffmann07 Apr 2006 08:08 
Horms07 Apr 2006 21:39 
Hirokazu Takahashi09 Apr 2006 22:08 
Don Zickus10 Apr 2006 08:38 
Horms10 Apr 2006 18:44 
Horms12 Apr 2006 02:12 
Don Zickus12 Apr 2006 08:55 
Horms16 Apr 2006 23:05 
Horms20 Apr 2006 18:28 
Akio Takebe20 Apr 2006 23:10 
horm...@verge.net.au20 Apr 2006 23:55 
Akio Takebe21 Apr 2006 00:53 
Ian Pratt23 Apr 2006 07:33 
Mark Williamson23 Apr 2006 07:44 
Mark Williamson23 Apr 2006 07:53 
Ian Pratt23 Apr 2006 15:03 
Mark Williamson23 Apr 2006 15:47 
Akio Takebe23 Apr 2006 18:10 
Kazuo Moriwaka23 Apr 2006 18:16 
Kazuo Moriwaka23 Apr 2006 18:30.gz
Isaku Yamahata23 Apr 2006 18:52 
Keir Fraser24 Apr 2006 00:31 
Muli Ben-Yehuda24 Apr 2006 04:20 
Horms24 Apr 2006 17:10 
Akio Takebe24 Apr 2006 18:15 
Kazuo Moriwaka24 Apr 2006 19:34 
Keir Fraser25 Apr 2006 02:56 
Isaku Yamahata25 Apr 2006 19:09.patch, .patch
Horms25 Apr 2006 23:08 
Simon Horman [Horms]02 May 2006 01:17 
Akio Takebe03 May 2006 00:15 
horms04 May 2006 18:03 
Akio Takebe06 May 2006 01:44 
Akio Takebe06 May 2006 01:46 
Horms06 May 2006 21:44 
Horms06 May 2006 21:46 
Akio Takebe07 May 2006 02:44 
Ian Campbell08 May 2006 02:02 
Horms08 May 2006 21:16 
Horms09 May 2006 02:18 
Akio Takebe09 May 2006 06:28 
Kazuo Moriwaka09 May 2006 23:48 
Kazuo Moriwaka09 May 2006 23:50.diff
horms11 May 2006 04:34 
Akio Takebe15 May 2006 01:29 
Akio Takebe16 May 2006 03:43 
Keir Fraser16 May 2006 03:44 
Akio Takebe16 May 2006 04:03 
Keir Fraser16 May 2006 05:39 
Horms16 May 2006 19:43 
Horms16 May 2006 21:53 
Horms17 May 2006 02:51.patch, .patch, .patch
Keir Fraser17 May 2006 03:10 
Ian Pratt17 May 2006 03:40 
Horms17 May 2006 20:35 
Horms17 May 2006 20:37 
Kazuo Moriwaka19 May 2006 04:21.diff, .gz
Horms25 May 2006 00:19.patch, .patch, .patch, 1 more
Akio Takebe04 Jun 2006 19:52 
Horms15 Jun 2006 00:29.patch, .patch, .patch, 1 more
Horms10 Jul 2006 20:38.patch, .patch, .patch, 2 more
Horms11 Aug 2006 00:48.patch, .patch, .patch, 2 more
Horms31 Aug 2006 00:42.patch, .patch, .patch, 3 more
Akio Takebe31 Aug 2006 01:55 
Horms31 Aug 2006 19:55 
Akio Takebe01 Sep 2006 01:41 
Akio Takebe01 Sep 2006 01:45 
Horms01 Sep 2006 03:20 
Akio Takebe04 Sep 2006 14:45 
Kazuo Moriwaka05 Sep 2006 04:43 
Horms05 Sep 2006 06:05 
Horms27 May 2007 22:28 
Akio Takebe27 May 2007 23:24 
Horms28 May 2007 18:05 
Ian Campbell29 May 2007 02:03 
Akio Takebe31 May 2007 03:43 
Keir Fraser31 May 2007 03:49 
Akio Takebe31 May 2007 04:07 
Akio Takebe31 May 2007 04:17 
Subject:[Xen-ia64-devel] Re: [Xen-devel] Re: [PATCH] kexec: framework and i386 (Take XIV)
From:Akio Takebe (take@jp.fujitsu.com)
Date:05/27/2007 11:24:41 PM
List:com.xensource.lists.xen-devel

Hi, Horms and Ian

Thank you for your reply, Horms. I forgot Signed-off-by of the patch.

Signed-off-by: Horms <hor@verge.net.au> Signed-off-by: Akio Takebe <take@jp.fujitsu.com>

Is the Signed-off-by OK, Horms?

Best Regards,

[ Ian Campbell added to CC list ]

On Tue, Sep 05, 2006 at 06:45:35AM +0900, Akio Takebe wrote:

Hi, Horms

I tested the following patch with Horms kexec patch.

My tests is: push NMI bottun after loading kdump kernel.

The results is: OK, I could get vmcore

Hi Takebe-san,

this patch seems ok to me, but it seems that it never went into the tree. Ian, what are your thoughts on it?

diff -r b688d4a68a3e xen/arch/x86/traps.c --- a/xen/arch/x86/traps.c Tue Aug 22 14:59:16 2006 +0100 +++ b/xen/arch/x86/traps.c Tue Sep 05 06:37:49 2006 +0900 @@ -105,6 +105,8 @@ static int debug_stack_lines = 20; static int debug_stack_lines = 20; integer_param("debug_stack_lines", debug_stack_lines);

+extern void crash_kexec(struct cpu_user_regs *regs); + #ifdef CONFIG_X86_32 #define stack_words_per_line 8 #define ESP_BEFORE_EXCEPTION(regs) ((unsigned long *)&regs->esp) @@ -1611,8 +1613,10 @@ asmlinkage void do_nmi(struct cpu_user_r mem_parity_error(regs); else if ( reason & 0x40 ) io_check_error(regs); - else if ( !nmi_watchdog ) + else if ( !nmi_watchdog ){ + crash_kexec(NULL); unknown_nmi_error((unsigned char)(reason&0xff)); + } } }

Best Regards,