Skip to content

Commit ceaccee

Browse files
committed
crash-8.0.4 -> crash-8.0.5
Signed-off-by: Kazuhito Hagio <[email protected]>
1 parent eedf12d commit ceaccee

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.rh_rpm_package

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

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.4.tar.gz
78-
$ cd crash-8.0.4
77+
$ tar -xf crash-8.0.5.tar.gz
78+
$ cd crash-8.0.5
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.4/memory_driver subdirectory.
129+
is included in the crash-8.0.5/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.4
140+
crash 8.0.5
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: Wed Nov 15 14:57:01 JST 2023
166+
DATE: Tue Apr 23 13:04:34 JST 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.4 gdb version: 10.2
195+
crash version: 8.0.5 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.4
208+
crash 8.0.5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8511,12 +8511,12 @@ display_version(void)
85118511
static
85128512
char *version_info[] = {
85138513

8514-
"Copyright (C) 2002-2022 Red Hat, Inc.",
8514+
"Copyright (C) 2002-2024 Red Hat, Inc.",
85158515
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
85168516
"Copyright (C) 1999-2006 Hewlett-Packard Co",
85178517
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",
85188518
"Copyright (C) 2006, 2007 VA Linux Systems Japan K.K.",
8519-
"Copyright (C) 2005, 2011, 2020-2022 NEC Corporation",
8519+
"Copyright (C) 2005, 2011, 2020-2024 NEC Corporation",
85208520
"Copyright (C) 1999, 2002, 2007 Silicon Graphics, Inc.",
85218521
"Copyright (C) 1999, 2000, 2001, 2002 Mission Critical Linux, Inc.",
85228522
"Copyright (C) 2015, 2021 VMware, Inc.",

0 commit comments

Comments
 (0)