All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rik van Riel <riel@redhat.com>
To: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Izik Eidus <ieidus@redhat.com>,
	Andrea Arcangeli <aarcange@redhat.com>,
	Chris Wright <chrisw@redhat.com>, Mel Gorman <mel@csn.ul.ie>,
	KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH 1/9] ksm: fix mlockfreed to munlocked
Date: Tue, 24 Nov 2009 18:53:20 -0500	[thread overview]
Message-ID: <4B0C71F0.3000209@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0911241638130.25288@sister.anvils>

On 11/24/2009 11:40 AM, Hugh Dickins wrote:
> When KSM merges an mlocked page, it has been forgetting to munlock it:
> that's been left to free_page_mlock(), which reports it in /proc/vmstat
> as unevictable_pgs_mlockfreed instead of unevictable_pgs_munlocked (and
> whinges "Page flag mlocked set for process" in mmotm, whereas mainline
> is silently forgiving).  Call munlock_vma_page() to fix that.
>
> Signed-off-by: Hugh Dickins<hugh.dickins@tiscali.co.uk>
>
>    
Acked-by: Rik van Riel <riel@redhat.com>

WARNING: multiple messages have this Message-ID (diff)
From: Rik van Riel <riel@redhat.com>
To: Hugh Dickins <hugh.dickins@tiscali.co.uk>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Izik Eidus <ieidus@redhat.com>,
	Andrea Arcangeli <aarcange@redhat.com>,
	Chris Wright <chrisw@redhat.com>, Mel Gorman <mel@csn.ul.ie>,
	KOSAKI Motohiro <kosaki.motohiro@jp.fujitsu.com>,
	linux-kernel@vger.kernel.org, linux-mm@kvack.org
Subject: Re: [PATCH 1/9] ksm: fix mlockfreed to munlocked
Date: Tue, 24 Nov 2009 18:53:20 -0500	[thread overview]
Message-ID: <4B0C71F0.3000209@redhat.com> (raw)
In-Reply-To: <Pine.LNX.4.64.0911241638130.25288@sister.anvils>

On 11/24/2009 11:40 AM, Hugh Dickins wrote:
> When KSM merges an mlocked page, it has been forgetting to munlock it:
> that's been left to free_page_mlock(), which reports it in /proc/vmstat
> as unevictable_pgs_mlockfreed instead of unevictable_pgs_munlocked (and
> whinges "Page flag mlocked set for process" in mmotm, whereas mainline
> is silently forgiving).  Call munlock_vma_page() to fix that.
>
> Signed-off-by: Hugh Dickins<hugh.dickins@tiscali.co.uk>
>
>    
Acked-by: Rik van Riel <riel@redhat.com>

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

  reply	other threads:[~2009-11-24 23:54 UTC|newest]

