Prev: PM: Make it possible to avoid wakeup events from being lost
Next: writeback: Fix broken sync writeback
From: Tejun Heo on 27 Jun 2010 12:40 Hello, Linus. Please pull from the following branch to receive percpu changes for 2.6.35-rc3. git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git for-linus There are two fixes. One is to fix two trivial and harmless bugs in pcpu_build_alloc_info(). The other fixes a bug in per_cpu_ptr_to_phys() which can cause oops during operations which need to map percpu addresses to physical addresses such as kdump or reading /sys/devices/system/cpu/cpuN/crash_notes. Thanks. Pavel V. Panteleev (1): percpu: fix trivial bugs in pcpu_build_alloc_info() Tejun Heo (1): percpu: fix first chunk match in per_cpu_ptr_to_phys() mm/percpu.c | 36 ++++++++++++++++++++++++++++++------ 1 files changed, 30 insertions(+), 6 deletions(-) -- tejun -- 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 at http://www.tux.org/lkml/ |