Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1390662
| From | Kees Cook <keescook@chromium.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/6] x86/boot: Improve compressed kernel handling |
| Date | 2016-04-29 02:20 +0200 |
| Message-ID | <rt4am-4LZ-9@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
This is the next batch of patches for cleaning up x86 boot to prepare for KASLR improvements. This fixes a bug (for when relocation can be above 2G in later patches), standardizes where the compressed kernel is positioned for decompression, corrects (and simplies) the total kernel run size calculation, and (using the now available offset constants) fixes bounds-checking on relocations. The patch series following this one will split the KASLR physical and virtual base address randomization. -Kees
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/6] x86/boot: Improve compressed kernel handling Kees Cook <keescook@chromium.org> - 2016-04-29 02:20 +0200
[PATCH 2/6] x86/boot: Move compressed kernel to end of decompression buffer Kees Cook <keescook@chromium.org> - 2016-04-29 02:20 +0200
Re: [PATCH 2/6] x86/boot: Move compressed kernel to end of decompression buffer Ingo Molnar <mingo@kernel.org> - 2016-04-29 09:20 +0200
Re: [PATCH 2/6] x86/boot: Move compressed kernel to end of decompression buffer Kees Cook <keescook@chromium.org> - 2016-04-29 09:50 +0200
Re: [PATCH 2/6] x86/boot: Move compressed kernel to end of decompression buffer Ingo Molnar <mingo@kernel.org> - 2016-04-29 10:10 +0200
Re: [PATCH 2/6] x86/boot: Move compressed kernel to end of decompression buffer Ingo Molnar <mingo@kernel.org> - 2016-04-29 12:00 +0200
[tip:x86/boot] x86/boot: Move compressed kernel to the end of the decompression buffer tip-bot for Yinghai Lu <tipbot@zytor.com> - 2016-04-29 12:00 +0200
[PATCH 4/6] x86/boot: Fix "run_size" calculation Kees Cook <keescook@chromium.org> - 2016-04-29 02:20 +0200
[tip:x86/boot] x86/boot: Fix "run_size" calculation tip-bot for Yinghai Lu <tipbot@zytor.com> - 2016-04-29 12:00 +0200
csiph-web