Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1715273 > unrolled thread

Kernel Panic sysrq questions

Started bySriram V <vshrirama@gmail.com>
First post2017-08-18 17:50 +0200
Last post2017-08-18 17:50 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  Kernel Panic sysrq questions Sriram V <vshrirama@gmail.com> - 2017-08-18 17:50 +0200

#1715273 — Kernel Panic sysrq questions

FromSriram V <vshrirama@gmail.com>
Date2017-08-18 17:50 +0200
SubjectKernel Panic sysrq questions
Message-ID<ufRH3-5H5-15@gated-at.bofh.it>
Hi,

1. I am testing my watchdog driver. The driver uses the internal
watchdog (Internal to SOC).
2. I use a single core SOC.
3. I have a workqueue which pets the watchdog every 60 seconds.
4. I trigger a kernel crash by doing a echo c > /proc/sysrq-trigger to
trigger  a kernel crash
5. Even after the crash, I observe that the workqueue gets
periodically executed. (I have a printk
    inside the workqueue before the pet as a result the watchdog does
not reset the board.

My Understanding is When a fatal panic happens, The Kernel is in
frozen state (no workques
or tasks get executed).

Is my understanding correct or am i missing something here.


Thanks,

Regards,
Sriram

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web