Hello community, here is the log from the commit of package crash for openSUSE:Factory checked in at 2020-01-29 13:20:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/crash (Old) and /work/SRC/openSUSE:Factory/.crash.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "crash" Wed Jan 29 13:20:18 2020 rev:158 rq:768200 version:7.2.7 Changes: -------- --- /work/SRC/openSUSE:Factory/crash/crash.changes 2019-11-15 00:19:34.635965178 +0100 +++ /work/SRC/openSUSE:Factory/.crash.new.26092/crash.changes 2020-01-29 13:21:15.694258212 +0100 @@ -1,0 +2,8 @@ +Fri Jan 10 17:41:20 UTC 2020 - David Mair <[email protected]> + +- Upgrade source tarball to version 7.2.7 to support currently used + kernel versions. +- drop the following patch that is obsoleted by souce upgrade: + * crash-allow-kmem-section-is-early.patch + +------------------------------------------------------------------- Old: ---- crash-7.2.6.tar.gz crash-allow-kmem-section-is-early.patch New: ---- crash-7.2.7.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ crash.spec ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.474259121 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.478259124 +0100 @@ -1,7 +1,7 @@ # # spec file for package crash # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -57,11 +57,11 @@ %endif %endif %endif -Url: http://people.redhat.com/anderson/ +URL: http://people.redhat.com/anderson/ Summary: Crash utility for live systems; netdump, diskdump, LKCD or mcore dumpfiles License: GPL-3.0-or-later AND GFDL-1.2-only Group: Development/Tools/Debuggers -Version: 7.2.6 +Version: 7.2.7 Release: 0 Source: %{name}-%{version}.tar.gz Source2: crash_whitepaper-%{whitepaper_version}.tar.bz2 @@ -88,7 +88,6 @@ Patch15: %{name}_enable_snappy_support.patch Patch16: eppic-support-arm64.patch Patch21: %{name}-allow-use-of-sadump-captured-KASLR-kernel.patch -Patch22: %{name}-allow-kmem-section-is-early.patch Patch23: %{name}-symbols-add-support-for-XZ.patch Patch24: %{name}-s390-autodetect-kaslr.patch Patch90: %{name}-sial-ps-2.6.29.diff @@ -286,7 +285,6 @@ %patch11 -p1 %patch13 -p1 %patch21 -p1 -%patch22 -p1 %patch23 -p1 %patch24 -p1 %if %{have_snappy} ++++++ crash-7.2.6.tar.gz -> crash-7.2.7.tar.gz ++++++ /work/SRC/openSUSE:Factory/crash/crash-7.2.6.tar.gz /work/SRC/openSUSE:Factory/.crash.new.26092/crash-7.2.7.tar.gz differ: char 5, line 1 ++++++ crash-allow-use-of-sadump-captured-KASLR-kernel.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.526259148 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.526259148 +0100 @@ -22,11 +22,11 @@ symbols.c | 3 +++ 1 file changed, 3 insertions(+) -Index: b/symbols.c +Index: crash-7.2.7/symbols.c =================================================================== ---- a/symbols.c -+++ b/symbols.c -@@ -1151,6 +1151,9 @@ symname_hash_install(struct syment *spn) +--- crash-7.2.7.orig/symbols.c ++++ crash-7.2.7/symbols.c +@@ -1157,6 +1157,9 @@ symname_hash_install(struct syment *spn) } } } ++++++ crash-compressed-booted-kernel.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.538259154 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.538259154 +0100 @@ -9,11 +9,11 @@ filesys.c | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) -Index: b/filesys.c +Index: crash-7.2.7/filesys.c =================================================================== ---- a/filesys.c -+++ b/filesys.c -@@ -582,6 +582,7 @@ static int +--- crash-7.2.7.orig/filesys.c ++++ crash-7.2.7/filesys.c +@@ -581,6 +581,7 @@ static int find_booted_kernel(void) { char kernel[BUFSIZE]; @@ -21,7 +21,7 @@ char buffer[BUFSIZE]; char **searchdirs; int i, preferred, wrapped; -@@ -631,16 +632,24 @@ find_booted_kernel(void) +@@ -630,16 +631,24 @@ find_booted_kernel(void) sprintf(kernel, "%s%s", searchdirs[i], dp->d_name); if (mount_point(kernel) || @@ -50,7 +50,7 @@ if (found) break; } -@@ -660,10 +669,19 @@ find_booted_kernel(void) +@@ -659,10 +668,19 @@ find_booted_kernel(void) if (CRASHDEBUG(1)) fprintf(fp, "find_booted_kernel: found: %s\n", pc->namelist); ++++++ crash-debuginfo-compressed.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.546259158 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.546259158 +0100 @@ -12,10 +12,10 @@ symbols.c | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) -Index: b/symbols.c +Index: crash-7.2.7/symbols.c =================================================================== ---- a/symbols.c -+++ b/symbols.c +--- crash-7.2.7.orig/symbols.c ++++ crash-7.2.7/symbols.c @@ -203,9 +203,9 @@ symtab_init(void) * Pull a bait-and-switch on st->bfd if we've got a separate * .gnu_debuglink file that matches the CRC. Not done for kerntypes. ++++++ crash-make-emacs-default.diff ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.578259175 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.578259175 +0100 @@ -2,11 +2,11 @@ main.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) -Index: b/main.c +Index: crash-7.2.7/main.c =================================================================== ---- a/main.c -+++ b/main.c -@@ -1164,12 +1164,6 @@ setup_environment(int argc, char **argv) +--- crash-7.2.7.orig/main.c ++++ crash-7.2.7/main.c +@@ -1169,12 +1169,6 @@ setup_environment(int argc, char **argv) pc->flags |= READLINE; pc->editing_mode = "no_mode"; @@ -19,7 +19,7 @@ /* * Resolve $HOME .rc file first, then the one in the local directory. -@@ -1219,7 +1213,7 @@ setup_environment(int argc, char **argv) +@@ -1224,7 +1218,7 @@ setup_environment(int argc, char **argv) } if (STREQ(pc->editing_mode, "no_mode")) ++++++ crash-missing-declarations.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.590259181 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.590259181 +0100 @@ -7,9 +7,11 @@ gdb-7.6.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) ---- a/gdb-7.6.patch -+++ b/gdb-7.6.patch -@@ -17,6 +17,16 @@ +Index: crash-7.2.7/gdb-7.6.patch +=================================================================== +--- crash-7.2.7.orig/gdb-7.6.patch ++++ crash-7.2.7/gdb-7.6.patch +@@ -41,6 +41,16 @@ exit 0 ./pex-djgpp.$(objext) ./pex-msdos.$(objext) \ ./pex-unix.$(objext) ./pex-win32.$(objext) \ ./putenv.$(objext) \ ++++++ crash-s390-autodetect-kaslr.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.614259193 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.614259193 +0100 @@ -4,11 +4,11 @@ the "--kaslr=<offset>" command line option is required. ([email protected]) --- -Index: b/symbols.c +Index: crash-7.2.7/symbols.c =================================================================== ---- a/symbols.c -+++ b/symbols.c -@@ -612,6 +612,12 @@ kaslr_init(void) +--- crash-7.2.7.orig/symbols.c ++++ crash-7.2.7/symbols.c +@@ -618,6 +618,12 @@ kaslr_init(void) st->_stext_vmlinux = UNINITIALIZED; } ++++++ crash-sles9-time.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.622259197 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.626259199 +0100 @@ -14,11 +14,11 @@ task.c | 11 +++++++++++ 3 files changed, 27 insertions(+), 1 deletion(-) -Index: b/defs.h +Index: crash-7.2.7/defs.h =================================================================== ---- a/defs.h -+++ b/defs.h -@@ -739,6 +739,7 @@ struct kernel_table { +--- crash-7.2.7.orig/defs.h ++++ crash-7.2.7/defs.h +@@ -741,6 +741,7 @@ struct kernel_table { ulong p2m_missing; } pvops_xen; int highest_irq; @@ -26,7 +26,7 @@ #define IKCONFIG_AVAIL 0x1 /* kernel contains ikconfig data */ #define IKCONFIG_LOADED 0x2 /* ikconfig data is currently loaded */ int ikconfig_flags; -@@ -6878,6 +6879,13 @@ extern struct lkcd_environment *lkcd; +@@ -6885,6 +6886,13 @@ extern struct lkcd_environment *lkcd; #endif /* LKCD_COMMON */ @@ -40,10 +40,10 @@ /* * gdb_interface.c */ -Index: b/kernel.c +Index: crash-7.2.7/kernel.c =================================================================== ---- a/kernel.c -+++ b/kernel.c +--- crash-7.2.7.orig/kernel.c ++++ crash-7.2.7/kernel.c @@ -297,6 +297,12 @@ kernel_init() verify_version(); @@ -57,7 +57,7 @@ if (symbol_exists("__per_cpu_offset")) { if (LKCD_KERNTYPES()) i = get_cpus_possible(); -@@ -5549,7 +5555,7 @@ get_uptime(char *buf, ulonglong *j64p) +@@ -5603,7 +5609,7 @@ get_uptime(char *buf, ulonglong *j64p) if (symbol_exists("jiffies_64")) { get_symbol_data("jiffies_64", sizeof(ulonglong), &jiffies_64); @@ -66,7 +66,7 @@ wrapped = (jiffies_64 & 0xffffffff00000000ULL); if (wrapped) { wrapped -= 0x100000000ULL; -@@ -6145,6 +6151,7 @@ no_cpu_flags: +@@ -6199,6 +6205,7 @@ no_cpu_flags: fprintf(fp, " p2m_mid_missing: %lx\n", kt->pvops_xen.p2m_mid_missing); fprintf(fp, " p2m_missing: %lx\n", kt->pvops_xen.p2m_missing); } @@ -74,10 +74,10 @@ } /* -Index: b/task.c +Index: crash-7.2.7/task.c =================================================================== ---- a/task.c -+++ b/task.c +--- crash-7.2.7.orig/task.c ++++ crash-7.2.7/task.c @@ -4611,6 +4611,12 @@ start_time_timespec(void) default: break; ++++++ crash-symbols-add-support-for-XZ.patch ++++++ --- /var/tmp/diff_new_pack.gXQYGD/_old 2020-01-29 13:21:17.634259203 +0100 +++ /var/tmp/diff_new_pack.gXQYGD/_new 2020-01-29 13:21:17.634259203 +0100 @@ -12,11 +12,11 @@ symbols.c | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) -Index: b/symbols.c +Index: crash-7.2.7/symbols.c =================================================================== ---- a/symbols.c -+++ b/symbols.c -@@ -3597,6 +3597,7 @@ is_compressed_kernel(char *file, char ** +--- crash-7.2.7.orig/symbols.c ++++ crash-7.2.7/symbols.c +@@ -3603,6 +3603,7 @@ is_compressed_kernel(char *file, char ** #define GZIP (1) #define BZIP2 (2) @@ -24,7 +24,7 @@ #define FNAME (1 << 3) -@@ -3646,6 +3647,19 @@ is_compressed_kernel(char *file, char ** +@@ -3652,6 +3653,19 @@ is_compressed_kernel(char *file, char ** type = BZIP2; } @@ -44,7 +44,7 @@ if (!type) return FALSE; -@@ -3681,6 +3695,12 @@ is_compressed_kernel(char *file, char ** +@@ -3687,6 +3701,12 @@ is_compressed_kernel(char *file, char ** "/bin/bunzip2" : "/usr/bin/bunzip2", file, tempname); break;
