Skip to content

Commit f13853c

Browse files
committed
crash-8.0.5 -> crash-8.0.6
Signed-off-by: Lianbo Jiang <[email protected]>
1 parent db00776 commit f13853c

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.5++
1+
8.0.6

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.5.tar.gz
78-
$ cd crash-8.0.5
77+
$ tar -xf crash-8.0.6.tar.gz
78+
$ cd crash-8.0.6
7979
$ make
8080

8181
The initial build will take several minutes because the embedded gdb module
@@ -126,7 +126,7 @@
126126
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
127127
be used as the live memory source. If /proc/kcore is also restricted, then
128128
the Red Hat /dev/crash driver may be compiled and installed; its source
129-
is included in the crash-8.0.5/memory_driver subdirectory.
129+
is included in the crash-8.0.6/memory_driver subdirectory.
130130

131131
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
132132
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -137,7 +137,7 @@
137137

138138
$ crash
139139

140-
crash 8.0.5
140+
crash 8.0.6
141141
Copyright (C) 2002-2022 Red Hat, Inc.
142142
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
143143
Copyright (C) 1999-2006 Hewlett-Packard Co
@@ -163,7 +163,7 @@
163163
KERNEL: /boot/vmlinux
164164
DUMPFILE: /dev/mem
165165
CPUS: 1
166-
DATE: Tue Apr 23 13:04:34 JST 2024
166+
DATE: Tue Nov 12 09:25:55 CST 2024
167167
UPTIME: 10 days, 22:55:18
168168
LOAD AVERAGE: 0.08, 0.03, 0.01
169169
TASKS: 42
@@ -192,7 +192,7 @@
192192
exit log repeat timer
193193
extend mach runq tree
194194

195-
crash version: 8.0.5 gdb version: 10.2
195+
crash version: 8.0.6 gdb version: 10.2
196196
For help on any command above, enter "help <command>".
197197
For help on input options, enter "help input".
198198
For help on output options, enter "help output".
@@ -205,7 +205,7 @@
205205

206206
$ crash vmlinux vmcore
207207

208-
crash 8.0.5
208+
crash 8.0.6
209209
Copyright (C) 2002-2022 Red Hat, Inc.
210210
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
211211
Copyright (C) 1999-2006 Hewlett-Packard Co

help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8513,7 +8513,7 @@ display_version(void)
85138513
static
85148514
char *version_info[] = {
85158515

8516-
"Copyright (C) 2002-2024 Red Hat, Inc.",
8516+
"Copyright (C) 2002-2025 Red Hat, Inc.",
85178517
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
85188518
"Copyright (C) 1999-2006 Hewlett-Packard Co",
85198519
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",

0 commit comments

Comments
 (0)