From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754130Ab1FPLND (ORCPT ); Thu, 16 Jun 2011 07:13:03 -0400 Received: from mx2.mail.elte.hu ([157.181.151.9]:52600 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751612Ab1FPLNB (ORCPT ); Thu, 16 Jun 2011 07:13:01 -0400 Date: Thu, 16 Jun 2011 13:12:45 +0200 From: Ingo Molnar To: Borislav Petkov Cc: "H. Peter Anvin" , Thomas Gleixner , Tony Luck , Hidetoshi Seto , LKML , edac-devel Subject: Re: [GIT PULL] RAS: x86 mce cleanup Message-ID: <20110616111245.GB26110@elte.hu> References: <20110616071726.GA21197@aftab> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110616071726.GA21197@aftab> User-Agent: Mutt/1.5.20 (2009-08-17) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > Hi guys, > > here's the first pull request from Tony and me. Hopefully not the last. > > The good thing is, with our different timezones you get 24/7 RAS support :-). > > Thanks. > > The following changes since commit 3a2289a4a317e0290a8bc7af28c62c9830cb12e5: > > Merge branch 'for-linus-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu (2011-06-14 11:28:54 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras.git for-tip-mce > > Hidetoshi Seto (11): > x86, mce, severity: Make formatting a bit more readable > x86, mce, severity: Cleanup severity table > x86, mce, severity: Trivial cleanups > x86, mce: Replace MCE_SELF_VECTOR by irq_work > x86, mce: Replace MCM_ with MCI_MISC_ > x86, mce: Introduce mce_gather_info() > x86, mce: Check the result of ancient_init() > x86, mce: Cleanup mce_create/remove_device > x86, mce: Cleanup mce_read() > x86, mce: Use prefix mce_chrdev_ to group functions > x86, mce: Use prefix mce_sysdev_ to group functions > > Tony Luck (1): > x86, mce, severity: Fix two severities table signatures > > arch/x86/include/asm/entry_arch.h | 4 - > arch/x86/include/asm/hw_irq.h | 1 - > arch/x86/include/asm/irq_vectors.h | 5 - > arch/x86/include/asm/mce.h | 19 ++- > arch/x86/kernel/cpu/mcheck/mce-severity.c | 152 ++++++++++------ > arch/x86/kernel/cpu/mcheck/mce.c | 288 ++++++++++++++--------------- > arch/x86/kernel/cpu/mcheck/mce_amd.c | 10 +- > arch/x86/kernel/entry_64.S | 5 - > arch/x86/kernel/irqinit.c | 3 - > 9 files changed, 251 insertions(+), 236 deletions(-) Pulled into tip:ras/core, thanks guys! Ingo