Revisions of crash
autobuild
accepted
request 37028
from
Petr Tesařík (ptesarik)
(revision 155)
checked in (request 37028)
Petr Tesařík (ptesarik)
committed
(revision 154)
fix compilation on ppc64 - crash-missing-declarations.patch: add a missing include (fixes compilation on ppc64).
autobuild
accepted
request 36090
from
Petr Tesařík (ptesarik)
(revision 153)
checked in (request 36090)
Petr Tesařík (ptesarik)
accepted
request 35988
from
Petr Tesařík (ptesarik)
(revision 152)
Copy from home:ptesarik:branches:Kernel:kdump/crash via accept of submit request 35988 revision 2. Request was accepted with message: accepted
Petr Tesařík (ptesarik)
accepted
request 35400
from
Bernhard Walle (bwalle)
(revision 151)
Copy from home:bwalle:branches:Kernel:kdump/crash via accept of submit request 35400 revision 2. Request was accepted with message: Reviewed ok - great work, Bernhard!
autobuild
accepted
request 34859
from
Stephan Kulow (coolo)
(revision 150)
checked in (request 34859)
Stephan Kulow (coolo)
accepted
request 34703
from
Bernhard Walle (bwalle)
(revision 149)
Copy from home:bwalle:branches:Kernel:kdump/crash via accept of submit request 34703 revision 2. Request was accepted with message: Reviewed ok
autobuild
accepted
request 33288
from
Petr Tesařík (ptesarik)
(revision 148)
checked in (request 33288)
Petr Tesařík (ptesarik)
committed
(revision 147)
upgrade to 5.0.1 and add missing return - crash-rl_digit_loop-return.patch: add the missing return to the embedded readline. - Update to 5.0.1 o Fix "irq" on 2.6.33 and later kernels. o Fix "swap", "kmem -i", and "vm -p" on 2.6.33 and later. o Fix "bt" on an ia64 "INIT" process that interrupted a task that was running in user space, but was unable to modify the original (interrupted) task's stack. o Fix "bt" on offline s390/s390x "swapper" idle tasks. o x86, s390, s390x, ia64: use the highest online CPU number plus one as the system CPU count. o Correctly recognize per-cpu variables. o Let "struct" or "union" fail gracefully if given an unmapped or non-existent address. o Fix support of >4GB Xen domU dumpfiles. o Account for the renaming of the st_status_fixed_logout _lowcore struct member in 2.6.33 and later s390 and s390x kernels. o Add a defensive mechanism to handle corrupted "cache_cache". o Fix a startup segfault with 2.6.30 or later x86_64 dumpfiles from kernels compiled without CONFIG_SMP. o Fix a startup segfault if a kernel crashes while loding a kernel module. o Fix build failures with gcc-4.5 on x86_64. o Use mkstemps() from the built-in libiberty.a to allow running crash with pre-2.11 glibc versions. o Accept gdb-7.0 disassembler output on 2.6.20 and earlier x86 kernels. o Fix a gdb-7.0 regression that prevented "dis -l" from showing line numbers for some x86 base kernel text addresses. o Preparation for future s390x ELF dumpfile format. - Delete crash-large-xendump.patch: now solved in mainline.
Stephan Kulow (coolo)
committed
(revision 146)
converted link to branch
Petr Tesařík (ptesarik)
committed
(revision 145)
- Update to 5.0.0 o Update embedded gdb to FSF gdb-7.0. o Always recognize and display BUG()-induced exception frames when doing a backtrace on 2.6.29 and later x86_64 kernels. o Fix "ps -r" segfaults with 2.6.25 or later. o Fix "mount" on 2.6.32 and later (except "mount -i", which cannot be easily implemented for these kernel versions). o Recognize VMEMMAP_REGION virtual addresses in 2.6.26 and later ppc64 kernels compiled with CONFIG_SPARSEMEM_VMEMMAP. o Fix a 4.0-8.11 regression in determining the number of cpus on ppc64. o Fix "irq" on ppc64 kernel which do not define "irq_desc_t" as a typedef for "struct irq_desc". o Avoid the unnecessary "WARNING: sparsemem: invalid section number:" message when doing "rd" or "kmem" on CONFIG_SPARSEMEM_EXTREME kernels. - crash-Makefile-ADD_CFLAGS: remove Upstream has honoured the CFLAGS settings since 4.0-8.12.
Petr Tesařík (ptesarik)
committed
(revision 144)
properly handle xendumps larger than 4GBs. (bnc#542170)
Petr Tesařík (ptesarik)
accepted
request 31592
from
Jan Engelhardt (jengelh)
(revision 143)
Copy from home:jengelh:sparc/crash via accept of submit request 31592 revision 2. Request was accepted with message: reviewed ok.
autobuild
committed
(revision 142)
checked in
Petr Tesařík (ptesarik)
committed
(revision 141)
- Update to 4.1.2 o Fix initialization failure with 2.6.31 or later x86_64 CONFIG_NEED_MULTIPLE_NODES kernels running on systems that have multiple NUMA nodes. o Fix the snap.c extension module to properly handle NUMA systems with multiple nodes, or single-node systems whose first unity-mapped PT_LOAD segment starts on a non-zero physical address. o Fix "bt [-t|-T]" on x86 when the backtrace passes through three stacks (hard IRQ, soft IRQ, process). o Do not warn about "non-process stack address for this task" when "bt -S" is given a legitimate hard or soft IRQ stack address, or an x86_64 exception stack address. o Add a defensive mechanism to handle corrupt ELF core headers. o More non-functional changes for future integration of gdb-7.0 and for addressing Fedora packaging guidelines. - fixed reference to an uninitialized struct member
autobuild
committed
(revision 140)
checked in
Petr Tesařík (ptesarik)
committed
(revision 139)
Update to 4.1.1 o Add "lsmod" as a built-in alias for the "mod" command. o Enhance "bt" on x86_64 to display which one of the five exception stacks it is operating on. o Add defensive mechanism to handle corrupt Elf32_Nhdr/Elf64_Nhdr structures in an ELF vmcore. o Fix DEBUG exception stack size and stack base address on 2.6.18 and later x86_64 kernels. o Fix session initialization failure with 2.6.30 and later x86_64 kernels if the number of possible cpus equals the kernel's configured NR_CPUS. o Fix potential session initialization failure with 2.6.30 and later x86_64 kernel dumpfiles filtered by makedumpfile. o Fix "mach -c" on 2.6.30 and later x86_64 kernels. o Preparations in the top-level source code for the integration of gbd-7.0. The current embedded version remains gdb-6.1.
Petr Tesařík (ptesarik)
committed
(revision 138)
Make Kernel:kdump crash link to openSUSE:Factory
Petr Tesařík (ptesarik)
committed
(revision 137)
Petr Tesařík (ptesarik)
committed
(revision 136)
Remove extra files Do not provide files which can be linked from the base project.
Displaying revisions 241 - 260 of 395