/openbmc/linux/drivers/gpu/drm/ci/xfails/ |
H A D | rockchip-rk3288-fails.txt | 1 kms_3d,Crash 9 kms_invalid_mode@int-max-clock,Crash 10 kms_plane@pixel-format,Crash 11 kms_plane@pixel-format-source-clamping,Crash 12 kms_plane@plane-position-hole,Crash 13 kms_plane@plane-position-hole-dpms,Crash 14 kms_plane_cursor@overlay,Crash 33 kms_plane_cursor@primary,Crash 34 kms_plane_cursor@viewport,Crash 44 kms_properties@connector-properties-atomic,Crash [all …]
|
H A D | rockchip-rk3288-flakes.txt | 4 kms_invalid_mode@int-max-clock,Crash 6 kms_properties@connector-properties-atomic,Crash 7 kms_properties@get_properties-sanity-atomic,Crash 8 kms_properties@get_properties-sanity-non-atomic,Crash
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/ |
H A D | crash-cross-canadian_8.0.5.bb | 3 SUMMARY = "crash utility (cross-canadian crash for ${TARGET_ARCH} target)" 4 PN = "crash-cross-canadian-${TRANSLATED_TARGET_ARCH}" 5 BPN = "crash" 7 require crash.inc 32 # To ship crash into your sdk, you should create/update a packagegroup-cross-canadian.bbappend and 34 # CRASH = "crash-cross-canadian-${TRANSLATED_TARGET_ARCH}" 35 # RDEPENDS:${PN} += "${@all_multilib_tune_values(d, 'CRASH')}" 47 # crash $OECORE_TARGET_SYSROOT/boot/<vmlinux file> $OECORE_TARGET_SYSROOT/boot/<System.map file> <y… 50 install -m 0755 ${S}/crash ${D}/${bindir}
|
H A D | crash.inc | 18 SRC_URI = "git://github.com/crash-utility/${BPN}.git;branch=master;protocol=https \ 30 UPSTREAM_CHECK_URI = "https://github.com/crash-utility/crash/releases" 36 # crash 7.1.3 and before don't support mips64/riscv64 78 install -d ${D}${includedir}/crash 80 install -m 0644 ${S}/crash.8 ${D}/${mandir}/man8/ 81 install -m 0644 ${S}/defs.h ${D}${includedir}/crash
|
/openbmc/linux/arch/s390/purgatory/ |
H A D | head.S | 20 * If the next kernel is a crash kernel there are some peculiarities to 24 * sha digest. So if the crash kernel got corrupted the old kernel can try 25 * to trigger a stand-alone dumper. And once to actually load the crash kernel. 27 * Second the purgatory also has to swap the crash memory region with its 28 * destination at address 0. As the purgatory is part of crash memory this 123 /* If the next kernel is a crash kernel the purgatory has to swap 140 /* Location of purgatory_start in crash memory */ 154 /* Destination in crash memory, i.e. same as r9 but in crash memory. */ 158 /* Buffer location (in crash memory) and size. As the purgatory is 165 MEMCPY %r12,%r9,%r11 /* dst -> (crash) buf */ [all …]
|
/openbmc/linux/Documentation/fault-injection/ |
H A D | provoke-crashes.rst | 7 The lkdtm module provides an interface to disrupt (and usually crash) 9 the kernel's exception handling and to test crash dumps obtained using 14 You can select the location of the trigger ("crash point name") and the 15 type of action ("crash point type") either through module arguments when 35 Indicates the action to be taken on hitting the crash point. 38 See the contents of `/sys/kernel/debug/provoke-crash/DIRECT` for 42 Indicates the number of times the crash point is to be hit 47 <debugfs>/provoke-crash/<crashpoint>. E.g.:: 50 echo EXCEPTION > /sys/kernel/debug/provoke-crash/INT_HARDWARE_ENTRY 57 cat <(echo WRITE_RO) >/sys/kernel/debug/provoke-crash/DIRECT
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_nmi_interface.robot | 35 Verify Crash Dump Directory After NMI Inject 40 Verify Crash Dump Directory After NMI Inject 41 [Documentation] Verification of crash dump directory after NMI inject. 45 Wait Until Keyword Succeeds 1 min 10 sec Verify Crash Dump Directory 61 OS Execute Command rm -rf /var/crash/* 63 # Start crash dump utility on OS. 83 Verify Crash Dump Directory 84 [Documentation] Verify that the crash dump directory is not empty. 86 # As per the requirement, there should be a crash dump file 90 ... OS Execute Command ls -ltr /var/crash/* print_out=1
|
/openbmc/linux/drivers/misc/lkdtm/ |
H A D | core.c | 6 * sanity checking and crash dumps obtained using different dumping 56 /* Crash points */ 75 /* Define the possible places where we can trigger a crash point. */ 116 MODULE_PARM_DESC(cpoint_name, " Crash Point, where kernel is to be crashed"); 120 MODULE_PARM_DESC(cpoint_type, " Crash Point Type, action to be taken on "\ 121 "hitting the crash point"); 125 MODULE_PARM_DESC(cpoint_count, " Crash Point Count, number of times the "\ 126 "crash point is to be hit to trigger action"); 194 /* Global crash counter and spinlock. */ 209 pr_info("Crash point %s of type %s hit, trigger in %d rounds\n", in lkdtm_kprobe_handler() [all …]
|
/openbmc/linux/kernel/ |
H A D | Kconfig.kexec | 3 menu "Kexec and crash features" 97 bool "kernel crash dumps" 102 Generate crash dump after being started by kexec. 103 This should be normally only set in special crash dump kernels 106 a crash by kdump/kexec. The crash dump kernel must be compiled 116 bool "Update the crash elfcorehdr on system configuration changes" 121 Enable direct update to the crash elfcorehdr (which contains 122 the list of CPUs and memory regions to be dumped upon a crash)
|
/openbmc/linux/Documentation/powerpc/ |
H A D | firmware-assisted-dump.rst | 66 for boot memory dump preservation in case of a crash. 76 there is crash data available from a previous boot. During 107 userspace support to process crash data. Such kernel needs to 108 preserve previously crash'ed kernel's memory for the subsequent 109 capture kernel boot to process this crash data. Kernel config 111 to ensure that crash data is preserved to process later. 114 CONFIG_OPAL_CORE=y, OPAL memory at the time of crash is also 142 HPTE region, in the case a crash does occur. 144 Since this reserved memory area is used only after the system crash, 169 time of crash. | | [all …]
|
/openbmc/linux/arch/powerpc/kexec/ |
H A D | core.c | 133 printk("Crash kernel location must be 0x%x\n", in reserve_crashkernel() 141 * On the LPAR platform place the crash kernel to mid of in reserve_crashkernel() 142 * RMA size (max. of 512MB) to ensure the crash kernel in reserve_crashkernel() 146 * system resource in the first segment. Keep the crash in reserve_crashkernel() 160 printk("Crash kernel base must be aligned to 0x%lx\n", in reserve_crashkernel() 169 /* The crash region must not overlap the current kernel */ in reserve_crashkernel() 172 "Crash kernel can not overlap current kernel\n"); in reserve_crashkernel() 177 /* Crash kernel trumps memory limit */ in reserve_crashkernel() 238 /* There might be existing crash kernel properties, but we can't in export_crashk_values() 254 * crash regions to the actual memory used. in export_crashk_values()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
H A D | 7001force_define_architecture.patch | 3 diff -uprN crash-5.1.8.org/configure.c crash-5.1.8/configure.c 4 --- crash-5.1.8.org/configure.c 2011-09-17 04:01:12.000000000 +0900 5 +++ crash-5.1.8/configure.c 2012-09-13 13:28:45.393344108 +0900
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/host/ |
H A D | op-proc-control-systemd-links.bb | 112 # on mpreboot systems, obmc-host-crash@.target is used for mpreboot 113 mkdir -p $D$systemd_system_unitdir/obmc-host-crash@0.target.requires 114 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/obmc-host-force-warm-reboot@0.ta… 118 LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/op-enter-mpreboot@0.service" 123 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/obmc-host-diagnostic-mode@0.targ… 127 # If not a mpreboot system, default to quiesce target in crash target to support 129 mkdir -p $D$systemd_system_unitdir/obmc-host-crash@0.target.wants 130 LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/obmc-host-quiesce@0.target" 181 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/obmc-host-force-warm-reboot@0.ta… 184 LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.requires/op-enter-mpreboot@0.service" [all …]
|
/openbmc/linux/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 4 MSM Crash Dump Format 26 The kernel time at crash formatted as seconds.microseconds. 35 ID of the GPU that generated the crash formatted as 40 components are in use at the time of crash.
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_usb_crash.py | 9 # This is to ensure we don't crash when emulating USB devices 89 inject the USB dev through uhid and immediately see if there is a crash: 94 a crash because those access result in a segmentation fault. 96 The kernel should not crash on any (random) user space correct 98 devices to see if we can generate a uhid device without a crash.
|
/openbmc/linux/Documentation/admin-guide/kdump/ |
H A D | kdump.rst | 2 Documentation for Kdump - The kexec-based Crash Dumping Solution 46 before a crash. The physical address of the start of the ELF header is 56 you can use analysis tools such as the GNU Debugger (GDB) and the Crash 166 1) Enable "kernel crash dumps" support under "Processor type and 208 "kernel crash dumps" is enabled. A suitable value depends upon 229 1) Enable "Build a kdump crash kernel" support under "Kernel" options:: 361 kernel will automatically locate the crash kernel image within the 510 system crash is triggered. Trigger points are located in panic(), 513 The following conditions will execute a crash trigger point: 525 For testing purposes, you can trigger a crash by using "ALT-SysRq-c", [all …]
|
/openbmc/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 210 Building Crash Reproducers 212 When we find a crash, we should try to create an independent reproducer, that 215 Here are the steps for building a reproducer for a crash found by the 218 - Ensure the crash reproduces:: 220 qemu-fuzz-i386 --fuzz-target... ./crash-... 222 - Gather the QTest output for the crash:: 225 qemu-fuzz-i386 --fuzz-target... ./crash-... &> /tmp/trace 237 - Ensure the crash reproduces in qemu-system:: 241 - From the crash output, obtain some string that identifies the crash. This
|
/openbmc/linux/tools/testing/selftests/pstore/ |
H A D | pstore_crash_test | 4 # pstore_crash_test - Pstore test shell script which causes crash and reboot 13 prlog "Causing kernel crash ..." 27 # cause crash
|
/openbmc/qemu/include/hw/riscv/ |
H A D | boot_opensbi.h | 50 * stage leading to boot-time crash. To avoid this boot-time crash, 80 * stage leading to boot-time crash. To avoid this boot-time crash,
|
/openbmc/openbmc/meta-openpower/recipes-phosphor/debug/ |
H A D | openpower-debug-collector-systemd-links.inc | 2 mkdir -p $D$systemd_system_unitdir/obmc-host-crash@0.target.wants 5 # The obmc-host-crash target is repurposed for the memory preserving reboot 9 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/openpower-debug-collector-checkstop… 35 …LINK="$D$systemd_system_unitdir/obmc-host-crash@0.target.wants/openpower-debug-collector-checkstop…
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/sampling_tests/ |
H A D | intr_regs_no_crash_wo_pmu_test.c | 15 * sampling with -intr-regs doesn't crash 20 * A fix for crash with intr_regs was 45 * since test just expects no crash from using in intr_regs_no_crash_wo_pmu_test()
|
H A D | bhrb_no_crash_wo_pmu_test.c | 15 * enabling branch stack doesn't crash in any 20 * A fix for bhrb sampling crash was added in kernel 46 * considered since test just expects no crash from in bhrb_no_crash_wo_pmu_test()
|
/openbmc/linux/drivers/net/wireless/ath/wil6210/ |
H A D | wil_crash_dump.c | 20 /* calculate the total size of the unpacked crash dump */ in wil_fw_get_crash_dump_bounds() 55 wil_err(wil, "fail to obtain crash dump size\n"); in wil_fw_copy_crash_dump() 70 "suspend/resume in progress. cannot copy crash dump\n"); in wil_fw_copy_crash_dump() 75 /* copy to crash dump area */ in wil_fw_copy_crash_dump()
|
/openbmc/openbmc/meta-openembedded/meta-oe/conf/include/ |
H A D | non-repro-meta-oe.inc | 7 crash \ 8 crash-dbg \ 9 crash-src \
|
/openbmc/openbmc/poky/meta/recipes-sato/webkit/webkitgtk/ |
H A D | no-musttail-arm.patch | 6 This causes clang-17 to crash see [1] 7 this code is new in webkit 2.42[2] thats why we do not see the crash in older webkit 12 Upstream-Status: Inappropriate [work around to avoid clang compiler crash]
|