All of lore.kernel.org
 help / color / mirror / Atom feed
From: Chen Huang <chenhuang5@huawei.com>
To: Muchun Song <songmuchun@bytedance.com>, <will@kernel.org>,
	<akpm@linux-foundation.org>, <david@redhat.com>,
	<bodeddub@amazon.com>, <osalvador@suse.de>,
	<mike.kravetz@oracle.com>, <rientjes@google.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>,
	<duanxiongchun@bytedance.com>, Chen Huang <chenhuang5@huawei.com>
Subject: Re: [PATCH 0/3] Add support for free vmemmap pages of HugeTLB for arm64
Date: Thu, 11 Mar 2021 12:12:38 +0800	[thread overview]
Message-ID: <3eae8b3e-d6e0-83c8-e9c6-5420767788d5@huawei.com> (raw)
In-Reply-To: <20210310071535.35245-1-songmuchun@bytedance.com>



在 2021/3/10 15:15, Muchun Song 写道:
> This patchset is based on the series of "Free some vmemmap pages of HugeTLB
> page". More details can refer to the below link.
> 
>   https://lkml.kernel.org/r/20210308102807.59745-1-songmuchun@bytedance.com
> 
> I often received some feedback (We want to test this feature on arm64) before.
> Because the previous code has been reviewed for 18 versions and is merged
> into mm tree, I think that it is time to release this patchset. If you want
> to test then you can start now :-). And I also hope someone can review this.
> 
> Thanks.
> 
> Muchun Song (3):
>   mm: bootmem_info: mark register_page_bootmem_info_section __init
>   mm: hugetlb: introduce arch_free_vmemmap_page
>   arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
> 
>  arch/arm64/mm/mmu.c   | 5 +++++
>  arch/x86/mm/init_64.c | 5 +++++
>  fs/Kconfig            | 4 ++--
>  mm/bootmem_info.c     | 4 ++--
>  mm/sparse-vmemmap.c   | 9 +++++++--
>  5 files changed, 21 insertions(+), 6 deletions(-)
> 

Tested-by: Chen Huang <chenhuang5@huawei.com>

I have tested the patch and the result is same as the last time.

WARNING: multiple messages have this Message-ID (diff)
From: Chen Huang <chenhuang5@huawei.com>
To: Muchun Song <songmuchun@bytedance.com>, <will@kernel.org>,
	<akpm@linux-foundation.org>, <david@redhat.com>,
	<bodeddub@amazon.com>, <osalvador@suse.de>,
	<mike.kravetz@oracle.com>, <rientjes@google.com>
Cc: <linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <linux-mm@kvack.org>,
	<duanxiongchun@bytedance.com>, Chen Huang <chenhuang5@huawei.com>
Subject: Re: [PATCH 0/3] Add support for free vmemmap pages of HugeTLB for arm64
Date: Thu, 11 Mar 2021 12:12:38 +0800	[thread overview]
Message-ID: <3eae8b3e-d6e0-83c8-e9c6-5420767788d5@huawei.com> (raw)
In-Reply-To: <20210310071535.35245-1-songmuchun@bytedance.com>



在 2021/3/10 15:15, Muchun Song 写道:
> This patchset is based on the series of "Free some vmemmap pages of HugeTLB
> page". More details can refer to the below link.
> 
>   https://lkml.kernel.org/r/20210308102807.59745-1-songmuchun@bytedance.com
> 
> I often received some feedback (We want to test this feature on arm64) before.
> Because the previous code has been reviewed for 18 versions and is merged
> into mm tree, I think that it is time to release this patchset. If you want
> to test then you can start now :-). And I also hope someone can review this.
> 
> Thanks.
> 
> Muchun Song (3):
>   mm: bootmem_info: mark register_page_bootmem_info_section __init
>   mm: hugetlb: introduce arch_free_vmemmap_page
>   arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
> 
>  arch/arm64/mm/mmu.c   | 5 +++++
>  arch/x86/mm/init_64.c | 5 +++++
>  fs/Kconfig            | 4 ++--
>  mm/bootmem_info.c     | 4 ++--
>  mm/sparse-vmemmap.c   | 9 +++++++--
>  5 files changed, 21 insertions(+), 6 deletions(-)
> 

Tested-by: Chen Huang <chenhuang5@huawei.com>

I have tested the patch and the result is same as the last time.

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  parent reply	other threads:[~2021-03-11  4:13 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-10  7:15 [PATCH 0/3] Add support for free vmemmap pages of HugeTLB for arm64 Muchun Song
2021-03-10  7:15 ` Muchun Song
2021-03-10  7:15 ` [PATCH 1/3] mm: bootmem_info: mark register_page_bootmem_info_section __init Muchun Song
2021-03-10  7:15   ` Muchun Song
2021-03-10  7:15 ` [PATCH 2/3] mm: hugetlb: introduce arch_free_vmemmap_page Muchun Song
2021-03-10  7:15   ` Muchun Song
2021-03-10 12:16   ` kernel test robot
2021-03-10 12:16     ` kernel test robot
2021-03-10 12:16     ` kernel test robot
2021-03-11  0:15   ` kernel test robot
2021-03-11  0:15     ` kernel test robot
2021-03-11  0:15     ` kernel test robot
2021-03-10  7:15 ` [PATCH 3/3] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB Muchun Song
2021-03-10  7:15   ` Muchun Song
2021-03-11  0:47   ` kernel test robot
2021-03-11  0:47     ` kernel test robot
2021-03-11  0:47     ` kernel test robot
2021-03-11  4:12 ` Chen Huang [this message]
2021-03-11  4:12   ` [PATCH 0/3] Add support for free vmemmap pages of HugeTLB for arm64 Chen Huang
2021-03-11  5:00   ` Bodeddula, Balasubramaniam
2021-03-11  5:00     ` Bodeddula, Balasubramaniam
2021-03-11  5:00     ` Bodeddula, Balasubramaniam
2021-03-11  6:01     ` Chen Huang
2021-03-11  6:01       ` Chen Huang
2021-03-11  6:01       ` Chen Huang
2021-03-11 18:00       ` Bodeddula, Balasubramaniam
2021-03-11 18:00         ` Bodeddula, Balasubramaniam
2021-03-11 18:00         ` Bodeddula, Balasubramaniam
2021-03-12  2:52         ` Chen Huang
2021-03-12  2:52           ` Chen Huang
2021-03-12  2:52           ` Chen Huang
2021-03-12 17:38         ` Mike Kravetz
2021-03-12 17:38           ` Mike Kravetz
2021-03-12 17:38           ` Mike Kravetz

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=3eae8b3e-d6e0-83c8-e9c6-5420767788d5@huawei.com \
    --to=chenhuang5@huawei.com \
    --cc=akpm@linux-foundation.org \
    --cc=bodeddub@amazon.com \
    --cc=david@redhat.com \
    --cc=duanxiongchun@bytedance.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=mike.kravetz@oracle.com \
    --cc=osalvador@suse.de \
    --cc=rientjes@google.com \
    --cc=songmuchun@bytedance.com \
    --cc=will@kernel.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.