Re: [tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

2016-07-26 Thread Borislav Petkov
On Tue, Jul 26, 2016 at 01:37:07PM -0700, Kees Cook wrote: > These ifdefs aren't needed if we added a no-op __PAGE_OFFSET_BASE to > the 32-bit page table headers. Then the compiler will DTRT with the > start calculation. When CONFIG_RANDOMIZE_MEMORY is set, start will > have a non-zero value, and

Re: [tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

2016-07-26 Thread Borislav Petkov
On Tue, Jul 26, 2016 at 01:37:07PM -0700, Kees Cook wrote: > These ifdefs aren't needed if we added a no-op __PAGE_OFFSET_BASE to > the 32-bit page table headers. Then the compiler will DTRT with the > start calculation. When CONFIG_RANDOMIZE_MEMORY is set, start will > have a non-zero value, and

Re: [tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

2016-07-26 Thread Kees Cook
On Tue, Jul 26, 2016 at 10:37 AM, tip-bot for Borislav Petkov wrote: > Commit-ID: efaad554b4ffae1840a2759e09e21325ddbc8b05 > Gitweb: http://git.kernel.org/tip/efaad554b4ffae1840a2759e09e21325ddbc8b05 > Author: Borislav Petkov > AuthorDate: Tue, 26 Jul

Re: [tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

2016-07-26 Thread Kees Cook
On Tue, Jul 26, 2016 at 10:37 AM, tip-bot for Borislav Petkov wrote: > Commit-ID: efaad554b4ffae1840a2759e09e21325ddbc8b05 > Gitweb: http://git.kernel.org/tip/efaad554b4ffae1840a2759e09e21325ddbc8b05 > Author: Borislav Petkov > AuthorDate: Tue, 26 Jul 2016 11:51:38 +0200 > Committer:

[tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

2016-07-26 Thread tip-bot for Borislav Petkov
Commit-ID: efaad554b4ffae1840a2759e09e21325ddbc8b05 Gitweb: http://git.kernel.org/tip/efaad554b4ffae1840a2759e09e21325ddbc8b05 Author: Borislav Petkov AuthorDate: Tue, 26 Jul 2016 11:51:38 +0200 Committer: Ingo Molnar CommitDate: Tue, 26 Jul 2016

[tip:x86/microcode] x86/microcode/intel: Fix initrd loading with CONFIG_RANDOMIZE_MEMORY=y

2016-07-26 Thread tip-bot for Borislav Petkov
Commit-ID: efaad554b4ffae1840a2759e09e21325ddbc8b05 Gitweb: http://git.kernel.org/tip/efaad554b4ffae1840a2759e09e21325ddbc8b05 Author: Borislav Petkov AuthorDate: Tue, 26 Jul 2016 11:51:38 +0200 Committer: Ingo Molnar CommitDate: Tue, 26 Jul 2016 19:32:57 +0200 x86/microcode/intel: