Re: [External] Re: [PATCH v2 0/6] Fix some bugs about HugeTLB code

2021-01-07 Thread Muchun Song
On Thu, Jan 7, 2021 at 6:10 PM David Hildenbrand wrote: > > On 07.01.21 10:40, Muchun Song wrote: > > On Thu, Jan 7, 2021 at 5:30 PM David Hildenbrand wrote: > >> > >> On 06.01.21 09:47, Muchun Song wrote: > >>> This patch series aims to fix some bugs and add some improvements. > >>> > >>>

Re: [External] Re: [PATCH v2 0/6] Fix some bugs about HugeTLB code

2021-01-07 Thread David Hildenbrand
On 07.01.21 10:40, Muchun Song wrote: > On Thu, Jan 7, 2021 at 5:30 PM David Hildenbrand wrote: >> >> On 06.01.21 09:47, Muchun Song wrote: >>> This patch series aims to fix some bugs and add some improvements. >>> >>> Changelog since v1 -> v2: >>> - Export set_page_huge_active() in patch #2 to

Re: [External] Re: [PATCH v2 0/6] Fix some bugs about HugeTLB code

2021-01-07 Thread Muchun Song
On Thu, Jan 7, 2021 at 5:30 PM David Hildenbrand wrote: > > On 06.01.21 09:47, Muchun Song wrote: > > This patch series aims to fix some bugs and add some improvements. > > > > Changelog since v1 -> v2: > > - Export set_page_huge_active() in patch #2 to fix. > > - Using head[3].mapping to

Re: [PATCH v2 0/6] Fix some bugs about HugeTLB code

2021-01-07 Thread David Hildenbrand
On 06.01.21 09:47, Muchun Song wrote: > This patch series aims to fix some bugs and add some improvements. > > Changelog since v1 -> v2: > - Export set_page_huge_active() in patch #2 to fix. > - Using head[3].mapping to indicate the page is freed in patch #3. > - Flush @free_hpage_work in

[PATCH v2 0/6] Fix some bugs about HugeTLB code

2021-01-06 Thread Muchun Song
This patch series aims to fix some bugs and add some improvements. Changelog since v1 -> v2: - Export set_page_huge_active() in patch #2 to fix. - Using head[3].mapping to indicate the page is freed in patch #3. - Flush @free_hpage_work in patch #4. Muchun Song (6): mm: migrate: do not