From: Stephane Eranian Date: Thu, 20 Jun 2013 09:36:28 +0000 (+0200) Subject: perf: Disable monitoring on setuid processes for regular users X-Git-Tag: v3.10~12^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2976b10f05bd7f6dab9f9e7524451ddfed656a89;p=pandora-kernel.git perf: Disable monitoring on setuid processes for regular users There was a a bug in setup_new_exec(), whereby the test to disabled perf monitoring was not correct because the new credentials for the process were not yet committed and therefore the get_dumpable() test was never firing. The patch fixes the problem by moving the perf_event test until after the credentials are committed. Signed-off-by: Stephane Eranian Tested-by: Jiri Olsa Acked-by: Peter Zijlstra Cc: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed