]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'amd_ucode_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp...
authorIngo Molnar <mingo@kernel.org>
Wed, 14 Aug 2013 10:16:28 +0000 (12:16 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 14 Aug 2013 10:16:28 +0000 (12:16 +0200)
commitd4fa8ca74ae2bf8864df3013503a768193164b76
tree97d953b4c2afbb895a3d0bab2fadfb9a8acf61cc
parent33e5c05edf55fa1562910ceac50a8b634b86fde2
parent07c58f4bee74f0df07d0f401a27ef8bf214baece
Merge tag 'amd_ucode_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp into x86/urgent

Pull AMD microcode fixes from Borislav Petkov:

 " Those are basically two fixes which correct the AMD early ucode loader
   from accessing cpu_data too early, i.e. before smp_store_cpu_info()
   has copied the boot_cpu_data ontop and overwritten an already empty
   structure (which we shouldn't access that early in the first place
   anyway).

   The second patch is kinda largish for that late in the game but it
   shouldn't be problematic because we're simply switching from using
   cpu_data to use the CPU family number directly and thus again, not use
   uninitialized cpu_data structure. "

Signed-off-by: Ingo Molnar <mingo@kernel.org>