Skip to content

Commit 41da48e

Browse files
committed
crash-7.3.1 -> crash-7.3.2
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent df1fd92 commit 41da48e

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-
7.3.1++
1+
7.3.2

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-7.3.1.tar.gz
78-
$ cd crash-7.3.1
77+
$ tar -xf crash-7.3.2.tar.gz
78+
$ cd crash-7.3.2
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-7.3.1/memory_driver subdirectory.
125+
is included in the crash-7.3.2/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 7.3.1
137-
Copyright (C) 2002-2021 Red Hat, Inc.
136+
crash 7.3.2
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
This program is free software, covered by the GNU General Public License,
@@ -158,7 +158,7 @@
158158
KERNEL: /boot/vmlinux
159159
DUMPFILE: /dev/mem
160160
CPUS: 1
161-
DATE: Wed Nov 24 13:34:08 JST 2021
161+
DATE: Mon Apr 25 15:46:13 JST 2022
162162
UPTIME: 10 days, 22:55:18
163163
LOAD AVERAGE: 0.08, 0.03, 0.01
164164
TASKS: 42
@@ -175,18 +175,19 @@
175175

176176
crash> help
177177

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

189-
crash version: 7.3.1 gdb version: 7.6
190+
crash version: 7.3.2 gdb version: 7.6
190191
For help on any command above, enter "help <command>".
191192
For help on input options, enter "help input".
192193
For help on output options, enter "help output".
@@ -199,13 +200,13 @@
199200

200201
$ crash vmlinux vmcore
201202

202-
crash 7.3.1
203-
Copyright (C) 2002-2021 Red Hat, Inc.
203+
crash 7.3.2
204+
Copyright (C) 2002-2022 Red Hat, Inc.
204205
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
205206
Copyright (C) 1999-2006 Hewlett-Packard Co
206207
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
207208
Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
208-
Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
209+
Copyright (C) 2005, 2011, 2020-2022 NEC Corporation
209210
Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
210211
Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
211212
This program is free software, covered by the GNU General Public License,

help.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8424,12 +8424,12 @@ display_version(void)
84248424
static
84258425
char *version_info[] = {
84268426

8427-
"Copyright (C) 2002-2021 Red Hat, Inc.",
8427+
"Copyright (C) 2002-2022 Red Hat, Inc.",
84288428
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
84298429
"Copyright (C) 1999-2006 Hewlett-Packard Co",
84308430
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",
84318431
"Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.",
8432-
"Copyright (C) 2005, 2011, 2020-2021 NEC Corporation",
8432+
"Copyright (C) 2005, 2011, 2020-2022 NEC Corporation",
84338433
"Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.",
84348434
"Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.",
84358435
"This program is free software, covered by the GNU General Public License,",

0 commit comments

Comments
 (0)