All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xishi Qiu <qiuxishi@huawei.com>
To: Michal Hocko <mhocko@kernel.org>,
	Vlastimil Babka <vbabka@suse.cz>,
	Mel Gorman <mgorman@techsingularity.net>
Cc: LKML <linux-kernel@vger.kernel.org>,
	Linux MM <linux-mm@kvack.org>, Xishi Qiu <qiuxishi@huawei.com>,
	"Wujiangtao (A)" <wu.wujiangtao@huawei.com>
Subject: [RFC] mm: why vfree() do not free page table memory?
Date: Fri, 29 Dec 2017 16:58:19 +0800	[thread overview]
Message-ID: <5A4603AB.8060809@huawei.com> (raw)

When calling vfree(), it calls unmap_vmap_area() to clear page table,
but do not free the memory of page table, why? just for performance?

If a driver use vmalloc() and vfree() frequently, we will lost much
page table memory, maybe oom later.

Thanks,
Xishi Qiu

             reply	other threads:[~2017-12-29  8:58 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29  8:58 Xishi Qiu [this message]
2018-01-11  1:27 ` [RFC] mm: why vfree() do not free page table memory? Xishi Qiu
2018-01-11  1:27   ` Xishi Qiu
2018-01-17  9:16 ` Vlastimil Babka
2018-01-17  9:16   ` Vlastimil Babka
2018-01-17  9:48   ` Xishi Qiu
2018-01-17  9:48     ` Xishi Qiu
2018-01-17 13:14     ` Vlastimil Babka
2018-01-17 13:14       ` Vlastimil Babka
2018-01-17 14:17     ` Matthew Wilcox
2018-01-17 14:17       ` Matthew Wilcox

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=5A4603AB.8060809@huawei.com \
    --to=qiuxishi@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mgorman@techsingularity.net \
    --cc=mhocko@kernel.org \
    --cc=vbabka@suse.cz \
    --cc=wu.wujiangtao@huawei.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.