From: Jeff Dike Date: Tue, 5 Feb 2008 06:31:12 +0000 (-0800) Subject: uml: don't allow processes to call into stub X-Git-Tag: v2.6.25-rc1~816 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e06173bde0ec9830a296720f8cd7cb2f17b76fa4;p=pandora-kernel.git uml: don't allow processes to call into stub Kill a process that tries to branch into a stub and execute a system call. There are no security implications here - a system call in a stub is treated the same as a system call anywhere else. But if a process is trying to branch into a stub, either it is trying something nasty or it has gone haywire, so it's a good idea to get rid of it in either case. Signed-off-by: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed