[PATCH 0/3] /proc/kmem fixes and hwpoison bits v2

From: Wu Fengguang
Date: Tue Sep 15 2009 - 21:52:16 EST


Hi Andrew and Kame,

Here are the 3 updated bug fix/cleanup patches for kmem. Comments are welcome.

Changes since v1:
- change vread()/vwrite() prototype (proposed by Kame)
- include Kame's is_vmalloc_or_module_addr() check and use Hugh's -ENXIO.
- I decided not to use __GFP_ZERO, since the buf will be reused in the loop,
so it would be better for vread to zero-fill it each time.
- removed the hwpoison checks for vmalloc pages. It seems that vread/vwrite
could be simplified to handle one single page, and the hwpoison bits can be
considered after that.

Thanks,
Fengguang
--

--
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/