Commit d3f14e9
committed
Merge: Revert "kernel/panic.c: Move the location of bust_spinlocks to prevent hanging."
MR: https://gitlab.com/redhat/centos-stream/src/kernel/centos-stream-9/-/merge_requests/4526
Upstream Status: RHEL-only
JIRA: https://issues.redhat.com/browse/RHEL-39473
This reverts commit 065095b.
Now that the upstream printk code has landed in c9s, remove the
extraneous "bust_spinlock(1)" that remained after merge to prevent the
abrupt "cut off" of call traces during panic.
Revert
commit 065095b
Author: Derek Barbosa <debarbos@redhat.com>
Date: Wed Dec 6 09:09:56 2023 -0500
kernel/panic.c: Move the location of bust_spinlocks to prevent hanging.
JIRA: https://issues.redhat.com/browse/RHEL-15897
Upstream Status: RHEL-Only
Moving bust_spinlocks() closer to pr_emerge in the panic() function
(specifically prior to flushing the consoles) addresses the
issue of the kernel hanging while printing out a call trace during a
panic.
Signed-off-by: Derek Barbosa <debarbos@redhat.com>
Signed-off-by: Derek Barbosa <debarbos@redhat.com>
Approved-by: Marc Milgram <mmilgram@redhat.com>
Approved-by: Lucas Zampieri <lzampier@redhat.com>
Approved-by: CKI KWF Bot <cki-ci-bot+kwf-gitlab-com@redhat.com>
Merged-by: Lucas Zampieri <lzampier@redhat.com>1 file changed
+2
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
334 | | - | |
335 | | - | |
336 | | - | |
337 | | - | |
338 | 334 | | |
339 | 335 | | |
340 | 336 | | |
| |||
363 | 359 | | |
364 | 360 | | |
365 | 361 | | |
| 362 | + | |
| 363 | + | |
366 | 364 | | |
367 | 365 | | |
368 | 366 | | |
369 | 367 | | |
370 | 368 | | |
371 | 369 | | |
372 | | - | |
373 | | - | |
374 | 370 | | |
375 | 371 | | |
376 | 372 | | |
| |||
0 commit comments