From: Dan Carpenter Date: Sat, 24 Mar 2012 07:52:50 +0000 (+0300) Subject: x86, tls: Off by one limit check X-Git-Tag: v3.4-rc1~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f0750f19789cf352d7e24a6cc50f2ab1b4f1372;p=pandora-kernel.git x86, tls: Off by one limit check 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 Link: http://lkml.kernel.org/r/20120324075250.GA28258@elgon.mountain Cc: Signed-off-by: H. Peter Anvin --- Reading git-diff-tree failed