Re: [PATCH V3 0/2] x86/microcode/amd: early loading fixes

2013-06-26 Thread Jacob Shin
On Thu, Jun 20, 2013 at 10:24:14AM -0500, Jacob Shin wrote: > On Thu, Jun 20, 2013 at 10:16:16AM -0500, Jacob Shin wrote: > > On Thu, Jun 20, 2013 at 12:30:53PM +0200, Ingo Molnar wrote: > > > > > > * Jacob Shin wrote: > > > > > > > On Fri, Jun 07, 2013 at 09:22:18PM -0500, Jacob Shin wrote: > >

Re: [PATCH V3 0/2] x86/microcode/amd: early loading fixes

2013-06-20 Thread Jacob Shin
On Thu, Jun 20, 2013 at 10:16:16AM -0500, Jacob Shin wrote: > On Thu, Jun 20, 2013 at 12:30:53PM +0200, Ingo Molnar wrote: > > > > * Jacob Shin wrote: > > > > > On Fri, Jun 07, 2013 at 09:22:18PM -0500, Jacob Shin wrote: > > > > This patchset addreses two problems with early loading on AMD. > >

Re: [PATCH V3 0/2] x86/microcode/amd: early loading fixes

2013-06-20 Thread Jacob Shin
On Thu, Jun 20, 2013 at 12:30:53PM +0200, Ingo Molnar wrote: > > * Jacob Shin wrote: > > > On Fri, Jun 07, 2013 at 09:22:18PM -0500, Jacob Shin wrote: > > > This patchset addreses two problems with early loading on AMD. > > > > > > First, feedback from Yinghai that find_ucode_in_initrd() should

Re: [PATCH V3 0/2] x86/microcode/amd: early loading fixes

2013-06-20 Thread Ingo Molnar
* Jacob Shin wrote: > On Fri, Jun 07, 2013 at 09:22:18PM -0500, Jacob Shin wrote: > > This patchset addreses two problems with early loading on AMD. > > > > First, feedback from Yinghai that find_ucode_in_initrd() should be > > marked __init: > > https://lkml.org/lkml/2013/6/4/695 > > > > An

Re: [PATCH V3 0/2] x86/microcode/amd: early loading fixes

2013-06-12 Thread Jacob Shin
On Fri, Jun 07, 2013 at 09:22:18PM -0500, Jacob Shin wrote: > This patchset addreses two problems with early loading on AMD. > > First, feedback from Yinghai that find_ucode_in_initrd() should be > marked __init: > https://lkml.org/lkml/2013/6/4/695 > > And second, feedback from Henrique that I

[PATCH V3 0/2] x86/microcode/amd: early loading fixes

2013-06-07 Thread Jacob Shin
This patchset addreses two problems with early loading on AMD. First, feedback from Yinghai that find_ucode_in_initrd() should be marked __init: https://lkml.org/lkml/2013/6/4/695 And second, feedback from Henrique that Intel early loading supports multiple microcode firmware concatenated toget