From 2d193468e5fe7ee1c6be4c73083cc5ef8d922b74 Mon Sep 17 00:00:00 2001 From: Kazuhito Hagio Date: Tue, 26 Apr 2022 10:56:43 +0900 Subject: [PATCH] crash-8.0.0 -> crash-8.0.1 Signed-off-by: Kazuhito Hagio --- .rh_rpm_package | 2 +- README | 43 ++++++++++++++++++++++--------------------- help.c | 4 ++-- 3 files changed, 25 insertions(+), 24 deletions(-) diff --git a/.rh_rpm_package b/.rh_rpm_package index c5e4acb0..cd1d2e94 100644 --- a/.rh_rpm_package +++ b/.rh_rpm_package @@ -1 +1 @@ -8.0.0++ +8.0.1 diff --git a/README b/README index 02aef58f..5abbce1d 100644 --- a/README +++ b/README @@ -74,8 +74,8 @@ To build the crash utility: - $ tar -xf crash-8.0.0.tar.gz - $ cd crash-8.0.0 + $ tar -xf crash-8.0.1.tar.gz + $ cd crash-8.0.1 $ make The initial build will take several minutes because the embedded gdb module @@ -122,7 +122,7 @@ If neither /dev/mem or /dev/crash are available, then /proc/kcore will be be used as the live memory source. If /proc/kcore is also restricted, then the Red Hat /dev/crash driver may be compiled and installed; its source - is included in the crash-8.0.0/memory_driver subdirectory. + is included in the crash-8.0.1/memory_driver subdirectory. If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src or /usr/lib/debug/lib/modules subdirectory, then no command line arguments @@ -133,13 +133,13 @@ $ crash - crash 8.0.0 - Copyright (C) 2002-2021 Red Hat, Inc. + crash 8.0.1 + Copyright (C) 2002-2022 Red Hat, Inc. Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation Copyright (C) 1999-2006 Hewlett-Packard Co Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited Copyright (C) 2006, 2007 VA Linux Systems Japan K.K. - Copyright (C) 2005, 2011, 2020-2021 NEC Corporation + Copyright (C) 2005, 2011, 2020-2022 NEC Corporation Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc. Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc. Copyright (C) 2015, 2021 VMware, Inc. @@ -159,7 +159,7 @@ KERNEL: /boot/vmlinux DUMPFILE: /dev/mem CPUS: 1 - DATE: Wed Nov 24 13:32:11 JST 2021 + DATE: Mon Apr 25 15:42:36 JST 2022 UPTIME: 10 days, 22:55:18 LOAD AVERAGE: 0.08, 0.03, 0.01 TASKS: 42 @@ -176,18 +176,19 @@ crash> help - * extend log rd task - alias files mach repeat timer - ascii foreach mod runq tree - bpf fuser mount search union - bt gdb net set vm - btop help p sig vtop - dev ipcs ps struct waitq - dis irq pte swap whatis - eval kmem ptob sym wr - exit list ptov sys q + * files mod sbitmapq union + alias foreach mount search vm + ascii fuser net set vtop + bpf gdb p sig waitq + bt help ps struct whatis + btop ipcs pte swap wr + dev irq ptob sym q + dis kmem ptov sys + eval list rd task + exit log repeat timer + extend mach runq tree - crash version: 8.0.0 gdb version: 10.2 + crash version: 8.0.1 gdb version: 10.2 For help on any command above, enter "help ". For help on input options, enter "help input". For help on output options, enter "help output". @@ -200,13 +201,13 @@ $ crash vmlinux vmcore - crash 8.0.0 - Copyright (C) 2002-2021 Red Hat, Inc. + crash 8.0.1 + Copyright (C) 2002-2022 Red Hat, Inc. Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation Copyright (C) 1999-2006 Hewlett-Packard Co Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited Copyright (C) 2006, 2007 VA Linux Systems Japan K.K. - Copyright (C) 2005, 2011, 2020-2021 NEC Corporation + Copyright (C) 2005, 2011, 2020-2022 NEC Corporation Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc. Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc. Copyright (C) 2015, 2021 VMware, Inc. diff --git a/help.c b/help.c index 83476685..51a0fe3d 100644 --- a/help.c +++ b/help.c @@ -8418,12 +8418,12 @@ display_version(void) static char *version_info[] = { -"Copyright (C) 2002-2021 Red Hat, Inc.", +"Copyright (C) 2002-2022 Red Hat, Inc.", "Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation", "Copyright (C) 1999-2006 Hewlett-Packard Co", "Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited", "Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.", -"Copyright (C) 2005, 2011, 2020-2021 NEC Corporation", +"Copyright (C) 2005, 2011, 2020-2022 NEC Corporation", "Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.", "Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.", "Copyright (C) 2015, 2021 VMware, Inc.",