Hello community,

here is the log from the commit of package crash for openSUSE:Leap:15.2 checked 
in at 2020-01-17 12:05:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/crash (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.crash.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "crash"

Fri Jan 17 12:05:20 2020 rev:41 rq:764666 version:7.2.7

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/crash/crash.changes    2020-01-15 
14:51:02.881438300 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.crash.new.26092/crash.changes 2020-01-17 
12:05:25.096609137 +0100
@@ -1,0 +2,10 @@
+Tue Jan 14 18:02:35 UTC 2020 - David Mair <[email protected]>
+
+- 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:
+  * 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.S7rlS4/_old  2020-01-17 12:05:26.640609816 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.648609821 +0100
@@ -61,7 +61,7 @@
 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
@@ -89,7 +89,6 @@
 Patch16:        eppic-support-arm64.patch
 Patch18:        %{name}-stop_read_error_when_intent_is_retry.patch
 Patch21:        %{name}-allow-use-of-sadump-captured-KASLR-kernel.patch
-Patch22:        %{name}-allow-kmem-section-is-early.patch
 Patch23:        
%{name}-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch
 Patch24:        
%{name}-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch
 Patch25:        %{name}-s390-autodetect-kaslr.patch
@@ -289,7 +288,6 @@
 %patch13 -p1
 %patch18 -p1
 %patch21 -p1
-%patch22 -p1
 %patch23 -p1
 %patch24 -p1
 %patch25 -p1

++++++ crash-7.2.6.tar.gz -> crash-7.2.7.tar.gz ++++++
/work/SRC/openSUSE:Leap:15.2/crash/crash-7.2.6.tar.gz 
/work/SRC/openSUSE:Leap:15.2/.crash.new.26092/crash-7.2.7.tar.gz differ: char 
5, line 1

++++++ 
crash-SLE15-SP1-Fix-for-PPC64-kernel-virtual-address-translation-in.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.720609852 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.720609852 +0100
@@ -16,10 +16,10 @@
 
 ---
 
-Index: crash-7.2.6/ppc64.c
+Index: b/ppc64.c
 ===================================================================
---- crash-7.2.6.orig/ppc64.c
-+++ crash-7.2.6/ppc64.c
+--- a/ppc64.c
++++ b/ppc64.c
 @@ -512,8 +512,9 @@ ppc64_init(int when)
  
                                        if (THIS_KERNEL_VERSION >= 
LINUX(4,12,0)) {

++++++ crash-SLE15-SP1-With-Linux-4.19-rc1-up-MAX_PHYSMEM_BITS-to-128TB.patch 
++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.728609856 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.728609856 +0100
@@ -10,11 +10,11 @@
 [note: apply on 4.12+ for SLE 15 SP1 - incompatible with SLE 15 SP0]
 ---
 
-Index: crash-7.2.6/defs.h
+Index: b/defs.h
 ===================================================================
---- crash-7.2.6.orig/defs.h
-+++ crash-7.2.6/defs.h
-@@ -6886,6 +6886,9 @@ extern struct lkcd_environment *lkcd;
+--- a/defs.h
++++ b/defs.h
+@@ -6893,6 +6893,9 @@ extern struct lkcd_environment *lkcd;
  #define is_SLES9() \
        ((THIS_KERNEL_VERSION == LINUX(2,6,5)) && kt->is_suse_kernel)
  
@@ -24,10 +24,10 @@
  /*
   *  gdb_interface.c
   */
-Index: crash-7.2.6/ppc64.c
+Index: b/ppc64.c
 ===================================================================
---- crash-7.2.6.orig/ppc64.c
-+++ crash-7.2.6/ppc64.c
+--- a/ppc64.c
++++ b/ppc64.c
 @@ -237,9 +237,14 @@ static int set_ppc64_max_physmem_bits(vo
                 */
                machdep->max_physmem_bits = _MAX_PHYSMEM_BITS_4_20;

++++++ crash-allow-use-of-sadump-captured-KASLR-kernel.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.732609857 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.736609859 +0100
@@ -26,7 +26,7 @@
 ===================================================================
 --- a/symbols.c
 +++ b/symbols.c
-@@ -1151,6 +1151,9 @@ symname_hash_install(struct syment *spn)
+@@ -1157,6 +1157,9 @@ symname_hash_install(struct syment *spn)
                        }
                }
        }

++++++ crash-compressed-booted-kernel.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.740609861 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.740609861 +0100
@@ -13,7 +13,7 @@
 ===================================================================
 --- a/filesys.c
 +++ b/filesys.c
-@@ -582,6 +582,7 @@ static int
+@@ -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-make-emacs-default.diff ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.764609872 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.768609873 +0100
@@ -6,7 +6,7 @@
 ===================================================================
 --- a/main.c
 +++ b/main.c
-@@ -1164,12 +1164,6 @@ setup_environment(int argc, char **argv)
+@@ -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.S7rlS4/_old  2020-01-17 12:05:26.772609874 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.772609874 +0100
@@ -7,9 +7,11 @@
  gdb-7.6.patch |   10 ++++++++++
  1 file changed, 10 insertions(+)
 
+Index: b/gdb-7.6.patch
+===================================================================
 --- a/gdb-7.6.patch
 +++ b/gdb-7.6.patch
-@@ -17,6 +17,16 @@
+@@ -41,6 +41,16 @@ exit 0
        ./pex-djgpp.$(objext) ./pex-msdos.$(objext)                     \
         ./pex-unix.$(objext) ./pex-win32.$(objext)                     \
         ./putenv.$(objext)                                             \

