Skip to content

Commit fd6c2a8

Browse files
author
Dave Anderson
committed
crash-7.1.3 -> crash-7.1.4
1 parent 2515ef3 commit fd6c2a8

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.rh_rpm_package

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.1.3
1+
7.1.4

README

Lines changed: 9 additions & 9 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.1.3.tar.gz
78-
$ cd crash-7.1.3
77+
$ tar -xf crash-7.1.4.tar.gz
78+
$ cd crash-7.1.4
7979
$ make
8080

8181
The initial build will take several minutes because the embedded gdb module
@@ -116,7 +116,7 @@
116116
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
117117
be used as the live memory source. If /proc/kcore is also restricted, then
118118
the Red Hat /dev/crash driver may be compiled and installed; its source
119-
is included in the crash-7.1.3/memory_driver subdirectory.
119+
is included in the crash-7.1.4/memory_driver subdirectory.
120120

121121
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
122122
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@@ -127,8 +127,8 @@
127127

128128
$ crash
129129

130-
crash 7.1.3
131-
Copyright (C) 2002-2014 Red Hat, Inc.
130+
crash 7.1.4
131+
Copyright (C) 2002-2015 Red Hat, Inc.
132132
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
133133
Copyright (C) 1999-2006 Hewlett-Packard Co
134134
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
@@ -152,7 +152,7 @@
152152
KERNEL: /boot/vmlinux
153153
DUMPFILE: /dev/mem
154154
CPUS: 1
155-
DATE: Wed Sep 2 15:38:32 2015
155+
DATE: Wed Dec 16 10:59:36 2015
156156
UPTIME: 10 days, 22:55:18
157157
LOAD AVERAGE: 0.08, 0.03, 0.01
158158
TASKS: 42
@@ -180,7 +180,7 @@
180180
exit list ptov sys q
181181
extend log rd task
182182

183-
crash version: 7.1.3 gdb version: 7.6
183+
crash version: 7.1.4 gdb version: 7.6
184184
For help on any command above, enter "help <command>".
185185
For help on input options, enter "help input".
186186
For help on output options, enter "help output".
@@ -193,8 +193,8 @@
193193

194194
$ crash vmlinux vmcore
195195

196-
crash 7.1.3
197-
Copyright (C) 2002-2014 Red Hat, Inc.
196+
crash 7.1.4
197+
Copyright (C) 2002-2015 Red Hat, Inc.
198198
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
199199
Copyright (C) 1999-2006 Hewlett-Packard Co
200200
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited

help.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7316,7 +7316,7 @@ display_version(void)
73167316
static
73177317
char *version_info[] = {
73187318

7319-
"Copyright (C) 2002-2014 Red Hat, Inc.",
7319+
"Copyright (C) 2002-2015 Red Hat, Inc.",
73207320
"Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation",
73217321
"Copyright (C) 1999-2006 Hewlett-Packard Co",
73227322
"Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited",

0 commit comments

Comments
 (0)