Re: make install fails to install man pages

2010-02-21 Thread Simon Horman
On Tue, Jan 19, 2010 at 12:57:59PM -0500, Marcus Watts wrote: > When building kexec-tools 2.0.1, I noticed that "make install" > failed to install any man pages. Upon looking, I found that > what "make install" had tried to do was: > > for file in build/sbin/kexec .. kexec/kexec.8 kdump/kdu

Re: [PATCH] Fix buffer overflow when writing dh->signature

2010-02-21 Thread Ken'ichi Ohmichi
Hi Bernhard, Thank you for your patch. The patch is good for me, and it has been merged into the git tree. http://makedumpfile.git.sourceforge.net/git/gitweb.cgi?p=makedumpfile/makedumpfile;a=summary Thanks Ken'ichi Ohmichi Bernhard Walle wrote: > Fix following compile warning when building w

Re: mip64: kexec: Probem in allocating resevr mem

2010-02-21 Thread Simon Horman
On Thu, Jan 28, 2010 at 06:36:07PM +0530, Vishnu Yadav wrote: > Hi > I am not able to reserve the memory in mips 64 plateform for "crash kernel" > > in below function of arch/mips/kernel/setup.c file of kernel code > reserve_bootmem(start, size , flags) > if i put flags= BOOTMEM_DEFAULT then this

Re: [PATCH] some kexec MIPS improvements

2010-02-21 Thread Simon Horman
On Thu, Feb 18, 2010 at 06:19:40PM +0300, Maxim Uvarov wrote: > Hello folks, > > Please take a look at attached patch. We made kexec and crashdump worked on > mips platform. > I hope it will help community to fix mips implementation. This code worked > with Cavium Octeon(mips64) > boards and RMI

[PATCH] Fix buffer overflow when writing dh->signature

2010-02-21 Thread Bernhard Walle
Fix following compile warning when building with gcc 4.5 and with the flags '-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -g -O2 -Wall'. In function 'strcpy', inlined from 'write_kdump_header' at makedumpfile.c:5457:8: \ /usr/include/bi