Re: [tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU

2012-12-10 Thread H. Peter Anvin
On 12/10/2012 06:39 PM, Yinghai Lu wrote: > > No, you should not copy that several times. > > just pre-allocate some kbytes in BRK, and copy to there one time. > He doesn't copy it several times. He just saves an offset into the initrd blob. -hpa -- To unsubscribe from this list: se

Re: [tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU

2012-12-10 Thread Yinghai Lu
On Mon, Dec 3, 2012 at 4:18 PM, Yu, Fenghua wrote: >> From: yhlu.ker...@gmail.com [mailto:yhlu.ker...@gmail.com] On Behalf Of >> Yinghai Lu >> >> may need to copy the ucode.bin to BRK at first. that will make code >> much simple, and later does not need to >> copy them back in free_bootmem_initrd.

RE: [tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU

2012-12-03 Thread Yu, Fenghua
> From: yhlu.ker...@gmail.com [mailto:yhlu.ker...@gmail.com] On Behalf Of > Yinghai Lu > On Fri, Nov 30, 2012 at 4:25 PM, tip-bot for Fenghua Yu > wrote: > > Commit-ID: 474355fe313391de2429ae225e0fb02f67ec6c31 > > Gitweb: > http://git.kernel.org/tip/474355fe313391de2429ae225e0fb02f67ec6c31 > > Au

Re: [tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU

2012-11-30 Thread Yinghai Lu
On Fri, Nov 30, 2012 at 4:25 PM, tip-bot for Fenghua Yu wrote: > Commit-ID: 474355fe313391de2429ae225e0fb02f67ec6c31 > Gitweb: http://git.kernel.org/tip/474355fe313391de2429ae225e0fb02f67ec6c31 > Author: Fenghua Yu > AuthorDate: Thu, 29 Nov 2012 17:47:43 -0800 > Committer: H. Peter Anvi

[tip:x86/microcode] x86/microcode_intel_early.c: Early update ucode on Intel's CPU

2012-11-30 Thread tip-bot for Fenghua Yu
Commit-ID: 474355fe313391de2429ae225e0fb02f67ec6c31 Gitweb: http://git.kernel.org/tip/474355fe313391de2429ae225e0fb02f67ec6c31 Author: Fenghua Yu AuthorDate: Thu, 29 Nov 2012 17:47:43 -0800 Committer: H. Peter Anvin CommitDate: Fri, 30 Nov 2012 15:18:16 -0800 x86/microcode_intel_early.

<    1   2