From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753926AbdGXKNQ (ORCPT ); Mon, 24 Jul 2017 06:13:16 -0400 Received: from mail.skyhub.de ([5.9.137.197]:46628 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751599AbdGXKNI (ORCPT ); Mon, 24 Jul 2017 06:13:08 -0400 From: Borislav Petkov To: X86 ML Cc: LKML Subject: [PATCH 0/3] x86 stuff for 4.14 Date: Mon, 24 Jul 2017 12:12:25 +0200 Message-Id: <20170724101228.17326-1-bp@alien8.de> X-Mailer: git-send-email 2.14.0.rc0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi guys, some fixes that got ready in the meantime. Yazen's goes to tip:ras/core and the other two to tip:x86/microcode. Thanks. Borislav Petkov (1): x86/microcode: Document the three loading methods Shu Wang (1): x86/microcode/AMD: Free unneeded patch before exit from update_cache() Yazen Ghannam (1): x86/mce/AMD: Allow any CPU to initialize smca_banks array Documentation/x86/early-microcode.txt | 70 ----------------- Documentation/x86/microcode.txt | 137 ++++++++++++++++++++++++++++++++++ arch/x86/kernel/cpu/mcheck/mce_amd.c | 9 +-- arch/x86/kernel/cpu/microcode/amd.c | 5 +- 4 files changed, 143 insertions(+), 78 deletions(-) delete mode 100644 Documentation/x86/early-microcode.txt create mode 100644 Documentation/x86/microcode.txt -- 2.14.0.rc0