Vivek Goyal dbaab49f92 [PATCH] x86-64: Overlapping program headers in physical addr space fix
o A recent change to vmlinux.ld.S file broke kexec as now resulting vmlinux
  program headers are overlapping in physical address space.

o Now all the vsyscall related sections are placed after data and after
  that mostly init data sections are placed. To avoid physical overlap
  among phdrs, there are three possible solutions.
	- Place vsyscall sections also in data phdrs instead of user
	- move vsyscal sections after init data in bss.
	- create another phdrs say data.init and move all the sections
	  after vsyscall into this new phdr.

o This patch implements the third solution.

Signed-off-by: Vivek Goyal <vgoyal@in.ibm.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Cc: Magnus Damm <magnus@valinux.co.jp>
Cc: Andi Kleen <ak@suse.de>
Cc: "Eric W. Biederman" <ebiederm@xmission.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
2006-10-21 18:37:03 +02:00
..
2006-10-20 10:26:44 -07:00
2006-10-11 11:14:14 -07:00
2006-10-03 22:34:14 +02:00
2006-10-17 15:03:08 -07:00
2006-10-11 11:17:06 -07:00
2006-10-18 18:30:59 +02:00
2006-10-12 12:16:13 +09:00
2006-10-03 23:01:26 +02:00
2006-10-19 17:20:31 -07:00
2006-10-03 23:01:26 +02:00