All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yinghai Lu <yinghai@kernel.org>
To: mingo@redhat.com, hpa@zytor.com, linux-kernel@vger.kernel.org,
	tglx@linutronix.de, dzickus@redhat.com, mingo@elte.hu
Cc: linux-tip-commits@vger.kernel.org
Subject: Re: [tip:perf/core] x86, nmi_watchdog: Remove the old nmi_watchdog
Date: Thu, 18 Nov 2010 11:39:50 -0800	[thread overview]
Message-ID: <4CE58106.5070009@kernel.org> (raw)
In-Reply-To: <4CE57A4A.30200@kernel.org>

On 11/18/2010 11:11 AM, Yinghai Lu wrote:
> On 11/18/2010 06:05 AM, tip-bot for Don Zickus wrote:

>>   * Create trigger_all_cpu_backtrace() out of the arch-provided
>> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
>> index b65bf63..ce33e2a 100644
>> --- a/kernel/sysctl.c
>> +++ b/kernel/sysctl.c
>> @@ -746,22 +746,6 @@ static struct ctl_table kern_table[] = {
>>  		.extra2		= &one,
>>  	},
>>  #endif
>> -#if defined(CONFIG_X86_LOCAL_APIC) && defined(CONFIG_X86) && !defined(CONFIG_LOCKUP_DETECTOR)
>> -	{
>> -		.procname       = "unknown_nmi_panic",
>> -		.data           = &unknown_nmi_panic,
>> -		.maxlen         = sizeof (int),
>> -		.mode           = 0644,
>> -		.proc_handler   = proc_dointvec,
>> -	},
>> -	{
>> -		.procname       = "nmi_watchdog",
>> -		.data           = &nmi_watchdog_enabled,
>> -		.maxlen         = sizeof (int),
>> -		.mode           = 0644,
>> -		.proc_handler   = proc_nmi_enabled,
>> -	},
>> -#endif
> 
> Please update the kernel-parameters.txt accordingly.
> 
> and you need to keep unknown_nmi_panic or else as early_param().
> 
> Also any corresponding part like "nmi_watchdog=off" ?
> 

also you have some other left-over...

Documentation/kernel-parameters.txt:    unknown_nmi_panic
Documentation/kernel-parameters.txt:                    Set unknown_nmi_panic=1 early on boot.
Documentation/sysctl/kernel.txt:- unknown_nmi_panic
Documentation/sysctl/kernel.txt:unknown_nmi_panic:
arch/x86/include/asm/nmi.h:extern int unknown_nmi_panic;
arch/x86/kernel/apic/hw_nmi.c:int unknown_nmi_panic;
kernel/sysctl_binary.c: { CTL_INT,      KERN_UNKNOWN_NMI_PANIC,         "unknown_nmi_panic" },

may still have left for nmi_watchdog too.

Yinghai

  reply	other threads:[~2010-11-18 19:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-12 16:22 [PATCH 0/2] x86: Remove old nmi_watchdog Don Zickus
2010-11-12 16:22 ` [PATCH 1/2] x86, nmi_watchdog: remove the " Don Zickus
2010-11-18 14:05   ` [tip:perf/core] x86, nmi_watchdog: Remove " tip-bot for Don Zickus
2010-11-18 19:11     ` Yinghai Lu
2010-11-18 19:39       ` Yinghai Lu [this message]
2010-11-18 20:02         ` Don Zickus
2010-11-18 20:07           ` Yinghai Lu
2010-11-12 16:22 ` [PATCH 2/2] x86, nmi_watchdog: remove all stub function calls from " Don Zickus
2010-11-18 14:05   ` [tip:perf/core] x86, nmi_watchdog: Remove " tip-bot for Don Zickus
2010-11-12 18:04 ` [PATCH 0/2] x86: Remove " Cyrill Gorcunov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CE58106.5070009@kernel.org \
    --to=yinghai@kernel.org \
    --cc=dzickus@redhat.com \
    --cc=hpa@zytor.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=mingo@redhat.com \
    --cc=tglx@linutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.