[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090916013939.656308742@intel.com>
Date: Wed, 16 Sep 2009 09:39:39 +0800
From: Wu Fengguang <fengguang.wu@...el.com>
To: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
Cc: Wu Fengguang <fengguang.wu@...el.com>,
LKML <linux-kernel@...r.kernel.org>, linux-mm@...ck.org
Subject: [PATCH 0/3] /proc/kmem fixes and hwpoison bits v2
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists