Nicholas Piggin
4231aba000
powerpc/64s: Fix page table fragment refcount race vs speculative references
...
The page table fragment allocator uses the main page refcount racily
with respect to speculative references. A customer observed a BUG due
to page table page refcount underflow in the fragment allocator. This
can be caused by the fragment allocator set_page_count stomping on a
speculative reference, and then the speculative failure handler
decrements the new reference, and the underflow eventually pops when
the page tables are freed.
Fix this by using a dedicated field in the struct page for the page
table fragment allocator.
Fixes: 5c1f6ee9a3 ("powerpc: Reduce PTE table memory wastage")
Cc: stable@vger.kernel.org # v3.10+
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com >
Signed-off-by: Nicholas Piggin <npiggin@gmail.com >
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au >
2018-08-08 00:32:32 +10:00
..
2018-06-04 20:46:00 +02:00
2018-05-30 12:48:49 -07:00
2018-06-24 14:23:21 +01:00
2018-06-11 10:21:06 -07:00
2018-06-11 07:23:19 -07:00
2018-06-07 13:04:07 -07:00
2018-06-06 18:39:49 -07:00
2018-06-08 10:39:20 -07:00
2018-06-11 14:24:32 -07:00
2018-06-17 05:25:18 +09:00
2018-06-05 10:48:09 -04:00
2018-06-07 14:23:08 +01:00
2018-06-03 17:37:15 -07:00
2018-06-07 17:34:35 -07:00
2018-06-11 18:19:45 -07:00
2018-06-12 10:09:03 -07:00
2018-06-06 09:08:38 -07:00
2018-06-25 21:30:12 +08:00
2018-06-02 19:29:27 -05:00
2018-05-31 17:34:01 +01:00
2018-06-15 18:10:01 -03:00
2018-06-15 18:10:01 -03:00
2018-06-17 08:27:01 +09:00
2018-06-22 12:08:07 -06:00
2018-06-08 13:36:19 -07:00
2018-06-02 20:35:00 -06:00
2018-06-14 17:01:45 +02:00
2018-06-26 12:18:27 -06:00
2018-06-15 23:47:15 +02:00
2018-06-05 09:43:09 -04:00
2018-06-01 18:37:33 -07:00
2018-06-05 18:06:24 +01:00
2018-06-15 18:10:01 -03:00
2018-06-09 12:06:24 -07:00
2018-06-25 23:21:13 +09:00
2018-06-25 23:21:12 +09:00
2018-05-31 16:41:41 -07:00
2018-06-25 23:21:12 +09:00
2018-05-31 16:41:41 -07:00
2018-06-04 17:28:20 -04:00
2018-05-30 23:13:00 +02:00
2018-06-28 11:16:44 -07:00
2018-06-06 17:27:14 -07:00
2018-06-14 08:50:37 +02:00
2018-06-01 07:38:16 -06:00
2018-06-21 12:46:06 +09:00
2018-06-28 10:40:47 -07:00
2018-06-11 10:16:13 -07:00
2018-06-11 10:16:13 -07:00
2018-06-15 18:10:01 -03:00
2018-06-07 17:34:38 -07:00
2018-06-08 10:25:50 +02:00
2018-06-07 17:34:37 -07:00
2018-06-10 13:01:12 -07:00
2018-06-04 10:58:12 -07:00
2018-06-03 11:00:52 -04:00
2018-06-01 18:37:33 -07:00
2018-06-04 14:20:39 -04:00
2018-06-22 14:22:00 +02:00
2018-06-22 14:22:02 +02:00
2018-06-15 07:55:24 +09:00
2018-06-21 17:39:18 +02:00
2018-06-07 17:34:36 -07:00
2018-06-01 19:18:26 +02:00
2018-06-10 13:01:12 -07:00
2018-06-01 07:43:53 -06:00
2018-06-13 00:03:17 +09:00
2018-06-05 08:50:16 -04:00
2018-06-15 07:55:25 +09:00
2018-06-07 17:34:35 -07:00
2018-06-07 17:34:36 -07:00
2018-06-21 16:14:45 +02:00
2018-06-08 17:21:52 -07:00
2018-08-08 00:32:32 +10:00
2018-06-12 16:19:22 -07:00
2018-06-18 13:43:09 +09:00
2018-06-07 17:34:39 -07:00
2018-06-05 12:26:41 -04:00
2018-06-15 15:27:09 +01:00
2018-06-28 10:40:47 -07:00
2018-06-05 12:42:19 -04:00
2018-06-12 19:12:43 +02:00
2018-05-31 15:03:11 -04:00
2018-06-19 09:25:27 -04:00
2018-06-01 14:37:35 +02:00
2018-05-30 11:35:13 -05:00
2018-06-05 12:16:51 -07:00
2018-06-07 17:34:36 -07:00
2018-06-07 17:34:37 -07:00
2018-06-04 12:08:06 -05:00
2018-06-06 16:10:45 -05:00
2018-05-30 11:35:23 -05:00
2018-06-07 12:45:58 -07:00
2018-06-06 18:39:49 -07:00
2018-06-07 17:34:35 -07:00
2018-05-30 15:33:32 -06:00
2018-06-25 09:41:37 +02:00
2018-06-12 10:24:13 +02:00
2018-06-28 10:40:47 -07:00
2018-06-05 16:57:31 -07:00
2018-06-15 18:10:01 -03:00
2018-05-31 14:59:19 -04:00
2018-06-10 06:14:01 +02:00
2018-06-12 23:33:25 +02:00
2018-06-04 17:28:20 -04:00
2018-06-05 10:33:35 -07:00
2018-06-03 17:37:11 -07:00
2018-06-29 08:48:06 -06:00
2018-06-22 19:04:22 +02:00
2018-06-07 17:34:35 -07:00
2018-06-28 10:40:47 -07:00
2018-06-07 17:34:34 -07:00
2018-06-15 07:55:23 +09:00
2018-06-28 11:16:44 -07:00
2018-06-12 23:33:24 +02:00
2018-06-14 12:21:18 +09:00
2018-06-05 16:57:31 -07:00
2018-06-04 17:45:38 -07:00
2018-06-25 23:21:13 +09:00
2018-06-06 18:39:49 -07:00
2018-06-15 18:10:01 -03:00
2018-06-05 16:14:12 -07:00
2018-06-07 17:34:38 -07:00
2018-05-31 12:48:17 +02:00
2018-06-07 17:34:38 -07:00
2018-06-07 16:15:38 -04:00
2018-06-07 20:54:23 +03:00
2018-06-05 12:16:51 -07:00