Revisions of crash

buildservice-autocommit accepted request 1157442 from Petr Tesařík's avatar Petr Tesařík (ptesarik) (revision 393)
baserev update by copy to link target
Petr Tesařík's avatar Petr Tesařík (ptesarik) accepted request 1151125 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 392)
Prepare for RPM 4.20
buildservice-autocommit accepted request 1127789 from David Mair's avatar David Mair (dmair) (revision 391)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 1127773 from David Mair's avatar David Mair (dmair) (revision 390)
- Tidy patches to apply without offsets to crash 8.0.4/gdb 10.2:
 - crash-allow-use-of-sadump-captured-KASLR-kernel.patch
 - crash-debuginfo-compressed.patch
 - crash-make-emacs-default.diff
 - crash-sles9-time.patch
 - crash-stop_read_error_when_intent_is_retry.patch
 - crash-usrmerge.patch
buildservice-autocommit accepted request 1127194 from David Mair's avatar David Mair (dmair) (revision 389)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 1127180 from David Mair's avatar David Mair (dmair) (revision 388)
- Update to crash-8.0.4
 - Removed patches already present in upstream source:
  * crash-fix-glibc-redefs.patch
  * crash-get-linux_banner-without-using-syment-type.patch
- Removed the redundant clean section from the spec file
buildservice-autocommit accepted request 1115904 from David Mair's avatar David Mair (dmair) (revision 387)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 1115903 from David Mair's avatar David Mair (dmair) (revision 386)
- Updated crash gcore extension to current upstream v1.64 dated
  2023-02-28. It's not updated in each product version and most
  don't release a crash-gcore rpm now but updated the latest
  openSUSE package project at this time.
buildservice-autocommit accepted request 1113049 from David Mair's avatar David Mair (dmair) (revision 385)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 1112906 from David Mair's avatar David Mair (dmair) (revision 384)
- On initialization crash verifies the core based on the text
  referenced by the linux_banner symbol in the supplied core. It
  chooses how to get the address of the text based on the symbol
  type decoded with gdb. For some compressed kernels with an
  accessible debuginfo file the type is not supported (bss segment
  found, data reference expected) but the symbol and it's value are
  valid. This causes the linux_banner text to be used as the
  "address" of the linux_banner and that's an invalid address for
   the coredump causing crash to fail to load reporting something
  like:
  WARNING: invalid linux_banner pointer: 65762078756e694c
  where the address is obviously ASCII text used as a number. A
  SUSE patch to support compressed kernel binaries introduces the
  behavior, it does not happen for upstream crash source as-is. The
  difference is whether the symbol details are obtained from the
  kernel binary or debuginfo (fails for some debuginfos).
  * crash-get-linux_banner-without-using-syment-type.patch
  In verify_version(), choose how to obtain the linux_banner address
  based on the result of get_symbol_type() instead. TYPE_CODE_ARRAY
  causes the value of the symbol obtained from gdb to be used.
  TYPE_CODE_PTR causes the sybol data to be read to get the address.
  Default is unrecognized type but a warning is shown and the value
  obtained from gdb used as a best case choice.
  (bsc#1190434 c#24)
buildservice-autocommit accepted request 1112603 from David Mair's avatar David Mair (dmair) (revision 383)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 1093101 from Olaf Hering's avatar Olaf Hering (olh) (revision 382)
- Remove hard dependency to kernel macros to allow quilt setup
buildservice-autocommit accepted request 1104092 from David Mair's avatar David Mair (dmair) (revision 381)
baserev update by copy to link target
David Mair's avatar David Mair (dmair) accepted request 1104081 from David Mair's avatar David Mair (dmair) (revision 380)
- crash has it's own definitions of some glibc functions, including
  strlcpy(), length limited string copy. In glibc 2.38 the second
  argument is const char *, in crash it is char *. The argument is
  the source string to copy from and shouldn't be modified.  crash
  uses the glibc version in some places, it's own in others and the
  declarations are incompatible resulting in build errors. Added
  * crash-fix-glibc-redefs.patch
  to make the crash declaration of strlcpy() match the glibc 2.38
  version. It may also need to be made product version conditional
  but it should fix Factory.
buildservice-autocommit accepted request 1084726 from Petr Tesařík's avatar Petr Tesařík (ptesarik) (revision 379)
baserev update by copy to link target
Petr Tesařík's avatar Petr Tesařík (ptesarik) committed (revision 378)
- Fix build on SLE12:
  * crash-gdb-gnulib-define-warndecl.patch: Provide a definition of
    __warndecl() in the gnulib copy of cdefs.h.
    * crash-EPPIC-extension-support-for-crash-8.x-gdb-10.x.patch
Petr Tesařík's avatar Petr Tesařík (ptesarik) committed (revision 377)
- Update to crash 8.0.3
  - Remove upstreamed patches:
    * crash-Add-RISCV64-framework-code-support.patch
    * crash-RISCV64-Make-crash-tool-enter-command-line-and-suppo.patch
    * crash-RISCV64-Add-dis-command-support.patch
    * crash-RISCV64-Add-irq-command-support.patch
    * crash-RISCV64-Add-bt-command-support.patch
    * crash-RISCV64-Add-help-r-command-support.patch
    * crash-RISCV64-Add-help-m-M-command-support.patch
    * crash-RISCV64-Add-mach-command-support.patch
    * crash-RISCV64-Add-the-implementation-of-symbol-verify.patch
    * crash-define-EM_RISCV-fallback.patch
    * gdb-10.2-Revert-gnulib-fix-stat-fstat-build-errors.patch
    * gdb-10.2-gnulib-update-to-776af40e0.patch
  - Remove crash-trace-2021-02-08.tar.bz2
Petr Tesařík's avatar Petr Tesařík (ptesarik) committed (revision 376)
- Stop building the trace extension from the main package. The
  extension is now built from the crash-trace source package.
- Remove crash-trace-2021-02-08.tar.bz2
buildservice-autocommit accepted request 1081789 from Petr Tesařík's avatar Petr Tesařík (ptesarik) (revision 375)
baserev update by copy to link target
Petr Tesařík's avatar Petr Tesařík (ptesarik) committed (revision 374)
- Fix ppc64le build with glibc 2.32+:
  * gdb-10.2-Revert-gnulib-fix-stat-fstat-build-errors.patch
  * gdb-10.2-gnulib-update-to-776af40e0.patch
  * crash-gdb-10.2.series: Patch series for the embedded GDB.
  * crash-gdb-7.6.series: Remove (obsolete).
Displaying revisions 1 - 20 of 393
openSUSE Build Service is sponsored by