git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94e75cf
)
x86, tls: Off by one limit check
author
Dan Carpenter
<dan.carpenter@oracle.com>
Sat, 24 Mar 2012 07:52:50 +0000
(10:52 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 2 Apr 2012 16:53:09 +0000
(09:53 -0700)
commit
8f0750f19789cf352d7e24a6cc50f2ab1b4f1372
upstream.
These are used as offsets into an array of GDT_ENTRY_TLS_ENTRIES members
so GDT_ENTRY_TLS_ENTRIES is one past the end of the array.
Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Link:
http://lkml.kernel.org/r/20120324075250.GA28258@elgon.mountain
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found