Confirm Email From Dr.Mary Simon
You have won the sum of Seven Hundred And Ten Thousand Pounds from Microsoft Company on our 2010 Yearly bonanza award. You are to contact him with your details below; 1.Name.2.Address.3.Nationality.4.Age.5.Occupation.6.Phone/Fax. Contact Person:Donald Preece Email :dnpreece(a)live.com Tel:+44 702 408 3922 Co... 27 May 2010 21:27
[PATCH 0/8] HWPOISON for hugepage (v6)
Hi, Here is a "HWPOISON for hugepage" patchset which reflects Mel's comments on hugepage rmapping code. Only patch 1/8 and 2/8 are changed since the previous post. Mel, could you please restart reviewing and testing? include/linux/hugetlb.h | 14 +--- include/linux/hugetlb_inline.h | 22 +++++++ ... 27 May 2010 21:27
[PATCH 7/8] HWPOISON, hugetlb: detect hwpoison in hugetlb code
This patch enables to block access to hwpoisoned hugepage and also enables to block unmapping for it. Dependency: "HWPOISON, hugetlb: enable error handling path for hugepage" Signed-off-by: Naoya Horiguchi <n-horiguchi(a)ah.jp.nec.com> Cc: Andi Kleen <andi(a)firstfloor.org> Cc: Andrew Morton <akpm(a)linux-foundat... 27 May 2010 21:27
[PATCH 8/8] HWPOISON, hugetlb: support hwpoison injection for hugepage
This patch enables hwpoison injection through debug/hwpoison interfaces, with which we can test memory error handling for free or reserved hugepages (which cannot be tested by madvise() injector). Signed-off-by: Naoya Horiguchi <n-horiguchi(a)ah.jp.nec.com> Cc: Andi Kleen <andi(a)firstfloor.org> Cc: Andrew Morton <a... 27 May 2010 21:27
[PATCH 4/8] HWPOISON, hugetlb: set/clear PG_hwpoison bits on hugepage
To avoid race condition between concurrent memory errors on identified hugepage, we atomically test and set PG_hwpoison bit on the head page. All pages in the error hugepage are considered as hwpoisoned for now, so set and clear all PG_hwpoison bits in the hugepage with page lock of the head page held. Dependenc... 27 May 2010 21:27
[PATCH 5/8] HWPOISON, hugetlb: maintain mce_bad_pages in handling hugepage error
For now all pages in the error hugepage are considered as hwpoisoned, so count all of them in mce_bad_pages. Dependency: "HWPOISON, hugetlb: enable error handling path for hugepage" Signed-off-by: Naoya Horiguchi <n-horiguchi(a)ah.jp.nec.com> Cc: Andi Kleen <andi(a)firstfloor.org> Cc: Andrew Morton <akpm(a)linux-... 27 May 2010 21:27
ftrace,kdb: Allow dumping a specific cpu's buffer with ftdump
On Thu, 2010-05-27 at 18:14 -0500, Jason Wessel wrote: In systems with more than one processor it is desriable to look at the per cpu trace buffers. CC: Frederic Weisbecker <fweisbec(a)gmail.com> CC: Steven Rostedt <rostedt(a)goodmis.org> Acked-by: Steven Rostedt <rostedt(a)goodmis.org> -- Steve ... 27 May 2010 21:27
drivers/net: Eliminate a NULL pointer dereference
From: Julia Lawall <julia(a)diku.dk> Date: Thu, 27 May 2010 14:33:32 +0200 (CEST) At the point of the print, dev is NULL. ... Signed-off-by: Julia Lawall <julia(a)diku.dk> Applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.... 27 May 2010 20:22
[PATCH 1/2 v2] FLAT: split the stack & data alignments
Jivin Mike Frysinger lays it down ... On Thu, May 27, 2010 at 04:24, Michal Simek wrote: Mike Frysinger wrote: The stack and data have different alignment requirements, so don't force them to wear the same shoe. ??Increase the data alignment to match that which the elf2flt linker script has ... 27 May 2010 20:22
drivers/net/hamradio: Eliminate a NULL pointer dereference
From: Julia Lawall <julia(a)diku.dk> Date: Thu, 27 May 2010 14:33:00 +0200 (CEST) At the point of the print, dev is NULL. A simplified version of the semantic match that finds this problem is as follows: (http://coccinelle.lip6.fr/) ... Signed-off-by: Julia Lawall <julia(a)diku.dk> Applied. -- To ... 27 May 2010 20:22