/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}" 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 \ 31 UPSTREAM_CHECK_URI = "https://github.com/crash-utility/crash/releases" 37 # crash 7.1.3 and before don't support mips64/riscv64 79 install -d ${D}${includedir}/crash 81 install -m 0644 ${S}/crash.8 ${D}/${mandir}/man8/ 82 install -m 0644 ${S}/defs.h ${D}${includedir}/crash
|
H A D | crash_8.0.5.bb | 1 require crash.inc 24 install -m 0755 ${S}/crash ${D}/${bindir}
|
/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/meta-openembedded/meta-oe/recipes-kernel/crash/crash/ |
H A D | 0001-symbol-fix-S-cannot-work-with-kaslr-detection.patch | 6 When kernel enabled the CONFIG_RANDOMIZE_BASE, crash needs to add "kaslr=auto" 7 in crash command line to tell crash to decode the random address. 8 But when with "-S" in command line, crash would bypass the kaslr option 11 The fix is provided by Tao Liu <ltao@redhat.com> from crash-utility upstream, 12 and not merged to crash master yet. 15 [https://lists.crash-utility.osci.io/archives/list/devel@lists.crash-utility.osci.io/thread/5OXNYPP…
|
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
|
H A D | gdb_build_jobs_and_not_write_crash_target.patch | 4 Subject: [PATCH] Makefile: Don't write ${TARGET} to crash.target 13 Don't write ${TARGET} to crash.target which causes rebuild fails. 29 - $(MAKE) CRASH_TARGET=${TARGET}; echo ${TARGET} > crash.target) \
|
/openbmc/openbmc-test-automation/openpower/ |
H A D | test_nmi_interface.robot | 41 [Documentation] Verification of crash dump directory after NMI inject. 61 OS Execute Command rm -rf /var/crash/* 63 # Start crash dump utility on OS. 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/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/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/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/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]
|
/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 …]
|
H A D | elfnote.rst | 29 being run on a machine with ultravisor, the kernel will probably crash 30 trying to access ultravisor resources. For instance, it may crash in early
|
/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/debug-trigger/ |
H A D | README.md | 4 unresponsive. When the signal is received it triggers a crash to collect debug 15 which is to crash the kernel via `/proc/sysrq-trigger`. For systems with kdump
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/webkitgtk/webkitgtk3/ |
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
|
/openbmc/linux/Documentation/translations/zh_CN/admin-guide/ |
H A D | sysrq.rst | 100 ``c`` 将执行系统 crash,如果配置了系统 crashdump,将执行 crashdump。 181 ``crash(c)`` 可以用于手动触发一个 crashdump,当系统卡住时。 182 注意当 crashdump 机制不可用时,这个只是触发一个内核 crash。
|
/openbmc/qemu/qapi/ |
H A D | compat.json | 17 # @crash: abort() the process 22 'data': [ 'accept', 'reject', 'crash' ] }
|
/openbmc/linux/Documentation/gpu/ |
H A D | msm-crash-dump.rst | 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/Documentation/ABI/testing/ |
H A D | sysfs-kernel-fadump | 33 save the crash dump. 40 FADump to save the crash dump in bytes.
|
/openbmc/qemu/docs/devel/testing/ |
H A D | fuzzing.rst | 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/openbmc/meta-openpower/recipes-phosphor/host/checkstop-monitor/ |
H A D | checkstop.conf | 2 Conflicts=obmc-host-crash@0.target
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/minicoredumper/files/ |
H A D | run-ptest | 8 if ls /var/crash/ | grep minicoredumper; then
|
/openbmc/openbmc/meta-ibm/meta-palmetto/recipes-phosphor/host/checkstop-monitor/obmc/gpio/ |
H A D | checkstop | 4 TARGET=obmc-host-crash@0.target
|