Re: [RFC Patch 1/2] mm: Add a parameter to force a kernel panic when memory error occurs on dirty cache

2013-04-11 Thread Naoya Horiguchi
# You can run checkpatch.pl to find coding style violation. On Thu, Apr 11, 2013 at 12:26:28PM +0900, Mitsuhiro Tanino wrote: > This patch introduces a sysctl interface, > vm.memory_failure_dirty_panic, to provide selectable actions > when a memory error is detected on dirty page cache. Using ano

[RFC Patch 1/2] mm: Add a parameter to force a kernel panic when memory error occurs on dirty cache

2013-04-10 Thread Mitsuhiro Tanino
This patch introduces a sysctl interface, vm.memory_failure_dirty_panic, to provide selectable actions when a memory error is detected on dirty page cache. Signed-off-by: Mitsuhiro Tanino --- diff --git a/a/Documentation/sysctl/vm.txt b/b/Documentation/sysctl/vm.txt index 078701f..7dad994 10064