Greetings,
0day kernel testing robot got the below dmesg and the first bad commit is
https://git.kernel.org/pub/scm/linux/kernel/git/mel/linux.git
mm-pagealloc-bulk-allocator-noirq-v1r2
commit d51e7da61ae978338fff5f2ba8813736ac1ed070
Author: Mel Gorman <mgorman(a)techsingularity.net>
AuthorDate: Thu Dec 1 10:39:07 2016 +0000
Commit: Mel Gorman <mgorman(a)techsingularity.net>
CommitDate: Thu Dec 15 12:55:44 2016 +0000
mm, page_alloc: Split buffered_rmqueue
buffered_rmqueue removes a page from a given zone and uses the per-cpu
list for order-0. This is fine but a hypothetical caller that wanted
multiple order-0 pages has to disable/reenable interrupts multiple
times. This patch structures buffere_rmqueue such that it's relatively
easy to build a bulk order-0 page allocator. There is no functional
change.
Signed-off-by: Mel Gorman <mgorman(a)techsingularity.net>
+-------------------------------------------------+------+------------+------------+
| | v4.9 | d51e7da61a | 8c2bb75489 |
+-------------------------------------------------+------+------------+------------+
| boot_successes | 179 | 10 | 9 |
| boot_failures | 9 | 34 | 4 |
| BUG:kernel_reboot-without-warning_in_test_stage | 8 | | |
| invoked_oom-killer:gfp_mask=0x | 1 | | |
| Mem-Info | 1 | | |
| BUG:using_smp_processor_id()in_preemptible | 0 | 34 | 4 |
| calltrace:run_init_process | 0 | 34 | 4 |
| calltrace:SyS_execve | 0 | 2 | |
| calltrace:SyS_faccessat | 0 | 2 | |
| calltrace:SyS_access | 0 | 2 | |
| calltrace:SyS_open | 0 | 10 | |
| calltrace:SyS_newstat | 0 | 3 | |
| calltrace:SyS_readlinkat | 0 | 4 | |
| calltrace:SyS_readlink | 0 | 4 | |
| calltrace:SyS_read | 0 | 4 | |
| calltrace:SyS_write | 0 | 3 | |
| calltrace:SyS_clone | 0 | 3 | |
| calltrace:SyS_newlstat | 0 | 1 | |
| calltrace:SyS_fchmodat | 0 | 1 | |
| calltrace:SyS_chmod | 0 | 1 | |
| calltrace:SyS_fchownat | 0 | 1 | |
| calltrace:SyS_utimensat | 0 | 1 | |
| calltrace:ring_buffer_consumer_thread | 0 | 8 | 1 |
| calltrace:SyS_renameat2 | 0 | 1 | |
| calltrace:SyS_rename | 0 | 1 | |
| calltrace:SyS_symlinkat | 0 | 1 | |
| calltrace:SyS_symlink | 0 | 1 | |
| calltrace:SyS_unlink | 0 | 1 | |
| calltrace:SyS_connect | 0 | 1 | |
| calltrace:SyS_socket | 0 | 1 | |
+-------------------------------------------------+------+------------+------------+
[ 21.148076] Freeing unused kernel memory: 644K (ffff88000215f000 - ffff880002200000)
[ 21.163388] Freeing unused kernel memory: 992K (ffff880002b08000 - ffff880002c00000)
[ 21.165508] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 21.166721] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 21.168352] caller is debug_smp_processor_id+0x1c/0x1e
[ 21.169258] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.9.0-00001-gd51e7da #1
[ 21.170172] ffff88001d6ffbb8 ffffffff8179c6fc ffffffff1d6f8000 0000000000000001
[ 21.171603] ffff88001d6f8000 ffffffff829eb426 ffff88001d6ffbf0 ffffffff817ce0f8
[ 21.173034] 0000000000000003 0000000000019a58 0000000000000000 ffff88001e8fb580
[ 21.174403] Call Trace:
[ 21.174849] [<ffffffff8179c6fc>] dump_stack+0xf9/0x17c
[ 21.175730] [<ffffffff817ce0f8>] check_preemption_disabled+0x186/0x1a4
[ 21.176459] [<ffffffff817ce132>] debug_smp_processor_id+0x1c/0x1e
[ 21.177069] [<ffffffff812678ed>] get_page_from_freelist+0x28e/0x109c
[ 21.177706] [<ffffffff81218ee6>] ? trace_preempt_off+0x1c3/0x1ec
[ 21.178348] [<ffffffff81268d94>] __alloc_pages_nodemask+0x1e7/0x1828
[ 21.179490] [<ffffffff8117b6bc>] ? vprintk_emit+0x875/0x886
[ 21.180046] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.180682] [<ffffffff812eb882>] ? policy_zonelist+0x138/0x156
[ 21.181275] [<ffffffff812ef2e3>] alloc_pages_current+0xed/0x11b
[ 21.181869] [<ffffffff812f1884>] slob_new_pages+0x8d/0xd8
[ 21.182420] [<ffffffff812f2588>] slob_alloc_node+0x195/0x3f1
[ 21.183268] [<ffffffff812f387b>] kmem_cache_alloc+0x11/0x13
[ 21.183831] [<ffffffff813418ca>] getname_kernel+0x43/0x19b
[ 21.184381] [<ffffffff810002db>] run_init_process+0x23/0x3b
[ 21.184932] [<ffffffff821450fb>] kernel_init+0x99/0x1ca
[ 21.185461] [<ffffffff82145062>] ? rest_init+0x1a9/0x1a9
[ 21.185988] [<ffffffff82159faa>] ret_from_fork+0x2a/0x40
[ 21.186818] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 21.188189] caller is debug_smp_processor_id+0x1c/0x1e
[ 21.189062] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.0-00001-gd51e7da #1
[ 21.190291] ffff88001d6ffb80 ffffffff8179c6fc ffffffff1d6f8000 0000000000000000
[ 21.191630] ffff88001d6f8000 ffffffff829eb426 ffff88001d6ffbb8 ffffffff817ce0f8
[ 21.193011] 0000000000000003 0000000000019a58 0000000000000000 ffff88001e8fb580
[ 21.194327] Call Trace:
[ 21.194774] [<ffffffff8179c6fc>] dump_stack+0xf9/0x17c
[ 21.195669] [<ffffffff817ce0f8>] check_preemption_disabled+0x186/0x1a4
[ 21.196832] [<ffffffff817ce132>] debug_smp_processor_id+0x1c/0x1e
[ 21.197914] [<ffffffff812678ed>] get_page_from_freelist+0x28e/0x109c
[ 21.199013] [<ffffffff8116c41e>] ? __lock_is_held+0x35/0x57
[ 21.199997] [<ffffffff81268d94>] __alloc_pages_nodemask+0x1e7/0x1828
[ 21.201112] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.202146] [<ffffffff81218cf9>] ? trace_preempt_on+0x1f4/0x21e
[ 21.203178] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.204257] [<ffffffff812eb882>] ? policy_zonelist+0x138/0x156
[ 21.205269] [<ffffffff812ef2e3>] alloc_pages_current+0xed/0x11b
[ 21.206306] [<ffffffff8126a3e3>] __get_free_pages+0xe/0x53
[ 21.207240] [<ffffffff81066d3a>] pgd_alloc+0x24/0x154
[ 21.208143] [<ffffffff810efc84>] mm_init+0x1bd/0x27f
[ 21.209031] [<ffffffff810f0428>] mm_alloc+0x5f/0x6d
[ 21.209892] [<ffffffff8133c3ec>] do_execveat_common+0x5ad/0xf32
[ 21.210942] [<ffffffff8133cda3>] do_execve+0x32/0x39
[ 21.211823] [<ffffffff810002f1>] run_init_process+0x39/0x3b
[ 21.212788] [<ffffffff821450fb>] kernel_init+0x99/0x1ca
[ 21.213669] [<ffffffff82145062>] ? rest_init+0x1a9/0x1a9
[ 21.214606] [<ffffffff82159faa>] ret_from_fork+0x2a/0x40
[ 21.215730] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 21.217174] caller is debug_smp_processor_id+0x1c/0x1e
[ 21.218080] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.0-00001-gd51e7da #1
[ 21.219283] ffff88001d6ff8f0 ffffffff8179c6fc ffffffff1d6f8000 0000000000000000
[ 21.220597] ffff88001d6f8000 ffffffff829eb426 ffff88001d6ff928 ffffffff817ce0f8
[ 21.221994] 0000000000000003 0000000000019a58 0000000000000000 ffff88001e8fb580
[ 21.223410] Call Trace:
[ 21.223880] [<ffffffff8179c6fc>] dump_stack+0xf9/0x17c
[ 21.224841] [<ffffffff817ce0f8>] check_preemption_disabled+0x186/0x1a4
[ 21.225982] [<ffffffff817ce132>] debug_smp_processor_id+0x1c/0x1e
[ 21.227055] [<ffffffff812678ed>] get_page_from_freelist+0x28e/0x109c
[ 21.228162] [<ffffffff8116c41e>] ? __lock_is_held+0x35/0x57
[ 21.229141] [<ffffffff81268d94>] __alloc_pages_nodemask+0x1e7/0x1828
[ 21.230222] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.231271] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.232255] [<ffffffff812eb882>] ? policy_zonelist+0x138/0x156
[ 21.233247] [<ffffffff812ef2e3>] alloc_pages_current+0xed/0x11b
[ 21.234257] [<ffffffff8126a3e3>] __get_free_pages+0xe/0x53
[ 21.235225] [<ffffffff8126a43e>] get_zeroed_page+0x16/0x18
[ 21.236252] [<ffffffff812b84e8>] __pud_alloc+0x59/0x1b4
[ 21.237195] [<ffffffff812bdc2d>] handle_mm_fault+0x5e4/0x29ce
[ 21.238185] [<ffffffff81336665>] ? __sb_end_write+0x107/0x10e
[ 21.239253] [<ffffffff812abd5c>] ? vmacache_find+0x242/0x254
[ 21.240301] [<ffffffff81360198>] ? __wait_on_freeing_inode+0xc4/0xc4
[ 21.241363] [<ffffffff812ae893>] ? no_page_table+0x75/0x7d
[ 21.242489] [<ffffffff812b0865>] __get_user_pages+0xada/0xdf5
[ 21.243462] [<ffffffff817ba9fd>] ? iov_iter_init+0x67/0x82
[ 21.244486] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.245597] [<ffffffff812b1b02>] get_user_pages_remote+0x7e/0x8d
[ 21.246699] [<ffffffff81338fbe>] get_arg_page+0x73/0x1da
[ 21.247712] [<ffffffff81339389>] copy_strings+0x264/0x3cb
[ 21.248670] [<ffffffff81339c33>] copy_strings_kernel+0x4b/0x5b
[ 21.249323] [<ffffffff8133c6de>] do_execveat_common+0x89f/0xf32
[ 21.249920] [<ffffffff8133cda3>] do_execve+0x32/0x39
[ 21.250429] [<ffffffff810002f1>] run_init_process+0x39/0x3b
[ 21.250992] [<ffffffff821450fb>] kernel_init+0x99/0x1ca
[ 21.251526] [<ffffffff82145062>] ? rest_init+0x1a9/0x1a9
[ 21.252069] [<ffffffff82159faa>] ret_from_fork+0x2a/0x40
[ 21.253018] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 21.254420] caller is debug_smp_processor_id+0x1c/0x1e
[ 21.255347] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.0-00001-gd51e7da #1
[ 21.256611] ffff88001d6ff910 ffffffff8179c6fc ffffffff1d6f8000 0000000000000000
[ 21.258015] ffff88001d6f8000 ffffffff829eb426 ffff88001d6ff948 ffffffff817ce0f8
[ 21.258829] 0000000000000003 0000000000019a58 0000000000000000 ffff88001e8fb580
[ 21.259620] Call Trace:
[ 21.259875] [<ffffffff8179c6fc>] dump_stack+0xf9/0x17c
[ 21.260399] [<ffffffff817ce0f8>] check_preemption_disabled+0x186/0x1a4
[ 21.261050] [<ffffffff817ce132>] debug_smp_processor_id+0x1c/0x1e
[ 21.261660] [<ffffffff812678ed>] get_page_from_freelist+0x28e/0x109c
[ 21.262298] [<ffffffff8116c41e>] ? __lock_is_held+0x35/0x57
[ 21.262910] [<ffffffff81268d94>] __alloc_pages_nodemask+0x1e7/0x1828
[ 21.263546] [<ffffffff8116c49c>] ? save_trace+0x3b/0x98
[ 21.264064] [<ffffffff81170a84>] ? __lock_acquire+0x12d3/0x15e8
[ 21.264970] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.266040] [<ffffffff812eb882>] ? policy_zonelist+0x138/0x156
[ 21.266743] [<ffffffff812ef2e3>] alloc_pages_current+0xed/0x11b
[ 21.267677] [<ffffffff812ba3c0>] __pmd_alloc+0x5b/0x2dc
[ 21.268638] [<ffffffff812bdcfc>] handle_mm_fault+0x6b3/0x29ce
[ 21.269725] [<ffffffff81336665>] ? __sb_end_write+0x107/0x10e
[ 21.270781] [<ffffffff812abd5c>] ? vmacache_find+0x242/0x254
[ 21.271807] [<ffffffff81360198>] ? __wait_on_freeing_inode+0xc4/0xc4
[ 21.272889] [<ffffffff812ae893>] ? no_page_table+0x75/0x7d
[ 21.273904] [<ffffffff812b0865>] __get_user_pages+0xada/0xdf5
[ 21.274894] [<ffffffff817ba9fd>] ? iov_iter_init+0x67/0x82
[ 21.275449] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.276060] [<ffffffff812b1b02>] get_user_pages_remote+0x7e/0x8d
[ 21.276968] [<ffffffff81338fbe>] get_arg_page+0x73/0x1da
[ 21.277885] [<ffffffff81339389>] copy_strings+0x264/0x3cb
[ 21.278801] [<ffffffff81339c33>] copy_strings_kernel+0x4b/0x5b
[ 21.279775] [<ffffffff8133c6de>] do_execveat_common+0x89f/0xf32
[ 21.280743] [<ffffffff8133cda3>] do_execve+0x32/0x39
[ 21.281579] [<ffffffff810002f1>] run_init_process+0x39/0x3b
[ 21.282544] [<ffffffff821450fb>] kernel_init+0x99/0x1ca
[ 21.283455] [<ffffffff82145062>] ? rest_init+0x1a9/0x1a9
[ 21.284353] [<ffffffff82159faa>] ret_from_fork+0x2a/0x40
[ 21.285426] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 21.286686] caller is debug_smp_processor_id+0x1c/0x1e
[ 21.287318] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.0-00001-gd51e7da #1
[ 21.288092] ffff88001d6ff8e8 ffffffff8179c6fc ffffffff1d6f8000 0000000000000000
[ 21.288892] ffff88001d6f8000 ffffffff829eb426 ffff88001d6ff920 ffffffff817ce0f8
[ 21.289684] 0000000000000003 0000000000019a58 0000000000000000 ffff88001e8fb580
[ 21.290635] Call Trace:
[ 21.291101] [<ffffffff8179c6fc>] dump_stack+0xf9/0x17c
[ 21.292066] [<ffffffff817ce0f8>] check_preemption_disabled+0x186/0x1a4
[ 21.292991] [<ffffffff817ce132>] debug_smp_processor_id+0x1c/0x1e
[ 21.293810] [<ffffffff812678ed>] get_page_from_freelist+0x28e/0x109c
[ 21.294954] [<ffffffff8116c41e>] ? __lock_is_held+0x35/0x57
[ 21.296008] [<ffffffff81268d94>] __alloc_pages_nodemask+0x1e7/0x1828
[ 21.297208] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.298321] [<ffffffff812eb882>] ? policy_zonelist+0x138/0x156
[ 21.299385] [<ffffffff812ef2e3>] alloc_pages_current+0xed/0x11b
[ 21.300448] [<ffffffff8106695b>] pte_alloc_one+0x20/0xfc
[ 21.301350] [<ffffffff812b990e>] __pte_alloc+0x32/0x15c
[ 21.301878] [<ffffffff812be452>] handle_mm_fault+0xe09/0x29ce
[ 21.302457] [<ffffffff81336665>] ? __sb_end_write+0x107/0x10e
[ 21.303034] [<ffffffff812abd5c>] ? vmacache_find+0x242/0x254
[ 21.303608] [<ffffffff81360198>] ? __wait_on_freeing_inode+0xc4/0xc4
[ 21.304243] [<ffffffff812ae893>] ? no_page_table+0x75/0x7d
[ 21.304857] [<ffffffff812b0865>] __get_user_pages+0xada/0xdf5
[ 21.305432] [<ffffffff817ba9fd>] ? iov_iter_init+0x67/0x82
[ 21.305983] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.306598] [<ffffffff812b1b02>] get_user_pages_remote+0x7e/0x8d
[ 21.307194] [<ffffffff81338fbe>] get_arg_page+0x73/0x1da
[ 21.307731] [<ffffffff81339389>] copy_strings+0x264/0x3cb
[ 21.308273] [<ffffffff81339c33>] copy_strings_kernel+0x4b/0x5b
[ 21.308852] [<ffffffff8133c6de>] do_execveat_common+0x89f/0xf32
[ 21.309442] [<ffffffff8133cda3>] do_execve+0x32/0x39
[ 21.309937] [<ffffffff810002f1>] run_init_process+0x39/0x3b
[ 21.310499] [<ffffffff821450fb>] kernel_init+0x99/0x1ca
[ 21.311021] [<ffffffff82145062>] ? rest_init+0x1a9/0x1a9
[ 21.311560] [<ffffffff82159faa>] ret_from_fork+0x2a/0x40
[ 21.312206] BUG: using smp_processor_id() in preemptible [00000000] code: swapper/0/1
[ 21.312986] caller is debug_smp_processor_id+0x1c/0x1e
[ 21.313505] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.9.0-00001-gd51e7da #1
[ 21.314205] ffff88001d6ff938 ffffffff8179c6fc ffffffff1d6f8000 0000000000000000
[ 21.315015] ffff88001d6f8000 ffffffff829eb426 ffff88001d6ff970 ffffffff817ce0f8
[ 21.315812] 0000000000000003 0000000000019a58 0000000000000000 ffff88001e8fb580
[ 21.316609] Call Trace:
[ 21.316866] [<ffffffff8179c6fc>] dump_stack+0xf9/0x17c
[ 21.317394] [<ffffffff817ce0f8>] check_preemption_disabled+0x186/0x1a4
[ 21.318044] [<ffffffff817ce132>] debug_smp_processor_id+0x1c/0x1e
[ 21.318658] [<ffffffff812678ed>] get_page_from_freelist+0x28e/0x109c
[ 21.319294] [<ffffffff8116c41e>] ? __lock_is_held+0x35/0x57
[ 21.319851] [<ffffffff81268d94>] __alloc_pages_nodemask+0x1e7/0x1828
[ 21.320488] [<ffffffff8116e4bc>] ? mark_held_locks+0x57/0x76
[ 21.321055] [<ffffffff8116c41e>] ? __lock_is_held+0x35/0x57
[ 21.321621] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.322229] [<ffffffff812eb882>] ? policy_zonelist+0x138/0x156
[ 21.322821] [<ffffffff812ef111>] alloc_pages_vma+0x2ff/0x332
[ 21.323393] [<ffffffff812be778>] handle_mm_fault+0x112f/0x29ce
[ 21.323976] [<ffffffff81336665>] ? __sb_end_write+0x107/0x10e
[ 21.324556] [<ffffffff812abd5c>] ? vmacache_find+0x242/0x254
[ 21.325130] [<ffffffff81360198>] ? __wait_on_freeing_inode+0xc4/0xc4
[ 21.325771] [<ffffffff812ae893>] ? no_page_table+0x75/0x7d
[ 21.326390] [<ffffffff812b0865>] __get_user_pages+0xada/0xdf5
[ 21.326966] [<ffffffff817ba9fd>] ? iov_iter_init+0x67/0x82
[ 21.327521] [<ffffffff8121cc1b>] ? ftrace_likely_update+0x49/0x50
[ 21.328131] [<ffffffff812b1b02>] get_user_pages_remote+0x7e/0x8d
[ 21.328735] [<ffffffff81338fbe>] get_arg_page+0x73/0x1da
[ 21.329271] [<ffffffff81339389>] copy_strings+0x264/0x3cb
[ 21.329818] [<ffffffff81339c33>] copy_strings_kernel+0x4b/0x5b
[ 21.330409] [<ffffffff8133c6de>] do_execveat_common+0x89f/0xf32
[ 21.330999] [<ffffffff8133cda3>] do_execve+0x32/0x39
[ 21.331511] [<ffffffff810002f1>] run_init_process+0x39/0x3b
[ 21.332070] [<ffffffff821450fb>] kernel_init+0x99/0x1ca
git bisect start 8c2bb754899dc2653bc7d0d6fe421d66cca6c2ad
69973b830859bc6529a7a0468ba0d80ee5117826 --
git bisect good e6b816303da5cfefe9a88b29c87df34159102ab8 # 07:35 23+ 0 Merge
'arm-platforms/kvm-arm/soft-restart' into devel-catchup-201612160508
git bisect bad 80093e7da2e3fa283d167a48f0ea116b2c551bc0 # 07:48 2- 1 Merge
'linux-review/Peter-Rosin/usb-ohci-at91-use-descriptor-based-gpio-APIs-correctly/20161216-031015'
into devel-catchup-201612160508
git bisect good 6b418d24b835cbabfc7b46091d22f8f9d738829c # 08:04 42+ 1 Merge
'jcmvbkbc-xtensa/xtensa-for-next' into devel-catchup-201612160508
git bisect bad 47f9bb50fef0d3ca491fae4fc134010894d8d46b # 08:12 0- 13 Merge
'mel/mm-pagealloc-bulk-allocator-noirq-v1r2' into devel-catchup-201612160508
git bisect bad d3eda7cf85e80acd465c686aec786568c5918156 # 08:22 0- 25 mm,
page_alloc: Split alloc_pages_nodemask
git bisect bad d51e7da61ae978338fff5f2ba8813736ac1ed070 # 08:31 0- 1 mm,
page_alloc: Split buffered_rmqueue
# first bad commit: [d51e7da61ae978338fff5f2ba8813736ac1ed070] mm, page_alloc: Split
buffered_rmqueue
git bisect good 69973b830859bc6529a7a0468ba0d80ee5117826 # 08:36 129+ 9 Linux
4.9
# extra tests with CONFIG_DEBUG_INFO_REDUCED
git bisect bad d51e7da61ae978338fff5f2ba8813736ac1ed070 # 08:51 0- 13 mm,
page_alloc: Split buffered_rmqueue
# extra tests on HEAD of linux-devel/devel-catchup-201612160508
git bisect bad 8c2bb754899dc2653bc7d0d6fe421d66cca6c2ad # 08:51 0- 4 0day
head guard for 'devel-catchup-201612160508'
# extra tests on tree/branch mel/mm-pagealloc-bulk-allocator-noirq-v1r2
git bisect bad 17bfb4a6a7992a225d034086e60bde0c5d7bca2f # 09:04 0- 25 mm,
page_alloc: Add a bulk page allocator
# extra tests on tree/branch linus/master
git bisect good 66d466722c39f663b2bbeb44ba4f9419a548fa23 # 09:19 127+ 1 Merge
branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
# extra tests on tree/branch linux-next/master
git bisect good df5462d601bec886f6c56b2a4f4e54d92761c2d5 # 09:34 130+ 130 Add
linux-next specific files for 20161215
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation