Skip to content

Commit f1cd581

Browse files
committed
crash-8.0.1 -> crash-8.0.2
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent a158590 commit f1cd581

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-
8.0.1++
1+
8.0.2

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-8.0.1.tar.gz
78-
$ cd crash-8.0.1
77+
$ tar -xf crash-8.0.2.tar.gz
78+
$ cd crash-8.0.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-8.0.1/memory_driver subdirectory.
125+
is included in the crash-8.0.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,7 +133,7 @@
133133

134134
$ crash
135135

136-
crash 8.0.1
136+
crash 8.0.2
137137
Copyright (C) 2002-2022 Red Hat, Inc.
138138
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
139139
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -159,7 +159,7 @@
159159
KERNEL: /boot/vmlinux
160160
DUMPFILE: /dev/mem
161161
CPUS: 1
162-
DATE: Mon Apr 25 15:42:36 JST 2022
162+
DATE: Wed Nov 16 13:11:21 JST 2022
163163
UPTIME: 10 days, 22:55:18
164164
LOAD AVERAGE: 0.08, 0.03, 0.01
165165
TASKS: 42
@@ -188,7 +188,7 @@
188188
exit log repeat timer
189189
extend mach runq tree
190190

191-
crash version: 8.0.1 gdb version: 10.2
191+
crash version: 8.0.2 gdb version: 10.2
192192
For help on any command above, enter "help <command>".
193193
For help on input options, enter "help input".
194194
For help on output options, enter "help output".
@@ -201,7 +201,7 @@
201201

202202
$ crash vmlinux vmcore
203203

204-
crash 8.0.1
204+
crash 8.0.2
205205
Copyright (C) 2002-2022 Red Hat, Inc.
206206
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
207207
Copyright (C) 1999-2006 Hewlett-Packard Co

0 commit comments

Comments
 (0)