mm,migration: Avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks
On Sat, May 01, 2010 at 08:56:18PM -0500, Christoph Lameter wrote: On Thu, 29 Apr 2010, Mel Gorman wrote: There is a race between shift_arg_pages and migration that triggers this bug. A temporary stack is setup during exec and later moved. If migration moves a page in the temporary stack and the V... 11 May 2010 13:23
mxc: gadget: Fix bitfield for calculating maximum packet size
Hello. Dinh.Nguyen(a)freescale.com wrote: From: Dinh Nguyen <Dinh.Nguyen(a)freescale.com> The max packet length bit mask used for isochronous endpoints should be 0x7FF instead of 0x8FF. 0x8FF will actually clear higher-order bits in the max packet length field. This patch applies to 2.6.34-rc6. ... 4 May 2010 06:48
[PATCH v2] hwmon: driver for TI tmp102 temperature sensor
Steven, On Sat, 3 Apr 2010 09:23:40 +0200, Jean Delvare wrote: On Mon, 15 Mar 2010 13:52:17 +0100, Jean Delvare wrote: Here's my review. Feel free to pick whatever you like in it and ignore the rest. Then submit a final version for upstream integration. Any update? Would be great to not lose all ... 4 May 2010 05:43
[PATCH] DMA ENGINE: Do not reset 'private' of channel
The member 'private' of 'struct dma_chan' is meant for passing data between client and the controller driver. The DMA client driver may point it to platform specific stuff after acquiring the channel. So, it is the responsiblity of the same code to reset it, if it must. The DMA engine doesn't set it and hence,... 4 May 2010 05:43
[tip:perf/core] hw_breakpoints: Fix percpu build failure
Commit-ID: 777d0411cd1e384115985dac5ccd42031e3eee2b Gitweb: http://git.kernel.org/tip/777d0411cd1e384115985dac5ccd42031e3eee2b Author: Frederic Weisbecker <fweisbec(a)gmail.com> AuthorDate: Mon, 3 May 2010 15:39:45 +0200 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Tue, 4 May 2010 08:39:36 +0200 h... 4 May 2010 05:43
2.6.33.3: possible recursive locking detected
On 05/04/2010 10:03 AM, CaT wrote: I'm currently running 2.6.33.3 in a KVM instance emulating a core2duo on 1 cpu with virtio HDs running on top of a core2duo host running 2.6.33.3. qemu-kvm version 0.12.3. Doesn't appear to be related to kvm. Copying lkml. When doing: echo noop>/sys/block/vdd/q... 12 May 2010 16:58
alpha: Implement HW performance events on the EV67 and later CPUs.
On Sat, 2010-05-01 at 11:55 +1200, Michael Cree wrote: +/* I wonder what this is for ??? */ +void set_perf_event_pending(void) +{ +} If the PMU Interrupt comes in as an NMI we cannot take locks and such from its handler. So what we do is queue that work to be ran later. The kernel has a fallback to ru... 4 May 2010 04:38
watchdog: update/improve/consolidate watchdog driver parameters
Hi Randi, From: Randy Dunlap <randy.dunlap(a)oracle.com> Move the limited watchdog driver help from kernel-parameters.txt to Documentation/watchdog/watchdog-parameters.txt and add info to it for all watchdog drivers except the ones that have driver-specific files already. Correct minor comment... 4 May 2010 04:38
significant variation in performance counters on POWER6
Hello, I am doing some research where I need to collect performance information for SPEC CPU2006 benchmarks on a POWER6 JS22 system. Previously I was using perfmon2, but after the release of "performance counters for linux" (and the 'perf' tool), I decided to try it. One of the reasons was the native support f... 4 May 2010 03:32
RCU fixes for 2.6.34
* Paul E. McKenney <paulmck(a)linux.vnet.ibm.com> wrote: Hello, Ingo, Here are RCU fixes for 2.6.34, mainly RCU-lockdep fixes: git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git urgent-to-mingo This set excludes the three needing Acked-by, and also excludes the commits ... 4 May 2010 03:32