From: Suleiman Souhlal Date: Wed, 30 Aug 2006 17:37:20 +0000 (+0200) Subject: [PATCH] x86_64: Don't write out segments from vsyscall32 DSO if it is not mapped X-Git-Tag: v2.6.18-rc6~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec0063b40a2291e095faf07fbeb94be92e525c54;p=pandora-kernel.git [PATCH] x86_64: Don't write out segments from vsyscall32 DSO if it is not mapped It's possible to get an invalid page fault in kernel mode when we try to write out segments from vsyscall32 when dumping core for a 32bit process if the vsyscall32 DSO is not mapped in its address space (which can happen if, for example, ulimit -v 100 is run). Signed-off-by: Suleiman Souhlal Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed