在 2020年12月26日 01:00, crash-utility-request(a)redhat.com 写道:
Date: Fri, 25 Dec 2020 15:48:43 +0900
From: HATAYAMA Daisuke <d.hatayama(a)fujitsu.com>
To: crash-utility(a)redhat.com
Cc: HATAYAMA Daisuke <d.hatayama(a)fujitsu.com>
Subject: [Crash-utility] [PATCH v2 0/7] zram related changes for zram
support of crash gcore command
Message-ID: <1608878930-10595-1-git-send-email-d.hatayama(a)fujitsu.com>
Content-Type: text/plain; charset="US-ASCII"
This patch set is to make changes I found necessary during development
of zram support for crash gcore command.
Here are tiny script and program I made to test the zram feature.
This may help your reviewing.
https://github.com/d-hatayama/some_stuff_for_crash_zram_devel
v2:
- Fix compilation error when without lzo library, which is fixed by
newly added 5-th patch to include zram even without lzo library.
- Add 6-th patch aiming to warn that given crash utility is built
without lzo library when encoutering zram pages.
Sorry for the late reply, Hatayama.
I missed this series, also thanks to Kazu.
For the v2:
Acked-by: Lianbo Jiang <lijiang(a)redhat.com>
HATAYAMA Daisuke (7):
diskdump, zram: cleanup try_zram_decompress()
diskdump, zram: initialize zram symbol information when needed
diskname, zram: fix fault error when reading zram disk with no symbol
information
diskname, zram: Notify necessity of loading zram module
zram: include zram code even without lzo library
zram: Add warning message when crash is built without lzo library
memory, zram: introduce and export readswap()
defs.h | 3 +-
diskdump.c | 234 ++++++++++++++++++++++++++++++++++++-------------------------
memory.c | 5 +-
3 files changed, 143 insertions(+), 99 deletions(-)
-- 1.8.3.1