commit | 07ea815b22b9f70ec8de6ddf8db63a1dd1585caf | [log] [tgz] |
---|---|---|
author | Michael Holzheu <holzheu@linux.vnet.ibm.com> | Sun Oct 30 15:17:21 2011 +0100 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Sun Oct 30 15:16:47 2011 +0100 |
tree | e30015ef66661f3bb112136d42ea2dee86393d81 | |
parent | 5f4026f8b2e4c5e26713d6c707592a33326a88c4 [diff] |
[S390] Remove error checking from copy_oldmem_page() Currently it can happen that the pre-allocated ELF header contains a wrong memory map which would result in errors when copying /proc/vmcore. In order to still get a valid vmcore, we (temporarily) disable the error checking in copy_oldmem_page(). This will then produce zero pages for those memory regions. Signed-off-by: Michael Holzheu <holzheu@linux.vnet.ibm.com> Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>