From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751956AbbJLJW6 (ORCPT ); Mon, 12 Oct 2015 05:22:58 -0400 Received: from mail.skyhub.de ([78.46.96.112]:46005 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751819AbbJLJW4 (ORCPT ); Mon, 12 Oct 2015 05:22:56 -0400 From: Borislav Petkov To: Ingo Molnar Cc: LKML Subject: [PATCH 0/6] tip-queue 2015-10-12 Date: Mon, 12 Oct 2015 11:22:36 +0200 Message-Id: <1444641762-9437-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 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 Ingo, here are some more patches for tip. I sent the first one two weeks ago but it doesn't look like it has found its way into tip so resending here again. It corrects what we should be actually doing in the MCA code when offlining a CPU on Intel. The mce_amd_inj ones are adding the fuinctionality to inject deferred and thresholding errors on AMD. Finally, the microcode fixes are the ones which we had queued for 4.3 but a bug on 32-bit with CONFIG_PARAVIRT stopped them from going anywhere. They're fixed now. Please apply, thanks. Aravind Gopalakrishnan (3): x86/ras/mce_amd_inj: Return early on invalid input x86/ras/mce_amd_inj: Trigger deferred and thresholding errors interrupts x86/ras/mce_amd_inj: Inject bank 4 errors on the NBC Ashok Raj (1): x86/mce: Don't clear shared banks on Intel when offlining CPUs Borislav Petkov (2): x86/microcode/amd: Extract current patch level read to a function x86/microcode/amd: Do not overwrite final patch levels