Revisions of crash
Petr Tesařík (ptesarik)
accepted
request 860726
from
Michal Suchanek (michals)
(revision 335)
- Fix "kmem -i" option on Linux 5.9-rc1 and later kernels (bsc#1179970 ltc#188981). crash-Fix-kmem-i-option-on-Linux-5.9-rc1-and-later-kernels.patch - Fix crash utility is taking forever to initialize a vmcore from large config system (bsc#1178827 ltc#189279). crash-task.c-avoid-unnecessary-cpu-cycles-in-stkptr_to_tas.patch
buildservice-autocommit
accepted
request 860503
from
David Mair (dmair)
(revision 334)
baserev update by copy to link target
David Mair (dmair)
accepted
request 854147
from
David Mair (dmair)
(revision 333)
- Corrected project URL in spec file to match the changed upstream location as-of May 30th 2020. Noted the project URL change in README.SUSE without removing the old URL because it represents the location the project source was obtained from. The next project source update is available from the new project URL. When the package is updated with that source all URL project references will be modified to only show the new URL. Add crash-update-whitepaper-URL.patch Note change of no longer valid old project whitepaper URL to current valid project whitepaper URL in help output. Leave the old one reported because it represents the location the project source was obtained from for this package version. (bsc#1179536)
buildservice-autocommit
accepted
request 844522
from
Takashi Iwai (tiwai)
(revision 332)
baserev update by copy to link target
Takashi Iwai (tiwai)
accepted
request 840428
from
Guillaume GARDET (Guillaume_G)
(revision 331)
- Fix build on aarch64: crash-gdb-fix-aarch64.patch
buildservice-autocommit
accepted
request 833827
from
Petr Tesařík (ptesarik)
(revision 330)
baserev update by copy to link target
Petr Tesařík (ptesarik)
accepted
request 833816
from
David Mair (dmair)
(revision 329)
- Add crash-verify-exception-frame-accessible-for-all-verify-requests.patch In calls to search a stack for x86_64 exceptions a flag is used to request the stack be verified for room to contain saved registers. The verify is not performed if other flags are used in the same call. Fixing this exposes another bug where only a kernel stack is verified anyway, even if the exception is being searched for on a userspace stack. Patch fixes both problems. (bsc#1162297)
buildservice-autocommit
accepted
request 832084
from
Petr Tesařík (ptesarik)
(revision 328)
baserev update by copy to link target
Petr Tesařík (ptesarik)
committed
(revision 327)
Do not require kernel-syms-rt for Factory, because there is no kernel-rt there.
Petr Tesařík (ptesarik)
accepted
request 832078
from
Petr Tesařík (ptesarik)
(revision 326)
- Add eppic-remove-duplicate-symbols.patch Fix eppic extension build. - Add crash-fix-memory_driver-build-kernel-5.8.patch Fix memory driver build failure with kernels 5.8+. - Always build crash KMPs.
buildservice-autocommit
accepted
request 803050
from
Michal Suchanek (michals)
(revision 325)
baserev update by copy to link target
Michal Suchanek (michals)
accepted
request 800961
from
michel_mno
(revision 324)
- remove bypass lto and add -mfull-toc for ppc64le to check boo#1146646
buildservice-autocommit
accepted
request 799673
from
Petr Tesařík (ptesarik)
(revision 323)
baserev update by copy to link target
Petr Tesařík (ptesarik)
accepted
request 798666
from
Petr Tesařík (ptesarik)
(revision 322)
Fix SLE11 builds: - Add crash-Define-fallback-PN_XNUM.patch Add a fallback PN_XNUM definition.
Petr Tesařík (ptesarik)
committed
(revision 321)
Remove ancient KMP compatibility cruft.
buildservice-autocommit
accepted
request 796107
from
Michal Suchanek (michals)
(revision 320)
baserev update by copy to link target
Petr Tesařík (ptesarik)
committed
(revision 318)
Handle %license.
Petr Tesařík (ptesarik)
committed
(revision 317)
Update patch headers.
Petr Tesařík (ptesarik)
accepted
request 795358
from
Michal Suchanek (michals)
(revision 316)
- Make Factory ppc64 crash usable on both SLE 15 SP1 and releases before SLE15 SP1 (bsc#1148197). This is only a workaround that requires to build crash for each codestream separately. - Drop crash-s390-autodetect-kaslr.patch which has been merged in 7.2.7. Merge missing patches from SLE15 SP2: crash-stop_read_error_when_intent_is_retry.patch crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch And SLE 15 SP2 bug references and changelog entries: - Upgraded the source tarball to version 7.2.7. This is required to support coredumps from currently used kernel versions in the product (bsc#1159686). - droped the patch obsoleted due to already being present in the new source: - Added patch for commit 326e1b8f83a4318b09033ef754f40c785aed5e68 Upgraded the source tarball to version 7.2.6 to bring better support of version 5 kernels such as 5.3 in SLE-15-SP2 (bsc#114706) Dropped the following patches obsoleted by the version upgrade: crash-Fix-and-an-update-for-the-ipcs-command.patch crash-update-recognition-of-x86_64-CPU_ENTRY_AREA.patch Re-aligned the following patches with the new version source: crash-allow-use-of-sadump-captured-KASLR-kernel.patch crash-debuginfo-compressed.patch crash-make-emacs-default.diff crash-sles9-time.patch Modified the following patches to integrate with version upgrade: crash-compressed-booted-kernel.patch crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch - Update for XEN dom0 changes in v4.11 that cause coredumps made of a domU using virch on the dom0 to fail to load in the dom0 version of crash reporting "crash: invalid kernel virtual address: <address> type:fill_pcpu_struct", followed by "WARNING: cannot fill pcpu_struct" and "crash: cannot read cpu_info" (bsc#1124690 and bsc#1122594) Added: - Update the recognition of x86_64 CPU_ENTRY_AREA (bsc#1104743, bsc#1090127) Added: crash-update-recognition-of-x86_64-CPU_ENTRY_AREA.patch - Fix SLE15 SP1 Incorrect vmcore generated (bsc#1119791). Added: crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch This is not compatible with SLE15 and SLE12 SP4. - Added: crash-Fix-and-an-update-for-the-ipcs-command.patch The update is required for Linux 4.11 and greater kernels, which reimplemented the IDR facility to use radix trees in kernel commit 0a835c4f090af2c76fc2932c539c3b32fd21fbbb, titled "Reimplement IDR and IDA using the radix tree". Without the patch, if any IPCS entry exists, the command would fail with the message "ipcs: invalid structure member offset: idr_top" (bsc#1092101)
Displaying revisions 61 - 80 of 395