[PATCH 3/3] Add PR_SET_FORCE_EXECVE_NOSECURITY to turn execve calls into execve_nosecurity.
This flag is preserved across execve_nosecurity. It's obviously dangerous, so we only allow it if PR_RESTRICT_EXEC is set. Signed-off-by: Andy Lutomirski <luto(a)mit.edu> --- fs/compat.c | 3 +++ fs/exec.c | 3 +++ include/linux/prctl.h | 5 +++++ include/linux/sched.h | 1 + ... 26 Mar 2010 10:22
[PATCH 1/2] Tools perf builtin-trace.c: #includes cleanup
Removed util/exec_cmd.h and util/trace-event.h included more than once. Grouped and ordered includes. Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- tools/perf/builtin-trace.c | 19 +++++++------------ 1 files changed, 7 insertions(+), 12 deletions(-) diff --git a/tools/perf/builtin-trace.c b... 26 Mar 2010 10:22
[-v2 PATCH 0/6] powernow-k8: Core Performance Boost and effective frequency support
From: Borislav Petkov <borislav.petkov(a)amd.com> Hi, here's the next version. This one adds only the move of APERF/MPERF cpuid fragment to vendor-agnostic x86 init path, as Thomas suggested. Changelog: v1: add a /proc/cpuinfo flag and remove the scaling_cur_freq interface overload in favor of cpufreq-aperf... 26 Mar 2010 10:22
[PATCH 2/2] Tools perf builtin-trace.c: %Ld -> %lld
Chackpatch.pl cleanup: WARNING: %Ld/%Lu are not-standard C, use %lld/%llu +·⁖⁖dump_printf("(IP, %d): %d/%d: %#Lx period: %Ld\n", event->header.misc, Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- tools/perf/builtin-trace.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git ... 26 Mar 2010 10:22
[-v2 PATCH 3/6] x86: Unify APERF/MPERF support
From: Borislav Petkov <borislav.petkov(a)amd.com> Initialize this CPUID flag feature in common code. It could be made a standalone function later, maybe, if more functionality is duplicated. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> Reviewed-by: Thomas Renninger <trenn(a)suse.de> --- arch/x86/kern... 26 Mar 2010 10:22
Scripts lex.c: remove extra spaces
On 25.3.2010 18:22, Andrea Gelmini wrote: scripts/genksyms/lex.c: deleted extra spaces Signed-off-by: Andrea Gelmini <andrea.gelmini(a)gelma.net> --- scripts/genksyms/lex.c_shipped | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/genksyms/lex.c_shipped b/scripts/... 26 Mar 2010 10:22
Broken mmotm.git at zen-kernel.org
Any ideas what has happened with mmotm.git at zen-kernel.org? Last four tags point to v2.6.34-rc2. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ... 26 Mar 2010 09:09
[tip:perf/core] perf record: Zero out mmap_array to fix segfault
Commit-ID: 5a10317483f606106395814ee2fdaa2f1256a3b3 Gitweb: http://git.kernel.org/tip/5a10317483f606106395814ee2fdaa2f1256a3b3 Author: Zhang, Yanmin <yanmin_zhang(a)linux.intel.com> AuthorDate: Thu, 25 Mar 2010 19:59:01 -0300 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Fri, 26 Mar 2010 08:52:59 +010... 26 Mar 2010 09:09
[PATCHv3 0/2] tracing: function graph output for preempt/irqs-off tracers
hi, I reworked it based on your comments: - the function_graph tracer should have the same output as current version even with events enabled, unless I missed something again ;) - I gave up the idea of function_graph events, since it was unsuitable for outputing other events as comments "/* */" ... 26 Mar 2010 09:09
[PATCHv3 2/2] tracing: graph output support for preemptirqsoff/preemptoff tracers
hi, adding support for graph output for preemptirqsoff/preemptoff tracers. wbr, jirka Signed-off-by: Jiri Olsa <jolsa(a)redhat.com> --- kernel/trace/trace_irqsoff.c | 16 ++++++++++++++++ 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/kernel/trace/trace_irqsoff.c b/kernel/trace/trace_... 26 Mar 2010 09:09