linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] zImage fixes
@ 2011-04-28 22:50 Nicolas Pitre
  2011-04-28 22:50 ` [PATCH 1/9] ARM: zImage: make sure the stack is 64-bit aligned Nicolas Pitre
                   ` (8 more replies)
  0 siblings, 9 replies; 18+ messages in thread
From: Nicolas Pitre @ 2011-04-28 22:50 UTC (permalink / raw)
  To: linux-arm-kernel

This is a resent of some patches that were posted before, plus a couple
new ones.  They were reshuffled a bit so the most important ones appear
first.

This can be pulled from the following Git repository:

	git://git.linaro.org/people/nico/linux zImage_fixes

this is based on v2.6.39-rc1.  This contains:

[PATCH 1/9] ARM: zImage: make sure the stack is 64-bit aligned
[PATCH 2/9] ARM: zImage: Fix bad SP address after relocating kernel
[PATCH 3/9] ARM: zImage: make sure not to relocate on top of the relocation code
[PATCH 4/9] ARM: zImage: the page table memory must be considered before relocation

Russell: if you like those patches and pull them, I think those 4
commits should be merged in your "fixes" branch and go to Linus for the
next -rc.  The rest may appear into linux-next and wait for the next merge
window:

[PATCH 5/9] ARM: zImage: no need to get the decompressed size from the filesystem
[PATCH 6/9] ARM: zImage: simplify decompress_kernel()
[PATCH 7/9] ARM: zImage: don't ignore error returned from decompress()
[PATCH 8/9] ARM: zImage: remove the static qualifier from global data variables
[PATCH 9/9] ARM: zImage: make sure no GOTOFF relocs are used with .bss symbols

The diffstat for the entire series is:

 arch/arm/boot/compressed/Makefile               |   19 +++++-
 arch/arm/boot/compressed/decompress.c           |    4 +-
 arch/arm/boot/compressed/head.S                 |   55 ++++++++++++-----
 arch/arm/boot/compressed/misc.c                 |   24 +++----
 arch/arm/boot/compressed/vmlinux.lds.in         |    1 +
 arch/arm/mach-davinci/include/mach/uncompress.h |    5 +-
 arch/arm/mach-gemini/include/mach/uncompress.h  |    2 +-
 arch/arm/mach-iop32x/include/mach/uncompress.h  |    2 +-
 arch/arm/mach-iop33x/include/mach/uncompress.h  |    2 +-
 arch/arm/mach-ixp4xx/include/mach/uncompress.h  |    2 +-
 arch/arm/mach-mmp/include/mach/uncompress.h     |    2 +-
 arch/arm/mach-mxs/include/mach/uncompress.h     |    2 +-
 arch/arm/mach-ns9xxx/include/mach/uncompress.h  |    2 +-
 arch/arm/mach-nuc93x/include/mach/uncompress.h  |    2 +-
 arch/arm/mach-pxa/include/mach/uncompress.h     |    6 +-
 arch/arm/mach-rpc/include/mach/uncompress.h     |   12 ++--
 arch/arm/mach-s5p64x0/include/mach/uncompress.h |    6 +-
 arch/arm/mach-ux500/include/mach/uncompress.h   |    2 +-
 arch/arm/mach-w90x900/include/mach/uncompress.h |    2 +-
 arch/arm/plat-mxc/include/mach/uncompress.h     |    2 +-
 arch/arm/plat-omap/include/plat/uncompress.h    |    4 +-
 arch/arm/plat-samsung/include/plat/uncompress.h |    4 +-
 22 files changed, 98 insertions(+), 64 deletions(-)

Nicolas

^ permalink raw reply	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2011-04-29 20:37 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-28 22:50 [PATCH 0/9] zImage fixes Nicolas Pitre
2011-04-28 22:50 ` [PATCH 1/9] ARM: zImage: make sure the stack is 64-bit aligned Nicolas Pitre
2011-04-29  6:58   ` Tony Lindgren
2011-04-28 22:50 ` [PATCH 2/9] ARM: zImage: Fix bad SP address after relocating kernel Nicolas Pitre
2011-04-28 22:50 ` [PATCH 3/9] ARM: zImage: make sure not to relocate on top of the relocation code Nicolas Pitre
2011-04-29  7:03   ` Tony Lindgren
2011-04-28 22:50 ` [PATCH 4/9] ARM: zImage: the page table memory must be considered before relocation Nicolas Pitre
2011-04-29  7:04   ` Tony Lindgren
2011-04-28 22:50 ` [PATCH 5/9] ARM: zImage: no need to get the decompressed size from the filesystem Nicolas Pitre
2011-04-28 22:50 ` [PATCH 6/9] ARM: zImage: simplify decompress_kernel() Nicolas Pitre
2011-04-28 22:50 ` [PATCH 7/9] ARM: zImage: don't ignore error returned from decompress() Nicolas Pitre
2011-04-29  7:05   ` Tony Lindgren
2011-04-28 22:50 ` [PATCH 8/9] ARM: zImage: remove the static qualifier from global data variables Nicolas Pitre
2011-04-29  7:07   ` Tony Lindgren
2011-04-29 20:12   ` Uwe Kleine-König
2011-04-29 20:37     ` Nicolas Pitre
2011-04-28 22:50 ` [PATCH 9/9] ARM: zImage: make sure no GOTOFF relocs are used with .bss symbols Nicolas Pitre
2011-04-29  7:11   ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).