jump label v9: convert jump label to use a key
On Wed, 2010-06-09 at 17:39 -0400, Jason Baron wrote: -#define JUMP_LABEL(tag, label, cond) \ +#define JUMP_LABEL(key, label) \ do { \ - if (unlikely(cond)) \ + if (unlikely(*key)) \ ... 10 Jun 2010 11:08
jump label v9: tracepoint support
On Wed, 2010-06-09 at 17:39 -0400, Jason Baron wrote: + JUMP_LABEL(&__tracepoint_##name, do_trace, __tracepoint_##name.state);\ +#define JUMP_LABEL(tag, label, cond) \ + do { \ + extern const c... 10 Jun 2010 08:53
[tip:perf/urgent] perf_events: Fix Intel Westmere event constraints
Commit-ID: d11007703c31db534674ebeeb9eb047bbbe758bd Gitweb: http://git.kernel.org/tip/d11007703c31db534674ebeeb9eb047bbbe758bd Author: Stephane Eranian <eranian(a)google.com> AuthorDate: Thu, 10 Jun 2010 13:25:01 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 10 Jun 2010 14:16:32 +0200 pe... 10 Jun 2010 08:53
[tip:x86/urgent] percpu, x86: Avoid warnings of unused variables in per cpu
Commit-ID: 157a9df3b0f8042f1a6a4fe9e0e494431aaca1ae Gitweb: http://git.kernel.org/tip/157a9df3b0f8042f1a6a4fe9e0e494431aaca1ae Author: Andi Kleen <andi(a)firstfloor.org> AuthorDate: Thu, 10 Jun 2010 13:10:36 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Thu, 10 Jun 2010 14:09:30 +0200 percpu,... 10 Jun 2010 08:53
[PATCH 4/4] TOMOYO: Remove alias support.
Now "allow_execute" checks symlink's pathname and "if exec.realpath" checks dereferenced pathname, "alias" is no longer needed. Removing "alias" shortens TOMOYO's installation time from several minutes to few seconds since scanning the entire disk for symlinks becomes unnecessary. Signed-off-by: Tetsuo Handa <pen... 10 Jun 2010 08:53
jump label v9: x86 support
* Peter Zijlstra <peterz(a)infradead.org> wrote: On Wed, 2010-06-09 at 17:39 -0400, Jason Baron wrote: + select HAVE_ARCH_JUMP_LABEL if !CC_OPTIMIZE_FOR_SIZE That deserves a comment somewhere, it basically makes OPTIMIZE_FOR_SIZE useless... Hm, we need more than a comment for that - distro... 11 Jun 2010 04:52
[PATCH 1/4] TOMOYO: Add caller task's credential condition support.
This patch allows users to check caller task's UID/GID etc. for each request. For example, allow_read /tmp/file if task.uid=0 will allow opening /tmp/file for reading only if the caller task's UID is 0. Signed-off-by: Tetsuo Handa <penguin-kernel(a)I-love.SAKURA.ne.jp> --- security/tomoyo/Makefile | ... 10 Jun 2010 08:53
[PATCH 0/4] TOMOYO: Add conditional ACL support.
James Morris wrote: On Wed, 9 Jun 2010, Tetsuo Handa wrote: This patch allows users to check argv[]/envp[] for execve() operation. This patch allows users to check caller task's uid/gid etc. for each operation. 10 files changed, 1615 insertions(+), 96 deletions(-) This is a huge ... 10 Jun 2010 08:53
Add some checks to be used with Coccinelle
On Sun, Jun 06, 2010 at 05:15:00PM +0200, Nicolas Palix wrote: This patch series adds a front-end to use Coccinelle. It also includes a documentation file describing how to use the new 'coccicheck' target. Finally, some SmPL examples are provided. Signed-off-by: Nicolas Palix <npalix(a)diku.dk> Signed... 11 Jun 2010 19:15
regulator: make sure the regulator is available prior to the consumers.
On Thu, Jun 10, 2010 at 04:53:47PM +0800, sonic zhang wrote: From 5a71b38961b0889a239842defd733774ed3d9cdf Mon Sep 17 00:00:00 2001 From: Sonic Zhang <sonic.zhang(a)analog.com> Date: Thu, 10 Jun 2010 16:50:20 +0800 Subject: [PATCH] regulator: make sure the regulator is available prior to the consumers. ... 10 Jun 2010 08:52