aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorJohn Ogness <[email protected]>2024-08-20 08:35:59 +0206
committerPetr Mladek <[email protected]>2024-08-21 15:03:04 +0200
commit4bdfa0d8e920c391e6cc0aa1feef8ed91d81f724 (patch)
tree67a4f5bd065f849047199a5f725a3893f6dc2d07 /tools/testing/selftests/bpf/progs/test_autoload.c
parent4833794db61c8cc4de4563a2754c7aedaffbb684 (diff)
panic: Mark emergency section in oops
Mark an emergency section beginning with oops_enter() until the end of oops_exit(). In this section, every printk() call will attempt to directly flush to the consoles using the EMERGENCY priority. The very end of oops_exit() performs a kmsg_dump(). This is not included in the emergency section because it is another flushing mechanism that should occur after the consoles have flushed the oops messages. Signed-off-by: John Ogness <[email protected]> Reviewed-by: Petr Mladek <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Petr Mladek <[email protected]>
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions