| /kernel/linux/linux-5.10/tools/testing/selftests/wireguard/qemu/ |
| D | init.c | 37 static void panic(const char *what) in panic() function 51 panic("uname"); in print_banner() 71 panic("mknod(/dev/urandom)"); in seed_rng() 74 panic("open(urandom)"); in seed_rng() 77 panic("ioctl(urandom)"); in seed_rng() 92 panic("devtmpfs mount"); in mount_filesystems() 94 panic("procfs mount"); in mount_filesystems() 96 panic("sysfs mount"); in mount_filesystems() 98 panic("tmpfs mount"); in mount_filesystems() 100 panic("tmpfs mount"); in mount_filesystems() [all …]
|
| /kernel/linux/linux-5.10/Documentation/admin-guide/ |
| D | pstore-blk.rst | 3 pstore block oops/panic logger 9 pstore block (pstore/blk) is an oops/panic logger that writes its logs to a 75 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4. 76 It's optional if you do not care oops/panic log. 78 There are multiple chunks for oops/panic front-end depending on the remaining 81 pstore/blk will log to oops/panic chunks one by one, and always overwrite the 90 Unlike oops/panic front-end, there is only one chunk for pmsg front-end. 168 the first line of oops/panic data. For example:: 170 Panic: Total 16 times 172 It means that it's OOPS|Panic for the 16th time since the first booting. [all …]
|
| /kernel/linux/linux-4.19/kernel/ |
| D | panic.c | 2 * linux/kernel/panic.c 63 * Stop ourself in panic -- architecture code may override this 81 * Stop other CPUs in panic. Architecture dependent code may override this 91 * This function can be called twice in panic path, but obviously in crash_smp_send_stop() 99 * unfortunately means it may not be hardened to work in a panic in crash_smp_send_stop() 109 * A variant of panic() called from NMI context. We return if we've already 122 panic("%s", msg); in nmi_panic() 129 * panic - halt the system 136 void panic(const char *fmt, ...) in panic() function 147 * from deadlocking the first cpu that invokes the panic, since in panic() [all …]
|
| /kernel/linux/linux-5.10/kernel/ |
| D | panic.c | 3 * linux/kernel/panic.c 83 * Stop ourself in panic -- architecture code may override this 101 * Stop other CPUs in panic. Architecture dependent code may override this 111 * This function can be called twice in panic path, but obviously in crash_smp_send_stop() 119 * unfortunately means it may not be hardened to work in a panic in crash_smp_send_stop() 129 * A variant of panic() called from NMI context. We return if we've already 142 panic("%s", msg); in nmi_panic() 170 * panic - halt the system 177 void panic(const char *fmt, ...) in panic() function 188 * from deadlocking the first cpu that invokes the panic, since in panic() [all …]
|
| /kernel/linux/linux-5.10/drivers/staging/blackbox/ |
| D | Kconfig | 32 panic occurs. It depends on supporting warm reset and disabling erase 50 panic occurs. It depends on supporting pstore blk. Especially, flash 51 driver's panic_write implementation is needed. Othersize, if a panic 62 panic occurs. It depends on supporting pstore ram. 70 panic occurs. It depends on reserving partition for blackbox. 79 prompt "Default storage material for fault log when a panic occurs." 83 panic occurs.
|
| /kernel/linux/linux-4.19/arch/ia64/sn/pci/pcibr/ |
| D | pcibr_reg.c | 39 panic in pcireg_control_bit_clr() 59 panic in pcireg_control_bit_set() 83 panic in pcireg_tflush_get() 91 panic("pcireg_tflush_get:Target Flush failed\n"); in pcireg_tflush_get() 113 panic in pcireg_intr_status_get() 137 panic in pcireg_intr_enable_bit_clr() 157 panic in pcireg_intr_enable_bit_set() 187 panic in pcireg_intr_addr_addr_set() 210 panic in pcireg_force_intr_set() 236 panic("pcireg_wrb_flush_get: unknown bridgetype bridge 0x%p", ptr); in pcireg_wrb_flush_get() [all …]
|
| /kernel/linux/linux-5.10/drivers/watchdog/ |
| D | pretimeout_panic.c | 13 * pretimeout_panic - Panic on watchdog pretimeout event 16 * Panic, watchdog has not been fed till pretimeout event. 20 panic("watchdog pretimeout event\n"); in pretimeout_panic() 24 .name = "panic", 41 MODULE_DESCRIPTION("Panic watchdog pretimeout governor");
|
| /kernel/linux/linux-4.19/arch/x86/kernel/cpu/mcheck/ |
| D | mce-severity.c | 30 * panic situations) 75 PANIC, "Processor context corrupt", 80 PANIC, "MCIP not set in MCA handler", 83 /* Neither return not error IP -- no chance to recover -> PANIC */ 85 PANIC, "Neither restart nor error IP", 89 PANIC, "In kernel and no restart IP", 93 PANIC, "In kernel and no restart IP", 127 PANIC, "Illegal combination (UCNA with AR=1)", 137 PANIC, "Action required with lost events", 164 PANIC, "Data load in unrecoverable area of kernel", [all …]
|
| /kernel/linux/linux-4.19/drivers/char/ipmi/ |
| D | Kconfig | 26 bool 'Generate a panic event to all BMCs on a panic' 28 When a panic occurs, this will cause the IPMI message handler to, 29 by default, generate an IPMI event describing the panic to each 36 bool 'Generate OEM events containing the panic string' 39 When a panic occurs, this will cause the IPMI message handler to, 41 address of the panic generator (byte 4 of the event), a sequence
|
| /kernel/linux/linux-4.19/drivers/watchdog/ |
| D | pretimeout_panic.c | 18 * pretimeout_panic - Panic on watchdog pretimeout event 21 * Panic, watchdog has not been fed till pretimeout event. 25 panic("watchdog pretimeout event\n"); in pretimeout_panic() 29 .name = "panic", 46 MODULE_DESCRIPTION("Panic watchdog pretimeout governor");
|
| /kernel/linux/linux-4.19/arch/xtensa/kernel/ |
| D | s32c1i_selftest.c | 79 panic("S32C1I exception error"); in check_s32c1i() 81 panic("S32C1I compare error"); in check_s32c1i() 93 panic("S32C1I exception error (b)"); in check_s32c1i() 95 panic("S32C1I store error"); in check_s32c1i() 102 * we can get rid of this panic for single core (not SMP) in check_s32c1i() 104 panic("S32C1I exceptions not currently supported"); in check_s32c1i() 107 panic("inconsistent S32C1I exceptions"); in check_s32c1i()
|
| /kernel/linux/linux-5.10/drivers/char/ipmi/ |
| D | Kconfig | 31 bool 'Generate a panic event to all BMCs on a panic' 33 When a panic occurs, this will cause the IPMI message handler to, 34 by default, generate an IPMI event describing the panic to each 41 bool 'Generate OEM events containing the panic string' 44 When a panic occurs, this will cause the IPMI message handler to, 46 address of the panic generator (byte 4 of the event), a sequence
|
| /kernel/linux/linux-5.10/arch/xtensa/kernel/ |
| D | s32c1i_selftest.c | 79 panic("S32C1I exception error"); in check_s32c1i() 81 panic("S32C1I compare error"); in check_s32c1i() 93 panic("S32C1I exception error (b)"); in check_s32c1i() 95 panic("S32C1I store error"); in check_s32c1i() 102 * we can get rid of this panic for single core (not SMP) in check_s32c1i() 104 panic("S32C1I exceptions not currently supported"); in check_s32c1i() 107 panic("inconsistent S32C1I exceptions"); in check_s32c1i()
|
| /kernel/linux/linux-4.19/drivers/clk/ |
| D | clk-tango4.c | 33 panic("%s: input not set to XTAL_IN\n", name); in make_pll() 47 panic("%s: unsupported divider %x\n", name, val); in make_cd() 57 panic("%s: invalid address\n", np->name); in tango4_clkgen_setup() 60 panic("%s: unsupported cpuclk setup\n", np->name); in tango4_clkgen_setup() 63 panic("%s: unsupported sysclk setup\n", np->name); in tango4_clkgen_setup() 80 panic("%s: clk registration failed\n", np->name); in tango4_clkgen_setup() 83 panic("%s: clk provider registration failed\n", np->name); in tango4_clkgen_setup()
|
| /kernel/linux/linux-5.10/drivers/clk/ |
| D | clk-tango4.c | 33 panic("%s: input not set to XTAL_IN\n", name); in make_pll() 47 panic("%s: unsupported divider %x\n", name, val); in make_cd() 57 panic("%pOFn: invalid address\n", np); in tango4_clkgen_setup() 60 panic("%pOFn: unsupported cpuclk setup\n", np); in tango4_clkgen_setup() 63 panic("%pOFn: unsupported sysclk setup\n", np); in tango4_clkgen_setup() 80 panic("%pOFn: clk registration failed\n", np); in tango4_clkgen_setup() 83 panic("%pOFn: clk provider registration failed\n", np); in tango4_clkgen_setup()
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | ipmi.rst | 80 If you want the driver to put an event into the event log on a panic, 81 enable the 'Generate a panic event to all BMCs on a panic' option. If 82 you want the whole panic string put into the event log using OEM 83 events, enable the 'Generate OEM events containing the panic string' 565 this driver cannod to IPMI panic events, extend the watchdog at panic 566 time, or other panic-related IPMI functions without special kernel 618 is the amount of seconds before the reset that the pre-timeout panic will 623 is the value of timeout which is set on kernel panic, in order to let actions 624 such as kdump to occur during panic. 636 "preop_panic" to set the preoperation to panic, or "preop_give_data" [all …]
|
| /kernel/linux/linux-4.19/Documentation/ |
| D | IPMI.txt | 80 If you want the driver to put an event into the event log on a panic, 81 enable the 'Generate a panic event to all BMCs on a panic' option. If 82 you want the whole panic string put into the event log using OEM 83 events, enable the 'Generate OEM events containing the panic string' 561 this driver cannod to IPMI panic events, extend the watchdog at panic 562 time, or other panic-related IPMI functions without special kernel 614 is the amount of seconds before the reset that the pre-timeout panic will 619 is the value of timeout which is set on kernel panic, in order to let actions 620 such as kdump to occur during panic. 632 "preop_panic" to set the preoperation to panic, or "preop_give_data" [all …]
|
| /kernel/linux/linux-5.10/arch/x86/kernel/cpu/mce/ |
| D | severity.c | 31 * panic situations) 81 PANIC, "Processor context corrupt", 86 PANIC, "MCIP not set in MCA handler", 89 /* Neither return not error IP -- no chance to recover -> PANIC */ 91 PANIC, "Neither restart nor error IP", 95 PANIC, "In kernel and no restart IP", 99 PANIC, "In kernel and no restart IP", 140 PANIC, "Illegal combination (UCNA with AR=1)", 150 PANIC, "Action required with lost events", 177 PANIC, "Data load in unrecoverable area of kernel", [all …]
|
| /kernel/linux/linux-4.19/arch/arm/kvm/hyp/ |
| D | switch.c | 216 [ARM_EXCEPTION_RESET] = "\nHYP panic: RST PC:%08x CPSR:%08x", 217 [ARM_EXCEPTION_UNDEFINED] = "\nHYP panic: UNDEF PC:%08x CPSR:%08x", 218 [ARM_EXCEPTION_SOFTWARE] = "\nHYP panic: SVC PC:%08x CPSR:%08x", 219 [ARM_EXCEPTION_PREF_ABORT] = "\nHYP panic: PABRT PC:%08x CPSR:%08x", 220 [ARM_EXCEPTION_DATA_ABORT] = "\nHYP panic: DABRT PC:%08x ADDR:%08x", 221 [ARM_EXCEPTION_IRQ] = "\nHYP panic: IRQ PC:%08x CPSR:%08x", 222 [ARM_EXCEPTION_FIQ] = "\nHYP panic: FIQ PC:%08x CPSR:%08x", 223 [ARM_EXCEPTION_HVC] = "\nHYP panic: HVC PC:%08x CPSR:%08x", 249 /* Call panic for real */ in __hyp_panic()
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | pstore_blk.h | 11 * typedef pstore_blk_panic_write_op - panic write operation to block device 20 * Panic write to block device must be aligned to SECTOR_SIZE. 30 * @panic_write:The write operation only used for the panic case. 33 * broken during a panic. 72 * @panic_write:The write operation only used for panic case. It's optional 73 * if you do not care panic log. The parameters are relative
|
| /kernel/linux/linux-5.10/arch/mips/mti-malta/ |
| D | malta-dtshim.c | 202 panic("Unsupported physical memory map v%u detected", in append_memory() 208 panic("Unable to add memory node to DT: %d", mem_off); in append_memory() 212 panic("Unable to set memory node device_type: %d", err); in append_memory() 218 panic("Unable to set memory regs property: %d", err); in append_memory() 224 panic("Unable to set linux,usable-memory property: %d", err); in append_memory() 307 panic("Corrupt DT"); in malta_dt_shim() 311 panic("Unable to open FDT: %d", err); in malta_dt_shim() 315 panic("No / node in DT"); in malta_dt_shim() 319 panic("No root compatible property in DT: %d", len); in malta_dt_shim() 330 panic("Unable to pack FDT: %d\n", err); in malta_dt_shim()
|
| /kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
| D | opal-kmsg.c | 3 * kmsg dumper that ensures the OPAL console fully flushes panic messages 17 * OPAL_POLL_EVENTS, which flushes some console output. In a panic state, 18 * however, the kernel no longer calls OPAL_POLL_EVENTS and the panic message 26 * Outside of a panic context the pollers will continue to run, in kmsg_dump_opal_console_flush()
|
| /kernel/linux/linux-5.10/drivers/clocksource/ |
| D | dw_apb_timer_of.c | 27 panic("Unable to map regs for %pOFn", np); in timer_get_base_and_rate() 40 * Not all implementations use a periphal clock, so don't panic in timer_get_base_and_rate() 61 panic("No clock nor clock-frequency property for %pOFn", np); in timer_get_base_and_rate() 72 panic("No IRQ for clock event timer"); in add_clockevent() 79 panic("Unable to initialise clockevent device"); in add_clockevent() 97 panic("Unable to initialise clocksource device"); in add_clocksource()
|
| /kernel/linux/linux-5.10/fs/pstore/ |
| D | Kconfig | 116 messages, even if no oops or panic happened. 137 was last called before a reset or panic. 149 fault log for BlackBox when oops or panic happened. 154 tristate "Log panic/oops to a RAM buffer" 161 This enables panic and oops messages to be logged to a circular 177 tristate "Log panic/oops to a block device" 184 This enables panic and oops message to be logged to a block dev 225 This just sets size of kmsg dump (oops, panic, etc) log for
|
| /kernel/linux/linux-4.19/arch/mips/pci/ |
| D | msi-octeon.c | 140 panic("arch_setup_msi_irq: Unable to find a free MSI interrupt"); in arch_setup_msi_irq() 171 panic("arch_setup_msi_irq: Invalid octeon_dma_bar_type"); in arch_setup_msi_irq() 229 panic("arch_teardown_msi_irq: Attempted to teardown illegal " in arch_teardown_msi_irq() 252 panic("arch_teardown_msi_irq: Attempted to teardown MSI " in arch_teardown_msi_irq() 403 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 407 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize() 411 panic("request_irq(OCTEON_IRQ_PCI_MSI2) failed"); in octeon_msi_initialize() 415 panic("request_irq(OCTEON_IRQ_PCI_MSI3) failed"); in octeon_msi_initialize() 421 panic("request_irq(OCTEON_IRQ_PCI_MSI0) failed"); in octeon_msi_initialize() 425 panic("request_irq(OCTEON_IRQ_PCI_MSI1) failed"); in octeon_msi_initialize() [all …]
|