Revisions of crash

Michal Hrusecky (old before rename to _miska_)'s avatar Michal Hrusecky (old before rename to _miska_) (-miska-) accepted request 176370 from David Mair's avatar David Mair (dmair) (revision 215)
- Correction of 161714 decline comment.
- Implementation of v6.1.3 from upstream.
- crash-display-date-fix.patch   - removed, in latest upstream
- crash-kmem_cache_slab.patch    - removed, in latest upstream
- crash-siginfo.patch            - removed, in latest upstream
- crash-var_length_log_rec.patch - removed, in latest upstream
- eppic-switch-to-system-lib.patch - Implementation of EPPIC via
  system library rather than retrieve and include in build. Added
  eppic constants to spec file without removing the sial constants
  for now.
- crash-crosscrash-hint.diff    - refreshed
- crash-make-emacs-default.diff - refreshed
- crash-sles9-time.patch        - refreshed
Petr Tesařík's avatar Petr Tesařík (ptesarik) accepted request 161665 from David Mair's avatar David Mair (dmair) (revision 214)
- Implementation of v6.1.3 from upstream including removal of
  redundant patches that back-ported part of it to 6.0.7.
buildservice-autocommit accepted request 156989 from Petr Tesařík's avatar Petr Tesařík (ptesarik) (revision 213)
baserev update by copy to link target
Petr Tesařík's avatar Petr Tesařík (ptesarik) accepted request 156514 from Stephan Kulow's avatar Stephan Kulow (coolo) (revision 212)
update license to new format
David Mair's avatar David Mair (dmair) accepted request 151192 from David Mair's avatar David Mair (dmair) (revision 211)
- Re-execution of 150764 by tabraham@suse.com to re-align patch
  content, re-number patches for latest spec contents and to
  remove some incidental content (e.g. whitespace insertion and
  leftover comments of new lines). Comment from tabraham follows:
 - added crash-display-date-fix.patch
   This is a backport of the fix from crash-6.0.9 to fix the date
   displayed by the initial system banner and by the "sys" command
   for linux kernel 3.6 and later. Without the patch, the date
   displayed will be that of the UNIX epoch adjusted to local time.
 - added crash-kmem_cache_slab.patch
   This is a backport of the fix from crash-6.1.0 for Linux 3.0 and
   later kernels that have been configured with CONFIG_SLAB and with-
   out CONFIG_NODES_SHIFT. Without the patch, the warning messages
   "crash: nr_node_ids: symbol does not exist" and "crash: unable to
   initialize kmem slab cache subsystem" are displayed during
   initialization, and the "kmem -[sS]" options fail with the message
   "kmem: kmem cache slab subsystem not available".
buildservice-autocommit accepted request 151175 from David Mair's avatar David Mair (dmair) (revision 210)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 151172 from David Mair's avatar David Mair (dmair) (revision 209)
- crash-compressed-booted-kernel.patch: Fix for "crash when invoked
  without arguments fails to analyze the live system" (bnc#777516).
