]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Add VM_ALWAYSDUMP
authorRoland McGrath <roland@redhat.com>
Fri, 26 Jan 2007 08:56:48 +0000 (00:56 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Fri, 26 Jan 2007 21:50:58 +0000 (13:50 -0800)
commit14cd64f5f1cb87b0698f893bd12d7a6d18deb947
treee1096d4446c5dab878b50b7001cd58ab9ce5fa45
parent8ad2749de592f53f964017d10c389a2a447377d5
[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 <roland@redhat.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Cc: Andi Kleen <ak@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/binfmt_elf.c
include/linux/mm.h