From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933818AbcAYTl5 (ORCPT ); Mon, 25 Jan 2016 14:41:57 -0500 Received: from mail.skyhub.de ([78.46.96.112]:33181 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933017AbcAYTl4 (ORCPT ); Mon, 25 Jan 2016 14:41:56 -0500 From: Borislav Petkov To: Ingo Molnar Cc: LKML Subject: [PATCH 0/8] tip-queue 2016-01-25 Date: Mon, 25 Jan 2016 20:41:45 +0100 Message-Id: <1453750913-4781-1-git-send-email-bp@alien8.de> X-Mailer: git-send-email 2.3.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Borislav Petkov Hi, here's the first pile. It contains mainly the RAS pile for 4.6 and a couple of small cleanups. Please apply, thanks. Alexander Kuleshov (1): x86/traps.c: Refactor preemption and interrupt flag handling Aravind Gopalakrishnan (5): x86/mce: Fix order of AMD MCE init function call x86/mce/AMD: Do not perform shared bank check for future processors x86/mce/AMD: Reduce number of blocks scanned per bank x86/mce/AMD: Fix LVT offset configuration for thresholding x86/mce/AMD: Set MCAX Enable bit Borislav Petkov (1): x86/mce/AMD: Carve out threshold block preparation Huaitong Han (1): x86/cpufeature: Use enum cpuid_leafs instead of magic numbers arch/x86/include/asm/elf.h | 2 +- arch/x86/include/asm/msr-index.h | 4 ++ arch/x86/kernel/cpu/mcheck/mce.c | 2 +- arch/x86/kernel/cpu/mcheck/mce_amd.c | 112 ++++++++++++++++++++++++++--------- arch/x86/kernel/mpparse.c | 2 +- arch/x86/kernel/traps.c | 47 ++++++--------- arch/x86/lguest/boot.c | 2 +- arch/x86/xen/enlighten.c | 2 +- 8 files changed, 113 insertions(+), 60 deletions(-) -- 2.3.5