Please pull hwpoison updates for 2.6.32-rc5

From: Andi Kleen
Date: Thu Oct 22 2009 - 19:44:59 EST



Linus,

Here are the hwpoison updates for 2.6.32-rc5. These contain bug fixes
from various people, including a workaround for the page flags
races that were discussed earlier, a fix for a workqueue in workqueue
deadlock and a couple of smaller fixes.

I also improved the documentation and did some clean up to the prctl()
interface before it is set in stone.

Please pull.

git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 hwpoison-2.6.32

Andi Kleen (4):
HWPOISON: Clean up PR_MCE_KILL interface
HWPOISON: Add brief hwpoison description to Documentation
HWPOISON: Fix page count leak in hwpoison late kill in do_swap_page
HWPOISON: Allow schedule_on_each_cpu() from keventd

Hugh Dickins (2):
HWPOISON: fix oops on ksm pages
HWPOISON: fix/proc/meminfo alignment

Wu Fengguang (2):
HWPOISON: return early on non-LRU pages
HWPOISON: fix invalid page count in printk output

Documentation/vm/hwpoison.txt | 136 +++++++++++++++++++++++++++++++++++++++++
fs/proc/meminfo.c | 2 +-
include/linux/prctl.h | 12 ++++
kernel/sys.c | 23 ++++++--
kernel/workqueue.c | 21 ++++++-
mm/memory-failure.c | 59 +++++++++---------
mm/memory.c | 3 +-
7 files changed, 219 insertions(+), 37 deletions(-)
create mode 100644 Documentation/vm/hwpoison.txt

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/