++++++ crash-patch-gdb.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.780609879 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.780609879 +0100
@@ -14,6 +14,8 @@
  Makefile |    7 +++++--
  1 file changed, 5 insertions(+), 2 deletions(-)
 
+Index: b/Makefile
+===================================================================
 --- a/Makefile
 +++ b/Makefile
 @@ -263,8 +263,11 @@ gdb_unzip:

++++++ crash-s390-autodetect-kaslr.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.800609887 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.800609887 +0100
@@ -8,7 +8,7 @@
 ===================================================================
 --- a/symbols.c
 +++ b/symbols.c
-@@ -612,6 +612,12 @@ kaslr_init(void)
+@@ -618,6 +618,12 @@ kaslr_init(void)
                st->_stext_vmlinux = UNINITIALIZED;
        }
  

++++++ crash-sles9-quirk.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.808609890 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.812609892 +0100
@@ -53,6 +53,8 @@
  lkcd_v8.c |   11 +++++++++++
  1 file changed, 11 insertions(+)
 
+Index: b/lkcd_v8.c
+===================================================================
 --- a/lkcd_v8.c
 +++ b/lkcd_v8.c
 @@ -130,6 +130,17 @@ lkcd_dump_init_v8_arch(dump_header_t *dh

++++++ crash-sles9-time.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.816609894 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.816609894 +0100
@@ -18,7 +18,7 @@
 ===================================================================
 --- a/defs.h
 +++ b/defs.h
-@@ -739,6 +739,7 @@ struct kernel_table {
+@@ -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 */
  
@@ -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);
        }

++++++ crash-stop_read_error_when_intent_is_retry.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.824609897 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.824609897 +0100
@@ -10,11 +10,11 @@
 
 ---
 
-Index: crash-7.2.6/memory.c
+Index: b/memory.c
 ===================================================================
---- crash-7.2.6.orig/memory.c
-+++ crash-7.2.6/memory.c
-@@ -2287,8 +2287,6 @@ readmem(ulonglong addr, int memtype, voi
+--- a/memory.c
++++ b/memory.c
+@@ -2319,8 +2319,6 @@ readmem(ulonglong addr, int memtype, voi
                          goto readmem_error;
  
                case READ_ERROR:
@@ -23,7 +23,7 @@
                        if ((pc->flags & DEVMEM) && (kt->flags & 
PRE_KERNEL_INIT) &&
                            !(error_handle & NO_DEVMEM_SWITCH) && 
devmem_is_restricted() && 
                            switch_to_proc_kcore()) {
-@@ -2296,6 +2294,8 @@ readmem(ulonglong addr, int memtype, voi
+@@ -2328,6 +2326,8 @@ readmem(ulonglong addr, int memtype, voi
                                return(readmem(addr, memtype, bufptr, size,
                                        type, error_handle));
                        }

++++++ crash_enable_lzo_support.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.836609903 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.840609905 +0100
@@ -3,10 +3,14 @@
  LDFLAGS.extra |    1 +
  2 files changed, 2 insertions(+)
 
+Index: b/CFLAGS.extra
+===================================================================
 --- /dev/null
 +++ b/CFLAGS.extra
 @@ -0,0 +1 @@
 +-DLZO
+Index: b/LDFLAGS.extra
+===================================================================
 --- /dev/null
 +++ b/LDFLAGS.extra
 @@ -0,0 +1 @@

++++++ crash_enable_snappy_support.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.844609907 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.844609907 +0100
@@ -9,11 +9,15 @@
  LDFLAGS.extra |    2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)
 
+Index: b/CFLAGS.extra
+===================================================================
 --- a/CFLAGS.extra
 +++ b/CFLAGS.extra
 @@ -1 +1 @@
 --DLZO
 +-DLZO -DSNAPPY
+Index: b/LDFLAGS.extra
+===================================================================
 --- a/LDFLAGS.extra
 +++ b/LDFLAGS.extra
 @@ -1 +1 @@

++++++ eppic-support-arm64.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.868609917 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.868609917 +0100
@@ -11,6 +11,8 @@
  extensions/eppic/applications/crash/eppic.c |    4 ++++
  1 file changed, 4 insertions(+)
 
+Index: b/extensions/eppic/applications/crash/eppic.c
+===================================================================
 --- a/extensions/eppic/applications/crash/eppic.c
 +++ b/extensions/eppic/applications/crash/eppic.c
 @@ -1033,10 +1033,14 @@ _init() /* Register the command set. */

++++++ eppic-switch-to-system-lib.patch ++++++
--- /var/tmp/diff_new_pack.S7rlS4/_old  2020-01-17 12:05:26.876609920 +0100
+++ /var/tmp/diff_new_pack.S7rlS4/_new  2020-01-17 12:05:26.876609920 +0100
@@ -3,6 +3,8 @@
  extensions/eppic/applications/crash/eppic.c | 1110 
++++++++++++++++++++++++++++
  2 files changed, 1112 insertions(+), 24 deletions(-)
 
+Index: b/extensions/eppic.mk
+===================================================================
 --- a/extensions/eppic.mk
 +++ b/extensions/eppic.mk
 @@ -31,29 +31,7 @@ all:
@@ -46,6 +48,8 @@
  
  clean:
        if  [ -d eppic/libeppic ]; \
+Index: b/extensions/eppic/applications/crash/eppic.c
+===================================================================
 --- /dev/null
 +++ b/extensions/eppic/applications/crash/eppic.c
 @@ -0,0 +1,1110 @@


Reply via email to