YASUAKI ISHIMATSU
d09b0137d2
mm/memory_hotplug: define find_{smallest|biggest}_section_pfn as unsigned long
...
find_{smallest|biggest}_section_pfn()s find the smallest/biggest section
and return the pfn of the section. But the functions are defined as int.
So the functions always return 0x00000000 - 0xffffffff. It means if
memory address is over 16TB, the functions does not work correctly.
To handle 64 bit value, the patch defines
find_{smallest|biggest}_section_pfn() as unsigned long.
Fixes: 815121d2b5cd ("memory_hotplug: clear zone when removing the memory")
Link: http://lkml.kernel.org/r/d9d5593a-d0a4-c4be-ab08-493df59a85c6@gmail.com
Signed-off-by: Yasuaki Ishimatsu <isimatu.yasuaki@jp.fujitsu.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Xishi Qiu <qiuxishi@huawei.com>
Cc: Reza Arbab <arbab@linux.vnet.ibm.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2017-10-03 17:54:26 -07:00
..
2017-08-10 12:20:53 +02:00
2017-09-11 14:16:44 -06:00
2017-09-08 18:26:46 -07:00
2017-02-22 16:41:29 -08:00
2017-06-05 16:59:12 +02:00
2017-08-18 15:32:02 -07:00
2017-07-10 16:32:32 -07:00
2017-04-18 20:41:12 +02:00
2017-10-03 17:54:24 -07:00
2016-03-17 15:09:34 -07:00
2017-08-10 15:54:07 -07:00
2017-02-27 18:43:47 -08:00
2017-07-18 11:38:02 +02:00
2017-09-08 18:26:47 -07:00
2016-03-15 16:55:16 -07:00
2017-10-03 17:54:24 -07:00
2017-05-08 17:15:13 -07:00
2016-07-26 16:19:19 -07:00
2017-09-08 18:26:46 -07:00
2016-05-19 19:12:14 -07:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:45 -07:00
2016-05-20 17:58:30 -07:00
2017-09-07 10:15:40 -07:00
2017-05-03 15:52:12 -07:00
2016-11-22 11:49:48 -06:00
2017-09-06 17:27:30 -07:00
2017-09-08 18:26:49 -07:00
2017-09-08 18:26:46 -07:00
2017-05-03 15:52:10 -07:00
2017-07-10 16:32:31 -07:00
2017-04-18 11:42:36 -07:00
2016-03-17 15:09:34 -07:00
2017-07-06 16:24:34 -07:00
2017-10-03 17:54:23 -07:00
2017-10-03 17:54:25 -07:00
2016-05-22 17:21:27 -07:00
2017-10-03 17:54:24 -07:00
2017-09-08 18:26:46 -07:00
2017-08-25 16:12:46 -07:00
2017-10-03 17:54:24 -07:00
2017-10-03 17:54:26 -07:00
2017-08-17 10:30:49 +02:00
2017-10-03 17:54:25 -07:00
2017-09-08 18:26:47 -07:00
2017-06-20 12:18:27 +02:00
2015-09-08 15:35:28 -07:00
2017-09-08 18:26:46 -07:00
2017-02-24 17:46:56 -08:00
2017-09-08 18:26:47 -07:00
2016-03-17 15:09:34 -07:00
2017-09-08 18:26:49 -07:00
2017-03-02 08:42:38 +01:00
2017-08-31 16:13:00 -07:00
2017-02-22 16:41:29 -08:00
2017-09-08 18:26:46 -07:00
2017-09-08 18:26:45 -07:00
2015-11-05 19:34:48 -08:00
2017-08-18 15:32:01 -07:00
2017-09-14 18:13:32 -07:00
2017-10-03 17:54:24 -07:00
2017-10-03 17:54:25 -07:00
2015-11-05 19:34:48 -08:00
2017-09-06 17:27:26 -07:00
2017-09-06 17:27:27 -07:00
2017-09-07 11:59:42 -07:00
2017-07-10 16:32:31 -07:00
2017-09-13 18:53:16 -07:00
2017-05-03 15:52:10 -07:00
2017-09-08 18:26:46 -07:00
2017-09-06 17:27:29 -07:00
2017-07-06 16:24:34 -07:00
2017-07-26 17:41:05 -04:00
2017-07-26 17:41:05 -04:00
2017-09-27 14:45:57 -07:00
2017-06-29 11:23:38 -04:00
2017-09-28 07:39:27 -07:00
2017-09-08 18:26:45 -07:00
2017-03-02 08:42:28 +01:00
2016-03-17 15:09:34 -07:00
2016-12-12 18:55:08 -08:00
2017-09-08 18:26:49 -07:00
2017-10-03 17:54:24 -07:00
2017-09-13 18:53:16 -07:00
2017-10-03 17:54:25 -07:00
2017-07-06 16:24:35 -07:00
2017-08-10 12:29:03 +02:00
2017-08-10 12:29:03 +02:00
2017-09-13 18:53:16 -07:00
2017-09-06 17:27:26 -07:00
2017-09-08 18:26:47 -07:00
2017-07-06 16:24:31 -07:00
2017-07-10 16:32:32 -07:00
2017-10-03 17:54:25 -07:00
2017-10-03 17:54:24 -07:00
2017-09-08 18:26:47 -07:00
2017-07-10 16:32:32 -07:00
2017-04-05 12:30:18 -07:00
2017-09-06 17:27:28 -07:00
2017-09-06 17:27:29 -07:00
2017-03-02 08:42:38 +01:00
2017-09-06 17:27:29 -07:00
2017-07-10 16:32:31 -07:00
2017-09-06 17:27:28 -07:00
2017-09-08 18:26:47 -07:00
2017-07-06 16:24:35 -07:00
2017-10-03 17:54:24 -07:00
2016-01-15 11:40:52 -08:00
2015-11-06 17:50:42 -08:00
2017-09-08 18:26:47 -07:00
2017-07-06 16:24:35 -07:00