Skip to content

Commit 2d19346

Browse files
committed
crash-8.0.0 -> crash-8.0.1
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent b811a04 commit 2d19346

File tree

3 files changed

+25
-24
lines changed

3 files changed

+25
-24
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.0++
1+
8.0.1

README

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474

7575
To build the crash utility:
7676

77-
$ tar -xf crash-8.0.0.tar.gz
78-
$ cd crash-8.0.0
77+
$ tar -xf crash-8.0.1.tar.gz
78+
$ cd crash-8.0.1
7979
$ make
8080

8181
The initial build will take several minutes because the embedded gdb module
@@ -122,7 +122,7 @@
122122
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
123123
be used as the live memory source. If /proc/kcore is also restricted, then
124124
the Red Hat /dev/crash driver may be compiled and installed; its source
125-
is included in the crash-8.0.0/memory_driver subdirectory.
125+
is included in the crash-8.0.1/memory_driver subdirectory.
126126

127127
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
128128
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -133,13 +133,13 @@
133133

134134
$ crash
135135

136-
crash 8.0.0
137-
Copyright (C) 2002-2021 Red Hat, Inc.
136+
crash 8.0.1
137+
Copyright (C) 2002-2022 Red Hat, Inc.
138138
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
139139
Copyright (C) 1999-2006 Hewlett-Packard Co
140140
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
141141
Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
142-
Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
142+
Copyright (C) 2005, 2011, 2020-2022 NEC Corporation
143143
Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
144144
Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
145145
Copyright (C) 2015, 2021 VMware, Inc.
@@ -159,7 +159,7 @@
159159
KERNEL: /boot/vmlinux
160160
DUMPFILE: /dev/mem
161161
CPUS: 1
162-
DATE: Wed Nov 24 13:32:11 JST 2021
162+
DATE: Mon Apr 25 15:42:36 JST 2022
163163
UPTIME: 10 days, 22:55:18
164164
LOAD AVERAGE: 0.08, 0.03, 0.01
165165
TASKS: 42
@@ -176,18 +176,19 @@
176176

177177
crash> help
178178

179-
* extend log rd task
180-
alias files mach repeat timer
181-
ascii foreach mod runq tree
182-
bpf fuser mount search union
183-
bt gdb net set vm
184-
btop help p sig vtop
185-
dev ipcs ps struct waitq
186-
dis irq pte swap whatis
187-
eval kmem ptob sym wr
188-
exit list ptov sys q
179+
* files mod sbitmapq union
180+
alias foreach mount search vm
181+
ascii fuser net set vtop
182+
bpf gdb p sig waitq
183+
bt help ps struct whatis
184+
btop ipcs pte swap wr
185+
dev irq ptob sym q
186+
dis kmem ptov sys
187+
eval list rd task
188+
exit log repeat timer
189+
extend mach runq tree
189190

190-
crash version: 8.0.0 gdb version: 10.2
191+
crash version: 8.0.1 gdb version: 10.2
191192
For help on any command above, enter "help <command>".
192193
For help on input options, enter "help input".
193194
For help on output options, enter "help output".
@@ -200,13 +201,13 @@
200201

201202
$ crash vmlinux vmcore
202203

203-
crash 8.0.0
204-
Copyright (C) 2002-2021 Red Hat, Inc.
204+
crash 8.0.1
205+
Copyright (C) 2002-2022 Red Hat, Inc.
205206
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
206207
Copyright (C) 1999-2006 Hewlett-Packard Co
207208
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
208209
Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
209-
Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
210+
Copyright (C) 2005, 2011, 2020-2022 NEC Corporation
210211
Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
211212
Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
212213
Copyright (C) 2015, 2021 VMware, Inc.

help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8418,12 +8418,12 @@ display_version(void)
84188418
static
84198419
char *version_info[] = {
84208420

8421-
"Copyright (C) 2002-2021 Red Hat, Inc.",
8421+
"Copyright (C) 2002-2022 Red Hat, Inc.",
84228422
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
84238423
"Copyright (C) 1999-2006 Hewlett-Packard Co",
84248424
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",
84258425
"Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.",
8426-
"Copyright (C) 2005, 2011, 2020-2021 NEC Corporation",
8426+
"Copyright (C) 2005, 2011, 2020-2022 NEC Corporation",
84278427
"Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.",
84288428
"Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.",
84298429
"Copyright (C) 2015, 2021 VMware, Inc.",

0 commit comments

Comments
 (0)