All of lore.kernel.org
 help / color / mirror / Atom feed
From: Xishi Qiu <qiuxishi@huawei.com>
To: Xishi Qiu <qiuxishi@huawei.com>
Cc: Michal Hocko <mhocko@kernel.org>,
	Vlastimil Babka <vbabka@suse.cz>,
	Mel Gorman <mgorman@techsingularity.net>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux MM <linux-mm@kvack.org>,
	"Wujiangtao (A)" <wu.wujiangtao@huawei.com>,
	"Qiuchangqi (Lion, Euler Dept )" <qiuchangqi.qiu@huawei.com>
Subject: Re: [RFC] mm: why vfree() do not free page table memory?
Date: Thu, 11 Jan 2018 09:27:02 +0800	[thread overview]
Message-ID: <5A56BD66.8040607@huawei.com> (raw)
In-Reply-To: <5A4603AB.8060809@huawei.com>

On 2017/12/29 16:58, Xishi Qiu wrote:

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

ping

> 
> .
> 



--
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: Xishi Qiu <qiuxishi@huawei.com>
To: Xishi Qiu <qiuxishi@huawei.com>
Cc: Michal Hocko <mhocko@kernel.org>,
	Vlastimil Babka <vbabka@suse.cz>,
	"Mel Gorman" <mgorman@techsingularity.net>,
	LKML <linux-kernel@vger.kernel.org>,
	Linux MM <linux-mm@kvack.org>,
	"Wujiangtao (A)" <wu.wujiangtao@huawei.com>,
	"Qiuchangqi (Lion, Euler Dept )" <qiuchangqi.qiu@huawei.com>
Subject: Re: [RFC] mm: why vfree() do not free page table memory?
Date: Thu, 11 Jan 2018 09:27:02 +0800	[thread overview]
Message-ID: <5A56BD66.8040607@huawei.com> (raw)
In-Reply-To: <5A4603AB.8060809@huawei.com>

On 2017/12/29 16:58, Xishi Qiu wrote:

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

ping

> 
> .
> 

  reply	other threads:[~2018-01-11  1:27 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-29  8:58 [RFC] mm: why vfree() do not free page table memory? Xishi Qiu
2018-01-11  1:27 ` Xishi Qiu [this message]
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=5A56BD66.8040607@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=qiuchangqi.qiu@huawei.com \
    --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.