From: Roland McGrath Date: Fri, 26 Jan 2007 08:56:48 +0000 (-0800) Subject: [PATCH] Add VM_ALWAYSDUMP X-Git-Tag: v2.6.20-rc7~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e5b97dde514f9bd43f9e525451d0a863c4fc8a9a;p=pandora-kernel.git [PATCH] Add VM_ALWAYSDUMP This patch adds the VM_ALWAYSDUMP flag for vm_flags in vm_area_struct. This provides a clean explicit way to have a vma always included in core dumps, as is needed for vDSO's. Signed-off-by: Roland McGrath Cc: Ingo Molnar Cc: Paul Mackerras Cc: Benjamin Herrenschmidt Cc: Andi Kleen Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed