Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571354
| From | "Veijola, Erik" <erik.veijola@intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] x86/mce: Make timer handling more robust |
| Date | 2017-02-01 10:30 +0100 |
| Message-ID | <t5ZoK-46P-23@gated-at.bofh.it> (permalink) |
| References | <t5C8O-6Tr-9@gated-at.bofh.it> <t5GP8-1fU-27@gated-at.bofh.it> <t5Lvr-44k-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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 <bp@suse.de> > Tested-by: Borislav Petkov <bp@suse.de> > > Thanks! > Tested this on the preproduction hardware: Tested-by: Erik Veijola <erik.veijola@intel.com> -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.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] x86/mce: Make timer handling more robust Thomas Gleixner <tglx@linutronix.de> - 2017-01-31 09:40 +0100
Re: [PATCH] x86/mce: Make timer handling more robust Thomas Gleixner <tglx@linutronix.de> - 2017-01-31 14:40 +0100
Re: [PATCH] x86/mce: Make timer handling more robust Borislav Petkov <bp@alien8.de> - 2017-01-31 19:40 +0100
Re: [PATCH] x86/mce: Make timer handling more robust "Veijola, Erik" <erik.veijola@intel.com> - 2017-02-01 10:30 +0100
Re: [PATCH] x86/mce: Make timer handling more robust Borislav Petkov <bp@alien8.de> - 2017-01-31 19:40 +0100
[tip:x86/urgent] x86/mce: Make timer handling more robust tip-bot for Thomas Gleixner <tipbot@zytor.com> - 2017-01-31 22:50 +0100
csiph-web