Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1713405
| From | Laura Abbott <labbott@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv3 0/2] Command line randomness |
| Date | 2017-08-17 01:20 +0200 |
| Message-ID | <uffLr-4Z5-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, This is v3 of the series to add the kernel command line as a source of randomness. The main change from v2 is to correctly place the command line randomness _before_ the stack canary initialization so the canary can take advantage of that. Daniel Micay (1): extract early boot entropy from the passed cmdline Laura Abbott (1): init: Move stack canary initialization after setup_arch init/main.c | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) -- 2.13.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv3 0/2] Command line randomness Laura Abbott <labbott@redhat.com> - 2017-08-17 01:20 +0200
[PATCHv3 2/2] extract early boot entropy from the passed cmdline Laura Abbott <labbott@redhat.com> - 2017-08-17 01:20 +0200
Re: [PATCHv3 2/2] extract early boot entropy from the passed cmdline Kees Cook <keescook@chromium.org> - 2017-08-17 01:30 +0200
Re: [PATCHv3 2/2] extract early boot entropy from the passed cmdline Theodore Ts'o <tytso@mit.edu> - 2017-08-17 05:40 +0200
Re: [PATCHv3 2/2] extract early boot entropy from the passed cmdline Daniel Micay <danielmicay@gmail.com> - 2017-08-17 06:30 +0200
Re: [PATCHv3 2/2] extract early boot entropy from the passed cmdline Daniel Micay <danielmicay@gmail.com> - 2017-08-17 23:00 +0200
Re: [PATCHv3 2/2] extract early boot entropy from the passed cmdline Theodore Ts'o <tytso@mit.edu> - 2017-08-17 23:50 +0200
[PATCHv3 1/2] init: Move stack canary initialization after setup_arch Laura Abbott <labbott@redhat.com> - 2017-08-17 01:20 +0200
csiph-web