sched: change nohz idle load balancing logic to push model
On Mon, 2010-05-17 at 11:27 -0700, Suresh Siddha wrote: This is an updated version of patchset which is posted earlier at http://lkml.org/lkml/2009/12/10/470 Description: Existing nohz idle load balance logic uses the pull model, with one idle load balancer CPU nominated on any partially idle system ... 31 May 2010 05:26
Future tracing/instrumentation directions
On Thu, May 20, 2010 at 11:31:31AM +0200, Ingo Molnar wrote: - [ While it's still a long way off, if this trend continues we eventually might even be able to get rid of the /debug/tracing/ temporary debug API and get rid of the ugly in-kernel pretty-printing bits. This is good: it... 21 May 2010 06:13
random: simplify fips mode
On Thu, May 20, 2010 at 12:44:17AM -0500, Matt Mackall wrote: Rather than dynamically allocate 10 bytes, move it to static allocation. This saves space and avoids the need for error checking. Signed-off-by: Matt Mackall <mpm(a)selenic.com> Patch applied. Thanks a lot! -- Visit Openswan at http://www.o... 20 May 2010 06:13
[PATCH 2/3] perf: Comply with new rcu checks API
The software events hlist doesn't fully comply with the new rcu checks api. We need to consider three different sides that access the hlist: - the hlist allocation/release side. This side happens when an events is created or released, accesses to the hlist are serialized under the cpuctx mutex. - the ev... 20 May 2010 06:13
[GIT PULL] perf fixes
Ingo, Please pull the perf/urgent branch that can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing.git perf/urgent Thanks, Frederic --- Frederic Weisbecker (2): perf: Comply with new rcu checks API perf: Fix unaligned accesses while fetching trace values ... 20 May 2010 06:13
[PATCH 3/3] perf: Fix unaligned accesses while fetching trace values
Accessing trace values of an 8 size may end up in a segfault on archs that can't deal with misaligned access, which is the case for sparc 64. This is because PERF_SAMPLE_RAW are aligned to 4 and not to 8. Fix this on the macros that get the values of 8 size. This fixes segfaults on perf tools in sparc 64. S... 20 May 2010 06:13
[PATCH 1/3] perf: Use read() instead of lseek() in trace_event_read.c:skip()
From: Tom Zanussi <tzanussi(a)gmail.com> This is a small fix for a problem affecting live-mode, introduced recently: root(a)tropicana:~# perf trace rwtop perf trace started with Perl script /root/libexec/perf-core/scripts/perl/rwtop.pl Fatal: did not read header event commit d00a47cce569a3e660a8c9de5d57af2... 20 May 2010 06:13
btrfs: should add a permission check for setfacl
On Tue, May 18, 2010 at 08:50:32AM +0800, Shi Weihua wrote: On btrfs, do the following ------------------ # su user1 # cd btrfs-part/ # touch aaa # getfacl aaa # file: aaa # owner: user1 # group: user1 user::rw- group::rw- other::r-- # su user2 # cd btrfs-part/ #... 20 May 2010 05:09
softirq: avoid softirq_work_list for SCHED_SOFTIRQ when sent remotely
On Thu, May 20 2010, David Miller wrote: From: Peter Zijlstra <peterz(a)infradead.org> Date: Thu, 20 May 2010 10:12:39 +0200 Most odd all that, Dave, Jens, what happened to all that remote_softirq stuff? Nobody ended up using this remote softirq infrastructure, it can be completely deleted. ... 20 May 2010 05:09
softirq: avoid softirq_work_list for SCHED_SOFTIRQ when sent remotely
From: Peter Zijlstra <peterz(a)infradead.org> Date: Thu, 20 May 2010 10:12:39 +0200 Most odd all that, Dave, Jens, what happened to all that remote_softirq stuff? Nobody ended up using this remote softirq infrastructure, it can be completely deleted. -- To unsubscribe from this list: send the line "unsubsc... 20 May 2010 06:13