All of lore.kernel.org
 help / color / mirror / Atom feed
From: Susheel Khiani <skhiani@codeaurora.org>
To: akpm@linux-foundation.org, peterz@infradead.org, neilb@suse.de,
	dhowells@redhat.com, hughd@google.com, paulmcquad@gmail.com,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [Question] ksm: rmap_item pointing to some stale vmas
Date: Thu, 09 Apr 2015 19:35:53 +0530	[thread overview]
Message-ID: <55268741.8010301@codeaurora.org> (raw)

Hi,

We are seeing an issue during try_to_unmap_ksm where in call to 
try_to_unmap_one is failing.

try_to_unmap_ksm in this particular case is trying to go through vmas 
associated with each rmap_item->anon_vma. What we see is this that the 
corresponding page is not mapped to any of the vmas associated with 2 
rmap_item.

The associated rmap_item in this case looks like pointing to some valid 
vma but the said page is not found to be mapped under it. 
try_to_unmap_one thus fails to find valid ptes for these vmas.

At the same time we can see that the page actually is mapped in 2 
separate and different vmas which are not part of rmap_item associated 
with page.

So whether rmap_item is pointing to some stale vmas and now the mapping 
has changed? Or there is something else going on here.
p
Any pointer would be appreciated.

-- 
Susheel Khiani

QUALCOMM INDIA, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation

--
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: Susheel Khiani <skhiani@codeaurora.org>
To: akpm@linux-foundation.org, peterz@infradead.org, neilb@suse.de,
	dhowells@redhat.com, hughd@google.com, paulmcquad@gmail.com,
	linux-mm@kvack.org, linux-kernel@vger.kernel.org
Subject: [Question] ksm: rmap_item pointing to some stale vmas
Date: Thu, 09 Apr 2015 19:35:53 +0530	[thread overview]
Message-ID: <55268741.8010301@codeaurora.org> (raw)

Hi,

We are seeing an issue during try_to_unmap_ksm where in call to 
try_to_unmap_one is failing.

try_to_unmap_ksm in this particular case is trying to go through vmas 
associated with each rmap_item->anon_vma. What we see is this that the 
corresponding page is not mapped to any of the vmas associated with 2 
rmap_item.

The associated rmap_item in this case looks like pointing to some valid 
vma but the said page is not found to be mapped under it. 
try_to_unmap_one thus fails to find valid ptes for these vmas.

At the same time we can see that the page actually is mapped in 2 
separate and different vmas which are not part of rmap_item associated 
with page.

So whether rmap_item is pointing to some stale vmas and now the mapping 
has changed? Or there is something else going on here.
p
Any pointer would be appreciated.

-- 
Susheel Khiani

QUALCOMM INDIA, on behalf of Qualcomm Innovation Center,
Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation

             reply	other threads:[~2015-04-09 14:06 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-09 14:05 Susheel Khiani [this message]
2015-04-09 14:05 ` [Question] ksm: rmap_item pointing to some stale vmas Susheel Khiani
2015-04-10 17:56 ` Hugh Dickins
2015-04-10 17:56   ` Hugh Dickins
2015-04-14  7:01   ` Susheel Khiani
2015-04-14  7:01     ` Susheel Khiani
2015-04-15  6:22     ` Hugh Dickins
2015-04-15  6:22       ` Hugh Dickins
2015-04-30  6:07       ` Susheel Khiani
2015-04-30  6:07         ` Susheel Khiani
2015-06-09 18:26         ` Susheel Khiani
2015-06-09 18:26           ` Susheel Khiani
2015-06-22  5:19           ` Susheel Khiani
2015-06-22  5:19             ` Susheel Khiani

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=55268741.8010301@codeaurora.org \
    --to=skhiani@codeaurora.org \
    --cc=akpm@linux-foundation.org \
    --cc=dhowells@redhat.com \
    --cc=hughd@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=neilb@suse.de \
    --cc=paulmcquad@gmail.com \
    --cc=peterz@infradead.org \
    /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.