Oscar Salvador
daf3538ad5
mm,memory_hotplug: explicitly pass the head to isolate_huge_page
...
isolate_huge_page() expects we pass the head of hugetlb page to it:
bool isolate_huge_page(...)
{
...
VM_BUG_ON_PAGE(!PageHead(page), page);
...
}
While I really cannot think of any situation where we end up with a
non-head page between hands in do_migrate_range(), let us make sure the
code is as sane as possible by explicitly passing the Head. Since we
already got the pointer, it does not take us extra effort.
Link: http://lkml.kernel.org/r/20190208090604.975-1-osalvador@suse.de
Signed-off-by: Oscar Salvador <osalvador@suse.de>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Anthony Yznaga <anthony.yznaga@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2019-03-05 21:07:20 -08:00
..
2019-03-05 21:07:13 -08:00
2019-01-22 14:39:38 -07:00
2017-11-14 23:57:38 +02:00
2018-06-15 07:55:25 +09:00
2019-03-05 21:07:17 -08:00
2018-12-28 12:11:44 -08:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:17 -08:00
2017-11-02 11:10:55 +01:00
2019-02-21 09:01:00 -08:00
2019-03-05 21:07:20 -08:00
2017-12-11 14:54:44 +01:00
2018-08-30 20:01:32 +02:00
2019-03-05 21:07:17 -08:00
2019-03-05 21:07:20 -08:00
2017-12-14 16:00:48 -08:00
2018-06-15 07:55:25 +09:00
2019-03-05 21:07:17 -08:00
2019-03-05 21:07:19 -08:00
2018-12-28 12:11:47 -08:00
2018-12-28 12:11:52 -08:00
2019-03-05 21:07:19 -08:00
2018-06-07 17:34:35 -07:00
2019-03-05 21:07:19 -08:00
2018-01-23 12:17:42 -06:00
2018-07-17 09:35:30 +02:00
2019-03-05 21:07:17 -08:00
2018-01-31 17:18:37 -08:00
2018-12-28 12:11:46 -08:00
2019-03-05 21:07:18 -08:00
2019-03-05 21:07:19 -08:00
2016-03-17 15:09:34 -07:00
2019-02-21 09:01:00 -08:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:19 -08:00
2019-02-25 09:10:51 -08:00
2018-12-28 12:11:50 -08:00
2018-10-31 08:54:16 -07:00
2019-03-05 21:07:17 -08:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:20 -08:00
2019-03-05 21:07:13 -08:00
2019-03-05 21:07:20 -08:00
2019-03-05 21:07:18 -08:00
2019-03-05 21:07:20 -08:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:20 -08:00
2019-01-24 09:04:37 +13:00
2018-08-17 16:20:27 -07:00
2018-12-28 12:11:47 -08:00
2019-03-05 21:07:18 -08:00
2017-03-02 08:42:38 +01:00
2018-11-27 09:21:46 -08:00
2018-12-28 12:11:50 -08:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:18 -08:00
2019-01-04 13:13:48 -08:00
2017-11-02 11:10:55 +01:00
2018-10-26 16:38:15 -07:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:20 -08:00
2018-06-07 17:34:36 -07:00
2019-03-05 21:07:14 -08:00
2018-10-31 08:54:16 -07:00
2019-01-04 13:13:48 -08:00
2018-12-28 12:11:46 -08:00
2019-03-05 21:07:17 -08:00
2019-03-05 21:07:13 -08:00
2018-10-31 08:54:11 -07:00
2019-03-05 21:07:20 -08:00
2018-04-05 21:36:27 -07:00
2017-11-02 11:10:55 +01:00
2018-12-18 09:04:08 -08:00
2018-06-12 16:19:22 -07:00
2018-02-18 05:33:01 -08:00
2018-11-01 09:27:57 -07:00
2018-10-09 16:51:11 +02:00
2018-02-06 18:32:48 -08:00
2017-11-02 11:10:55 +01:00
2019-03-05 21:07:20 -08:00
2019-01-10 02:58:21 -08:00
2017-10-03 17:54:24 -07:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:20 -08:00
2019-03-05 21:07:20 -08:00
2019-03-05 21:07:15 -08:00
2018-06-07 17:34:34 -07:00
2019-03-05 21:07:19 -08:00
2018-10-31 08:54:16 -07:00
2018-12-28 12:11:49 -08:00
2017-11-02 11:10:55 +01:00
2018-08-22 10:52:44 -07:00
2019-03-05 21:07:16 -08:00
2019-02-21 09:01:00 -08:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:20 -08:00
2019-01-08 17:15:11 -08:00
2019-01-08 17:15:11 -08:00
2019-03-05 21:07:20 -08:00
2018-09-13 15:18:04 -10:00
2019-03-05 21:07:20 -08:00
2018-06-07 17:34:36 -07:00
2019-03-05 21:07:19 -08:00
2019-03-05 21:07:17 -08:00
2018-12-28 12:11:47 -08:00
2018-11-18 10:15:09 -08:00
2018-02-06 18:32:48 -08:00
2018-02-21 15:35:43 -08:00
2018-10-26 16:26:35 -07:00
2018-12-28 12:11:47 -08:00