* Re: [ANNOUNCE] kexec-tools-testing v20071017-rc
@ 2008-02-19 8:11 Simon Horman
2008-02-19 16:05 ` Bernhard Walle
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2008-02-19 8:11 UTC (permalink / raw)
To: kexec; +Cc: Vivek Goyal, Eric W. Biederman, Jeremy Kerr
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 release which includes a moderate ammount of change
sice 20080219. If no alarm bells ring I'll make a full release shortly.
The RC release can be downloaded as a tarball:
http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/kexec-tools-testing-20080219-rc.tar.gz
http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/
I have also tagged it in git:
git://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 v20071030 is below:
commit f797af18bf3d4b40d3b711b9f7620d37c25c96a8
Author: Simon Horman <horms@verge.net.au>
kexec-tools-testing 20080219-rc
commit 648fdfaa9977fc63ddb476bbd9a5cf67bc79d752
Author: Simon Horman <horms@verge.net.au>
kexec-tools-testing 20071019-rc
commit 9de031269fc0a2551bb4a3cb488bd8377cbece88
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec: Use target linker for purgatory
commit 28d4817dcd2bfc9eb9c8baf90888d9ba358bd58c
Author: Simon Horman <horms@verge.net.au>
Remove some extraneous whitespace
commit 83a9d171329ce791d734117e6894cccc244893a2
Author: Richard Purdie <rpurdie@rpsys.net>
Add ARM support to kexec
create mode 100644 kexec/arch/arm/Makefile
create mode 100644 kexec/arch/arm/include/arch/options.h
create mode 100644 kexec/arch/arm/kexec-arm.c
create mode 100644 kexec/arch/arm/kexec-arm.h
create mode 100644 kexec/arch/arm/kexec-elf-rel-arm.c
create mode 100644 kexec/arch/arm/kexec-zImage-arm.c
create mode 100644 purgatory/arch/arm/Makefile
commit b5ee3392dc71c53f93716cb387abacb544d9cf9c
Author: Paul Mundt <lethal@linux-sh.org>
sh: Remove hardcoded PAGE_SIZE in NetBSD loader
commit ab2df5cd479da9935e23cd7042d69a39f5cec3b0
Author: Stefan Assmann <sassmann@suse.de>
kexec buffer overflow on ppc platform
commit ffde99f4920fe60798d527c2bcdf91d1d2385b86
Author: Simon Horman <horms@verge.net.au>
Use zlib if present
commit 487794c3a650dac933e8aeaaf618b466cc306519
Author: Kevin Tegtmeier <kevint@lanl.gov>
Log unknown reloc name instead of its number
commit 956e3295b400a5d1ea3535602ed25d7866412110
Author: Simon Horman <horms@verge.net.au>
Subject: [doc] Add documentation on creating include/config.h.in to INSTALL
commit 34d679b268a9ce6d334197b69392f85f46a996b9
Author: Jeremy Kerr <jk@ozlabs.org>
Don't assume we can re-make Makefile
commit 4b3340f33467aa1bebfa05791dc53bbaf1028381
Author: Jeremy Kerr <jk@ozlabs.org>
make clean cleanup
commit 3f871456d4d350b5abdb2b7fdcfedec5743d6db2
Author: Jeremy Kerr <jk@ozlabs.org>
Use general _SRCS and _OBJS, rather and _C_{SRCS, OBJS} and _S_{SRCS, OBJS}
commit d0a33ac6d578f5aa5378f02d8b7aa3a6b635cae4
Author: Simon Horman <horms@verge.net.au>
removed partially duplicated system headers
delete mode 100644 purgatory/arch/alpha/include/limits.h
delete mode 100644 purgatory/arch/alpha/include/stdint.h
delete mode 100644 purgatory/arch/i386/include/limits.h
delete mode 100644 purgatory/arch/i386/include/stdint.h
delete mode 100644 purgatory/arch/ia64/include/limits.h
delete mode 100644 purgatory/arch/ia64/include/stdint.h
delete mode 100644 purgatory/arch/ppc/include/limits.h
delete mode 100644 purgatory/arch/ppc/include/stdint.h
delete mode 100644 purgatory/arch/ppc64/include/limits.h
delete mode 100644 purgatory/arch/ppc64/include/stdint.h
delete mode 100644 purgatory/arch/s390/include/limits.h
delete mode 100644 purgatory/arch/s390/include/stdint.h
delete mode 100644 purgatory/arch/sh/include/limits.h
delete mode 100644 purgatory/arch/sh/include/stdint.h
delete mode 100644 purgatory/arch/x86_64/include/limits.h
delete mode 100644 purgatory/arch/x86_64/include/stdint.h
commit adf85cbc1756e56c1f52f56235a3c08b3c5b8e05
Author: Jeremy Kerr <jk@ozlabs.org>
Build system simplification/standardisation
delete mode 100644 Makefile
delete mode 100644 Makefile.conf.in
create mode 100644 Makefile.in
commit ac12ceecf15f637e024e6be9a030497e732a74eb
Author: Jeremy Kerr <jk@ozlabs.org>
Add gamecube to config.h defines
commit f5d08e9fa6464c876ab00c03fadc09a64edb5bb5
Author: Jeremy Kerr <jk@ozlabs.org>
Use config.h for defines
commit 0151e38f0d87528c8856fcb0b4d53ed547c139b0
Author: Jeremy Kerr <jk@ozlabs.org>
Consolidate BOOTLOADER defines
commit 1db6397fc7a335decfa7ed95a95225476a030390
Author: Jeremy Kerr <jk@ozlabs.org>
Use --target for target architecture specification
commit 3b34f687a851f84216bc0bbd601b82c40b197a61
Author: David Woodhouse <dwmw2@infradead.org>
Enable building a 32 bit binary for ppc64 platforms.
commit 7b429d23bca943dc5772ed80160c144930e8904c
Author: Simon Horman <horms@verge.net.au>
Update mailing list contact to kexec@lists.infradead.org
commit b41eacb1069eeefd630d807b1587247e6d89628c
Author: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Fix the feature determining ELF32/ELF64 automatically
commit c87f78372ebdb4f1ef7a37fd5628e5e1dfd571d0
Author: Simon Horman <horms@verge.net.au>
20071030-git
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [ANNOUNCE] kexec-tools-testing v20071017-rc
2008-02-19 8:11 [ANNOUNCE] kexec-tools-testing v20071017-rc Simon Horman
@ 2008-02-19 16:05 ` Bernhard Walle
2008-02-20 1:51 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-02-19 16:05 UTC (permalink / raw)
To: kexec
* Simon Horman <horms@verge.net.au> [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 release which includes a moderate ammount of change
> sice 20080219. If no alarm bells ring I'll make a full release shortly.
>
> The RC release can be downloaded as a tarball:
>
> http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/kexec-tools-testing-20080219-rc.tar.gz
> http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/
I get an error when I try to download the release:
Forbidden
You don't have permission to access
/pub/linux/kernel/people/horms/kexec-tools/testing/kexec-tools-testing-20080219-rc.tar.gz
on this server.
Can you fix this? :)
Bernhard
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [ANNOUNCE] kexec-tools-testing v20071017-rc
2008-02-19 16:05 ` Bernhard Walle
@ 2008-02-20 1:51 ` Simon Horman
2008-02-20 7:52 ` Bernhard Walle
0 siblings, 1 reply; 6+ messages in thread
From: Simon Horman @ 2008-02-20 1:51 UTC (permalink / raw)
To: kexec
On Tue, Feb 19, 2008 at 05:05:12PM +0100, Bernhard Walle wrote:
> * Simon Horman <horms@verge.net.au> [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 release which includes a moderate ammount of change
> > sice 20080219. If no alarm bells ring I'll make a full release shortly.
> >
> > The RC release can be downloaded as a tarball:
> >
> > http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/kexec-tools-testing-20080219-rc.tar.gz
> > http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/
>
> I get an error when I try to download the release:
>
> Forbidden
>
> You don't have permission to access
> /pub/linux/kernel/people/horms/kexec-tools/testing/kexec-tools-testing-20080219-rc.tar.gz
> on this server.
>
> Can you fix this? :)
Appologies. This has now been fixed.
--
Horms
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [ANNOUNCE] kexec-tools-testing v20071017-rc
2008-02-20 1:51 ` Simon Horman
@ 2008-02-20 7:52 ` Bernhard Walle
2008-02-20 8:26 ` Simon Horman
0 siblings, 1 reply; 6+ messages in thread
From: Bernhard Walle @ 2008-02-20 7:52 UTC (permalink / raw)
To: kexec
* Simon Horman <horms@verge.net.au> [2008-02-20 02:51]:
> >
> > Can you fix this? :)
>
> Appologies. This has now been fixed.
Thanks! I also get following error when trying to build
$ make
make: *** No rule to make target `/home/horms/local/opt/crosstool/i686/gcc-3.4.5-glibc-2.3.6/i686-unknown-linux-gnu/bin/../lib/gcc/i686-unknown-linux-gnu/3.4.5/../../../../i686-unknown-linux-gnu/sys-include/stdio.h', needed by `kexec/kexec.o'. Stop.
"make clean" before works.
Bernhard
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread* Re: [ANNOUNCE] kexec-tools-testing v20071017-rc
2008-02-20 7:52 ` Bernhard Walle
@ 2008-02-20 8:26 ` Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2008-02-20 8:26 UTC (permalink / raw)
To: kexec
On Wed, Feb 20, 2008 at 08:52:45AM +0100, Bernhard Walle wrote:
> * Simon Horman <horms@verge.net.au> [2008-02-20 02:51]:
> > >
> > > Can you fix this? :)
> >
> > Appologies. This has now been fixed.
>
> Thanks! I also get following error when trying to build
>
> $ make
> make: *** No rule to make target `/home/horms/local/opt/crosstool/i686/gcc-3.4.5-glibc-2.3.6/i686-unknown-linux-gnu/bin/../lib/gcc/i686-unknown-linux-gnu/3.4.5/../../../../i686-unknown-linux-gnu/sys-include/stdio.h', needed by `kexec/kexec.o'. Stop.
>
> "make clean" before works.
Ok, thanks for pointing that out. I'll fix up the tarball creation code.
--
Horms
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
* [ANNOUNCE] kexec-tools-testing v20071017-rc
@ 2007-10-17 4:27 Simon Horman
0 siblings, 0 replies; 6+ messages in thread
From: Simon Horman @ 2007-10-17 4:27 UTC (permalink / raw)
To: kexec; +Cc: Vivek Goyal, Eric W. Biederman
Hi all,
its been a long time between drinks, so I thought that it be about
time to put out another release of kexec-tools. To this end I have
made an RC release, kexec-tools-testing v20071017-rc.
I intend to call the release kexec-tools-testing vYYYYMMDD, though
ultimately I would like to release kexec-tools 2.0, Eric, I'd appreciate
your ideas on what needs to be done in order to make that happen.
The RC release can be downloaded as a tarball:
http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/kexec-tools-testing-20071017-rc.tar.gz
http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/testing/
I have also tagged it in git:
git://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 v20070330 is below:
commit 6282f6f4e662ca7c8fa9c53d31f1e1057c3d6192
Author: Simon Horman <horms@verge.net.au>
kexec-tools-testing 20071017-rc
commit d955779f2aec43e9926866f2c9d2b1ba5b989c79
Author: Simon Horman <horms@verge.net.au>
Set alternate location for /proc/iomem on ia64 xen
commit 6dfe4858e2db01b49d52a4cf2bb0dce18324d787
Author: Simon Horman <horms@verge.net.au>
Allow architectures to specify the location of /proc/iomem
commit de12fd1c7133edfc4be1d94f63295e30ae1dc526
Author: Bernhard Walle <bwalle@suse.de>
Use fclose() to close the file pointer
commit ddbc4830ad70598070e891e10508ca09567bca60
Author: Randy Dunlap <randy.dunlap@oracle.com>
kexec-tools: fix typos
commit b9c3648e690ad0dad12389659673206213a09760
Author: Bernhard Walle <bwalle@suse.de>
Determine ELF32/ELF64 automatically on i386
commit b84b87747a16f0afbef6f6802bb794a94f4961d9
Author: Michael Neuling <mikey@neuling.org>
kexec ppc64: fix misaligned cmdline
commit 1a1dea172782db6b9ce20b3afe5ca046120a78bc
Author: Michael Neuling <mikey@neuling.org>
minor cleanup in check_reuse_initrd
commit f76d598edc5050bc70902446294cb1522479bdfd
Author: Maneesh Soni <maneesh@in.ibm.com>
fix kexec-tools options
commit 02f4088ffded3d6f99a0c9f835727943d102b3df
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec fix ppc64 device-tree mem node
commit 13ceb63c96c26e1964dea12576d7245853a83842
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec rename dprintf to dbgprintf
commit e6a23f7d355685f01f6a4ce7c9d37deb7458cf90
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec remove last remaining dfprintf
commit f7129ad11f75ef27416784c39c29b0e8906d8844
Author: Simon Horman <horms@verge.net.au>
Handle maloc() failure in xen_get_nr_phys_cpus()
commit c58ed3b1b4f538bbd784ee3087e4d5e467637fcf
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec fix prototypes for ppc64
commit df5a80b73b34da3c8021608489400cb949e2f2e3
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec add strict-prototypes
commit ee2bd75816cb20c266ad27e417589e8e6ee7a39e
Author: Simon Horman <horms@verge.net.au>
use dprintf
commit 17be877eabcad87dd93980da6375fdaba271204f
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec debug output improvments
commit 536dd73ce38cb68828d362b0cca1a8e8b377b97e
Author: Geoff Levand <geoffrey.levand@am.sony.com>
kexec improve build for ppc64
commit 1f5e46311bc9f00449f1ffb4fef4901664d3061e
Author: Michael Neuling <mikey@neuling.org>
kexec ppc64: cleanup get_devtree_details
commit e2dcef05eadaee65805178a775fa31aac18edc8c
Author: Michael Neuling <mikey@neuling.org>
kexec ppc64: Add arch specific --reuseinitrd hooks
commit 8ec6347996ce83c369edeee4bed0498dedda6b41
Author: Michael Neuling <mikey@neuling.org>
kexec: Added generic --reuseinitrd option
commit b42483a7f148456186212abed9d3c4b2535d1d60
Author: Michael Neuling <mikey@neuling.org>
kexec-tools: remove initrd_found
commit 0ed5c286ef2d83a55d1b2aff2c153ac95f9744ea
Author: Simon Horman <horms@verge.net.au>
kexec-tools: Add distclean and maintainerclean targets
commit c8d973a3eca741f036f0240fd9d67c1848cfc7f7
Author: Milton Miller <miltonm@bga.com>
kexec-tools: ppc64: use kernels slave loop for purgatory
commit c89a1770572654ef01ea9b12519c7f9fe05514f1
Author: Milton Miller <miltonm@bga.com>
kexec-tools: ppc64: correct @ha relocation
commit 1223d194299dbd43d583e094e71ebf5e79856e9e
Author: Simon Horman <horms@verge.net.au>
kexec-tools: Add -git to version so it doesn't look like a release
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-02-20 8:26 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-19 8:11 [ANNOUNCE] kexec-tools-testing v20071017-rc Simon Horman
2008-02-19 16:05 ` Bernhard Walle
2008-02-20 1:51 ` Simon Horman
2008-02-20 7:52 ` Bernhard Walle
2008-02-20 8:26 ` Simon Horman
-- strict thread matches above, loose matches on Subject: below --
2007-10-17 4:27 Simon Horman
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.