lkml.org 
[lkml]   [2009]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [RFC][PATCH 0/4] memcg: add support for hwpoison testing
* Wu Fengguang <fengguang.wu@intel.com> [2009-08-31 18:26:40]:

> Hi all,
>
> In hardware poison testing, we want to inject hwpoison errors to pages
> of a collection of selected tasks, so that random tasks (eg. init) won't
> be killed in stress tests and lead to test failure.
>
> Memory cgroup provides an ideal tool for tracking and testing these target
> process pages. All we have to do is to
> - export the memory cgroup id via cgroupfs
> - export two functions/structs for hwpoison_inject.c
>
> This might be an unexpected usage of memory cgroup. The last patch and this
> script demonstrates how the exported interfaces are to be used to limit the
> scope of hwpoison injection.
>
> test -d /cgroup/hwpoison && rmdir /cgroup/hwpoison
> mkdir /cgroup/hwpoison
>
> usemem -m 100 -s 100 & # eat 100MB and sleep 100s
> echo `pidof usemem` > /cgroup/hwpoison/tasks
>
> ==> memcg_id=$(</cgroup/hwpoison/memory.id)
> ==> echo $memcg_id > /debug/hwpoison/corrupt-filter-memcg
>
> # hwpoison all pfn
> pfn=0
> while true
> do
> let pfn=pfn+1
> echo $pfn > /debug/hwpoison/corrupt-pfn
> if [ $? -ne 0 ]; then
> break
> fi
> done
>
> Comments are welcome, thanks!
>

I took a quick look and the patches seem OKAY to me, but I have
question, can't we do all of this from user space? The bits about
id export and import the ids look like they can be replaced by names
in user space.

> Cheers,
> Fengguang
> --
>

--
Balbir


\
 
 \ /
  Last update: 2009-08-31 14:51    [W:0.252 / U:0.412 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site