summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorKeith Owens2005-06-06 11:04:00 +0200
committerTony Luck2005-06-08 20:41:31 +0200
commit866ba633a81c1e179038f7527809d9513160a6f7 (patch)
tree10c06d91204027a8688a2337aa061e51a3321c0f /include
parent[IA64] Fill holes in FIXADDR_USER space with zero pages. (diff)
downloadkernel-qcow2-linux-866ba633a81c1e179038f7527809d9513160a6f7.tar.gz
kernel-qcow2-linux-866ba633a81c1e179038f7527809d9513160a6f7.tar.xz
kernel-qcow2-linux-866ba633a81c1e179038f7527809d9513160a6f7.zip
[IA64] Module gp must point to valid memory
Some bits of the kernel assume that gp always points to valid memory, in particular PHYSICAL_MODE_ENTER() assumes that both gp and sp are valid virtual addresses with associated physical pages. The IA64 module loader puts gp well past the end of the module, with no physical backing. Offsets on gp are still valid, but physical mode addressing breaks for modules. Ensure that gp always falls within the module body. Also ensure that gp is 8 byte aligned. Signed-off-by: Keith Owens <kaos@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'include')
0 files changed, 0 insertions, 0 deletions