commit | ec0063b40a2291e095faf07fbeb94be92e525c54 | [log] [tgz] |
---|---|---|
author | Suleiman Souhlal <ssouhlal@FreeBSD.org> | Wed Aug 30 19:37:20 2006 +0200 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Aug 30 16:05:16 2006 -0700 |
tree | c8605faccf1781687b91dafeaba6bdd6c2f10943 | |
parent | 01ebb77b31149d847726a8847ad0d37631d7f049 [diff] |
[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 <suleiman@google.com> Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>