diff options
author | Chuck Ebbert <[email protected]> | 2014-09-20 10:17:51 -0500 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2014-09-20 19:44:04 +0200 |
commit | 6a40281ab5c1ed8ba2253857118a5d400a2d084b (patch) | |
tree | 06fd733b2cb968c19adcc1f19566425e2d8e0167 /net/lapb/lapb_subr.c | |
parent | 46be7b73e82453447cd97b3440d523159eab09f8 (diff) |
sched: Fix end_of_stack() and location of stack canary for architectures using CONFIG_STACK_GROWSUP
Aaron Tomlin recently posted patches [1] to enable checking the
stack canary on every task switch. Looking at the canary code, I
realized that every arch (except ia64, which adds some space for
register spill above the stack) shares a definition of
end_of_stack() that makes it the first long after the
threadinfo.
For stacks that grow down, this low address is correct because
the stack starts at the end of the thread area and grows toward
lower addresses. However, for stacks that grow up, toward higher
addresses, this is wrong. (The stack actually grows away from
the canary.) On these archs end_of_stack() should return the
address of the last long, at the highest possible address for the stack.
[1] http://lkml.org/lkml/2014/9/12/293
Signed-off-by: Chuck Ebbert <[email protected]>
Link: http://lkml.kernel.org/r/20140920101751.6c5166b6@as
Signed-off-by: Ingo Molnar <[email protected]>
Tested-by: James Hogan <[email protected]> [metag]
Acked-by: James Hogan <[email protected]>
Acked-by: Aaron Tomlin <[email protected]>
Diffstat (limited to 'net/lapb/lapb_subr.c')
0 files changed, 0 insertions, 0 deletions