lkml.org 
[lkml]   [2011]   [Apr]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/2] x86, MCE: Do not taint when handling correctable errors

* Chumbalkar, Nagananda <Nagananda.Chumbalkar@hp.com> wrote:

> Would it be okay to extend this reasoning and also remove the tainting
> caused by TM1/TM2 thermal events:
>
> diff --git a/arch/x86/kernel/cpu/mcheck/therm_throt.c
> b/arch/x86/kernel/cpu/mcheck/therm_throt.c
> index 6f8c5e9..9f3b5ae 100644
> --- a/arch/x86/kernel/cpu/mcheck/therm_throt.c
> +++ b/arch/x86/kernel/cpu/mcheck/therm_throt.c
> @@ -188,7 +188,6 @@ static int therm_throt_process(bool new_event, int event,
> int level)
> level == CORE_LEVEL ? "Core" : "Package",
> state->count);
>
> - add_taint(TAINT_MACHINE_CHECK);
> return 1;
> }
> if (old_event) {
> @@ -393,7 +392,6 @@ static void unexpected_thermal_interrupt(void)
> {
> printk(KERN_ERR "CPU%d: Unexpected LVT thermal interrupt!\n",
> smp_processor_id());
> - add_taint(TAINT_MACHINE_CHECK);
> }

Mind sending a proper patch, with changelog, signoff, acks, etc?

Thanks,

Ingo


\
 
 \ /
  Last update: 2011-04-21 11:39    [W:0.080 / U:0.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site