Re: [PATCH 06/06] sh: Add vmlinux support

2008-08-27 Thread Magnus Damm
On Wed, Aug 27, 2008 at 2:40 PM, Simon Horman [EMAIL PROTECTED] wrote: On Wed, Aug 27, 2008 at 01:10:30PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Aug 27, 2008 at 11:39 AM, Simon Horman [EMAIL PROTECTED] wrote: On Tue, Aug 26, 2008 at 08:12:32PM +0900, Magnus Damm wrote: From: Magnus

Re: [PATCH 00/06] sh: Improved kexec support for SuperH

2008-08-27 Thread Paul Mundt
On Tue, Aug 26, 2008 at 08:11:50PM +0900, Magnus Damm wrote: Here comes a few SuperH related patches. Trivial stuff - fixing up plain kexec support. Kdump is not ready yet. I also have have a few kdump changes in my local tree but they need more work. [PATCH 01/06] sh: Add support for

Re: [PATCH 06/06] sh: Add vmlinux support

2008-08-27 Thread Simon Horman
On Wed, Aug 27, 2008 at 03:55:00PM +0900, Magnus Damm wrote: On Wed, Aug 27, 2008 at 2:40 PM, Simon Horman [EMAIL PROTECTED] wrote: On Wed, Aug 27, 2008 at 01:10:30PM +0900, Magnus Damm wrote: Hi Simon, On Wed, Aug 27, 2008 at 11:39 AM, Simon Horman [EMAIL PROTECTED] wrote: On Tue, Aug

Re: [PATCH] Let kexec work on IBM QS2x blade servers

2008-08-27 Thread Mohan Kumar M
Maxim Shchetynin wrote: Hello, please have a look at the following patch. This patch allows kexec to work on IBM QS2x blades. Would it be possible to apply this patch to a next kexec version? From: Maxim Shchetynin [EMAIL PROTECTED]. Signed-off-by: Maxim Shchetynin [EMAIL PROTECTED] ---

Re: makedumpfile fails on SGI machine

2008-08-27 Thread Ken'ichi Ohmichi
Hi Bernhard, Bernhard Walle wrote: * Ken'ichi Ohmichi [2008-08-05 21:07]: BTW, I'd like to know some conditions of this problem. So please let me know the makedumpfile commandline which you run. Ex. # makedumpfile -d 31 -x vmlinux /proc/vmcore dumpfile # makedumpfile -d 3 -D

Re: Zero size vmcore on ia64

2008-08-27 Thread Bernhard Walle
Hi Jidong, * jidong xiao [2008-08-27 17:01]: I encountered the zero-size-vmcore issue on IA64. I remember last year Nanhai submitted a patch which was intended to fix this issue, and I noticed that patch is merged into mainline kernel. I am using 2.6.27-rc2, which means that patch is

Re: Zero size vmcore on ia64

2008-08-27 Thread jidong xiao
On Wed, Aug 27, 2008 at 5:27 PM, Bernhard Walle [EMAIL PROTECTED] wrote: Hi Jidong, * jidong xiao [2008-08-27 17:01]: I encountered the zero-size-vmcore issue on IA64. I remember last year Nanhai submitted a patch which was intended to fix this issue, and I noticed that patch is merged into

Re: Zero size vmcore on ia64

2008-08-27 Thread Bernhard Walle
* jidong xiao [2008-08-27 17:51]: On Wed, Aug 27, 2008 at 5:27 PM, Bernhard Walle [EMAIL PROTECTED] wrote: Hi Jidong, * jidong xiao [2008-08-27 17:01]: I encountered the zero-size-vmcore issue on IA64. I remember last year Nanhai submitted a patch which was intended to fix this

Re: Zero size vmcore on ia64

2008-08-27 Thread jidong xiao
On Wed, Aug 27, 2008 at 6:14 PM, Bernhard Walle [EMAIL PROTECTED] wrote: * jidong xiao [2008-08-27 17:51]: On Wed, Aug 27, 2008 at 5:27 PM, Bernhard Walle [EMAIL PROTECTED] wrote: Hi Jidong, * jidong xiao [2008-08-27 17:01]: I encountered the zero-size-vmcore issue on IA64. I remember

