All of lore.kernel.org
 help / color / mirror / Atom feed
From: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
To: Mitsuhiro Tanino <mitsuhiro.tanino.gm@hitachi.com>
Cc: Andi Kleen <andi@firstfloor.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	linux-mm <linux-mm@kvack.org>,
	kosaki.motohiro@gmail.com
Subject: Re: [RFC Patch 0/2] mm: Add parameters to make kernel behavior at memory error on dirty cache selectable
Date: Thu, 11 Apr 2013 11:15:28 -0400	[thread overview]
Message-ID: <5166D390.8050704@gmail.com> (raw)
In-Reply-To: <51662D5B.3050001@hitachi.com>

(4/10/13 11:26 PM), Mitsuhiro Tanino wrote:
> Hi All,
> Please find a patch set that introduces these new sysctl interfaces,
> to handle a case when an memory error is detected on dirty page cache.
> 
> - vm.memory_failure_dirty_panic

Panic knob is ok to me. However I agree with Andi. If we need panic know,
it should handle generic IO error and data lost.


> - vm.memory_failure_print_ratelimit
> - vm.memory_failure_print_ratelimit_burst

But this is totally silly. 
print_ratelimit might ommit important messages. Please do a right way.


--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

WARNING: multiple messages have this Message-ID (diff)
From: KOSAKI Motohiro <kosaki.motohiro@gmail.com>
To: Mitsuhiro Tanino <mitsuhiro.tanino.gm@hitachi.com>
Cc: Andi Kleen <andi@firstfloor.org>,
	linux-kernel <linux-kernel@vger.kernel.org>,
	linux-mm <linux-mm@kvack.org>,
	kosaki.motohiro@gmail.com
Subject: Re: [RFC Patch 0/2] mm: Add parameters to make kernel behavior at memory error on dirty cache selectable
Date: Thu, 11 Apr 2013 11:15:28 -0400	[thread overview]
Message-ID: <5166D390.8050704@gmail.com> (raw)
In-Reply-To: <51662D5B.3050001@hitachi.com>

(4/10/13 11:26 PM), Mitsuhiro Tanino wrote:
> Hi All,
> Please find a patch set that introduces these new sysctl interfaces,
> to handle a case when an memory error is detected on dirty page cache.
> 
> - vm.memory_failure_dirty_panic

Panic knob is ok to me. However I agree with Andi. If we need panic know,
it should handle generic IO error and data lost.


> - vm.memory_failure_print_ratelimit
> - vm.memory_failure_print_ratelimit_burst

But this is totally silly. 
print_ratelimit might ommit important messages. Please do a right way.



  parent reply	other threads:[~2013-04-11 15:15 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-11  3:26 [RFC Patch 0/2] mm: Add parameters to make kernel behavior at memory error on dirty cache selectable Mitsuhiro Tanino
2013-04-11  3:26 ` Mitsuhiro Tanino
2013-04-11  3:53 ` Simon Jeons
2013-04-11  3:53   ` Simon Jeons
2013-04-11 12:51   ` Mitsuhiro Tanino
2013-04-11 12:51     ` Mitsuhiro Tanino
2013-04-11 13:00     ` Ric Mason
2013-04-11 13:00       ` Ric Mason
2013-04-12 13:43       ` Mitsuhiro Tanino
2013-04-12 13:43         ` Mitsuhiro Tanino
2013-04-17  5:49         ` Simon Jeons
2013-04-17  5:49           ` Simon Jeons
2013-04-11  7:11 ` Naoya Horiguchi
2013-04-11  7:11   ` Naoya Horiguchi
2013-04-12 13:24   ` Mitsuhiro Tanino
2013-04-12 13:24     ` Mitsuhiro Tanino
2013-04-12 14:45     ` Naoya Horiguchi
2013-04-12 14:45       ` Naoya Horiguchi
2013-04-17  7:14   ` Simon Jeons
2013-04-17  7:14     ` Simon Jeons
2013-04-17 14:55     ` Naoya Horiguchi
2013-04-17 14:55       ` Naoya Horiguchi
2013-04-18  0:27       ` Simon Jeons
2013-04-18  0:27         ` Simon Jeons
2013-04-11 13:49 ` Andi Kleen
2013-04-11 13:49   ` Andi Kleen
2013-04-11 15:23   ` Naoya Horiguchi
2013-04-11 15:23     ` Naoya Horiguchi
2013-04-11 18:10     ` Andi Kleen
2013-04-11 18:10       ` Andi Kleen
2013-04-12 13:38       ` Mitsuhiro Tanino
2013-04-12 13:38         ` Mitsuhiro Tanino
2013-04-12 15:13         ` Naoya Horiguchi
2013-04-12 15:13           ` Naoya Horiguchi
2013-04-17 13:58           ` Naoya Horiguchi
2013-04-17 13:58             ` Naoya Horiguchi
2013-04-17  6:42     ` Simon Jeons
2013-04-17  6:42       ` Simon Jeons
2013-04-17 14:16       ` Naoya Horiguchi
2013-04-17 14:16         ` Naoya Horiguchi
2013-04-17  5:30   ` Simon Jeons
2013-04-17  5:30     ` Simon Jeons
2013-04-11 15:15 ` KOSAKI Motohiro [this message]
2013-04-11 15:15   ` KOSAKI Motohiro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5166D390.8050704@gmail.com \
    --to=kosaki.motohiro@gmail.com \
    --cc=andi@firstfloor.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mitsuhiro.tanino.gm@hitachi.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.