Skip to content

Commit c492ecb

Browse files
committed
crash-7.3.0 -> crash-7.3.1
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent f61a3e3 commit c492ecb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.rh_rpm_package

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

README

Lines changed: 7 additions & 7 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.0.tar.gz
78-
$ cd crash-7.3.0
77+
$ tar -xf crash-7.3.1.tar.gz
78+
$ cd crash-7.3.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-7.3.0/memory_driver subdirectory.
125+
is included in the crash-7.3.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,7 +133,7 @@
133133

134134
$ crash
135135

136-
crash 7.3.0
136+
crash 7.3.1
137137
Copyright (C) 2002-2021 Red Hat, Inc.
138138
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
139139
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -158,7 +158,7 @@
158158
KERNEL: /boot/vmlinux
159159
DUMPFILE: /dev/mem
160160
CPUS: 1
161-
DATE: Tue Apr 27 11:56:11 JST 2021
161+
DATE: Wed Nov 24 13:34:08 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.3.0 gdb version: 7.6
189+
crash version: 7.3.1 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,7 +199,7 @@
199199

200200
$ crash vmlinux vmcore
201201

202-
crash 7.3.0
202+
crash 7.3.1
203203
Copyright (C) 2002-2021 Red Hat, Inc.
204204
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
205205
Copyright (C) 1999-2006 Hewlett-Packard Co

0 commit comments

Comments
 (0)