From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757625AbcLRQoT (ORCPT ); Sun, 18 Dec 2016 11:44:19 -0500 Received: from mail.skyhub.de ([78.46.96.112]:54802 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753253AbcLRQoR (ORCPT ); Sun, 18 Dec 2016 11:44:17 -0500 From: Borislav Petkov To: X86 ML Cc: Boris Ostrovsky , =?UTF-8?q?J=C3=BCrgen=20Gross?= , LKML Subject: [PATCH 0/4] x86/microcode: Some 4.10 fixes Date: Sun, 18 Dec 2016 17:44:10 +0100 Message-Id: <20161218164414.9649-1-bp@alien8.de> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi, here are 4 fixes for tip/urgent which address issues Boris and Jürgen reported while testing latest upstream on xen. As a result, let's just not load it at all when running on a hypervisor and be done with the d*icking around. Please apply, thanks. Boris Ostrovsky (1): x86/microcode/AMD: Use native_cpuid() in load_ucode_amd_bsp() Borislav Petkov (3): x86/microcode/AMD: Make find_proper_container() sane again x86/microcode/AMD: Sanitize apply_microcode_early_amd() x86/microcode/AMD: Do not load when running on a hypervisor arch/x86/kernel/cpu/microcode/amd.c | 56 +++++++++++++++++++++--------------- arch/x86/kernel/cpu/microcode/core.c | 28 ++++++++++++------ 2 files changed, 52 insertions(+), 32 deletions(-) -- 2.11.0