mbox series

[0/2] Unlock 1GB-hugetlb on x86_64

Message ID 20190304085147.556-1-osalvador@suse.de (mailing list archive)
Headers show
Series Unlock 1GB-hugetlb on x86_64 | expand

Message

Oscar Salvador March 4, 2019, 8:51 a.m. UTC
RFC -> V1:
	- Split up the patch
	- Added Michal's Acked-by

The RFC version of this patch was discussed here [1], and it did not find any
objection.
I decided to split up the former patch because one of the changes enables
offlining operation for 1GB-hugetlb pages, while the other change is a mere
cleanup.

Patch1 contains all the information regarding 1GB-hugetlb pages change.

[1] https://lore.kernel.org/linux-mm/20190221094212.16906-1-osalvador@suse.de/

Oscar Salvador (2):
  mm,memory_hotplug: Unlock 1GB-hugetlb on x86_64
  mm,memory_hotplug: Drop redundant hugepage_migration_supported check

 mm/memory_hotplug.c | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Comments

Oscar Salvador March 18, 2019, 7:31 a.m. UTC | #1
On Mon, Mar 04, 2019 at 09:51:45AM +0100, Oscar Salvador wrote:
> RFC -> V1:
> 	- Split up the patch
> 	- Added Michal's Acked-by
> 
> The RFC version of this patch was discussed here [1], and it did not find any
> objection.
> I decided to split up the former patch because one of the changes enables
> offlining operation for 1GB-hugetlb pages, while the other change is a mere
> cleanup.
> 
> Patch1 contains all the information regarding 1GB-hugetlb pages change.
> 
> [1] https://lore.kernel.org/linux-mm/20190221094212.16906-1-osalvador@suse.de/
> 
> Oscar Salvador (2):
>   mm,memory_hotplug: Unlock 1GB-hugetlb on x86_64
>   mm,memory_hotplug: Drop redundant hugepage_migration_supported check
> 
>  mm/memory_hotplug.c | 7 +------
>  1 file changed, 1 insertion(+), 6 deletions(-)

Andrew, now that the merge window is closed, do you want me to re-base and
re-send this, or will you pick it up as is?

Thanks