From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752023AbdBAJ32 (ORCPT ); Wed, 1 Feb 2017 04:29:28 -0500 Received: from mga07.intel.com ([134.134.136.100]:39469 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751420AbdBAJ30 (ORCPT ); Wed, 1 Feb 2017 04:29:26 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,319,1477983600"; d="scan'208";a="1101536880" From: "Veijola, Erik" To: "tglx@linutronix.de" , "bp@alien8.de" CC: "linux-kernel@vger.kernel.org" , "Luck, Tony" , "x86@kernel.org" Subject: Re: [PATCH] x86/mce: Make timer handling more robust Thread-Topic: [PATCH] x86/mce: Make timer handling more robust Thread-Index: AQHSe51hUnNQUNEMqk2BEjMP03eXb6FSlfyAgABVB4CAAPkbAA== Date: Wed, 1 Feb 2017 09:29:22 +0000 Message-ID: <1485941364.12475.5.camel@intel.com> References: <20170131183749.32ol7i7qnjfa35qx@pd.tnic> In-Reply-To: <20170131183749.32ol7i7qnjfa35qx@pd.tnic> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.237.72.184] Content-Type: text/plain; charset="utf-8" Content-ID: <1D9EB711CE5FB645B81B433C4B0C89FD@intel.com> MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by mail.home.local id v119TiML013514 On Tue, 2017-01-31 at 19:37 +0100, Borislav Petkov wrote: > Bah. That's wrong. Delta patch below: > > > > --- a/arch/x86/kernel/cpu/mcheck/mce.c > > +++ b/arch/x86/kernel/cpu/mcheck/mce.c > > @@ -1782,7 +1782,7 @@ static void mce_start_timer(struct timer > >   return; > >   > >   this_cpu_write(mce_next_interval, iv); > > - __start_timer(t, jiffies + iv); > > + __start_timer(t, iv); > >  } > >   > >  static void __mcheck_cpu_setup_timer(void) > > With that hunk merged in: > > Reviewed-by: Borislav Petkov > Tested-by: Borislav Petkov > > Thanks! > Tested this on the preproduction hardware: Tested-by: Erik Veijola -Erik --------------------------------------------------------------------- Intel Finland Oy Registered Address: PL 281, 00181 Helsinki Business Identity Code: 0357606 - 4 Domiciled in Helsinki This e-mail and any attachments may contain confidential material for the sole use of the intended recipient(s). Any review or distribution by others is strictly prohibited. If you are not the intended recipient, please contact the sender and delete all copies.