Re: Non-maskable interrupt

2014-10-23 Thread Paul Bolle
On Thu, 2014-10-23 at 11:20 +0900, J.Hwan Kim wrote:
  In my kernel, there is no kernel paramter of nmi_watchdog

Is CONFIG_HARDLOCKUP_DETECTOR not set in your .config?

  and I cannot find the /proc/sys/kernel/nmi_watchdog file in my system.

Is CONFIG_LOCKUP_DETECTOR not set in your .config?


Paul Bolle


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Non-maskable interrupt

2014-10-22 Thread J.Hwan Kim
Hi, everyone

In my system, NMI intrrupt counter is increased continuously,
which I found in /proc/interrupts.
How can I find the reasons of NMI interrupts?

Best Regards
Kim.


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Non-maskable interrupt

2014-10-22 Thread Valdis . Kletnieks
On Thu, 23 Oct 2014 00:26:32 +0900, J.Hwan Kim said:
 Hi, everyone

 In my system, NMI intrrupt counter is increased continuously,
 which I found in /proc/interrupts.
 How can I find the reasons of NMI interrupts?

How fast are they increasing?  A few an hour?  A few a minute?
50 or 60 a second?

What does 'grep -i nmi your-config-here' return?


pgpk6ZKYcYMjd.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Non-maskable interrupt

2014-10-22 Thread J.Hwan Kim
2014년 10월 23일 02:37에 valdis.kletni...@vt.edu 이(가) 쓴 글:
 On Thu, 23 Oct 2014 00:26:32 +0900, J.Hwan Kim said:
 Hi, everyone

 In my system, NMI intrrupt counter is increased continuously,
 which I found in /proc/interrupts.
 How can I find the reasons of NMI interrupts?
 How fast are they increasing?  A few an hour?  A few a minute?
   once per second...
   and I found the nmi couter is same with PMI.

 What does 'grep -i nmi your-config-here' return?

My kernel config about NMI  is as follows :

CONFIG_DEBUG_NMI_TIMEOUT=5
CONFIG_HAVE_FTRACE_NMI_ENTER=y
CONFIG_FTRACE_NMI_ENTER=y

Thanks

___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Non-maskable interrupt

2014-10-22 Thread Valdis . Kletnieks
On Thu, 23 Oct 2014 10:47:57 +0900, J.Hwan Kim said:

  How fast are they increasing?  A few an hour?  A few a minute?
once per second...

I bet 'cat /proc/sys/kernel/nmi_watchdog' returns '1'.

See Documentation/lockup-watchdogs.txt





pgpuTsUvENLGd.pgp
Description: PGP signature
___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies


Re: Non-maskable interrupt

2014-10-22 Thread J.Hwan Kim
2014년 10월 23일 11:06에 valdis.kletni...@vt.edu 이(가) 쓴 글:
 On Thu, 23 Oct 2014 10:47:57 +0900, J.Hwan Kim said:

 How fast are they increasing?  A few an hour?  A few a minute?
 once per second...
 I bet 'cat /proc/sys/kernel/nmi_watchdog' returns '1'.

 See Documentation/lockup-watchdogs.txt
   In my kernel, there is no kernel paramter of nmi_watchdog and
   I cannot find the /proc/sys/kernel/nmi_watchdog file in my system.


___
Kernelnewbies mailing list
Kernelnewbies@kernelnewbies.org
http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies