Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1610626
| From | Chao Peng <chao.p.peng@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/boot: Support uncompressed kernel |
| Date | 2017-03-28 14:10 +0200 |
| Message-ID | <tpY6J-7lr-3@gated-at.bofh.it> (permalink) |
| References | (2 earlier) <tod0e-4a5-21@gated-at.bofh.it> <toq77-5eW-3@gated-at.bofh.it> <tpxSW-4Xx-17@gated-at.bofh.it> <tpBtw-7vp-25@gated-at.bofh.it> <tpCSB-hj-9@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Mon, 2017-03-27 at 15:25 +0200, Arnd Bergmann wrote: > On Mon, Mar 27, 2017 at 1:47 PM, Michal Marek <mmarek@suse.com> wrote: > > > > Dne 27.3.2017 v 09:58 Sebastian Andrzej Siewior napsal(a): > > > > > > On 2017-03-24 13:35:40 [+0800], Chao Peng wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > kernel kernel size time in > > > > > > > decompress_kernel > > > > > > > compressed (gzip) 3.3M 53ms > > > > > > > uncompressed 14M 3ms > > > > > > > > > > Exactly, LZ4 is the fastest. It takes 16ms to complete the > > > > decompression. Still sounds a little longer when compared to > > > > uncompressed kernel. > > > > > > Are we seriously talking here about one-time improvement of 13ms > > > boot time? > > > > If the use case is launching new VM instances continuously, then > > compressing the kernel image is about as useful as compressing > > /bin/bash. > > I guess the next step would be to use CONFIG_XIP_KERNEL on x86, > which requires an uncompressed kernel but has the additional advantage > of sharing the read-only sections of the kernel image across virtual > machines, resulting in better RAM and cache usage. That is something we wanna look into :) Chao
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH] x86/boot: Support uncompressed kernel Chao Peng <chao.p.peng@linux.intel.com> - 2017-03-28 14:10 +0200
Re: [PATCH] x86/boot: Support uncompressed kernel "H. Peter Anvin" <hpa@zytor.com> - 2017-03-29 01:00 +0200
Re: [PATCH] x86/boot: Support uncompressed kernel Andy Lutomirski <luto@amacapital.net> - 2017-03-29 01:00 +0200
csiph-web