- Update to 7.3.0 (jsc#SLE-17360).
- Refresh
* eppic-switch-to-system-lib.patch
- Remove upstreamed patches
- crash-xen-increase-__physical_mask_shift_xen-to-52.patch
- crash-arm64-update-mapping-symbol-filter-in-arm64_verify_s.patch
- crash-Fix-segmentation-fault-when-ikconfig-passed-nonstand.patch
- crash-printk-add-support-for-lockless-ringbuffer.patch
- crash-printk-use-committed-finalized-state-values.patch
- crash-x86_64-VC-exception-stack-support.patch
- Refresh to upstream version
* crash-xen-pvops.patch
* crash-handle-by-kernel-task_struct-state-member-changes.patch
=> 0006-Handle-task_struct-state-member-changes-for-kernels-.patch
- Removed trace extension moved to different project upstream.
- Enable Linux 5.14 and pull fixes since 7.3.0
+ 0001-Fix-for-kmem-s-S-option-on-Linux-5.7-and-later-kerne.patch
+ 0002-memory-Add-support-for-SECTION_TAINT_ZONE_DEVICE-fla.patch
+ 0003-memory-Fix-for-kmem-n-option-to-display-NID-correctl.patch
+ 0004-defs.h-Fix-the-value-of-TIF_SIGPENDING-macro.patch
+ 0005-Fix-waitq-command-for-Linux-4.13-and-later-kernels.patch
+ 0007-arm64-rename-ARM64_PAGE_OFFSET_ACTUAL-to-ARM64_FLIP_.patch
+ 0008-arm64-assign-page_offset-with-VA_BITS-kernel-configu.patch
+ 0009-arm64-use-dedicated-bits-to-record-the-VA-space-layo.patch
+ 0010-arm64-implement-switchable-PTOV-VTOP-for-kernels-5.1.patch
+ 0011-diskdump-Fail-readmem-early-if-dump-is-incomplete.patch
+ 0012-netdump-Permit-zero_excluded-for-incomplete-ELF-dump.patch
+ 0013-diskdump-Print-total-number-of-dumpable-pages.patch
+ 0014-diskdump-Introduce-read_pd.patch
+ 0015-x86_64-Fix-check-for-__per_cpu_offset-initialization.patch
OBS-URL: https://build.opensuse.org/request/show/930815
OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/crash?expand=0&rev=354
28 lines
628 B
Diff
28 lines
628 B
Diff
From 1917e50265c15ff00c6f40b64720ef173f550059 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Wed, 10 Nov 2021 12:30:27 +0100
|
|
Subject: [PATCH] crash: enable zstd support
|
|
|
|
---
|
|
CFLAGS.extra | 2 +-
|
|
LDFLAGS.extra | 2 +-
|
|
2 files changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/CFLAGS.extra b/CFLAGS.extra
|
|
index 4fafcff..825d5ee 100644
|
|
--- a/CFLAGS.extra
|
|
+++ b/CFLAGS.extra
|
|
@@ -1 +1 @@
|
|
--DLZO -DSNAPPY
|
|
+-DLZO -DSNAPPY -DZSTD
|
|
diff --git a/LDFLAGS.extra b/LDFLAGS.extra
|
|
index 83f3661..ffc6ee8 100644
|
|
--- a/LDFLAGS.extra
|
|
+++ b/LDFLAGS.extra
|
|
@@ -1 +1 @@
|
|
--llzo2 -lsnappy
|
|
+-llzo2 -lsnappy -lzstd
|
|
--
|
|
2.33.1
|
|
|