* Uhhuh - Dazed and confused, but trying to continue :)
@ 2015-01-18 10:50 poma
2015-01-19 13:49 ` Don Zickus
0 siblings, 1 reply; 5+ messages in thread
From: poma @ 2015-01-18 10:50 UTC (permalink / raw)
To: Don Zickus, Linux Kernel list; +Cc: Mailing-List fedora-kernel
Salutem
This happened only on thaw from S4 aka hibernate.
What should be "strange power saving mode" these messages relate!?
[ 208.252986] Uhhuh. NMI received for unknown reason 3d on CPU 0.
[ 208.252991] Do you have a strange power saving mode enabled?
[ 208.252992] Dazed and confused, but trying to continue
3.18.3-200.fc21.x86_64
poma
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Uhhuh - Dazed and confused, but trying to continue :)
2015-01-18 10:50 Uhhuh - Dazed and confused, but trying to continue :) poma
@ 2015-01-19 13:49 ` Don Zickus
2015-01-21 9:01 ` poma
0 siblings, 1 reply; 5+ messages in thread
From: Don Zickus @ 2015-01-19 13:49 UTC (permalink / raw)
To: poma; +Cc: Linux Kernel list, Mailing-List fedora-kernel
On Sun, Jan 18, 2015 at 11:50:38AM +0100, poma wrote:
>
> Salutem
>
> This happened only on thaw from S4 aka hibernate.
> What should be "strange power saving mode" these messages relate!?
>
> [ 208.252986] Uhhuh. NMI received for unknown reason 3d on CPU 0.
> [ 208.252991] Do you have a strange power saving mode enabled?
> [ 208.252992] Dazed and confused, but trying to continue
>
> 3.18.3-200.fc21.x86_64
This looks to be an external unknown NMI (unless you can reproduce on
something other than cpu0).
I would have to know what hardware you have and see the dmesg log after
the resume from hibernate.
You can open a bz and assign it to me.
Just attach the dmesg log, lspci and lspci -t output to the bz.
Though this is most likely a pci device firmware problem. But I can try
to narrow it down.
Cheers,
Don
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Uhhuh - Dazed and confused, but trying to continue :)
2015-01-19 13:49 ` Don Zickus
@ 2015-01-21 9:01 ` poma
2015-01-21 14:24 ` Don Zickus
0 siblings, 1 reply; 5+ messages in thread
From: poma @ 2015-01-21 9:01 UTC (permalink / raw)
To: Don Zickus
Cc: Linux Kernel list, Mailing-List fedora-kernel, Jeremy Newton,
Thomas Koch, André Erdmann, Pali Rohár, Cyrill Gorcunov
On 19.01.2015 14:49, Don Zickus wrote:
> On Sun, Jan 18, 2015 at 11:50:38AM +0100, poma wrote:
>>
>> Salutem
>>
>> This happened only on thaw from S4 aka hibernate.
>> What should be "strange power saving mode" these messages relate!?
>>
>> [ 208.252986] Uhhuh. NMI received for unknown reason 3d on CPU 0.
>> [ 208.252991] Do you have a strange power saving mode enabled?
>> [ 208.252992] Dazed and confused, but trying to continue
>>
>> 3.18.3-200.fc21.x86_64
>
> This looks to be an external unknown NMI (unless you can reproduce on
> something other than cpu0).
>
> I would have to know what hardware you have and see the dmesg log after
> the resume from hibernate.
>
> You can open a bz and assign it to me.
>
> Just attach the dmesg log, lspci and lspci -t output to the bz.
>
> Though this is most likely a pci device firmware problem. But I can try
> to narrow it down.
>
> Cheers,
> Don
>
Thank you, in the meantime, I've found what causes non-maskable interrupt, [23]d on CPU 0, on resuming S4,
on AMD Phenom(tm) II X4 955 Processor.
/etc/default/tlp
...
# Kernel NMI Watchdog
# 0=disable (default, saves power) / 1=enable (for kernel debugging only)
NMI_WATCHDOG=0
Toggling to 1, messages no longer appear,
NMI_WATCHDOG=1
$ cat /proc/sys/kernel/nmi_watchdog
1
$ sysctl kernel.watchdog
kernel.watchdog = 1
Isn't it brilliant.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Uhhuh - Dazed and confused, but trying to continue :)
2015-01-21 9:01 ` poma
@ 2015-01-21 14:24 ` Don Zickus
2015-01-21 14:29 ` poma
0 siblings, 1 reply; 5+ messages in thread
From: Don Zickus @ 2015-01-21 14:24 UTC (permalink / raw)
To: poma
Cc: Linux Kernel list, Mailing-List fedora-kernel, Jeremy Newton,
Thomas Koch, André Erdmann, Pali Rohár, Cyrill Gorcunov
On Wed, Jan 21, 2015 at 10:01:32AM +0100, poma wrote:
> On 19.01.2015 14:49, Don Zickus wrote:
>
> Thank you, in the meantime, I've found what causes non-maskable interrupt, [23]d on CPU 0, on resuming S4,
> on AMD Phenom(tm) II X4 955 Processor.
>
> /etc/default/tlp
> ...
> # Kernel NMI Watchdog
> # 0=disable (default, saves power) / 1=enable (for kernel debugging only)
> NMI_WATCHDOG=0
>
> Toggling to 1, messages no longer appear,
> NMI_WATCHDOG=1
>
> $ cat /proc/sys/kernel/nmi_watchdog
> 1
> $ sysctl kernel.watchdog
> kernel.watchdog = 1
>
> Isn't it brilliant.
Hehe. Ok. All that does is swallow your unknown NMI. But if that makes
you happy, I am fine with that. :-)
Cheers,
Don
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: Uhhuh - Dazed and confused, but trying to continue :)
2015-01-21 14:24 ` Don Zickus
@ 2015-01-21 14:29 ` poma
0 siblings, 0 replies; 5+ messages in thread
From: poma @ 2015-01-21 14:29 UTC (permalink / raw)
To: Don Zickus
Cc: Linux Kernel list, Mailing-List fedora-kernel, Jeremy Newton,
Thomas Koch, André Erdmann, Pali Rohár, Cyrill Gorcunov
On 21.01.2015 15:24, Don Zickus wrote:
> On Wed, Jan 21, 2015 at 10:01:32AM +0100, poma wrote:
>> On 19.01.2015 14:49, Don Zickus wrote:
>>
>> Thank you, in the meantime, I've found what causes non-maskable interrupt, [23]d on CPU 0, on resuming S4,
>> on AMD Phenom(tm) II X4 955 Processor.
>>
>> /etc/default/tlp
>> ...
>> # Kernel NMI Watchdog
>> # 0=disable (default, saves power) / 1=enable (for kernel debugging only)
>> NMI_WATCHDOG=0
>>
>> Toggling to 1, messages no longer appear,
>> NMI_WATCHDOG=1
>>
>> $ cat /proc/sys/kernel/nmi_watchdog
>> 1
>> $ sysctl kernel.watchdog
>> kernel.watchdog = 1
>>
>> Isn't it brilliant.
>
>
> Hehe. Ok. All that does is swallow your unknown NMI. But if that makes
> you happy, I am fine with that. :-)
>
> Cheers,
> Don
>
I don't want to bother you for nothing, as long as nothing crashes, it can pass.
Thanks again.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-21 14:29 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-18 10:50 Uhhuh - Dazed and confused, but trying to continue :) poma
2015-01-19 13:49 ` Don Zickus
2015-01-21 9:01 ` poma
2015-01-21 14:24 ` Don Zickus
2015-01-21 14:29 ` poma
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox