[Fastboot] [PATCH] Fix NULL-pointer dereference in ia64_machine_kexec()

2007-02-06 Thread Bernhard Walle
sys_kexec_load(). If kdump wasn't configured before, ia64_kimage is NULL. machine_kdump_on_init() passes ia64_kimage() to machine_kexec() which assumes a valid value. The patch also adds a few sanity checks for the image to simplify debugging of similar problems in future. Signed-off-by: Bernhard Walle [EMAIL

Re: [Fastboot] Zero size /proc/vmcore on ia64

2007-02-12 Thread Bernhard Walle
* Bernhard Walle [EMAIL PROTECTED] [2007-02-12 19:57]: * Zou, Nanhai [EMAIL PROTECTED] [2007-02-09 00:45]: I have not implement serial print in purgatory code yet, see comments in purgatory/arch/ia64/console-ia64.c However from your print, I can see last 2 entries of efi mem map

Re: [Fastboot] Zero size /proc/vmcore on ia64

2007-02-13 Thread Bernhard Walle
Hello, * Horms [EMAIL PROTECTED] [2007-02-13 10:19]: On Tue, Feb 13, 2007 at 09:08:06AM +0800, Zou, Nanhai wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bernhard Walle Sent: 2007年2月13日 5:50 To: fastboot@lists.osdl.org; Linux-IA64

Re: [Fastboot] Problem with MSI-X on IA64

2007-02-21 Thread Bernhard Walle
* Bernhard Walle [EMAIL PROTECTED] [2007-02-16 19:03]: we have a HP rx2660 with a cciss controller that uses MSI. When dumping into the kdump kernel, the kernel hangs with following error: cciss: Device 0x3230 has been found at bus 5 dev 0 func 0 ACPI: PCI Interrupt :05:00.0

[Fastboot] [PATCH] Add support for longer kernel command lines (i586, x86_64, IA64)

2007-03-05 Thread Bernhard Walle
booting. If this is not possible or the command line is not in the range [256; 2048], the default value is used (2048). The patch is against kexec-tools-testing from Simon Horman. Signed-off-by: Bernhard Walle [EMAIL PROTECTED] --- include/x86/x86-linux.h |8 ++- kexec

Re: [Fastboot] [PATCH] Add support for longer kernel command lines (i586, x86_64, IA64)

2007-03-06 Thread Bernhard Walle
Hello, * Vivek Goyal [EMAIL PROTECTED] [2007-03-06 05:15]: On Tue, Mar 06, 2007 at 09:42:04AM +0530, Vivek Goyal wrote: On Mon, Mar 05, 2007 at 11:34:33PM +0100, Bernhard Walle wrote: This patch increases the kernel command line size for x86_64 and i386 to 2048 characters

[Fastboot] [PATCH] saved_max_pfn too small on a specific machine

2007-03-06 Thread Bernhard Walle
) mem50: type=11, attr=0x1, range=[0x0ffc7080-0x0ffdf080) (6144MB) mem51: type=11, attr=0x8001, range=[0x0600-0x0680) (8MB) mem52: type=11, attr=0x8001, range=[0x0c00-0x0c80) (8MB) Signed-off-by: Bernhard Walle

Re: [Fastboot] [PATCH] Add support for longer kernel command lines(i586, x86_64, IA64)

2007-03-06 Thread Bernhard Walle
Hello, * Yu, Luming [EMAIL PROTECTED] [2007-03-06 16:18]: Just wondering why no IA64 code in the patch, but mentioned it in the subject. You're right, I missed it. I'll include IA64 after I post an updated version because of the issues Vivek explained. Regards, Bernhard pgpmthfWRlj2V.pgp

[Fastboot] [PATCH] Add PT_NOTE information about the cmdline size

2007-03-07 Thread Bernhard Walle
frequently happens when using kdump). This patch adds an ELF PT_NOTE header that can read out by userspace. It also adds the version information which could be used by various scripts (for example the script to create the initial ramdisk) of Linux distributions. Signed-off-by: Bernhard Walle [EMAIL

Re: [Fastboot] [PATCH 12/20] x86_64: 64bit ACPI wakeup trampoline

2007-03-07 Thread Bernhard Walle
* Pavel Machek [EMAIL PROTECTED] [2007-03-07 23:45]: + if ((wakeup_end - wakeup_start) (PAGE_SIZE*2)) printk(KERN_CRIT - ACPI: Wakeup code way too big, will crash on attempt to suspend\n); + ACPI: Wakeup code way too big, will crash on

Re: [Fastboot] Problem with MSI-X on IA64

2007-03-14 Thread Bernhard Walle
Hello, * Vivek Goyal [EMAIL PROTECTED] [2007-03-01 13:50]: Do you have more details about why MSI initialization failed? That only can explain what should be the right solution. It's not that initialisation fails (I'm booting the kdump kernel with pci=nomsi, however, I also tried without).

[Fastboot] [PATCH] [PPC64] Fix wrong max_memory_ranges value

2007-03-14 Thread Bernhard Walle
-tree. Signed-off-by: Bernhard Walle [EMAIL PROTECTED] --- kexec/arch/ppc64/kexec-ppc64.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: kexec-tools-1.101/kexec/arch/ppc64/kexec-ppc64.c === --- kexec-tools-1.101

Re: [Fastboot] March '07 kexec-tools-testing Release

2007-03-16 Thread Bernhard Walle
* Horms [EMAIL PROTECTED] [2007-03-16 07:09]: Magnus and I are planning to make a release of kexec-tools-testing in the near future as it seems to have more than enough changes since the last release. To this end the tree is now semi-frozen. *** Please Test! *** Maybe a