Pavel Tatashin
27d8b7daf7
mm: don't do zero_resv_unavail if memmap is not allocated
...
commit d1b47a7c9e upstream.
Moving zero_resv_unavail before memmap_init_zone(), caused a regression on
x86-32.
The cause is that we access struct pages before they are allocated when
CONFIG_FLAT_NODE_MEM_MAP is used.
free_area_init_nodes()
zero_resv_unavail()
mm_zero_struct_page(pfn_to_page(pfn)); <- struct page is not alloced
free_area_init_node()
if CONFIG_FLAT_NODE_MEM_MAP
alloc_node_mem_map()
memblock_virt_alloc_node_nopanic() <- struct page alloced here
On the other hand memblock_virt_alloc_node_nopanic() zeroes all the memory
that it returns, so we do not need to do zero_resv_unavail() here.
Fixes: e181ae0c5d ("mm: zero unavailable pages before memmap init")
Signed-off-by: Pavel Tatashin <pasha.tatashin@oracle.com >
Tested-by: Matt Hart <matt@mattface.org >
Acked-by: Michal Hocko <mhocko@suse.com >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org >
2018-07-18 07:56:38 +02:00
..
2018-05-25 18:12:11 -07:00
2018-06-26 07:51:27 +08:00
2017-11-14 23:57:38 +02:00
2018-02-06 18:32:48 -08:00
2017-06-05 16:59:12 +02:00
2017-11-02 11:10:55 +01:00
2018-05-24 10:07:50 -07:00
2017-11-02 11:10:55 +01:00
2018-05-24 10:07:50 -07:00
2017-11-02 11:10:55 +01:00
2018-07-11 16:31:23 +02:00
2017-02-27 18:43:47 -08:00
2017-12-11 14:54:44 +01:00
2018-04-02 20:16:10 +02:00
2018-04-05 21:36:26 -07:00
2018-04-20 17:18:36 -07:00
2017-12-14 16:00:48 -08:00
2016-07-26 16:19:19 -07:00
2018-04-13 17:10:27 -07:00
2018-07-17 11:48:30 +02:00
2017-11-02 11:10:55 +01:00
2018-04-11 10:28:31 -07:00
2018-06-02 09:33:47 -07:00
2016-05-20 17:58:30 -07:00
2018-07-11 16:31:23 +02:00
2018-01-23 12:17:42 -06:00
2017-11-02 11:10:55 +01:00
2018-05-24 10:07:50 -07:00
2018-01-31 17:18:37 -08:00
2018-05-18 17:17:12 -07:00
2017-11-15 18:21:05 -08:00
2018-04-11 10:28:39 -07:00
2018-04-05 21:36:27 -07:00
2018-07-03 11:27:09 +02:00
2018-04-05 21:36:27 -07:00
2018-02-06 18:32:48 -08:00
2018-01-23 12:17:42 -06:00
2018-04-05 21:36:24 -07:00
2018-04-07 12:08:19 -07:00
2018-04-20 17:18:36 -07:00
2018-05-25 18:12:11 -07:00
2018-04-11 10:28:32 -07:00
2018-04-05 21:36:25 -07:00
2018-04-11 10:28:32 -07:00
2018-02-06 18:32:43 -08:00
2017-11-02 11:10:55 +01:00
2018-05-11 17:28:45 -07:00
2017-11-02 11:10:55 +01:00
2018-02-21 15:35:42 -08:00
2018-07-17 11:48:30 +02:00
2017-03-02 08:42:38 +01:00
2018-01-31 17:18:38 -08:00
2017-11-02 11:10:55 +01:00
2018-04-11 10:28:31 -07:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2017-11-02 11:10:55 +01:00
2018-04-05 21:36:26 -07:00
2018-05-11 17:28:45 -07:00
2018-07-18 07:56:38 +02:00
2017-11-02 11:10:55 +01:00
2018-01-31 17:18:39 -08:00
2018-04-05 21:36:25 -07:00
2018-01-06 09:18:00 -07:00
2018-04-11 10:28:32 -07:00
2018-04-05 21:36:26 -07:00
2018-04-05 21:36:26 -07:00
2018-01-22 12:15:57 -08:00
2018-04-20 17:18:35 -07:00
2018-04-05 21:36:27 -07:00
2017-11-02 11:10:55 +01:00
2018-02-18 05:33:01 -08:00
2018-04-05 21:36:25 -07:00
2018-02-18 05:33:01 -08:00
2018-04-02 20:20:12 -07:00
2018-01-31 17:18:38 -08:00
2018-02-06 18:32:48 -08:00
2017-11-02 11:10:55 +01:00
2018-04-11 10:28:39 -07:00
2018-07-17 11:48:29 +02:00
2017-10-03 17:54:24 -07:00
2018-04-11 10:28:39 -07:00
2018-07-03 11:27:11 +02:00
2018-04-13 17:10:27 -07:00
2018-04-05 21:36:24 -07:00
2017-11-15 18:21:01 -08:00
2018-07-03 11:27:11 +02:00
2018-01-08 11:46:23 -08:00
2018-05-11 17:28:45 -07:00
2017-11-02 11:10:55 +01:00
2018-04-05 21:36:24 -07:00
2018-04-11 10:28:39 -07:00
2018-04-05 21:36:26 -07:00
2018-05-25 18:12:10 -07:00
2018-04-11 10:28:39 -07:00
2018-01-15 12:07:48 -08:00
2018-02-06 18:32:47 -08:00
2018-04-13 17:10:27 -07:00
2017-11-02 11:10:55 +01:00
2018-02-21 15:35:43 -08:00
2017-07-10 16:32:31 -07:00
2018-06-02 09:33:47 -07:00
2018-07-11 16:31:34 +02:00
2018-04-11 10:28:39 -07:00
2018-05-11 17:28:45 -07:00
2018-02-06 18:32:48 -08:00
2018-02-21 15:35:43 -08:00
2018-04-05 21:36:27 -07:00
2018-02-21 15:35:43 -08:00