Wei Yang
18e19f195c
mm/sparsemem: pfn_to_page is not valid yet on SPARSEMEM
...
When we use SPARSEMEM instead of SPARSEMEM_VMEMMAP, pfn_to_page()
doesn't work before sparse_init_one_section() is called.
This leads to a crash when hotplug memory:
BUG: unable to handle page fault for address: 0000000006400000
#PF: supervisor write access in kernel mode
#PF: error_code(0x0002) - not-present page
PGD 0 P4D 0
Oops: 0002 [#1 ] SMP PTI
CPU: 3 PID: 221 Comm: kworker/u16:1 Tainted: G W 5.5.0-next-20200205+ #343
Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
Workqueue: kacpi_hotplug acpi_hotplug_work_fn
RIP: 0010:__memset+0x24/0x30
Code: cc cc cc cc cc cc 0f 1f 44 00 00 49 89 f9 48 89 d1 83 e2 07 48 c1 e9 03 40 0f b6 f6 48 b8 01 01 01 01 01 01 01 01 48 0f af c6 <f3> 48 ab 89 d1 f3 aa 4c 89 c8 c3 90 49 89 f9 40 88 f0 48 89 d1 f3
RSP: 0018:ffffb43ac0373c80 EFLAGS: 00010a87
RAX: ffffffffffffffff RBX: ffff8a1518800000 RCX: 0000000000050000
RDX: 0000000000000000 RSI: 00000000000000ff RDI: 0000000006400000
RBP: 0000000000140000 R08: 0000000000100000 R09: 0000000006400000
R10: 0000000000000000 R11: 0000000000000002 R12: 0000000000000000
R13: 0000000000000028 R14: 0000000000000000 R15: ffff8a153ffd9280
FS: 0000000000000000(0000) GS:ffff8a153ab00000(0000) knlGS:0000000000000000
CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
CR2: 0000000006400000 CR3: 0000000136fca000 CR4: 00000000000006e0
DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
Call Trace:
sparse_add_section+0x1c9/0x26a
__add_pages+0xbf/0x150
add_pages+0x12/0x60
add_memory_resource+0xc8/0x210
__add_memory+0x62/0xb0
acpi_memory_device_add+0x13f/0x300
acpi_bus_attach+0xf6/0x200
acpi_bus_scan+0x43/0x90
acpi_device_hotplug+0x275/0x3d0
acpi_hotplug_work_fn+0x1a/0x30
process_one_work+0x1a7/0x370
worker_thread+0x30/0x380
kthread+0x112/0x130
ret_from_fork+0x35/0x40
We should use memmap as it did.
On x86 the impact is limited to x86_32 builds, or x86_64 configurations
that override the default setting for SPARSEMEM_VMEMMAP.
Other memory hotplug archs (arm64, ia64, and ppc) also default to
SPARSEMEM_VMEMMAP=y.
[dan.j.williams@intel.com: changelog update]
{rppt@linux.ibm.com: changelog update]
Link: http://lkml.kernel.org/r/20200219030454.4844-1-bhe@redhat.com
Fixes: ba72b4c8cf60 ("mm/sparsemem: support sub-section hotplug")
Signed-off-by: Wei Yang <richardw.yang@linux.intel.com>
Signed-off-by: Baoquan He <bhe@redhat.com>
Acked-by: David Hildenbrand <david@redhat.com>
Reviewed-by: Baoquan He <bhe@redhat.com>
Reviewed-by: Dan Williams <dan.j.williams@intel.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@linux.ibm.com>
Cc: Oscar Salvador <osalvador@suse.de>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2020-02-21 11:22:15 -08:00
..
2020-01-31 11:23:29 -08:00
2020-01-31 10:30:36 -08:00
2019-09-04 07:42:01 -04:00
2019-07-12 12:24:03 -07:00
2019-12-01 12:59:09 -08:00
2019-12-01 12:59:09 -08:00
2017-11-02 11:10:55 +01:00
2019-10-14 15:04:01 -07:00
2017-11-02 11:10:55 +01:00
2020-01-31 10:30:39 -08:00
2019-07-12 11:05:46 -07:00
2020-01-31 10:30:38 -08:00
2019-08-30 22:43:58 -07:00
2019-07-12 11:05:43 -07:00
2020-01-31 10:30:37 -08:00
2019-09-25 17:51:41 -07:00
2019-06-19 17:09:52 +02:00
2020-01-31 10:30:38 -08:00
2020-02-04 03:05:26 +00:00
2019-12-10 10:12:55 +01:00
2020-02-04 03:05:25 +00:00
2020-01-31 12:16:36 -08:00
2019-12-16 12:41:40 -08:00
2020-01-04 13:55:09 -08:00
2019-12-01 12:59:09 -08:00
2019-10-19 06:32:32 -04:00
2019-12-01 12:59:06 -08:00
2019-06-19 17:09:08 +02:00
2019-12-01 12:59:10 -08:00
2020-02-04 03:05:25 +00:00
2019-12-01 12:59:09 -08:00
2019-06-05 17:37:06 +02:00
2020-01-31 10:30:36 -08:00
2019-12-04 11:08:30 -08:00
2019-07-12 11:05:44 -07:00
2019-11-02 12:39:12 -07:00
2020-01-20 17:04:02 -07:00
2020-02-04 03:05:25 +00:00
2019-11-06 13:03:36 +01:00
2020-01-31 10:30:38 -08:00
2020-02-21 11:22:15 -08:00
2019-09-24 15:54:08 -07:00
2020-02-04 03:05:23 +00:00
2019-12-01 12:59:04 -08:00
2020-02-04 07:21:04 +00:00
2020-01-31 10:30:36 -08:00
2019-03-05 21:07:20 -08:00
2020-02-04 03:05:23 +00:00
2017-11-02 11:10:55 +01:00
2020-02-04 03:05:25 +00:00
2020-02-04 03:05:25 +00:00
2019-09-25 17:51:41 -07:00
2019-05-21 10:50:45 +02:00
2020-01-31 10:30:39 -08:00
2020-02-04 03:05:26 +00:00
2020-01-14 11:54:47 -04:00
2017-11-02 11:10:55 +01:00
2019-12-01 12:59:09 -08:00
2019-12-01 06:29:19 -08:00
2019-09-25 17:51:41 -07:00
2019-12-01 06:29:19 -08:00
2020-01-31 10:30:38 -08:00
2020-02-04 03:05:23 +00:00
2018-06-07 17:34:36 -07:00
2019-10-14 15:04:00 -07:00
2019-06-29 16:43:45 +08:00
2020-02-03 08:05:37 -05:00
2020-01-31 10:30:39 -08:00
2019-10-19 06:32:31 -04:00
2019-09-24 15:54:08 -07:00
2020-01-31 10:30:38 -08:00
2020-01-13 18:19:02 -08:00
2020-02-04 03:05:25 +00:00
2019-03-13 12:25:31 -07:00
2019-06-05 17:37:16 +02:00
2019-06-05 17:37:16 +02:00
2019-06-05 17:37:16 +02:00
2020-01-20 16:40:56 +01:00
2019-12-01 06:29:19 -08:00
2020-01-31 10:30:38 -08:00
2020-02-04 03:05:25 +00:00
2019-05-21 10:50:45 +02:00
2019-12-01 12:59:09 -08:00
2019-06-05 17:37:17 +02:00
2020-02-07 14:48:44 -05:00
2019-10-07 15:47:19 -07:00
2019-05-14 19:52:48 -07:00
2020-02-04 03:05:26 +00:00
2020-01-13 18:19:02 -08:00
2019-12-01 12:59:06 -08:00
2019-10-07 15:47:20 -07:00
2020-01-31 10:30:36 -08:00
2019-07-18 17:08:07 -07:00
2020-02-21 11:22:15 -08:00
2017-11-02 11:10:55 +01:00
2018-08-22 10:52:44 -07:00
2019-09-24 15:54:08 -07:00
2020-01-31 10:30:37 -08:00
2020-02-21 11:22:15 -08:00
2019-10-19 06:32:33 -04:00
2019-09-17 15:20:17 -07:00
2019-12-01 12:59:10 -08:00
2019-12-01 06:29:19 -08:00
2018-09-13 15:18:04 -10:00
2020-01-20 08:05:16 +01:00
2019-10-07 15:47:19 -07:00
2020-02-21 11:22:15 -08:00
2019-12-04 19:44:11 -08:00
2019-12-01 12:59:07 -08:00
2019-12-01 12:59:07 -08:00
2019-05-21 10:50:45 +02:00
2019-09-24 15:54:12 -07:00
2020-01-04 13:55:09 -08:00
2020-01-31 10:30:39 -08:00