From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752215AbcIBIb4 (ORCPT ); Fri, 2 Sep 2016 04:31:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:32842 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751660AbcIBIbz (ORCPT ); Fri, 2 Sep 2016 04:31:55 -0400 Date: Fri, 2 Sep 2016 10:31:28 +0200 From: Borislav Petkov To: Tony Luck Cc: Ingo Molnar , Dan Williams , "H. Peter Anvin" , Peter Zijlstra , Thomas Gleixner , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [PATCHv3 0/4] Better memcpy_mcsafe() Message-ID: <20160902083128.GA17346@nazgul.tnic> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.6.0 (2016-04-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Sep 01, 2016 at 11:39:33AM -0700, Tony Luck wrote: > v3: Adding missing comment about mce=recovery cmdline option > v2: move quirks from drivers/pci/quirks.c to arch/x86/kernel/quirks.c > > Ingo: Is this ready to queue up for v4.9 merge? > > Tony Luck (4): > locking/static_keys: provide DECLARE and well as DEFINE macros > x86/mce, PCI: Provide quirks to identify Xeon models with machine > check recovery > x86/mce: Better memcpy_mcsafe() > x86/mce: Drop X86_FEATURE_MCE_RECOVERY and the model string test that > set it. > > arch/x86/include/asm/cpufeatures.h | 1 - > arch/x86/include/asm/pmem.h | 5 +---- > arch/x86/include/asm/string_64.h | 19 ++++++++++++++++++- > arch/x86/kernel/cpu/mcheck/mce.c | 19 ++++++++----------- > arch/x86/kernel/quirks.c | 31 +++++++++++++++++++++++++++++++ > arch/x86/kernel/x8664_ksyms_64.c | 2 +- > arch/x86/lib/memcpy_64.S | 6 +++--- > include/linux/jump_label.h | 6 ++++++ > 8 files changed, 68 insertions(+), 21 deletions(-) Acked-by: Borislav Petkov -- Regards/Gruss, Boris. ECO tip #101: Trim your mails when you reply. SUSE Linux GmbH, GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg) --