From: David Rientjes Date: Sun, 26 Oct 2008 22:13:59 +0000 (-0400) Subject: x86: avoid dereferencing beyond stack + THREAD_SIZE X-Git-Tag: v2.6.27.5~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df211d2ac9df176d9b9b4b0984f9dcb50ece39fc;p=pandora-kernel.git x86: avoid dereferencing beyond stack + THREAD_SIZE commit e1e23bb0513520035ec934fa3483507cb6648b7c upstream x86: avoid dereferencing beyond stack + THREAD_SIZE It's possible for get_wchan() to dereference past task->stack + THREAD_SIZE while iterating through instruction pointers if fp equals the upper boundary, causing a kernel panic. Signed-off-by: David Rientjes Signed-off-by: Ingo Molnar Cc: Chuck Ebbert Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed