linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Hugh Dickins <hugh@veritas.com>
To: Lee Schermerhorn <Lee.Schermerhorn@hp.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	Nick Piggin <nickpiggin@yahoo.com.au>,
	Rik van Riel <riel@redhat.com>,
	linux-mm@kvack.org
Subject: Re: [PATCH 6/8] mm: remove try_to_munlock from vmscan
Date: Tue, 2 Dec 2008 00:51:45 +0000 (GMT)	[thread overview]
Message-ID: <Pine.LNX.4.64.0812020040040.29644@blonde.anvils> (raw)
In-Reply-To: <1228162614.18834.92.camel@lts-notebook>

On Mon, 1 Dec 2008, Lee Schermerhorn wrote:
> 
> Hugh:  I got a chance to start my test workload on 28-rc6-mmotm-081130

Thanks!

> today [after finding the patch for the "BUG_ON(!dot)" boot-time panic].
> I added a couple of temporary vmstat counters to count attempts to free
> swap space in the vmscan "cull" path and successful frees, so I could
> tell that we were exercising your changes.
> 
> Unfortunately, both my x86_64 and ia64 platforms eventually [after an
> hour and a half or so] hit a null pointer deref [Nat consumption on
> ia64] in __get_user_pages().  In both cases, __get_user_pages was called
> while ps(1) was trying to read the task's command line via /proc.
> 
> The ia64 platform eventually locked up.  I rebooted the x86_64 and hit a
> "kernel BUG at fs/dcache.c:666".

Beware the BUG of the Beast.

> I don't know that these were related
> to your changes, so I'll report them separately.

Please do.  They don't sound so close that I feel guilty yet,
but they don't sound so far away that I can rest all that easy.

> 
> I did manage to grab some selected vmstats from the run on the x86_64,
> after couple of hours of running [it stayed up longer than the ia64]:
> 
> egrep '^pgp|^pswp|^pgfau|^pgmaj|^unev|^swap_' /proc/vmstat
> pgpgin 288501203
> pgpgout 89224219
> pswpin 1063928
> pswpout 1637706
> pgfault 1471335469
> pgmajfault 517119
> unevictable_pgs_culled 108794397
> unevictable_pgs_scanned 28835840
> unevictable_pgs_rescued 260444075
> unevictable_pgs_mlocked 250282969
> unevictable_pgs_munlocked 239272025
> unevictable_pgs_cleared 6750236
> unevictable_pgs_stranded 0
> unevictable_pgs_mlockfreed 0
> swap_try_free_mlocked_pgs 823799
> swap_freed_mlocked_pgs 823799
> 
> the last two items are the temporary counters where we
> try_to_free_swap() in the vmscan cull path.
> 
> I tested this by mmap()ing a largish [20G] anon segment, writing to each
> page to populate it, then mlocking the segment.  Other tests kept the
> system under memory pressure so that quite a few of the pages of the
> anon segment got swapped out before I mlocked it.  The fact that I hit
> these counters indicates that many of the mlocked pages were culled by
> vmscan rather than by mlock itself--possibly because we recently removed
> the lru_drain_all() from mlock, so we don't necessarily see all of the
> pages on the lru on return from get_user_pages() in mlock.

That does sound like you've really been testing it, and it looks to be
a satisfying result, that it actually swap_freed every one it tried.

Thanks for the reassurance (but let's see about those bugs),

Hugh

--
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:[~2008-12-02  0:51 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-23 21:53 [PATCH 0/8] mm: from gup to vmscan Hugh Dickins
2008-11-23 21:55 ` [PATCH 1/8] mm: gup persist for write permission Hugh Dickins
2008-11-23 21:56 ` [PATCH 2/8] mm: wp lock page before deciding cow Hugh Dickins
2008-11-23 21:58 ` [PATCH 3/8] mm: reuse_swap_page replaces can_share_swap_page Hugh Dickins
2008-11-23 22:11   ` [PATCH] memcg: memswap controller core swapcache fixes Hugh Dickins
2008-11-24  5:43     ` KAMEZAWA Hiroyuki
2008-11-24  6:15       ` KAMEZAWA Hiroyuki
2008-11-24 12:29         ` Hugh Dickins
2008-11-24 12:57           ` KAMEZAWA Hiroyuki
2008-11-23 22:43   ` [PATCH 3/8] mm: reuse_swap_page replaces can_share_swap_page Rik van Riel
2008-11-23 22:00 ` [PATCH 4/8] mm: try_to_free_swap replaces remove_exclusive_swap_page Hugh Dickins
2008-11-23 22:01 ` [PATCH 5/8] mm: try_to_unuse check removing right swap Hugh Dickins
2008-11-23 22:03 ` [PATCH 6/8] mm: remove try_to_munlock from vmscan Hugh Dickins
2008-11-23 22:53   ` Rik van Riel
2008-11-24 17:34   ` Lee Schermerhorn
2008-11-24 19:29     ` Hugh Dickins
2008-12-01 20:16       ` Lee Schermerhorn
2008-12-02  0:51         ` Hugh Dickins [this message]
2008-11-23 22:05 ` [PATCH 7/8] mm: remove gfp_mask from add_to_swap Hugh Dickins
2008-11-23 22:07 ` [PATCH 8/8] mm: add add_to_swap stub Hugh Dickins
2008-11-23 22:55   ` Rik van Riel
2008-11-24 13:49     ` Hugh Dickins
2008-11-24 13:53       ` [PATCH 9/8] mm: optimize get_scan_ratio for no swap Hugh Dickins
2008-11-24 14:11         ` Rik van Riel

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=Pine.LNX.4.64.0812020040040.29644@blonde.anvils \
    --to=hugh@veritas.com \
    --cc=Lee.Schermerhorn@hp.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-mm@kvack.org \
    --cc=nickpiggin@yahoo.com.au \
    --cc=riel@redhat.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox