[IA64] Kexec: Remove vector from ia64_machine_kexec()

2007-09-18 Thread Simon Horman
The use of vector in ia64_machine_kexec() seems spurios, and removing it simplifies the code slightly. As suggested by Alex Williamson [EMAIL PROTECTED] Cc: Alex Williamson [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/arch/ia64/kernel/machine_kexec.c

Kexec List Moderation Slowness

2007-10-16 Thread Simon Horman
Hi All, sorry for the recent slowness in approving some of the mailing list posts while I was away on my honeymoon. I think that all pending (valid) posts have now been approved and should have hit the list by now. If anything is missing please post it again. If pain persists please don't

Re: [PATCH] [275/2many] MAINTAINERS - KDUMP

2007-10-16 Thread Simon Horman
On Sun, Aug 12, 2007 at 11:30:38PM -0700, [EMAIL PROTECTED] wrote: Add file pattern to MAINTAINER entry Signed-off-by: Joe Perches [EMAIL PROTECTED] diff --git a/MAINTAINERS b/MAINTAINERS index 1ea2c63..d61676a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2634,6 +2634,7 @@ L:

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-16 Thread Simon Horman
On Wed, Aug 22, 2007 at 09:13:39PM +0900, Ken'ichi Ohmichi wrote: [2/3] [kexec-tools] Pass vmcoreinfo's address and size The patch is for kexec-tools-testing-20070330. (http://www.kernel.org/pub/linux/kernel/people/horms/kexec-tools/) kexec command gets the address and size of the vmcoreinfo

[ANNOUNCE] kexec-tools-testing v20071017-rc

2007-10-16 Thread Simon Horman
6282f6f4e662ca7c8fa9c53d31f1e1057c3d6192 Author: Simon Horman [EMAIL PROTECTED] kexec-tools-testing 20071017-rc commit d955779f2aec43e9926866f2c9d2b1ba5b989c79 Author: Simon Horman [EMAIL PROTECTED] Set alternate location for /proc/iomem on ia64 xen commit 6dfe4858e2db01b49d52a4cf2bb0dce18324d787 Author

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-17 Thread Simon Horman
On Wed, Oct 17, 2007 at 02:16:19PM +0900, Ken'ichi Ohmichi wrote: Hi Simon, Simon Horman wrote: On Wed, Aug 22, 2007 at 09:13:39PM +0900, Ken'ichi Ohmichi wrote: [2/3] [kexec-tools] Pass vmcoreinfo's address and size The patch is for kexec-tools-testing-20070330. (http

Re: [PATCH 2/3] [kexec-tools] Pass vmcoreinfo's address and size

2007-10-17 Thread Simon Horman
On Wed, Oct 17, 2007 at 02:16:19PM +0900, Ken'ichi Ohmichi wrote: Hi Simon, Simon Horman wrote: On Wed, Aug 22, 2007 at 09:13:39PM +0900, Ken'ichi Ohmichi wrote: [2/3] [kexec-tools] Pass vmcoreinfo's address and size The patch is for kexec-tools-testing-20070330. (http

[PATCH] vmcore_find_descriptor_size should be in __init

2007-10-29 Thread Simon Horman
vmcore_find_descriptor_size() is only called by reserve_elfcorehdr(), which is in __init, so it seems to me that vmcore_find_descriptor_size() should be there too. Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/arch/ia64/kernel/efi.c

[patch] ia64: Guard elfcorehdr_addr with #if CONFIG_PROC_FS

2007-11-11 Thread Simon Horman
/sba_iommu.c:2043: undefined reference to `elfcorehdr_addr' Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: net-2.6/arch/ia64/hp/common/sba_iommu.c === --- net-2.6.orig/arch/ia64/hp/common/sba_iommu.c2007-11-12 12:49

Re: [PATCH] Fix the feature determining ELF32/ELF64 automatically

2007-11-14 Thread Simon Horman
of referring the outside of the array range[]. Thanks, applied. -- 宝曼 西門 (ホウマン・サイモン) | Simon Horman (Horms) ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

Re: [PATCH 4/5] Fix the configuration dependencies

2007-11-16 Thread Simon Horman
be enabled. Acked-by: Simon Horman [EMAIL PROTECTED] --- diff -rpuN a/arch/ia64/kernel/machine_kexec.c b/arch/ia64/kernel/machine_kexec.c --- a/arch/ia64/kernel/machine_kexec.c2007-11-14 15:39:06.0 +0900 +++ b/arch/ia64/kernel/machine_kexec.c2007-11-14 15:41

Re: [PATCH 5/5] Add the array length of free_list for filtering free pages

2007-11-16 Thread Simon Horman
if VMCOREINFO_LENGTH derived the length from the element of the type in question. Just a thought, I haven't hacked it up to see how practical it might be. Acked-by: Simon Horman [EMAIL PROTECTED] ___ kexec mailing list kexec@lists.infradead.org http

Re: [PATCH 2/5] Use the existing offsetof() for VMCOREINFO_OFFSET()

2007-11-16 Thread Simon Horman
] Acked-by: Simon Horman [EMAIL PROTECTED] ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

Re: [PATCH 0/8] kexec build system updates, to allow cross-kexec()ing

2007-12-18 Thread Simon Horman
On Tue, Dec 18, 2007 at 05:47:55PM +0900, Jeremy Kerr wrote: Hi all, This series of patches is aimed at simplifying the kexec build system, mainly in order to make cross-compilation much easier. As well as cross-compiling, this makes it possible to separate the 'host' architecture (ie,

Re: minor patch to kexec-elf-rel-x86_64.c

2008-01-10 Thread Simon Horman
On Thu, Jan 10, 2008 at 11:07:53AM -0700, kevint wrote: I included a one-line patch to kexec-tools-testing, at Bernhard Walle's request. This prints the relocation type as a string. I noticed that other architectures do not use reloc_name, but instead just print the r_type. I find the

Re: [PATCH] x86_64: printf format change

2008-01-18 Thread Simon Horman
On Fri, Jan 11, 2008 at 11:10:47AM -0700, kevint wrote: Minor patch to print the reloc_name as a string. Thanks, I have now applied this change. -- Horms ___ kexec mailing list kexec@lists.infradead.org

Re: [PATCH -mm 1/2 -v2] kexec/i386: kexec page table code clean up - add arch_kimage

2008-01-18 Thread Simon Horman
instead of statically from BSS segment. This will save up to 20k memory when kexec image is not loaded. I like this idea a lot. Acked-by: Simon Horman [EMAIL PROTECTED] Signed-off-by: Huang Ying [EMAIL PROTECTED] -- Horms ___ kexec mailing list

Re: [PATCH] kexec tools mipsel port

2008-02-16 Thread Simon Horman
On Sat, Feb 16, 2008 at 12:50:25PM +0100, Tomasz Chmielewski wrote: We developed a patch to port kexec-tools to mips arch and included support for command line passing through elf boot notes. We did it for a customer of ours on a specific platform derived from toshiba tx4938 (so we think it

Re: Kexec command line length

2008-02-17 Thread Simon Horman
On Tue, Feb 12, 2008 at 04:11:57PM -0500, Neil Horman wrote: On Thu, Jan 31, 2008 at 08:16:25AM +0100, Bernhard Walle wrote: * Vivek Goyal [EMAIL PROTECTED] [2008-01-30 22:45]: No. 2.04 is really old. As per boot.txt, it was introduced in 2.6.14. Anyway, thinking about it more,

Use zlib if present

2008-02-18 Thread Simon Horman
is passed to the linker as neccessary. Cc: Jeremy Kerr [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/Makefile |1 + kexec/kexec.c |4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) Index: kexec-tools-testing/kexec/kexec.c

Re: kexec buffer overflow on ppc platform

2008-02-18 Thread Simon Horman
On Thu, Jan 31, 2008 at 10:25:25AM +0100, Stefan Assmann wrote: Hi, this patch fixes a buffer overflow on ppc. Thanks, applied. -- Horms ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

Re: [PATCH] sh: Remove hardcoded PAGE_SIZE in NetBSD loader

2008-02-18 Thread Simon Horman
On Mon, Feb 04, 2008 at 01:35:31PM +0900, Paul Mundt wrote: The Linux host supports a multitude of page sizes, so having this hardcoded doesn't really help matters. This also has the benefit of killing off dependence on asm/ headers when none is needed. While I'm not suggesting that anyone

Re: reloc_name

2008-02-18 Thread Simon Horman
On Tue, Jan 15, 2008 at 05:53:19PM -0700, kevint wrote: This isn't a high priority issue- just something I am looking at in my spare time. I would appreciate any advice you can provide. I am looking through some of the kexec elf relocation code, and noticed that reloc_name is only defined

Re: [patch] kexec: Use target linker for purgatory

2008-02-18 Thread Simon Horman
On Thu, Feb 14, 2008 at 09:27:19PM -0800, Geoff Levand wrote: Pugatory files need to be linked with the target linker, not the build linker. Thanks Geoff, applied. -- Horms ___ kexec mailing list kexec@lists.infradead.org

Re: [ANNOUNCE] kexec-tools-testing v20071017-rc

2008-02-19 Thread Simon Horman
/horms/kexec-tools-testing.git http://git.kernel.org/?p=linux/kernel/git/horms/kexec-tools-testing.git A summary of the changes since v20071030 is below: commit f797af18bf3d4b40d3b711b9f7620d37c25c96a8 Author: Simon Horman [EMAIL PROTECTED] kexec-tools-testing 20080219-rc commit

Re: [ANNOUNCE] kexec-tools-testing v20071017-rc

2008-02-19 Thread Simon Horman
On Tue, Feb 19, 2008 at 05:05:12PM +0100, Bernhard Walle wrote: * Simon Horman [EMAIL PROTECTED] [2008-02-19 09:11]: Hi all, Sorry for being a bit slow in attending to patches of late. I think that I have got all of them now, if not, please just drop me a line. I have made an RC

[ANNOUNCE] kexec-tools-testing v20080221-rc

2008-02-21 Thread Simon Horman
http://git.kernel.org/?p=linux/kernel/git/horms/kexec-tools-testing.git A summary of the changes since 20071030 is below: commit 0825a890d39599f9f2ca11495317923aec540306 Author: Simon Horman [EMAIL PROTECTED] kexec-tools-testing 20080221-rc commit e959e493753c740eb7554bc2191c58b079761e11

Re: [PATCH] Fix compilation warning

2008-02-21 Thread Simon Horman
On Wed, Feb 20, 2008 at 09:07:55AM +0100, Bernhard Walle wrote: This patch fixes following compilation warning: purgatory/purgatory.c:21: warning: passing argument 2 of 'sha256_update' makes pointer from integer without a cast Thanks Bernhard, I have queued that up. Although I notice that

Re: [ANNOUNCE] kexec-tools-testing v20080221-rc

2008-02-21 Thread Simon Horman
On Thu, Feb 21, 2008 at 11:01:39AM +0100, Bernhard Walle wrote: * Simon Horman [EMAIL PROTECTED] [2008-02-21 10:16]: commit e959e493753c740eb7554bc2191c58b079761e11 Author: Simon Horman [EMAIL PROTECTED] Only include needed files in distribution tarball create mode 100644

Re: [PATCH] fix valid_memory_range region merging

2008-02-26 Thread Simon Horman
On Tue, Feb 26, 2008 at 10:29:28AM +0100, Michael Neuling wrote: In message [EMAIL PROTECTED] you wrote: On Thu, Apr 26, 2007 at 04:50:34PM +1000, Michael Neuling wrote: Check the next region we are including is type RANGE_RAM as well. Signed-off-by: Michael Neuling [EMAIL PROTECTED]

[patch 4/5] kexec-tools: merge segments

2008-02-26 Thread Simon Horman
be. With it they should be. This patch is part of the solution to the same problem for the hypervisor, though it requires an additional change to split the code from the heap as the later resides in convential memory rather than the load segment created by purgatory's mangling. Signed-off-by: Simon

[patch 3/5] kexec-tools: use proc_iomem()

2008-02-26 Thread Simon Horman
Use proc_iomem() on arm for consistency with other architectures. Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/arm/kexec-arm.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: kexec-tools-testing-ia64-xen/kexec/arch/arm/kexec-arm.c

[patch 2/5] kexec-tools: no machine machine to proc_iomem()

2008-02-26 Thread Simon Horman
Removes the machine parameter to proc_iomem() which is no longer of any use. Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/i386/crashdump-x86.c |4 ++-- kexec/arch/i386/kexec-x86.c |2 +- kexec/arch/ia64/crashdump-ia64.c |4 ++-- kexec/arch/ia64

[patch 0/7] kexec-tools: mipsel port

2008-02-27 Thread Simon Horman
Hi, After some recent questions by Tomasz Chmielewski I have dug up the mipsel port of kexec-tool and up-ported it to the lastest release of kexec-tools-testing, v20080227 ftp://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/

[patch 5/7] kexec-tools: Remove duplication declaration of BOOTLOADER_VERSION

2008-02-27 Thread Simon Horman
BOOTLOADER_VERSION is defined in kexec.h Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-elf-mipsel.c |1 - 1 file changed, 1 deletion(-) Index: kexec-tools-mips/kexec/arch/mipsel/kexec-elf-mipsel.c

[patch 7/7] kexec-tools: Remove unused variables from elf_mipsel_load

2008-02-27 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-elf-mipsel.c |2 -- 1 file changed, 2 deletions(-) Index: kexec-tools-mips/kexec/arch/mipsel/kexec-elf-mipsel.c === --- kexec-tools-mips.orig/kexec

[patch 4/7] kexec-tools: Remove unused variables in arch_process_options()

2008-02-27 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-mipsel.c |2 -- 1 file changed, 2 deletions(-) Index: kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c === --- kexec-tools-mips.orig/kexec/arch/mipsel

[patch 6/7] kexec-tools: Remove unused arch_options global variable

2008-02-27 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-mipsel.c |3 --- 1 file changed, 3 deletions(-) Index: kexec-tools-mips/kexec/arch/mipsel/kexec-mipsel.c === --- kexec-tools-mips.orig/kexec/arch

[patch 2/7] kexec-tools: Remove purgatory/arch/mipsel/include/stdint.h

2008-02-27 Thread Simon Horman
Remove purgatory/arch/mipsel/include/stdint.h as it just duplicates things found in system header files. Signed-off-by: Simon Horman [EMAIL PROTECTED] --- purgatory/arch/mipsel/include/stdint.h | 16 1 file changed, 16 deletions(-) Index: kexec-tools-mips/purgatory/arch

Re: [patch 0/7] kexec-tools: mipsel port

2008-02-27 Thread Simon Horman
On Wed, Feb 27, 2008 at 10:55:39PM +0100, Tomasz Chmielewski wrote: Simon Horman schrieb: Hi, After some recent questions by Tomasz Chmielewski I have dug up the mipsel port of kexec-tool and up-ported it to the lastest release of kexec-tools-testing, v20080227 ftp://ftp.kernel.org/pub

Re: [PATCH] ia64 kern_vaddr_start was calculated incorrectly

2008-03-03 Thread Simon Horman
On Mon, Mar 03, 2008 at 05:53:26PM -0800, Jay Lan wrote: I tested in a rhel5.1 root with: 2.6.24 kernel kexec-tools-testing-20080227 crash-4.0-5.1 Crash failed to initialize: crash: read error: kernel virtual address: a001007f0868 type: kernel_config_data WARNING: cannot

Re: [PATCH] reduce alignment constraint on ia64 elf core header

2008-03-04 Thread Simon Horman
On Tue, Mar 04, 2008 at 06:49:44AM -0500, Neil Horman wrote: On Tue, Mar 04, 2008 at 01:28:16PM +0900, Simon Horman wrote: On Mon, Mar 03, 2008 at 04:56:44PM +0100, Bernhard Walle wrote: * Neil Horman [EMAIL PROTECTED] [2008-03-03 15:30]: Hey all- Patch to reduce

Re: bug/patch for i386 EFI boot

2008-03-05 Thread Simon Horman
On Wed, Mar 05, 2008 at 10:08:25AM -0500, Scott D. Davilla wrote: this looks good to me, though there is no need to comment out unneeded lines, just remove them. Also, if you could provide a sign-off line, as per Section 5 of http://linux.yyz.us/patch-format.html that would be great.

[patch 03/12] kexec-tools: mipsel: Update mipsel port for recent build changes

2008-03-06 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/Makefile |1 + kexec/arch/mipsel/Makefile | 13 + purgatory/Makefile |1 + purgatory/arch/mipsel/Makefile |8 ++-- 4 files changed, 17 insertions(+), 6 deletions(-) Index

[patch 08/12] kexec-tools: mipsel: Remove unused arch_options global variable

2008-03-06 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-mipsel.c |3 --- 1 file changed, 3 deletions(-) Index: kexec-tools-testing-mips/kexec/arch/mipsel/kexec-mipsel.c === --- kexec-tools-testing-mips.orig

[patch 09/12] kexec-tools: mipsel: Remove purgatory/arch/mipsel/include/limits.h

2008-03-06 Thread Simon Horman
Remove purgatory/arch/mipsel/include/limits.h as it is not needed. Signed-off-by: Simon Horman [EMAIL PROTECTED] --- purgatory/arch/mipsel/include/limits.h | 58 1 file changed, 58 deletions(-) Index: kexec-tools-testing-mips/purgatory/arch/mipsel/include

[patch 10/12] kexec-tools: mipsel: Fit elf_mipsel_usage() into 80 columns

2008-03-06 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-elf-mipsel.c |8 1 file changed, 4 insertions(+), 4 deletions(-) Index: kexec-tools-testing-mips/kexec/arch/mipsel/kexec-elf-mipsel.c

[patch 05/12] kexec-tools: mipsel: Remove #ifdef __MIPSEL__ from kexec/kexec.c

2008-03-06 Thread Simon Horman
the address to be converted. This patch maintains that behaviour, but without the need for #ifdef __MIPSEL__ from kexec/kexec.c and much duplicated code. Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-mipsel.c | 26 +++ kexec/kexec.c| 137

[patch 00/12] Intention to merge mipsel into kexec-tools-testing

2008-03-06 Thread Simon Horman
Hi, Using qemu I have been able to satisfy myself that Francesco Chiechi's patch to add mipsel to kexec-tools works. I have upported this patch and made various cosmetic changes too it, as per this series of patches. I intend to merge these patches. One thing that clearly needs further work is

[patch 11/12] kexec-tools: mipsel: Fit elf_mipsel_load() into 80 columns

2008-03-06 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- kexec/arch/mipsel/kexec-elf-mipsel.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: kexec-tools-testing-mips/kexec/arch/mipsel/kexec-elf-mipsel.c === --- kexec

Re: [PATCH] x86_64 purgatory Makefile typo fix.

2008-03-16 Thread Simon Horman
On Fri, Mar 14, 2008 at 02:47:00PM +0530, Sachin P. Sant wrote: While trying to test latest kexec tools git code on a x86_64 box i ran into following issue. Kexec refused to load both kexec and kdump kernels. # ./build/sbin/kexec -l /boot/vmlinuz-2.6.25-rc5 --initrd=/boot/initrd-2.6.25-rc5

[patch] kexec-tools: mips: support big-endian mips

2008-03-16 Thread Simon Horman
are passed needs to be fixed, likely in purgatory. However, this is not related to the changes introduced in this patch. I intend to merge this patch into kexec-tools-testing if no alarm bells are sounded. Signed-off-by: Simon Horman [EMAIL PROTECTED] --- configure.ac

[patch] kexec-tools: mips: support big-endian mips (repost)

2008-03-16 Thread Simon Horman
understand the way the boot parameters are passed needs to be fixed, likely in purgatory. However, this is not related to the changes introduced in this patch. I intend to merge this patch into kexec-tools-testing if no alarm bells are sounded. Signed-off-by: Simon Horman [EMAIL PROTECTED

Re: [PATCH] x86_64 purgatory Makefile typo fix.

2008-03-17 Thread Simon Horman
On Mon, Mar 17, 2008 at 10:07:36AM +0100, Bernhard Walle wrote: Hi Simon, * Simon Horman [2008-03-17 01:49]: Ooops, sorry about that. Perhaps this is worthy of a fresh release? IMO yes since the current release is unusable on x86_64. But please make sure to also include the  1

[ANNOUNCE] kexec-tools-testing v20080318-rc

2008-03-17 Thread Simon Horman
://git.kernel.org/pub/scm/linux/kernel/git/horms/kexec-tools-testing.git http://git.kernel.org/?p=linux/kernel/git/horms/kexec-tools-testing.git A summary of the changes since v20080226 is below: commit 34d0fc37cdece27b19a0484c3f3836e7be624455 Author: Simon Horman [EMAIL PROTECTED] kexec-tools

Re: kexec won't --load-panic a 2.6.22 relocatable kernel?

2008-03-24 Thread Simon Horman
On Fri, Mar 21, 2008 at 02:32:36PM +0900, Simon Horman wrote: On Wed, Mar 19, 2008 at 02:05:46AM -0400, Mike Snitzer wrote: I'm building a x86_64 2.6.22 kernel with the following options set: CONFIG_KEXEC=y CONFIG_CRASH_DUMP=y CONFIG_RELOCATABLE=y CONFIG_PHYSICAL_START=0x20

Re: [PATCH 1/4] extract vmcoreinfo from /proc/vmcore for Xen

2008-03-30 Thread Simon Horman
On Mon, Mar 31, 2008 at 01:25:19PM +0900, Itsuro ODA wrote: This patch is for xen-3.2.0. --- common/kexec.c.org2008-03-25 09:29:39.0 +0900 +++ common/kexec.c2008-03-28 12:50:33.0 +0900 @@ -43,6 +43,9 @@ [snip] +void vmcoreinfo_append_str(const char *fmt, ...)

Re: [PATCH 3/4] extract vmcoreinfo from /proc/vmcore for Xen

2008-03-30 Thread Simon Horman
On Mon, Mar 31, 2008 at 01:26:04PM +0900, Itsuro ODA wrote: This patch is for kexec-tools-testing-20080324. This looks fine to me. Are you expecting any compatibility issues to crop up? If not, I'm happy to go ahead an merge this code. full disclosure: Oda-san and I both work at VA Linux Japan,

Re: [PATCH 3/4] extract vmcoreinfo from /proc/vmcore for Xen

2008-04-02 Thread Simon Horman
On Mon, Mar 31, 2008 at 02:31:01PM +0900, Simon Horman wrote: On Mon, Mar 31, 2008 at 01:26:04PM +0900, Itsuro ODA wrote: This patch is for kexec-tools-testing-20080324. This looks fine to me. Are you expecting any compatibility issues to crop up? If not, I'm happy to go ahead an merge

Re: [PATCH 0/9] kexec userspace and purgatory cleanups

2008-04-23 Thread Simon Horman
On Wed, Apr 23, 2008 at 06:56:47AM -0700, Eric W. Biederman wrote: Jamey Sharp [EMAIL PROTECTED] writes: GIT: Please enter your email below. GIT: Lines beginning in GIT: will be removed. GIT: Consider including an overall diffstat or table of contents GIT: for the patch you are

[patch] sys/mman.h is not needed by any kexec/ source

2008-04-23 Thread Simon Horman
This continues the work that Jamey Sharp did on i386 to cover all other architectures. Cc: Jamey Sharp [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: kexec-tools-testing-merge/kexec/arch/ia64/kexec-elf-ia64.c

Re: [PATCH 1/1] Allow building for ppc32 platforms.

2008-04-28 Thread Simon Horman
On Tue, Apr 29, 2008 at 09:28:09AM +1000, Tony Breeds wrote: Currently any ppc32 compile will error out with Please, fix this for your platform. While this is a great way to encourage people to update the code it seesm to be a disinsentive for distros to package kexec-tools for powerpc (incl.

Re: [PATCH] Make extended crashkernel= syntax less confusing

2008-04-30 Thread Simon Horman
On Wed, Apr 30, 2008 at 11:57:26PM +0200, Bernhard Walle wrote: * Andrew Morton [EMAIL PROTECTED] [2008-04-30 11:29]: I'm a bit surprised to see the code being updated but not the documentation. Were they out of sync before or are they out of sync after this patch or were they always in

Re: handle x86_64 xen code/data relocation

2008-05-19 Thread Simon Horman
] ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec -- 宝曼 西門 (ホウマン・サイモン) | Simon Horman (Horms) ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

Re: handle x86_64 xen code/data relocation

2008-05-19 Thread Simon Horman
On Tue, May 20, 2008 at 01:39:26PM +0900, Itsuro ODA wrote: Hi all, On Tue, 20 May 2008 13:58:39 +1000 Simon Horman [EMAIL PROTECTED] wrote: On Tue, Apr 22, 2008 at 05:32:03PM +0900, Itsuro ODA wrote: Hi all, Recent version of xen (ex. RHEL5.2, 3.2.0) on the x86_64 moves

Re: [PATCH] PPC64: ensure that extra rtas segment is a multiple of PAGE_SIZE

2008-05-20 Thread Simon Horman
On Tue, May 20, 2008 at 11:26:40AM -0400, Neil Horman wrote: kexec on ppc64 systems, include an extra PT_LOAD segment if the rtas memory hits the stored kdump kernel image. While the rtas area is memory mapped (implying that it begins and ends on a page boundary), the whole of the mapped

Re: [PATCH] Cross compile?

2008-05-20 Thread Simon Horman
On Wed, May 07, 2008 at 08:39:27AM -0700, Lombard, David N wrote: On Wed, May 07, 2008 at 08:09:32AM -0700, Lombard, David N wrote: On Wed, May 07, 2008 at 08:42:22AM +1000, Jeremy Kerr wrote: Hi David, Well, note the patch *does* uses those values--it's just the assignment

Re: [PATCH] Remove the 'bzImage' warning from manpage

2008-05-20 Thread Simon Horman
On Thu, May 08, 2008 at 06:01:03PM +0200, Bernhard Walle wrote: This patch removes the warning Compressed kernel images such as bzImage are not supported by kexec. Use the uncompressed vmlinux. from the manual page as this is wrong now. Contrary, the usage of bzImage for kdump is

Re: [PATCH] Document kexec without -e/-l/-f/-p and clarify -f

2008-05-21 Thread Simon Horman
On Thu, May 08, 2008 at 07:04:12PM +0200, Bernhard Walle wrote: This patch tries to clarify the manpage in two aspects: It describes the meaning of kexec without an -e / -l / -f / -p option (i.e. only with kernel, initrd and command line). It also documents the difference between -f and

Re: [PATCH] Add bootstrap file

2008-05-21 Thread Simon Horman
On Thu, May 08, 2008 at 10:33:41PM +0200, Bernhard Walle wrote: This patch just adds a 'bootstrap' file. It's quite handy to have such a file in git because it contains all calls that are necessary to get the autogenerated files. Some projects call that file 'bootstrap', some other call it

Re: [PATCH] Add x86-bzImage to manpage

2008-05-21 Thread Simon Horman
On Thu, May 08, 2008 at 10:50:34PM +0200, Bernhard Walle wrote: This patch just adds the x86-bzImage type to the manpage. Signed-off-by: Bernhard Walle [EMAIL PROTECTED] Thanks, applied -- Horms ___ kexec mailing list kexec@lists.infradead.org

Re: [PATCH] Use target CC and LD to build kdump and kexec_test.

2008-05-21 Thread Simon Horman
On Thu, May 15, 2008 at 05:03:09PM -0700, Jamey Sharp wrote: Signed-off-by: Jamey Sharp [EMAIL PROTECTED] --- Another generic patch extracted from my Windows porting work. I think this is correct, but review would be appreciated. Thanks, that looks correct to me. Applied. -- Horms

Re: [PATCH] Prototype ifdown() in kexec.h, not nested in main().

2008-05-21 Thread Simon Horman
On Thu, May 15, 2008 at 05:12:58PM -0700, Jamey Sharp wrote: Signed-off-by: Jamey Sharp [EMAIL PROTECTED] --- Another generic patch extracted from my Windows porting work. Thanks for cleaning up that abomination. Applied. -- Horms ___ kexec

Re: [PATCH] Open slurped files in binary mode, on systems where that matters.

2008-05-21 Thread Simon Horman
On Thu, May 15, 2008 at 05:13:37PM -0700, Jamey Sharp wrote: Signed-off-by: Jamey Sharp [EMAIL PROTECTED] --- This patch shouldn't hurt any system that doesn't distinguish between binary and text files, and helps when running on Windows. Thanks, I have to confess that I've never had to deal

Re: [PATCH] Factor uname-based native architecture detection into a common function.

2008-05-21 Thread Simon Horman
On Thu, May 15, 2008 at 10:42:10PM -0700, Jamey Sharp wrote: This code was copy-pasted into every architecture and was basically identical. Besides producing a nice net reduction in code, this factors a portability challenge into a single function that can be easily replaced at build-time.

Re: [PATCH] Update KEXEC_ARCH_* constants from Linux kernel headers.

2008-05-21 Thread Simon Horman
On Thu, May 15, 2008 at 10:34:23PM -0700, Jamey Sharp wrote: Signed-off-by: Jamey Sharp [EMAIL PROTECTED] --- I thought I'd need this, but it turned out not to matter. I'm submitting it anyway because keeping kexec-tools in sync with the kernel kexec headers seems like a good idea. Thanks,

Re: [RFC] Win32 port of the userspace tools using MinGW.

2008-05-23 Thread Simon Horman
On Thu, May 15, 2008 at 10:48:13PM -0700, Jamey Sharp wrote: OK, I haven't quite gotten around to posting the Windows kernel driver source that goes with this. So I'm not asking that this patch be merged, since nobody else can use it yet. :-) I'd love to get review, though: Does this look like

Re: [PATCH] Don't run libtoolize and automake in bootstrap.

2008-05-27 Thread Simon Horman
On Mon, May 26, 2008 at 08:00:02PM +0200, Bernhard Walle wrote: This patch removes the 'automake' and 'libtoolize' calls from the 'bootstrap'. The bug has been introduced by commit 6f65cb623cdb82f712144e438d9aa2f097376251 by myself. Automake and Libtool are not used in kexec-tools. Thanks,

Re: [PATCH] EDD fix

2008-05-27 Thread Simon Horman
On Mon, May 26, 2008 at 11:26:31PM +0200, Bernhard Walle wrote: This patch fixes EDD support where the BIOS reports a length lower than the actual length of raw_data in sysfs. That's no problem -- the check only needs to catch the case where the sysfs file is *smaller* than the BIOS reported

Re: [PATCH] MIPS: kexec-tools crashdump, 64-bit support, SMP etc.

2008-06-30 Thread Simon Horman
On Wed, Jun 25, 2008 at 05:07:28PM +0400, msyrchin wrote: This patch updates kexec-toolst for MIPS platform to support kdump, 64-bit and SMP. It does the following: - mips-setup-simple.S was removed. Most platforms has their own boot structures and it is more simple to fill them inside

Re: [PATCH] x86: Fix documentation bug about relocatability

2008-07-01 Thread Simon Horman
On Thu, Jun 26, 2008 at 09:55:18PM +0200, Bernhard Walle wrote: This patch fixes a small bug in documentation: x86_64 also has now the ability to build a relocatable kernel. Signed-off-by: Bernhard Walle [EMAIL PROTECTED] Acked-by: mon Horman [EMAIL PROTECTED] ---

Re: [PATCH] Fix 32 bit kexec binary to boot on 64 bit ppc64

2008-07-03 Thread Simon Horman
On Thu, Jul 03, 2008 at 06:39:02PM +0530, Sachin P. Sant wrote: Allow 32 bit kexec binary to boot kdump kernel on ppc64 architecture. This problem was reported by Bernhard here. http://lists.infradead.org/pipermail/kexec/2008-June/001998.html Thanks, applied. -- Horms

Re: [PATCH 1/5] Remove trailing whitespace

2008-07-07 Thread Simon Horman
On Mon, Jul 07, 2008 at 01:06:07AM +0200, Bernhard Walle wrote: From: Bernhard Walle [EMAIL PROTECTED] This patch just removes trailing whitespace from kexec/arch/i386/kexec-x86.c before modifying something. Thanks, applied. -- Horms ___ kexec

Re: [PATCH 2/5] Fix compiler warning in kexec-x86.c

2008-07-07 Thread Simon Horman
On Mon, Jul 07, 2008 at 01:06:08AM +0200, Bernhard Walle wrote: From: Bernhard Walle [EMAIL PROTECTED] This patch fixes following compiler warning: kexec/arch/i386/kexec-x86.c:234: \ warning: missing initializer kexec/arch/i386/kexec-x86.c:234: \ warning: (near

Re: [PATCH 3/5] Parse /sys/firmware/memmap.

2008-07-07 Thread Simon Horman
On Mon, Jul 07, 2008 at 01:06:09AM +0200, Bernhard Walle wrote: From: Bernhard Walle [EMAIL PROTECTED] After the patch that provides /sys/firmware/memmap has been merged in the 'tip' tree by Ingo Molnar, kexec should use that interface. This patch implements architecture-independent

Re: [PATCH 2/3] Remove redundancy between get_memory_ranges_proc_iomem() and get_memory_ranges_sysfs()

2008-07-08 Thread Simon Horman
On Mon, Jul 07, 2008 at 04:43:41PM +0200, Bernhard Walle wrote: With the previous patch, we have a duplication between that both functions for following tasks: - don't report the interrupt table as RAM, - set the mem_min and mem_max limits for kdump. This patch removes that redundancy

Re: [Patch] kexec/crashdump.c: remove useless code

2008-07-10 Thread Simon Horman
On Thu, Jul 10, 2008 at 11:48:23AM +0100, WANG Cong wrote: I think we don't need to print fopen errors when stat fails. Signed-off-by: WANG Cong [EMAIL PROTECTED] Cc: Simon Horman [EMAIL PROTECTED] Thanks, applied. -- Horms ___ kexec mailing

Re: [PATCH] Use CFLAGS for compiling bin2hex

2008-07-14 Thread Simon Horman
On Mon, Jul 14, 2008 at 04:33:32PM +0200, Bernhard Walle wrote: This is a minor correction in the Makefile to use the CFLAGS (from configure) also for bin2hex. Thanks, applied. -- Horms ___ kexec mailing list kexec@lists.infradead.org

Re: [PATCH] Use CFLAGS for compiling bin2hex

2008-07-15 Thread Simon Horman
On Tue, Jul 15, 2008 at 10:48:03AM +0200, Bernhard Walle wrote: * Jeremy Kerr [2008-07-15 11:41]: $(BIN_TO_HEX): CC=$(BUILD_CC) -$(BIN_TO_HEX): CFLAGS=$(BUILD_CFLAGS) +$(BIN_TO_HEX): CFLAGS+=$(BUILD_CFLAGS) $(BIN_TO_HEX): LDFLAGS= Are you sure? CFLAGS will include stuff

Re: [PATCH] Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at configure time

2008-07-15 Thread Simon Horman
On Tue, Jul 15, 2008 at 10:08:22PM +1000, Jeremy Kerr wrote: Currently, we're unconditionally setting the build and target cflags in the configure script, which means that they can't be easily overwritten. This change conditionally sets these variables if they're not specified during

Re: [PATCH] Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at configure time

2008-07-15 Thread Simon Horman
On Tue, Jul 15, 2008 at 02:26:59PM +0200, Bernhard Walle wrote: * Simon Horman [2008-07-15 22:24]: On Tue, Jul 15, 2008 at 10:08:22PM +1000, Jeremy Kerr wrote: Currently, we're unconditionally setting the build and target cflags in the configure script, which means that they can't

Re: [PATCH] Add .gitignore to ignore auto genrated files.

2008-07-16 Thread Simon Horman
On Wed, Jul 16, 2008 at 10:31:12AM +0900, Isaku Yamahata wrote: Add .gitignore to ignore auto genrated files. Thanks Yamahata-san, applied. ___ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec

Re: [PATCH] Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at configure time

2008-07-16 Thread Simon Horman
configure, allowing something like: BUILD_CFLAGS=-Werror ./configure Signed-off-by: Jeremy Kerr [EMAIL PROTECTED] Signed-off-by: Simon Horman [EMAIL PROTECTED] --- configure.ac |9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 5f1c15a

Re: [ANNOUNCE] kexec-tools 2.0.0

2008-07-18 Thread Simon Horman
06a27d1ed518812c868cf73666d4f97b92057548 Author: Simon Horman [EMAIL PROTECTED] kexec-tools 2.0.0 commit ee9c90d4d99108623176c9512689569a34e6a249 Author: Jeremy Kerr [EMAIL PROTECTED] Allow BUILD_CFLAGS and TARGET_CFLAGS to be specified at configure time commit 1069407ccd9ebf92b61574f2e6e610abf8a1

[PATCH] kdump: Update kdump documentation as kexec-tools-resting has been renamed kexec-tools

2008-07-18 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] Index: linux-2.6/Documentation/kdump/kdump.txt === --- linux-2.6.orig/Documentation/kdump/kdump.txt2008-07-19 10:27:50.0 +1000 +++ linux-2.6/Documentation/kdump

Re: [PATCH] kdump: Update kdump documentation as kexec-tools-resting has been renamed kexec-tools

2008-07-18 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] --- Reposting to Vivek's new email address Index: linux-2.6/Documentation/kdump/kdump.txt === --- linux-2.6.orig/Documentation/kdump/kdump.txt2008-07-19 10:27:50.0

Re: [patch] crashdump: fix undefined reference to `elfcorehdr_addr'

2008-07-27 Thread Simon Horman
On Sat, Jul 26, 2008 at 03:10:34AM -0700, Andrew Morton wrote: On Sat, 26 Jul 2008 11:25:19 +0200 Ingo Molnar [EMAIL PROTECTED] wrote: please apply before -rc1. Ingo --- From 72db7cba50b6a05825f8a287f74002cc38f04fb7 Mon Sep 17 00:00:00 2001 From: Ingo Molnar

Re: [patch] crashdump: fix undefined reference to `elfcorehdr_addr'

2008-07-27 Thread Simon Horman
[ Updated Vivek's email address to his [EMAIL PROTECTED] in CC list Added Terry Loftin, Tony Luck, Erik Biedermann and linux-ia64 to CC list ] On Mon, Jul 28, 2008 at 09:45:31AM +1000, Simon Horman wrote: diff --git a/include/linux/crash_dump.h b/include/linux/crash_dump.h index 6cd39a9

kdump: Update kdump documentation as kexec-tools-resting has been renamed kexec-tools

2008-07-27 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] Acked-by: Vivek Goyal [EMAIL PROTECTED] Index: linux-2.6/Documentation/kdump/kdump.txt === --- linux-2.6.orig/Documentation/kdump/kdump.txt2008-07-19 10:27:50.0 +1000

[PATCH] kdump: Update kdump documentation as kexec-tools-resting has been renamed kexec-tools

2008-07-27 Thread Simon Horman
Signed-off-by: Simon Horman [EMAIL PROTECTED] Acked-by: Vivek Goyal [EMAIL PROTECTED] --- Repost using Vivek's redhat address and PATCH in the subject Andrew, please consider applying this. Index: linux-2.6/Documentation/kdump/kdump.txt

  1   2   3   4   5   6   7   8   9   10   >