Skip to content

Commit 2a3e546

Browse files
committed
crash-7.2.9 -> crash-7.3.0
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent b93027c commit 2a3e546

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.2.9++
1+
7.3.0

README

Lines changed: 11 additions & 11 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.2.9.tar.gz
78-
$ cd crash-7.2.9
77+
$ tar -xf crash-7.3.0.tar.gz
78+
$ cd crash-7.3.0
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.2.9/memory_driver subdirectory.
125+
is included in the crash-7.3.0/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.2.9
137-
Copyright (C) 2002-2020 Red Hat, Inc.
136+
crash 7.3.0
137+
Copyright (C) 2002-2021 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 NEC Corporation
142+
Copyright (C) 2005, 2011, 2020-2021 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: Fri Nov 20 08:31:51 JST 2020
161+
DATE: Tue Apr 27 11:56:11 JST 2021
162162
UPTIME: 10 days, 22:55:18
163163
LOAD AVERAGE: 0.08, 0.03, 0.01
164164
TASKS: 42
@@ -186,7 +186,7 @@
186186
eval kmem ptob sym wr
187187
exit list ptov sys q
188188

189-
crash version: 7.2.9 gdb version: 7.6
189+
crash version: 7.3.0 gdb version: 7.6
190190
For help on any command above, enter "help <command>".
191191
For help on input options, enter "help input".
192192
For help on output options, enter "help output".
@@ -199,13 +199,13 @@
199199

200200
$ crash vmlinux vmcore
201201

202-
crash 7.2.9
203-
Copyright (C) 2002-2020 Red Hat, Inc.
202+
crash 7.3.0
203+
Copyright (C) 2002-2021 Red Hat, Inc.
204204
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
205205
Copyright (C) 1999-2006 Hewlett-Packard Co
206206
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
207207
Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.
208-
Copyright (C) 2005, 2011 NEC Corporation
208+
Copyright (C) 2005, 2011, 2020-2021 NEC Corporation
209209
Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.
210210
Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.
211211
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
@@ -8258,12 +8258,12 @@ display_version(void)
82588258
static
82598259
char *version_info[] = {
82608260

8261-
"Copyright (C) 2002-2020 Red Hat, Inc.",
8261+
"Copyright (C) 2002-2021 Red Hat, Inc.",
82628262
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
82638263
"Copyright (C) 1999-2006 Hewlett-Packard Co",
82648264
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",
82658265
"Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.",
8266-
"Copyright (C) 2005, 2011 NEC Corporation",
8266+
"Copyright (C) 2005, 2011, 2020-2021 NEC Corporation",
82678267
"Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.",
82688268
"Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.",
82698269
"This program is free software, covered by the GNU General Public License,",

0 commit comments

Comments
 (0)