All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhong jiang <zhongjiang@huawei.com>
To: Michal Hocko <mhocko@kernel.org>,
	Anshuman Khandual <khandual@linux.vnet.ibm.com>,
	Matthew Wilcox <willy@infradead.org>,
	Andrea Arcangeli <aarcange@redhat.com>,
	David Rientjes <rientjes@google.com>,
	Vlastimil Babka <vbabka@suse.cz>,
	"'Kirill A . Shutemov'" <kirill.shutemov@linux.intel.com>
Cc: Linux Memory Management List <linux-mm@kvack.org>,
	LKML <linux-kernel@vger.kernel.org>
Subject: Re: [Question] There is a thp count left when the process exits
Date: Fri, 9 Nov 2018 10:24:58 +0800	[thread overview]
Message-ID: <5BE4EFFA.80608@huawei.com> (raw)
In-Reply-To: <5BE44FDB.6040303@huawei.com>

+LKML

I can not find the possibility when I check the code. because the mmap_sem and spin_lock will
protect the concurrence.

I will be appreciated if anyone has some clue.

Thanks,
zhong jiang


On 2018/11/8 23:01, zhong jiang wrote:
> Hi, 
>
> Recently,  I hit  the following issue in linux 3.10 stable.  and hard to recur.
>
> bad pmd ffff880c13ecea80(80000017b16000e7)
>
> Call Trace:
>   [<ffffffff8164195f>] dump_stack+0x19/0x1b
>   [<ffffffff8107b230>] warn_slowpath_common+0x70/0xb0
>   [<ffffffff8107b37a>] warn_slowpath_null+0x1a/0x20
>   [<ffffffff811a2b86>] exit_mmap+0x196/0x1a0
>   [<ffffffff810782e7>] mmput+0x67/0xf0
>   [<ffffffff81081b2c>] do_exit+0x28c/0xa60
>   [<ffffffff810a9dc0>] ? hrtimer_get_res+0x50/0x50
>   [<ffffffff8108237f>] do_group_exit+0x3f/0xa0
>   [<ffffffff81093240>] get_signal_to_deliver+0x1d0/0x6d0
>   [<ffffffff81014427>] do_signal+0x57/0x6b0
>   [<ffffffff810e4f92>] ? futex_wait_queue_me+0xa2/0x120
>   [<ffffffff8164d323>] ? __do_page_fault+0x183/0x470
>   [<ffffffff81014adf>] do_notify_resume+0x5f/0xb0
>   [<ffffffff816520bd>] int_signal+0x12/0x17
>
> BUG: Bad rss-counter state mm:ffff8820136b5dc0 idx:1 val:512
>
> The pmd entry show that it is still a thp. but It fails to check and clear the pmd.
> hence,   page fault will produce a new page for pmd when accessing the page,
> which thp count will reduplicative increase.
>
> Thanks,
> zhong jiang

      reply	other threads:[~2018-11-09  2:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-08 15:01 [Question] There is a thp count left when the process exits zhong jiang
2018-11-09  2:24 ` zhong jiang [this message]

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=5BE4EFFA.80608@huawei.com \
    --to=zhongjiang@huawei.com \
    --cc=aarcange@redhat.com \
    --cc=khandual@linux.vnet.ibm.com \
    --cc=kirill.shutemov@linux.intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mhocko@kernel.org \
    --cc=rientjes@google.com \
    --cc=vbabka@suse.cz \
    --cc=willy@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.