Thread overview: 106+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-24 16:37 [PATCH 0/9] ksm: swapping Hugh Dickins
2009-11-24 16:37 ` Hugh Dickins
2009-11-24 16:40 ` [PATCH 1/9] ksm: fix mlockfreed to munlocked Hugh Dickins
2009-11-24 16:40   ` Hugh Dickins
2009-11-24 23:53   ` Rik van Riel [this message]
2009-11-24 23:53     ` Rik van Riel
2009-11-26 16:20   ` Mel Gorman
2009-11-26 16:20     ` Mel Gorman
2009-11-27 12:45     ` Hugh Dickins
2009-11-27 12:45       ` Hugh Dickins
2009-11-30  6:01       ` KOSAKI Motohiro
2009-11-30  6:01         ` KOSAKI Motohiro
2009-11-30 12:26         ` Hugh Dickins
2009-11-30 12:26           ` Hugh Dickins
2009-11-30 21:27           ` Lee Schermerhorn
2009-11-30 21:27             ` Lee Schermerhorn
2009-12-01 11:14       ` Mel Gorman
2009-12-01 11:14         ` Mel Gorman
2009-11-24 16:42 ` [PATCH 2/9] ksm: let shared pages be swappable Hugh Dickins
2009-11-24 16:42   ` Hugh Dickins
2009-11-30  0:46   ` KAMEZAWA Hiroyuki
2009-11-30  0:46     ` KAMEZAWA Hiroyuki
2009-11-30  9:15     ` KOSAKI Motohiro
2009-11-30  9:15       ` KOSAKI Motohiro
2009-11-30 12:38       ` Hugh Dickins
2009-11-30 12:38         ` Hugh Dickins
2009-12-01  4:14         ` KOSAKI Motohiro
2009-12-01  4:14           ` KOSAKI Motohiro
2009-11-30 11:55     ` Hugh Dickins
2009-11-30 11:55       ` Hugh Dickins
2009-11-30 12:07     ` Andrea Arcangeli
2009-11-30 12:07       ` Andrea Arcangeli
2009-12-01  0:39       ` KAMEZAWA Hiroyuki
2009-12-01  0:39         ` KAMEZAWA Hiroyuki
2009-12-01  6:32         ` Chris Wright
2009-12-01  6:32           ` Chris Wright
2009-12-01  9:11         ` Andrea Arcangeli
2009-12-01  9:11           ` Andrea Arcangeli
2009-12-01  9:28           ` KOSAKI Motohiro
2009-12-01  9:28             ` KOSAKI Motohiro
2009-12-01  9:37             ` Andrea Arcangeli
2009-12-01  9:37               ` Andrea Arcangeli
2009-12-01  9:46               ` KOSAKI Motohiro
2009-12-01  9:46                 ` KOSAKI Motohiro
2009-12-01  9:59                 ` Andrea Arcangeli
2009-12-01  9:59                   ` Andrea Arcangeli
2009-12-02  5:08                   ` Rik van Riel
2009-12-02  5:08                     ` Rik van Riel
2009-12-02 12:55                     ` Andrea Arcangeli
2009-12-02 12:55                       ` Andrea Arcangeli
2009-12-03  5:15                       ` KOSAKI Motohiro
2009-12-03  5:15                         ` KOSAKI Motohiro
2009-12-04  5:06                         ` KOSAKI Motohiro
2009-12-04  5:06                           ` KOSAKI Motohiro
2009-12-04  5:16                           ` KAMEZAWA Hiroyuki
2009-12-04  5:16                             ` KAMEZAWA Hiroyuki
2009-12-04 14:49                             ` Andrea Arcangeli
2009-12-04 14:49                               ` Andrea Arcangeli
2009-12-04 17:16                             ` Chris Wright
2009-12-04 17:16                               ` Chris Wright
2009-12-04 18:53                               ` Andrea Arcangeli
2009-12-04 18:53                                 ` Andrea Arcangeli
2009-12-04 19:03                                 ` Chris Wright
2009-12-04 19:03                                   ` Chris Wright
2009-12-09  0:43                               ` KAMEZAWA Hiroyuki
2009-12-09  0:43                                 ` KAMEZAWA Hiroyuki
2009-12-09  1:04                                 ` Chris Wright
2009-12-09  1:04                                   ` Chris Wright
2009-12-09 16:12                                 ` Andrea Arcangeli
2009-12-09 16:12                                   ` Andrea Arcangeli
2009-12-09 23:54                                   ` KAMEZAWA Hiroyuki
2009-12-09 23:54                                     ` KAMEZAWA Hiroyuki
2009-12-04 14:45                           ` Andrea Arcangeli
2009-12-04 14:45                             ` Andrea Arcangeli
2009-12-04 16:21                             ` Rik van Riel
2009-12-04 16:21                               ` Rik van Riel
2009-11-24 16:43 ` [PATCH 3/9] ksm: hold anon_vma in rmap_item Hugh Dickins
2009-11-24 16:43   ` Hugh Dickins
2009-11-24 16:45 ` [PATCH 4/9] ksm: take keyhole reference to page Hugh Dickins
2009-11-24 16:45   ` Hugh Dickins
2009-11-24 16:48 ` [PATCH 5/9] ksm: share anon page without allocating Hugh Dickins
2009-11-24 16:48   ` Hugh Dickins
2009-11-30  0:04   ` KAMEZAWA Hiroyuki
2009-11-30  0:04     ` KAMEZAWA Hiroyuki
2009-11-30 11:18     ` Hugh Dickins
2009-11-30 11:18       ` Hugh Dickins
2009-12-01  0:02       ` KAMEZAWA Hiroyuki
2009-12-01  0:02         ` KAMEZAWA Hiroyuki
2009-11-24 16:51 ` [PATCH 6/9] ksm: mem cgroup charge swapin copy Hugh Dickins
2009-11-24 16:51   ` Hugh Dickins
2009-11-25 14:23   ` Balbir Singh
2009-11-25 14:23     ` Balbir Singh
2009-11-25 17:12     ` Hugh Dickins
2009-11-25 17:12       ` Hugh Dickins
2009-11-25 17:36       ` Balbir Singh
2009-11-25 17:36         ` Balbir Singh
2009-11-30  0:13   ` KAMEZAWA Hiroyuki
2009-11-30  0:13     ` KAMEZAWA Hiroyuki
2009-11-30 11:40     ` Hugh Dickins
2009-11-30 11:40       ` Hugh Dickins
2009-11-24 16:54 ` [PATCH 7/9] ksm: rmap_walk to remove_migation_ptes Hugh Dickins
2009-11-24 16:54   ` Hugh Dickins
2009-11-24 16:56 ` [PATCH 8/9] ksm: memory hotremove migration only Hugh Dickins
2009-11-24 16:56   ` Hugh Dickins
2009-11-24 16:57 ` [PATCH 9/9] ksm: remove unswappable max_kernel_pages Hugh Dickins
2009-11-24 16:57   ` Hugh Dickins

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=4B0C71F0.3000209@redhat.com \
    --to=riel@redhat.com \
    --cc=aarcange@redhat.com \
    --cc=akpm@linux-foundation.org \
    --cc=chrisw@redhat.com \
    --cc=hugh.dickins@tiscali.co.uk \
    --cc=ieidus@redhat.com \
    --cc=kosaki.motohiro@jp.fujitsu.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mel@csn.ul.ie \
    /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.