Re: kexec -p loads

2008-08-27 Thread Vivek Goyal
On Tue, Aug 26, 2008 at 05:13:27PM -0500, Cliff Wickman wrote: Hi Vivek, I'm having trouble getting a system kernel to load a kdump kernel. These are 2.6.26.2 kernels on an x86_64. The kdump kernel has no modules. The kdump kernel area is reserved as [EMAIL PROTECTED] This is the way

Re: kexec -p loads

2008-08-27 Thread Bernhard Walle
* Vivek Goyal [2008-08-27 09:39]: On Tue, Aug 26, 2008 at 05:13:27PM -0500, Cliff Wickman wrote: Hi Vivek, I'm having trouble getting a system kernel to load a kdump kernel. These are 2.6.26.2 kernels on an x86_64. The kdump kernel has no modules. The kdump kernel area is

Re: kexec -p loads

2008-08-27 Thread Vivek Goyal
On Wed, Aug 27, 2008 at 03:43:33PM +0200, Bernhard Walle wrote: * Vivek Goyal [2008-08-27 09:39]: On Tue, Aug 26, 2008 at 05:13:27PM -0500, Cliff Wickman wrote: Hi Vivek, I'm having trouble getting a system kernel to load a kdump kernel. These are 2.6.26.2 kernels on an

Re: kexec -p loads

2008-08-27 Thread Bernhard Walle
* Vivek Goyal [2008-08-27 11:28]: I have this debugging output from my kexec: cpw: elf_x86_64_load returning entry:0x1550 cpw: after call to file_type[i].load: nr_segments:6 entry:0x1550 kexec_load: entry = 0x1550 flags = 1 nr_segments = 6 segment[0].buf =

Re: kexec -p loads

2008-08-27 Thread Vivek Goyal
On Wed, Aug 27, 2008 at 05:30:35PM +0200, Bernhard Walle wrote: * Vivek Goyal [2008-08-27 11:28]: I have this debugging output from my kexec: cpw: elf_x86_64_load returning entry:0x1550 cpw: after call to file_type[i].load: nr_segments:6 entry:0x1550 kexec_load:

Re: kexec -p loads

2008-08-27 Thread Vivek Goyal
On Wed, Aug 27, 2008 at 01:34:13PM -0500, Cliff Wickman wrote: On Wed, Aug 27, 2008 at 11:36:22AM -0400, Vivek Goyal wrote: On Wed, Aug 27, 2008 at 05:30:35PM +0200, Bernhard Walle wrote: * Vivek Goyal [2008-08-27 11:28]: I have this debugging output from my kexec:

Re: kexec -p loads

2008-08-27 Thread Cliff Wickman
On Wed, Aug 27, 2008 at 03:01:57PM -0400, Vivek Goyal wrote: On Wed, Aug 27, 2008 at 01:34:13PM -0500, Cliff Wickman wrote: On Wed, Aug 27, 2008 at 11:36:22AM -0400, Vivek Goyal wrote: On Wed, Aug 27, 2008 at 05:30:35PM +0200, Bernhard Walle wrote: * Vivek Goyal [2008-08-27 11:28]:

Re: makedumpfile fails on SGI machine

2008-08-27 Thread Jay Lan
Ken'ichi Ohmichi wrote: Hi Bernhard, Bernhard Walle wrote: * Ken'ichi Ohmichi [2008-08-05 21:07]: BTW, I'd like to know some conditions of this problem. So please let me know the makedumpfile commandline which you run. Ex. # makedumpfile -d 31 -x vmlinux /proc/vmcore dumpfile #

Re: makedumpfile fails on SGI machine

2008-08-27 Thread Ken'ichi Ohmichi
Hi Jay, Jay Lan wrote: I found an ia64 discontigmem kernel problem that the 'pgdat_list.node_mem_map' has an unexpected value, and I created the attached patch for avoiding the problem. If applying this patch, makedumpfile takes mem_map's information from a symbol 'vmem_map' instead of