05faccf1781687b91dafeaba6bdd6c2f10943 parent 01ebb77b31149d847726a8847ad0d37631d7f049 author Suleiman Souhlal 1156959440 +0200 committer Linus Torvalds 1156979116 -0700 [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 Z