[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <tip-fb7183ef3c016d9067ff83f3ff2455be1818f902@git.kernel.org>
Date: Sat, 1 Nov 2014 14:48:32 -0700
From: tip-bot for Kees Cook <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: josh@...htriplett.org, eternal.n08@...il.com,
keescook@...omium.org, hpa@...or.com, matt.fleming@...el.com,
mingo@...nel.org, ard.biesheuvel@...aro.org,
linux-kernel@...r.kernel.org, tglx@...utronix.de
Subject: [tip:x86/boot] x86, boot: Document intermediates more clearly
Commit-ID: fb7183ef3c016d9067ff83f3ff2455be1818f902
Gitweb: http://git.kernel.org/tip/fb7183ef3c016d9067ff83f3ff2455be1818f902
Author: Kees Cook <keescook@...omium.org>
AuthorDate: Fri, 31 Oct 2014 09:22:04 -0700
Committer: Thomas Gleixner <tglx@...utronix.de>
CommitDate: Sat, 1 Nov 2014 22:46:02 +0100
x86, boot: Document intermediates more clearly
This adds a comment detailing the various intermediate files used to build
the bootable decompression image for the x86 kernel.
Signed-off-by: Kees Cook <keescook@...omium.org>
Reviewed-by: Josh Triplett <josh@...htriplett.org>
Cc: Matt Fleming <matt.fleming@...el.com>
Cc: Ard Biesheuvel <ard.biesheuvel@...aro.org>
Cc: Junjie Mao <eternal.n08@...il.com>
Link: http://lkml.kernel.org/r/20141031162204.GA26268@www.outflux.net
Signed-off-by: Thomas Gleixner <tglx@...utronix.de>
---
arch/x86/boot/compressed/Makefile | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/x86/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
index 704f58a..8a39181 100644
--- a/arch/x86/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -3,6 +3,18 @@
#
# create a compressed vmlinux image from the original vmlinux
#
+# vmlinuz is:
+# decompression code (*.o)
+# asm globals (piggy.S), including:
+# vmlinux.bin.(gz|bz2|lzma|...)
+#
+# vmlinux.bin is:
+# vmlinux stripped of debugging and comments
+# vmlinux.bin.all is:
+# vmlinux.bin + vmlinux.relocs
+# vmlinux.bin.(gz|bz2|lzma|...) is:
+# (see scripts/Makefile.lib size_append)
+# compressed vmlinux.bin.all + u32 size of vmlinux.bin.all
targets := vmlinux vmlinux.bin vmlinux.bin.gz vmlinux.bin.bz2 vmlinux.bin.lzma \
vmlinux.bin.xz vmlinux.bin.lzo vmlinux.bin.lz4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists