From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935805Ab1JFLGv (ORCPT ); Thu, 6 Oct 2011 07:06:51 -0400 Received: from fallback.mail.elte.hu ([157.181.151.13]:40494 "EHLO fallback.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S935288Ab1JFLGv (ORCPT ); Thu, 6 Oct 2011 07:06:51 -0400 Date: Thu, 6 Oct 2011 12:55:35 +0200 From: Ingo Molnar To: Borislav Petkov Cc: Hidetoshi Seto , Tony Luck , LKML , Peter Zijlstra , Thomas Gleixner , Arnaldo Carvalho de Melo Subject: Re: [GIT PULL] RAS update Message-ID: <20111006105535.GA6007@elte.hu> References: <20110930102034.GB22622@aftab> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110930102034.GB22622@aftab> User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -1.9 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-1.9 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.1 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Borislav Petkov wrote: > Hi Ingo, > > please pull from the branch below to receive one fix which > causes a very nasty warning on _all_ CPUs when fiddling with > MCE poller interval. Since it is not that important, I'm fine > with it going in during the merge window. Top commit here is > 9aaef96f61d93062556d34e15731f7d5869dd82e. > > Thanks. > > The following changes since commit b6fd41e29dea9c6753b1843a77e50433e6123bcb: > > Linux 3.1-rc6 (2011-09-12 14:02:02 -0700) > > are available in the git repository at: > git://amd64.org/linux/bp.git ras > > Hidetoshi Seto (1): > x86, mce: Do not call del_timer_sync() in IRQ context > > arch/x86/kernel/cpu/mcheck/mce.c | 20 ++++++++++++++------ > 1 files changed, 14 insertions(+), 6 deletions(-) Pulled, thanks a lot Joerg! Ingo