crash-7.0.4 -> crash-7.0.5

This commit is contained in:
Dave Anderson 2014-02-14 11:29:18 -05:00
parent a70d608406
commit 967e95de72
3 changed files with 11 additions and 11 deletions

View File

@ -1 +1 @@
7.0.4
7.0.5

18
README
View File

@ -74,8 +74,8 @@
To build the crash utility:
$ tar -xf crash-7.0.4.tar.gz
$ cd crash-7.0.4
$ tar -xf crash-7.0.5.tar.gz
$ cd crash-7.0.5
$ make
The initial build will take several minutes because the embedded gdb module
@ -114,7 +114,7 @@
If neither /dev/mem or /dev/crash are available, then /proc/kcore will be
be used as the live memory source. If /proc/kcore is also restricted, then
the Red Hat /dev/crash driver may be compiled and installed; its source
is included in the crash-7.0.4/memory_driver subdirectory.
is included in the crash-7.0.5/memory_driver subdirectory.
If the kernel file is stored in /boot, /, /boot/efi, or in any /usr/src
or /usr/lib/debug/lib/modules subdirectory, then no command line arguments
@ -125,8 +125,8 @@
$ crash
crash 7.0.4
Copyright (C) 2002-2013 Red Hat, Inc.
crash 7.0.5
Copyright (C) 2002-2014 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 Hewlett-Packard Co
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited
@ -150,7 +150,7 @@
KERNEL: /boot/vmlinux
DUMPFILE: /dev/mem
CPUS: 1
DATE: Wed Dec 11 15:57:58 2013
DATE: Fri Feb 14 11:28:13 2014
UPTIME: 10 days, 22:55:18
LOAD AVERAGE: 0.08, 0.03, 0.01
TASKS: 42
@ -178,7 +178,7 @@
exit list ptov sys q
extend log rd task
crash version: 7.0.4 gdb version: 7.6
crash version: 7.0.5 gdb version: 7.6
For help on any command above, enter "help <command>".
For help on input options, enter "help input".
For help on output options, enter "help output".
@ -191,8 +191,8 @@
$ crash vmlinux vmcore
crash 7.0.4
Copyright (C) 2002-2013 Red Hat, Inc.
crash 7.0.5
Copyright (C) 2002-2014 Red Hat, Inc.
Copyright (C) 2004, 2005, 2006, 2010 IBM Corporation
Copyright (C) 1999-2006 Hewlett-Packard Co
Copyright (C) 2005, 2006, 2011, 2012 Fujitsu Limited

2
defs.h
View File

@ -59,7 +59,7 @@
#define ATTRIBUTE_UNUSED __attribute__ ((__unused__))
#endif
#define BASELEVEL_REVISION "7.0.4"
#define BASELEVEL_REVISION "7.0.5"
#undef TRUE
#undef FALSE