David Mair's avatar David Mair (dmair) accepted request 150473 from David Mair's avatar David Mair (dmair) (revision 208)
Support compressed vmlinux for live system debug. The patch has been
around for a while, see bnc#777516.
buildservice-autocommit accepted request 149968 from Petr Tesařík's avatar Petr Tesařík (ptesarik) (revision 207)
baserev update by copy to link target
Petr Tesařík's avatar Petr Tesařík (ptesarik) committed (revision 206)
- crash-var_length_log_rec.patch: support variable-length record
  kernel log buffer present in kernel 3.5 and later (bnc#796151).
Petr Tesařík's avatar Petr Tesařík (ptesarik) accepted request 146751 from Thomas Abraham's avatar Thomas Abraham (tabraham1) (revision 205)
added support for variable-length record kernel log buffer present in kernel 3.5 and later - bnc#796151
buildservice-autocommit accepted request 129354 from David Mair's avatar David Mair (dmair) (revision 204)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 129195 from Andreas Jaeger's avatar Andreas Jaeger (a_jaeger) (revision 203)
Fix build with glibc 2.16 (struct siginfo -> siginfo_t).
buildservice-autocommit accepted request 128153 from David Mair's avatar David Mair (dmair) (revision 202)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 128152 from David Mair's avatar David Mair (dmair) (revision 201)
- Enabled support for reading dumpfiles compressed by LZO using
  makedumpfile version 1.4.4 or later.
buildservice-autocommit accepted request 123221 from David Mair's avatar David Mair (dmair) (revision 200)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 123218 from David Mair's avatar David Mair (dmair) (revision 199)
- Update to crash 6.0.7 from upstream and adjust patches to apply
  without offsets. Upstream changes:
  o Enhanced the search command to allow the searched-for value to
    be entered as a crash (expression) or a kernel symbol name. The
    resultant value of an (expression) or kernel symbol value must
    fit into in the designated value size if -w or -h are used, and
    neither variant may be used with the -c option.  If found, both
    the resultant value and the argument input string will be
    displayed next to the target address(es).
  o Added a new "search -t" option that will restrict the search to
    the kernel stack pages of all tasks.  If one or more matches
    are found in a task's kernel stack, the output is preceded with
    a task-identifying header.
  o Fix for the s390x "bt -[tT]" options when run on an active task
    on a live system.  Without the patch, the options fail with the 
    message "bt: invalid/stale stack pointer for this task: 0".
  o Fix for s390x "vm -p" option, which may show invalid user to
    physical address translation data if a page is not mapped.
    Without the patch, a page's translation may indicate
    "<address>   SWAP: (unknown swap location)  OFFSET: 0",
    or show an incorrect swap offset on an actual swap device.
  o Added new "vm -[xd]" options to be used in conjunction with
    "vm -[mv]", which override the current default output format 
    with hexadecimal or decimal format for just the command instance.  
    Without the patch, it would require changing the default output 
    format with "hex" or "dec" prior to executing "vm -[mv]".  The 
    new flags may also be used with "foreach vm -[mv]".
  o Fix for the s390x "vm -p" and "vtop -u <user-address>" commands
    if the page containing the relevant PTE is not mapped.  Without
    the patch, the commands fail with the error message "vm: read
	.
	.
	.
buildservice-autocommit accepted request 121299 from Petr Tesařík's avatar Petr Tesařík (ptesarik) (revision 198)
baserev update by copy to link target
Petr Tesařík's avatar Petr Tesařík (ptesarik) committed (revision 197)
- delete crash-foreach-match-running.patch: upstream
- Update to crash 6.0.6 from upstream
Petr Tesařík's avatar Petr Tesařík (ptesarik) accepted request 121231 from David Mair's avatar David Mair (dmair) (revision 196)
- Update to crash 6.0.6 from upstream and adjust patch alignment
  to match new crash source. Also removed the following patch as it
  is already applied in new source crash-foreach-match-running.patch
  glibc requirement increases to 2.15
  6.0.6 changelog is:
  o Extend the supported cross-architecture build capability so
    that it applies to the SIAL extentension module. Without the
    patch, when building the SIAL module an environment where the
    overlying crash utility was built with "make target=ARM",
    "make target=PPC", or "make target=X86", the SIAL extension
    module would continue to be built for the host architecture
  o Fixes for memory leaks and possible segmentation violations
    when unloading SIAL extension module scripts.
  o Fix for the new "foreach RU" task state qualifier.  Without the
    patch, the runnable tasks are not selected.
  o Fix to disallow multiple task states from being entered using
    the "foreach <task-state>" qualifier.  Without the patch, if
    multiple states were entered, the last one on the command line 
    would be honored.
  o Fix for the "extend" command to allow the usage of 32-bit PPC 
    extension modules.  Without the patch, the command fails with the
    message: "extend: <object>.so: not an ELF format object file".
  o If an input line starts with "#" or "//", then the line will be 
    saved as a comment that is visible when re-cycling through the 
    command history list.
  o Fix for a crash-5.1.9 regression that broke the "bt -g" option.
    Without the patch, the option is ignored completely.
  o Fix for s390x virtual-to-physical translation of virtual
    addresses that are backed by 1MB pages.
  o The s390x has a dumpfile method that creates "live dumps", where...
Displaying revisions 181 - 200 of 395
openSUSE Build Service is sponsored by