[trace] kernel BUG at kernel/sched/core.c:2881!

From: Fengguang Wu
Date: Tue Jun 30 2015 - 10:30:38 EST


Hi Rostedt,

FYI, this merge changes kernel crash to some more obvious kernel BUG
message. If it's still not helpful, I can try bisect the old crash
or split up the merge and bisect into them.

git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master

commit e382608254e06c8109f40044f5e693f2e04f3899
Merge: fcbc177 b44754d
Author: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
AuthorDate: Fri Jun 26 14:02:43 2015 -0700
Commit: Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx>
CommitDate: Fri Jun 26 14:02:43 2015 -0700

Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing updates from Steven Rostedt:
"This patch series contains several clean ups and even a new trace
clock "monitonic raw". Also some enhancements to make the ring buffer
even faster. But the biggest and most noticeable change is the
renaming of the ftrace* files, structures and variables that have to
deal with trace events.

Over the years I've had several developers tell me about their
confusion with what ftrace is compared to events. Technically,
"ftrace" is the infrastructure to do the function hooks, which include
tracing and also helps with live kernel patching. But the trace
events are a separate entity altogether, and the files that affect the
trace events should not be named "ftrace". These include:

include/trace/ftrace.h -> include/trace/trace_events.h
include/linux/ftrace_event.h -> include/linux/trace_events.h

Also, functions that are specific for trace events have also been renamed:

ftrace_print_*() -> trace_print_*()
(un)register_ftrace_event() -> (un)register_trace_event()
ftrace_event_name() -> trace_event_name()
ftrace_trigger_soft_disabled() -> trace_trigger_soft_disabled()
ftrace_define_fields_##call() -> trace_define_fields_##call()
ftrace_get_offsets_##call() -> trace_get_offsets_##call()

Structures have been renamed:

ftrace_event_file -> trace_event_file
ftrace_event_{call,class} -> trace_event_{call,class}
ftrace_event_buffer -> trace_event_buffer
ftrace_subsystem_dir -> trace_subsystem_dir
ftrace_event_raw_##call -> trace_event_raw_##call
ftrace_event_data_offset_##call-> trace_event_data_offset_##call
ftrace_event_type_funcs_##call -> trace_event_type_funcs_##call

And a few various variables and flags have also been updated.

This has been sitting in linux-next for some time, and I have not
heard a single complaint about this rename breaking anything. Mostly
because these functions, variables and structures are mostly internal
to the tracing system and are seldom (if ever) used by anything
external to that"

* tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: (33 commits)
ring_buffer: Allow to exit the ring buffer benchmark immediately
ring-buffer-benchmark: Fix the wrong type
ring-buffer-benchmark: Fix the wrong param in module_param
ring-buffer: Add enum names for the context levels
ring-buffer: Remove useless unused tracing_off_permanent()
ring-buffer: Give NMIs a chance to lock the reader_lock
ring-buffer: Add trace_recursive checks to ring_buffer_write()
ring-buffer: Allways do the trace_recursive checks
ring-buffer: Move recursive check to per_cpu descriptor
ring-buffer: Add unlikelys to make fast path the default
tracing: Rename ftrace_get_offsets_##call() to trace_event_get_offsets_##call()
tracing: Rename ftrace_define_fields_##call() to trace_event_define_fields_##call()
tracing: Rename ftrace_event_type_funcs_##call to trace_event_type_funcs_##call
tracing: Rename ftrace_data_offset_##call to trace_event_data_offset_##call
tracing: Rename ftrace_raw_##call event structures to trace_event_raw_##call
tracing: Rename ftrace_trigger_soft_disabled() to trace_trigger_soft_disabled()
tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*
tracing: Rename struct ftrace_subsystem_dir to trace_subsystem_dir
tracing: Rename ftrace_event_name() to trace_event_name()
tracing: Rename FTRACE_MAX_EVENT to TRACE_EVENT_TYPE_MAX
...

+-------------------------------------------------+------------+------------+------------+------------+
| | fcbc1777ce | b44754d826 | e382608254 | aba9e22474 |
+-------------------------------------------------+------------+------------+------------+------------+
| boot_successes | 0 | 0 | 0 | 0 |
| boot_failures | 88 | 88 | 22 | 13 |
| BUG:kernel_boot_crashed | 86 | 87 | | |
| BUG:kernel_boot_hang | 2 | 1 | | |
| kernel_BUG_at_kernel/sched/core.c | 0 | 0 | 22 | 13 |
| invalid_opcode | 0 | 0 | 22 | 13 |
| RIP:__schedule | 0 | 0 | 22 | 13 |
| WARNING:at_include/linux/uaccess.h:#show_regs() | 0 | 0 | 22 | 13 |
| backtrace:register_tracer | 0 | 0 | 22 | 13 |
| backtrace:init_branch_tracer | 0 | 0 | 22 | 13 |
| backtrace:kernel_init_freeable | 0 | 0 | 22 | 13 |
| Kernel_panic-not_syncing:Fatal_exception | 0 | 0 | 1 | |
+-------------------------------------------------+------------+------------+------------+------------+


[ 0.683281] ------------[ cut here ]------------
[ 0.683281] ------------[ cut here ]------------
[ 0.684000] kernel BUG at kernel/sched/core.c:2881!
[ 0.684000] kernel BUG at kernel/sched/core.c:2881!
[ 0.684000] invalid opcode: 0000 [#1]
[ 0.684000] invalid opcode: 0000 [#1] PREEMPT PREEMPT SMP SMP DEBUG_PAGEALLOC DEBUG_PAGEALLOC

[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] task: ffff880010c9c040 ti: ffff880010ca0000 task.ti: ffff880010ca0000
[ 0.684000] task: ffff880010c9c040 ti: ffff880010ca0000 task.ti: ffff880010ca0000
[ 0.684000] RIP: 0010:[<ffffffff8e926cd1>]
[ 0.684000] RIP: 0010:[<ffffffff8e926cd1>] [<ffffffff8e926cd1>] __schedule+0x81/0x1460
[<ffffffff8e926cd1>] __schedule+0x81/0x1460
[ 0.684000] RSP: 0000:ffff880010ca3c88 EFLAGS: 00010202
[ 0.684000] RSP: 0000:ffff880010ca3c88 EFLAGS: 00010202
[ 0.684000] RAX: ffff880010c9c040 RBX: ffff880011013340 RCX: ffff880011000000
[ 0.684000] RAX: ffff880010c9c040 RBX: ffff880011013340 RCX: ffff880011000000
[ 0.684000] RDX: 000000000000ef48 RSI: ffffffff8e547468 RDI: 0000000000000286
[ 0.684000] RDX: 000000000000ef48 RSI: ffffffff8e547468 RDI: 0000000000000286
[ 0.684000] RBP: ffff880010ca3ce8 R08: 00000000000001f8 R09: ffff880010c0e208
[ 0.684000] RBP: ffff880010ca3ce8 R08: 00000000000001f8 R09: ffff880010c0e208
[ 0.684000] R10: 0000000000000051 R11: 00000000ffffffff R12: 0000000000000001
[ 0.684000] R10: 0000000000000051 R11: 00000000ffffffff R12: 0000000000000001
[ 0.684000] R13: 0000000000000000 R14: ffff88001100d201 R15: 0000000000013340
[ 0.684000] R13: 0000000000000000 R14: ffff88001100d201 R15: 0000000000013340
[ 0.684000] FS: 0000000000000000(0000) GS:ffff880011000000(0000) knlGS:0000000000000000
[ 0.684000] FS: 0000000000000000(0000) GS:ffff880011000000(0000) knlGS:0000000000000000
[ 0.684000] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 0.684000] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 0.684000] CR2: 00000000ffffffff CR3: 000000000ee0b000 CR4: 00000000000006b0
[ 0.684000] CR2: 00000000ffffffff CR3: 000000000ee0b000 CR4: 00000000000006b0
[ 0.684000] Stack:
[ 0.684000] Stack:
[ 0.684000] ffff880010c05a00
[ 0.684000] ffff880010c05a00 0000000000000286 0000000000000286 ffffffff8ec2e12a ffffffff8ec2e12a ffff880011013340 ffff880011013340

[ 0.684000] ffff880010c9c040
[ 0.684000] ffff880010c9c040 ffffffff8e4a9c11 ffffffff8e4a9c11 ffff88001100d2c0 ffff88001100d2c0 00000000fffb6f30 00000000fffb6f30

[ 0.684000] ffff880010ca4000
[ 0.684000] ffff880010ca4000 ffff880010ca3d38 ffff880010ca3d38 ffff88001100d2c0 ffff88001100d2c0 0000000000000000 0000000000000000

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] Code:
[ 0.684000] Code:

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x15f/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x15f/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] ffff880010ca3bd8
[ 0.684000] ffff880010ca3bd8 ffffffff8e926ca6 ffffffff8e926ca6 0000000000000040 0000000000000040 0000000000000000 0000000000000000

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926ca6>] ? __schedule+0x56/0x1460
[ 0.684000] [<ffffffff8e926ca6>] ? __schedule+0x56/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406dbf>] show_regs+0x15f/0x320
[ 0.684000] [<ffffffff8e406dbf>] show_regs+0x15f/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3d ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3d ]---

git bisect start aba9e22474d0b58c11281d3e07f63b263dd30a6d b953c0d234bc72e8489d3bf51a276c5c4ec85345 --
git bisect bad 61c2ba67392ebba770a3f8899ae1bf6062d0fc9f # 02:36 0- 1 Merge 'iwlwifi-next/master' into devel-spot-201506291711
git bisect good 1f59c4a4ae858f212c1d02121ba322e8fc4b6b23 # 02:45 21+ 21 Merge 'pm/bleeding-edge' into devel-spot-201506291711
git bisect bad 111e0616f7e79ec9fc1804c900c05ea31f92a8c9 # 02:48 0- 3 Merge 'chanwoo-extcon/extcon-next-v4.3' into devel-spot-201506291711
git bisect good b5b408c8849eff01aa4f46627032d91a52f97c05 # 02:58 21+ 21 Merge 'renesas/dt-for-v4.3' into devel-spot-201506291711
git bisect good cefdcf880c38dc098d62211bf32cad6b8d10e603 # 03:06 20+ 20 Merge 's390/features' into devel-spot-201506291711
git bisect good 95fee25d69caeee2dff0c1994033ded918598dbb # 03:16 21+ 21 Merge 'ipvs/master' into devel-spot-201506291711
git bisect bad e382608254e06c8109f40044f5e693f2e04f3899 # 03:21 0- 9 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
git bisect good e8a0b37d28ace440776c0a4fe3c65f5832a9a7ee # 03:32 20+ 20 Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
git bisect good 41d232b7c891fcecb358784645633850936a95c7 # 03:37 20+ 20 drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.
git bisect good a7c07690f25c69aa6a68565df904f1b77da725da # 03:55 22+ 22 drm/msm: drop redundant output in debug message
git bisect good b744868cd2372c3783e460ec3c5b026a69c39332 # 04:03 22+ 22 drm/exynos: atomic phase 1: use drm_plane_helper_disable()
git bisect good 8ffaa90347d80cc20d08c5dd2cdd27dc3fb51b8d # 04:15 20+ 20 of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regs
git bisect good a497adb45b8691f7e477e711a1a4bd54748d64fe # 04:38 20+ 20 ring-buffer: Add enum names for the context levels
git bisect good 22165fa79814e71e7a5974b3c37a5028ed16c8f9 # 06:14 20+ 20 Merge tag 'dm-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
git bisect good c5fd936e992dd2829167d2adc63e151675ca6898 # 06:31 21+ 21 drm/nouveau: Pause between setting gpu to D3hot and cutting the power
git bisect good fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb # 06:36 20+ 20 Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
git bisect good 33d657d1381025542b84b79d5c7b548598e40a4d # 06:47 22+ 22 ring-buffer-benchmark: Fix the wrong type
git bisect good b44754d8262d3aab842998cf747f44fe6090be9f # 06:55 20+ 20 ring_buffer: Allow to exit the ring buffer benchmark immediately
# first bad commit: [e382608254e06c8109f40044f5e693f2e04f3899] Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
git bisect good fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb # 07:08 64+ 86 Merge tag 'trace-fixes-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
git bisect good b44754d8262d3aab842998cf747f44fe6090be9f # 07:25 64+ 86 ring_buffer: Allow to exit the ring buffer benchmark immediately
# extra tests with DEBUG_INFO
git bisect bad e382608254e06c8109f40044f5e693f2e04f3899 # 07:29 0- 3 Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
# extra tests on HEAD of linux-devel/devel-spot-201506291711
git bisect bad aba9e22474d0b58c11281d3e07f63b263dd30a6d # 07:29 0- 13 0day head guard for 'devel-spot-201506291711'
# extra tests on tree/branch linus/master
git bisect bad 6aaf0da8728c55ff627619f933ed161cc89057c6 # 07:33 0- 4 Merge tag 'md/4.2' of git://neil.brown.name/md
# extra tests on tree/branch linus/master
git bisect bad 6aaf0da8728c55ff627619f933ed161cc89057c6 # 07:33 0- 4 Merge tag 'md/4.2' of git://neil.brown.name/md
# extra tests on tree/branch next/master
git bisect bad e3984319760987beee59b1d017416671ebb89b4c # 07:38 0- 1 Add linux-next specific files for 20150629


This script may reproduce the error.

----------------------------------------------------------------------------
#!/bin/bash

kernel=$1

kvm=(
qemu-system-x86_64
-enable-kvm
-cpu kvm64
-kernel $kernel
-m 300
-smp 2
-device e1000,netdev=net0
-netdev user,id=net0
-boot order=nc
-no-reboot
-watchdog i6300esb
-rtc base=localtime
-serial stdio
-display none
-monitor null
)

append=(
hung_task_panic=1
earlyprintk=ttyS0,115200
systemd.log_level=err
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
panic=-1
softlockup_panic=1
nmi_watchdog=panic
oops=panic
load_ramdisk=2
prompt_ramdisk=0
console=ttyS0,115200
console=tty0
vga=normal
root=/dev/ram0
rw
drbd.minor_count=8
)

"${kvm[@]}" --append "${append[*]}"
----------------------------------------------------------------------------

---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/lkp Intel Corporation
early console in setup code
early console in decompress_kernel
KASLR using RDTSC...

Decompressing Linux... Parsing ELF... Performing relocations... done.
Booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.1.0-09226-ge382608 (kbuild@lkp-sb04) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Tue Jun 30 03:19:35 CST 2015
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:e382608254e06c8109f40044f5e693f2e04f3899:bisect-linux-2/.vmlinuz-e382608254e06c8109f40044f5e693f2e04f3899-20150630031958-22-ivb41 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/e382608254e06c8109f40044f5e693f2e04f3899/vmlinuz-4.1.0-09226-ge382608 drbd.minor_count=8
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]
[ 0.000000] mpc: f0e90-f0fac
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0fe29000, 0x0fe29fff] PGTABLE
[ 0.000000] BRK [0x0fe2a000, 0x0fe2afff] PGTABLE
[ 0.000000] BRK [0x0fe2b000, 0x0fe2bfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]
[ 0.000000] [mem 0x11200000-0x113fffff] page 4k
[ 0.000000] BRK [0x0fe2c000, 0x0fe2cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]
[ 0.000000] [mem 0x00100000-0x111fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]
[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k
[ 0.000000] BRK [0x0fe2d000, 0x0fe2dfff] PGTABLE
[ 0.000000] BRK [0x0fe2e000, 0x0fe2efff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880011000000 s83776 r8192 d30912 u1048576
[ 0.000000] pcpu-alloc: s83776 r8192 d30912 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1100cf00
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75449
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:e382608254e06c8109f40044f5e693f2e04f3899:bisect-linux-2/.vmlinuz-e382608254e06c8109f40044f5e693f2e04f3899-20150630031958-22-ivb41 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/e382608254e06c8109f40044f5e693f2e04f3899/vmlinuz-4.1.0-09226-ge382608 drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 248188K/306680K available (5327K kernel code, 1100K rwdata, 2888K rodata, 860K init, 14564K bss, 58492K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] Testing tracer nop: PASSED
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.1.0-09226-ge382608 (kbuild@lkp-sb04) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Tue Jun 30 03:19:35 CST 2015
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:e382608254e06c8109f40044f5e693f2e04f3899:bisect-linux-2/.vmlinuz-e382608254e06c8109f40044f5e693f2e04f3899-20150630031958-22-ivb41 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/e382608254e06c8109f40044f5e693f2e04f3899/vmlinuz-4.1.0-09226-ge382608 drbd.minor_count=8
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]
[ 0.000000] mpc: f0e90-f0fac
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0fe29000, 0x0fe29fff] PGTABLE
[ 0.000000] BRK [0x0fe2a000, 0x0fe2afff] PGTABLE
[ 0.000000] BRK [0x0fe2b000, 0x0fe2bfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]
[ 0.000000] [mem 0x11200000-0x113fffff] page 4k
[ 0.000000] BRK [0x0fe2c000, 0x0fe2cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]
[ 0.000000] [mem 0x00100000-0x111fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]
[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k
[ 0.000000] BRK [0x0fe2d000, 0x0fe2dfff] PGTABLE
[ 0.000000] BRK [0x0fe2e000, 0x0fe2efff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880011000000 s83776 r8192 d30912 u1048576
[ 0.000000] pcpu-alloc: s83776 r8192 d30912 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1100cf00
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75449
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:e382608254e06c8109f40044f5e693f2e04f3899:bisect-linux-2/.vmlinuz-e382608254e06c8109f40044f5e693f2e04f3899-20150630031958-22-ivb41 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/e382608254e06c8109f40044f5e693f2e04f3899/vmlinuz-4.1.0-09226-ge382608 drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 248188K/306680K available (5327K kernel code, 1100K rwdata, 2888K rodata, 860K init, 14564K bss, 58492K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] Testing tracer nop: PASSED
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] ------------------------
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock:
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-A deadlock:
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-C-C-A deadlock:
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-A-B-C deadlock:
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-C-C-D-D-A deadlock:
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-D-B-D-D-A deadlock:
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-D-B-C-D-A deadlock:
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] double unlock:
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] initialize held:
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] bad unlock order:
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock:
[ 0.000000] recursive read-lock: | | ok | ok | | | ok | ok |

[ 0.000000] recursive read-lock #2:
[ 0.000000] recursive read-lock #2: | | ok | ok | | | ok | ok |

[ 0.000000] mixed read-write-lock:
[ 0.000000] mixed read-write-lock: | | ok | ok | | | ok | ok |

[ 0.000000] mixed write-read-lock:
[ 0.000000] mixed write-read-lock: | | ok | ok | | | ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12:
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irqs-on + irq-safe-A/12:
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irqs-on + irq-safe-A/21:
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irqs-on + irq-safe-A/21:
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] sirq-safe-A => hirqs-on/12:
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] sirq-safe-A => hirqs-on/21:
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + irqs-on/12:
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + irqs-on/12:
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + irqs-on/21:
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + irqs-on/21:
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/123:
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/123:
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/132:
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/132:
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/213:
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/213:
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/231:
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/231:
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/312:
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/312:
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/321:
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/321:
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/123:
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/123:
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/132:
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/132:
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/213:
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/213:
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/231:
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/231:
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/312:
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/312:
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/321:
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/321:
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/123:
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/123:
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/132:
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/132:
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/213:
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/213:
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/231:
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/231:
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/312:
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/312:
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/321:
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/321:
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq read-recursion/123:
[ 0.000000] hard-irq read-recursion/123: ok | ok |

[ 0.000000] soft-irq read-recursion/123:
[ 0.000000] soft-irq read-recursion/123: ok | ok |

[ 0.000000] hard-irq read-recursion/132:
[ 0.000000] hard-irq read-recursion/132: ok | ok |

[ 0.000000] soft-irq read-recursion/132:
[ 0.000000] soft-irq read-recursion/132: ok | ok |

[ 0.000000] hard-irq read-recursion/213:
[ 0.000000] hard-irq read-recursion/213: ok | ok |

[ 0.000000] soft-irq read-recursion/213:
[ 0.000000] soft-irq read-recursion/213: ok | ok |

[ 0.000000] hard-irq read-recursion/231:
[ 0.000000] hard-irq read-recursion/231: ok | ok |

[ 0.000000] soft-irq read-recursion/231:
[ 0.000000] soft-irq read-recursion/231: ok | ok |

[ 0.000000] hard-irq read-recursion/312:
[ 0.000000] hard-irq read-recursion/312: ok | ok |

[ 0.000000] soft-irq read-recursion/312:
[ 0.000000] soft-irq read-recursion/312: ok | ok |

[ 0.000000] hard-irq read-recursion/321:
[ 0.000000] hard-irq read-recursion/321: ok | ok |

[ 0.000000] soft-irq read-recursion/321:
[ 0.000000] soft-irq read-recursion/321: ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ---------------------
[ 0.000000] ww api failures:
[ 0.000000] ww api failures: ok | ok | ok | ok | ok | ok |

[ 0.000000] ww contexts mixing:
[ 0.000000] ww contexts mixing: ok | ok | ok | ok |

[ 0.000000] finishing ww context:
[ 0.000000] finishing ww context: ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] locking mismatches:
[ 0.000000] locking mismatches: ok | ok | ok | ok | ok | ok |

[ 0.000000] EDEADLK handling:
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] spinlock nest unlocked:
[ 0.000000] spinlock nest unlocked: ok | ok |

[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] context:
[ 0.000000] context: ok | ok | ok | ok | ok | ok |

[ 0.000000] try:
[ 0.000000] try: ok | ok | ok | ok | ok | ok |

[ 0.000000] block:
[ 0.000000] block: ok | ok | ok | ok | ok | ok |

[ 0.000000] spinlock:
[ 0.000000] spinlock: ok | ok | ok | ok | ok | ok |

[ 0.000000] -------------------------------------------------------
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] ---------------------------------
[ 0.000000] ODEBUG: selftest passed
[ 0.000000] ODEBUG: selftest passed
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2693.506 MHz processor
[ 0.000000] tsc: Detected 2693.506 MHz processor
[ 0.004000] Calibrating delay loop (skipped) preset value..
[ 0.004000] Calibrating delay loop (skipped) preset value.. 5387.01 BogoMIPS (lpj=2693506)
5387.01 BogoMIPS (lpj=2693506)
[ 0.005011] pid_max: default: 4096 minimum: 301
[ 0.005011] pid_max: default: 4096 minimum: 301
[ 0.007070] ACPI: Core revision 20150515
[ 0.007070] ACPI: Core revision 20150515
[ 0.017775] ACPI:
[ 0.017775] ACPI: All ACPI Tables successfully acquiredAll ACPI Tables successfully acquired

[ 0.019313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.019313] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.020014] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.020014] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.023335] Initializing cgroup subsys memory
[ 0.023335] Initializing cgroup subsys memory
[ 0.024098] Initializing cgroup subsys devices
[ 0.024098] Initializing cgroup subsys devices
[ 0.025111] Initializing cgroup subsys net_prio
[ 0.025111] Initializing cgroup subsys net_prio
[ 0.026021] Initializing cgroup subsys debug
[ 0.026021] Initializing cgroup subsys debug
[ 0.027161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.027161] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.028010] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.028010] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.029172] debug: unmapping init [mem 0xffffffff8efec000-0xffffffff8efeffff]
[ 0.029172] debug: unmapping init [mem 0xffffffff8efec000-0xffffffff8efeffff]
[ 0.036117] enabled ExtINT on CPU#0
[ 0.036117] enabled ExtINT on CPU#0
[ 0.038454] ENABLING IO-APIC IRQs
[ 0.038454] ENABLING IO-APIC IRQs
[ 0.039057] init IO_APIC IRQs
[ 0.039057] init IO_APIC IRQs
[ 0.040021] apic 0 pin 0 not connected
[ 0.040021] apic 0 pin 0 not connected
[ 0.042040] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.042040] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.043141] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.043141] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.044000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.044000] apic 0 pin 16 not connected
[ 0.044000] apic 0 pin 16 not connected
[ 0.044000] apic 0 pin 17 not connected
[ 0.044000] apic 0 pin 17 not connected
[ 0.044000] apic 0 pin 18 not connected
[ 0.044000] apic 0 pin 18 not connected
[ 0.044000] apic 0 pin 19 not connected
[ 0.044000] apic 0 pin 19 not connected
[ 0.044000] apic 0 pin 20 not connected
[ 0.044000] apic 0 pin 20 not connected
[ 0.044000] apic 0 pin 21 not connected
[ 0.044000] apic 0 pin 21 not connected
[ 0.044000] apic 0 pin 22 not connected
[ 0.044000] apic 0 pin 22 not connected
[ 0.044000] apic 0 pin 23 not connected
[ 0.044000] apic 0 pin 23 not connected
[ 0.044000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.044000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.044000] Using local APIC timer interrupts.
[ 0.044000] calibrating APIC timer ...
[ 0.044000] Using local APIC timer interrupts.
[ 0.044000] calibrating APIC timer ...
[ 0.045000] ... lapic delta = 12687909
[ 0.045000] ... lapic delta = 12687909
[ 0.045000] ... PM-Timer delta = 726675
[ 0.045000] ... PM-Timer delta = 726675
[ 0.045000] APIC calibration not consistent with PM-Timer: 203ms instead of 100ms
[ 0.045000] APIC calibration not consistent with PM-Timer: 203ms instead of 100ms
[ 0.045000] APIC delta adjusted to PM-Timer: 6249957 (12687909)
[ 0.045000] APIC delta adjusted to PM-Timer: 6249957 (12687909)
[ 0.045000] TSC delta adjusted to PM-Timer: 269351397 (546804693)
[ 0.045000] TSC delta adjusted to PM-Timer: 269351397 (546804693)
[ 0.045000] ..... delta 6249957
[ 0.045000] ..... delta 6249957
[ 0.045000] ..... mult: 268433609
[ 0.045000] ..... mult: 268433609
[ 0.045000] ..... calibration result: 999993
[ 0.045000] ..... calibration result: 999993
[ 0.045000] ..... CPU clock speed is 2693.0513 MHz.
[ 0.045000] ..... CPU clock speed is 2693.0513 MHz.
[ 0.045000] ..... host bus clock speed is 999.0993 MHz.
[ 0.045000] ..... host bus clock speed is 999.0993 MHz.
[ 0.045658] smpboot: CPU0:
[ 0.045658] smpboot: CPU0: Intel Intel Common KVM processorCommon KVM processor (fam: 0f, model: 06 (fam: 0f, model: 06, stepping: 01)
, stepping: 01)
[ 0.049790] Performance Events:
[ 0.049790] Performance Events: unsupported Netburst CPU model 6 unsupported Netburst CPU model 6 no PMU driver, software events only.
no PMU driver, software events only.
[ 0.060209] x86: Booting SMP configuration:
[ 0.060209] x86: Booting SMP configuration:
[ 0.061012] .... node #0, CPUs:
[ 0.061012] .... node #0, CPUs: #1 #1
[ 0.004000] kvm-clock: cpu 1, msr 0:12bdf041, secondary cpu clock
[ 0.004000] masked ExtINT on CPU#1
[ 0.082169] x86: Booted up 1 node, 2 CPUs
[ 0.082169] x86: Booted up 1 node, 2 CPUs
[ 0.083008] smpboot: Total of 2 processors activated (10774.02 BogoMIPS)
[ 0.083008] smpboot: Total of 2 processors activated (10774.02 BogoMIPS)
[ 0.082118] KVM setup async PF for cpu 1
[ 0.082118] KVM setup async PF for cpu 1
[ 0.082118] kvm-stealtime: cpu 1, msr 1110cf00
[ 0.082118] kvm-stealtime: cpu 1, msr 1110cf00
[ 0.104121] devtmpfs: initialized
[ 0.104121] devtmpfs: initialized
[ 0.110545] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.110545] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.126046] Testing tracer function:
[ 0.126046] Testing tracer function: PASSED
PASSED
[ 0.253532] Testing ftrace regs(no arch support):
[ 0.253532] Testing ftrace regs(no arch support): PASSED
PASSED
[ 0.290041] Testing tracer irqsoff:
[ 0.290041] Testing tracer irqsoff: PASSED
PASSED
[ 0.340040] Testing tracer wakeup:
[ 0.340040] Testing tracer wakeup: PASSED
PASSED
[ 0.400042] Testing tracer wakeup_rt:
[ 0.400042] Testing tracer wakeup_rt: PASSED
PASSED
[ 0.462037] Testing tracer wakeup_dl:
[ 0.462037] Testing tracer wakeup_dl: PASSED
PASSED
[ 0.521040] Testing tracer function_graph:
[ 0.521040] Testing tracer function_graph: PASSED
PASSED
[ 0.673036] Testing tracer branch:
[ 0.673036] Testing tracer branch:

[ 0.683281] ------------[ cut here ]------------
[ 0.683281] ------------[ cut here ]------------
[ 0.684000] kernel BUG at kernel/sched/core.c:2881!
[ 0.684000] kernel BUG at kernel/sched/core.c:2881!
[ 0.684000] invalid opcode: 0000 [#1]
[ 0.684000] invalid opcode: 0000 [#1] PREEMPT PREEMPT SMP SMP DEBUG_PAGEALLOC DEBUG_PAGEALLOC

[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] task: ffff880010c9c040 ti: ffff880010ca0000 task.ti: ffff880010ca0000
[ 0.684000] task: ffff880010c9c040 ti: ffff880010ca0000 task.ti: ffff880010ca0000
[ 0.684000] RIP: 0010:[<ffffffff8e926cd1>]
[ 0.684000] RIP: 0010:[<ffffffff8e926cd1>] [<ffffffff8e926cd1>] __schedule+0x81/0x1460
[<ffffffff8e926cd1>] __schedule+0x81/0x1460
[ 0.684000] RSP: 0000:ffff880010ca3c88 EFLAGS: 00010202
[ 0.684000] RSP: 0000:ffff880010ca3c88 EFLAGS: 00010202
[ 0.684000] RAX: ffff880010c9c040 RBX: ffff880011013340 RCX: ffff880011000000
[ 0.684000] RAX: ffff880010c9c040 RBX: ffff880011013340 RCX: ffff880011000000
[ 0.684000] RDX: 000000000000ef48 RSI: ffffffff8e547468 RDI: 0000000000000286
[ 0.684000] RDX: 000000000000ef48 RSI: ffffffff8e547468 RDI: 0000000000000286
[ 0.684000] RBP: ffff880010ca3ce8 R08: 00000000000001f8 R09: ffff880010c0e208
[ 0.684000] RBP: ffff880010ca3ce8 R08: 00000000000001f8 R09: ffff880010c0e208
[ 0.684000] R10: 0000000000000051 R11: 00000000ffffffff R12: 0000000000000001
[ 0.684000] R10: 0000000000000051 R11: 00000000ffffffff R12: 0000000000000001
[ 0.684000] R13: 0000000000000000 R14: ffff88001100d201 R15: 0000000000013340
[ 0.684000] R13: 0000000000000000 R14: ffff88001100d201 R15: 0000000000013340
[ 0.684000] FS: 0000000000000000(0000) GS:ffff880011000000(0000) knlGS:0000000000000000
[ 0.684000] FS: 0000000000000000(0000) GS:ffff880011000000(0000) knlGS:0000000000000000
[ 0.684000] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 0.684000] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 0.684000] CR2: 00000000ffffffff CR3: 000000000ee0b000 CR4: 00000000000006b0
[ 0.684000] CR2: 00000000ffffffff CR3: 000000000ee0b000 CR4: 00000000000006b0
[ 0.684000] Stack:
[ 0.684000] Stack:
[ 0.684000] ffff880010c05a00
[ 0.684000] ffff880010c05a00 0000000000000286 0000000000000286 ffffffff8ec2e12a ffffffff8ec2e12a ffff880011013340 ffff880011013340

[ 0.684000] ffff880010c9c040
[ 0.684000] ffff880010c9c040 ffffffff8e4a9c11 ffffffff8e4a9c11 ffff88001100d2c0 ffff88001100d2c0 00000000fffb6f30 00000000fffb6f30

[ 0.684000] ffff880010ca4000
[ 0.684000] ffff880010ca4000 ffff880010ca3d38 ffff880010ca3d38 ffff88001100d2c0 ffff88001100d2c0 0000000000000000 0000000000000000

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] Code:
[ 0.684000] Code:

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x15f/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x15f/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] ffff880010ca3bd8
[ 0.684000] ffff880010ca3bd8 ffffffff8e926ca6 ffffffff8e926ca6 0000000000000040 0000000000000040 0000000000000000 0000000000000000

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926ca6>] ? __schedule+0x56/0x1460
[ 0.684000] [<ffffffff8e926ca6>] ? __schedule+0x56/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406dbf>] show_regs+0x15f/0x320
[ 0.684000] [<ffffffff8e406dbf>] show_regs+0x15f/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3d ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3d ]---
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926ca6 ffffffff8e926ca6 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926ca6>] ? __schedule+0x56/0x1460
[ 0.684000] [<ffffffff8e926ca6>] ? __schedule+0x56/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3e ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3e ]---
[ 0.684000] 6e
[ 0.684000] 6e

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926ca7 ffffffff8e926ca7 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926ca7>] ? __schedule+0x57/0x1460
[ 0.684000] [<ffffffff8e926ca7>] ? __schedule+0x57/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3f ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f3f ]---
[ 0.684000] ac
[ 0.684000] ac

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926ca8 ffffffff8e926ca8 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926ca8>] ? __schedule+0x58/0x1460
[ 0.684000] [<ffffffff8e926ca8>] ? __schedule+0x58/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f40 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f40 ]---
[ 0.684000] 57
[ 0.684000] 57

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926ca9 ffffffff8e926ca9 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926ca9>] ? __schedule+0x59/0x1460
[ 0.684000] [<ffffffff8e926ca9>] ? __schedule+0x59/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f41 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f41 ]---
[ 0.684000] 41
[ 0.684000] 41

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926caa ffffffff8e926caa 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926caa>] ? __schedule+0x5a/0x1460
[ 0.684000] [<ffffffff8e926caa>] ? __schedule+0x5a/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f42 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f42 ]---
[ 0.684000] 0f
[ 0.684000] 0f

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cab ffffffff8e926cab 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cab>] ? __schedule+0x5b/0x1460
[ 0.684000] [<ffffffff8e926cab>] ? __schedule+0x5b/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f43 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f43 ]---
[ 0.684000] 95
[ 0.684000] 95

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cac ffffffff8e926cac 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cac>] ? __schedule+0x5c/0x1460
[ 0.684000] [<ffffffff8e926cac>] ? __schedule+0x5c/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f44 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f44 ]---
[ 0.684000] c6
[ 0.684000] c6

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cad ffffffff8e926cad 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cad>] ? __schedule+0x5d/0x1460
[ 0.684000] [<ffffffff8e926cad>] ? __schedule+0x5d/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f45 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f45 ]---
[ 0.684000] 31
[ 0.684000] 31

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cae ffffffff8e926cae 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cae>] ? __schedule+0x5e/0x1460
[ 0.684000] [<ffffffff8e926cae>] ? __schedule+0x5e/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f46 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f46 ]---
[ 0.684000] d2
[ 0.684000] d2

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926caf ffffffff8e926caf 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926caf>] ? __schedule+0x5f/0x1460
[ 0.684000] [<ffffffff8e926caf>] ? __schedule+0x5f/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f47 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f47 ]---
[ 0.684000] 45
[ 0.684000] 45

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb0 ffffffff8e926cb0 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb0>] ? __schedule+0x60/0x1460
[ 0.684000] [<ffffffff8e926cb0>] ? __schedule+0x60/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f48 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f48 ]---
[ 0.684000] 0f
[ 0.684000] 0f

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb1 ffffffff8e926cb1 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb1>] ? __schedule+0x61/0x1460
[ 0.684000] [<ffffffff8e926cb1>] ? __schedule+0x61/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f49 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f49 ]---
[ 0.684000] b6
[ 0.684000] b6

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb2 ffffffff8e926cb2 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb2>] ? __schedule+0x62/0x1460
[ 0.684000] [<ffffffff8e926cb2>] ? __schedule+0x62/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4a ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4a ]---
[ 0.684000] e6
[ 0.684000] e6

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb3 ffffffff8e926cb3 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb3>] ? __schedule+0x63/0x1460
[ 0.684000] [<ffffffff8e926cb3>] ? __schedule+0x63/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4b ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4b ]---
[ 0.684000] 44
[ 0.684000] 44

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb4 ffffffff8e926cb4 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb4>] ? __schedule+0x64/0x1460
[ 0.684000] [<ffffffff8e926cb4>] ? __schedule+0x64/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4c ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4c ]---
[ 0.684000] 89
[ 0.684000] 89

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb5 ffffffff8e926cb5 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb5>] ? __schedule+0x65/0x1460
[ 0.684000] [<ffffffff8e926cb5>] ? __schedule+0x65/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4d ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4d ]---
[ 0.684000] e6
[ 0.684000] e6

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb6 ffffffff8e926cb6 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb6>] ? __schedule+0x66/0x1460
[ 0.684000] [<ffffffff8e926cb6>] ? __schedule+0x66/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4e ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4e ]---
[ 0.684000] e8
[ 0.684000] e8

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb7 ffffffff8e926cb7 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb7>] ? __schedule+0x67/0x1460
[ 0.684000] [<ffffffff8e926cb7>] ? __schedule+0x67/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4f ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f4f ]---
[ 0.684000] 15
[ 0.684000] 15

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb8 ffffffff8e926cb8 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb8>] ? __schedule+0x68/0x1460
[ 0.684000] [<ffffffff8e926cb8>] ? __schedule+0x68/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f50 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f50 ]---
[ 0.684000] 07
[ 0.684000] 07

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cb9 ffffffff8e926cb9 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cb9>] ? __schedule+0x69/0x1460
[ 0.684000] [<ffffffff8e926cb9>] ? __schedule+0x69/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f51 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f51 ]---
[ 0.684000] c2
[ 0.684000] c2

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cba ffffffff8e926cba 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cba>] ? __schedule+0x6a/0x1460
[ 0.684000] [<ffffffff8e926cba>] ? __schedule+0x6a/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f52 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f52 ]---
[ 0.684000] ff
[ 0.684000] ff

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cbb ffffffff8e926cbb 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cbb>] ? __schedule+0x6b/0x1460
[ 0.684000] [<ffffffff8e926cbb>] ? __schedule+0x6b/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f53 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f53 ]---
[ 0.684000] 31
[ 0.684000] 31

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cbc ffffffff8e926cbc 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cbc>] ? __schedule+0x6c/0x1460
[ 0.684000] [<ffffffff8e926cbc>] ? __schedule+0x6c/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f54 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f54 ]---
[ 0.684000] d2
[ 0.684000] d2

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cbd ffffffff8e926cbd 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cbd>] ? __schedule+0x6d/0x1460
[ 0.684000] [<ffffffff8e926cbd>] ? __schedule+0x6d/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f55 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f55 ]---
[ 0.684000] 44
[ 0.684000] 44

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cbe ffffffff8e926cbe 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cbe>] ? __schedule+0x6e/0x1460
[ 0.684000] [<ffffffff8e926cbe>] ? __schedule+0x6e/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f56 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f56 ]---
[ 0.684000] 89
[ 0.684000] 89

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cbf ffffffff8e926cbf 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cbf>] ? __schedule+0x6f/0x1460
[ 0.684000] [<ffffffff8e926cbf>] ? __schedule+0x6f/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f57 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f57 ]---
[ 0.684000] e6
[ 0.684000] e6

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc0 ffffffff8e926cc0 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc0>] ? __schedule+0x70/0x1460
[ 0.684000] [<ffffffff8e926cc0>] ? __schedule+0x70/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f58 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f58 ]---
[ 0.684000] 48
[ 0.684000] 48

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc1 ffffffff8e926cc1 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc1>] ? __schedule+0x71/0x1460
[ 0.684000] [<ffffffff8e926cc1>] ? __schedule+0x71/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f59 ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f59 ]---
[ 0.684000] c7
[ 0.684000] c7

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc2 ffffffff8e926cc2 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc2>] ? __schedule+0x72/0x1460
[ 0.684000] [<ffffffff8e926cc2>] ? __schedule+0x72/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5a ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5a ]---
[ 0.684000] c7
[ 0.684000] c7

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc3 ffffffff8e926cc3 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc3>] ? __schedule+0x73/0x1460
[ 0.684000] [<ffffffff8e926cc3>] ? __schedule+0x73/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5b ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5b ]---
[ 0.684000] f8
[ 0.684000] f8

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc4 ffffffff8e926cc4 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc4>] ? __schedule+0x74/0x1460
[ 0.684000] [<ffffffff8e926cc4>] ? __schedule+0x74/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5c ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5c ]---
[ 0.684000] 50
[ 0.684000] 50

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc5 ffffffff8e926cc5 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc5>] ? __schedule+0x75/0x1460
[ 0.684000] [<ffffffff8e926cc5>] ? __schedule+0x75/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e931563>] ? error_entry_done+0x5/0x6
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e4ce66f>] ? trace_hardirqs_off_caller+0x1f/0x160
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e400e10>] ? trace_hardirqs_off_thunk+0x17/0x19
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e404690>] do_invalid_op+0x20/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e93100e>] invalid_op+0x1e/0x30
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e547468>] ? ftrace_likely_update+0x98/0x1c0
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926cd1>] ? __schedule+0x81/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e926ccc>] ? __schedule+0x7c/0x1460
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e4a9c11>] ? get_parent_ip+0x11/0x50
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e928180>] schedule+0x30/0x70
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e92d7f0>] schedule_timeout+0x1b0/0x450
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4d093d>] ? trace_hardirqs_on+0xd/0x10
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fbad0>] ? init_timer_key+0x270/0x270
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e4fd9a4>] msleep+0x44/0x50
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53e719>] trace_selftest_startup_branch+0x39/0xb0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8e53ed51>] register_tracer+0x251/0x2e0
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c1a>] ? init_graph_trace+0x68/0x68
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8ef46c4d>] init_branch_tracer+0x33/0x35
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8e4002d9>] do_one_initcall+0x99/0x220
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8ef2b1e6>] kernel_init_freeable+0x115/0x198
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e919dae>] kernel_init+0xe/0xe0
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e92fc5f>] ret_from_fork+0x3f/0x70
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] [<ffffffff8e919da0>] ? rest_init+0x140/0x140
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5d ]---
[ 0.684000] ---[ end trace de0c2d5c2f5b8f5d ]---
[ 0.684000] ec
[ 0.684000] ec

[ 0.684000] ------------[ cut here ]------------
[ 0.684000] ------------[ cut here ]------------
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] WARNING: CPU: 0 PID: 1 at include/linux/uaccess.h:15 show_regs+0x2e9/0x320()
[ 0.684000] Modules linked in:
[ 0.684000] Modules linked in:

[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.0-09226-ge382608 #1
[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca3968 ffff880010ca3968 ffffffff8e925325 ffffffff8e925325 0000000000000000 0000000000000000

[ 0.684000] ffffffff8ec1e7c8
[ 0.684000] ffffffff8ec1e7c8 ffff880010ca39a8 ffff880010ca39a8 ffffffff8e476e6a ffffffff8e476e6a ffff880010c05a00 ffff880010c05a00

[ 0.684000] 0000000000000000
[ 0.684000] 0000000000000000 ffffffff8e926cc6 ffffffff8e926cc6 0000000000000001 0000000000000001 ffffffff8fd0cfc0 ffffffff8fd0cfc0

[ 0.684000] Call Trace:
[ 0.684000] Call Trace:
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e925325>] dump_stack+0x50/0xa8
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e476e6a>] warn_slowpath_common+0x8a/0xc0
[ 0.684000] [<ffffffff8e926cc6>] ? __schedule+0x76/0x1460
[ 0.684000] [<ffffffff8e926cc6>] ? __schedule+0x76/0x1460
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e476f5a>] warn_slowpath_null+0x1a/0x20
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e406f49>] show_regs+0x2e9/0x320
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e49cad5>] ? __atomic_notifier_call_chain+0x5/0x120
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e926ce6>] ? __schedule+0x96/0x1460
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e408153>] __die+0xc3/0x110
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e4081d8>] die+0x38/0x70
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e404224>] do_trap+0xb4/0x150
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e54749c>] ? ftrace_likely_update+0xcc/0x1c0
[ 0.684000] [<ffffffff8e40433a>] do_error_trap+0x7a/0xf0
[
Elapsed time: 20
qemu-system-x86_64 -enable-kvm -cpu kvm64 -kernel /pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/e382608254e06c8109f40044f5e693f2e04f3899/vmlinuz-4.1.0-09226-ge382608 -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:e382608254e06c8109f40044f5e693f2e04f3899:bisect-linux-2/.vmlinuz-e382608254e06c8109f40044f5e693f2e04f3899-20150630031958-22-ivb41 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/e382608254e06c8109f40044f5e693f2e04f3899/vmlinuz-4.1.0-09226-ge382608 drbd.minor_count=8' -initrd /osimage/quantal/quantal-core-x86_64.cgz -m 300 -smp 2 -device e1000,netdev=net0 -netdev user,id=net0 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -drive file=/fs/sda5/disk0-quantal-ivb41-100,media=disk,if=virtio -drive file=/fs/sda5/disk1-quantal-ivb41-100,media=disk,if=virtio -drive file=/fs/sda5/disk2-quantal-ivb41-100,media=disk,if=virtio -drive file=/fs/sda5/disk3-quantal-ivb41-100,media=disk,if=virtio -drive file=/fs/sda5/disk4-quantal-ivb41-100,media=disk,if=virtio -drive file=/fs/sda5/disk5-quantal-ivb41-100,media=disk,if=virtio -drive file=/fs/sda5/disk6-quantal-ivb41-100,media=disk,if=virtio -pidfile /dev/shm/kboot/pid-quantal-ivb41-100 -serial file:/dev/shm/kboot/serial-quantal-ivb41-100 -daemonize -display none -monitor null
early console in setup code
early console in decompress_kernel
KASLR using RDTSC...

Decompressing Linux... Parsing ELF... Performing relocations... done.
Booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.1.0-09192-gfcbc177 (kbuild@lkp-ib03) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Tue Jun 30 06:36:10 CST 2015
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb:bisect-linux-2/.vmlinuz-fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb-20150630063630-18-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb/vmlinuz-4.1.0-09192-gfcbc177 drbd.minor_count=8
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]
[ 0.000000] mpc: f0e90-f0fac
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0d229000, 0x0d229fff] PGTABLE
[ 0.000000] BRK [0x0d22a000, 0x0d22afff] PGTABLE
[ 0.000000] BRK [0x0d22b000, 0x0d22bfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]
[ 0.000000] [mem 0x11200000-0x113fffff] page 4k
[ 0.000000] BRK [0x0d22c000, 0x0d22cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]
[ 0.000000] [mem 0x00100000-0x111fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]
[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k
[ 0.000000] BRK [0x0d22d000, 0x0d22dfff] PGTABLE
[ 0.000000] BRK [0x0d22e000, 0x0d22efff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880011000000 s83776 r8192 d30912 u1048576
[ 0.000000] pcpu-alloc: s83776 r8192 d30912 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1100cf00
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75449
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb:bisect-linux-2/.vmlinuz-fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb-20150630063630-18-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb/vmlinuz-4.1.0-09192-gfcbc177 drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 248188K/306680K available (5327K kernel code, 1100K rwdata, 2888K rodata, 860K init, 14564K bss, 58492K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] Testing tracer nop: PASSED
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.1.0-09192-gfcbc177 (kbuild@lkp-ib03) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Tue Jun 30 06:36:10 CST 2015
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb:bisect-linux-2/.vmlinuz-fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb-20150630063630-18-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb/vmlinuz-4.1.0-09192-gfcbc177 drbd.minor_count=8
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]
[ 0.000000] mpc: f0e90-f0fac
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x0d229000, 0x0d229fff] PGTABLE
[ 0.000000] BRK [0x0d22a000, 0x0d22afff] PGTABLE
[ 0.000000] BRK [0x0d22b000, 0x0d22bfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]
[ 0.000000] [mem 0x11200000-0x113fffff] page 4k
[ 0.000000] BRK [0x0d22c000, 0x0d22cfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]
[ 0.000000] [mem 0x00100000-0x111fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]
[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k
[ 0.000000] BRK [0x0d22d000, 0x0d22dfff] PGTABLE
[ 0.000000] BRK [0x0d22e000, 0x0d22efff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880011000000 s83776 r8192 d30912 u1048576
[ 0.000000] pcpu-alloc: s83776 r8192 d30912 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1100cf00
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75449
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb:bisect-linux-2/.vmlinuz-fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb-20150630063630-18-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb/vmlinuz-4.1.0-09192-gfcbc177 drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 248188K/306680K available (5327K kernel code, 1100K rwdata, 2888K rodata, 860K init, 14564K bss, 58492K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] Testing tracer nop: PASSED
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] ------------------------
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock:
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-A deadlock:
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-C-C-A deadlock:
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-A-B-C deadlock:
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-C-C-D-D-A deadlock:
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-D-B-D-D-A deadlock:
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-D-B-C-D-A deadlock:
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] double unlock:
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] initialize held:
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] bad unlock order:
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock:
[ 0.000000] recursive read-lock: | | ok | ok | | | ok | ok |

[ 0.000000] recursive read-lock #2:
[ 0.000000] recursive read-lock #2: | | ok | ok | | | ok | ok |

[ 0.000000] mixed read-write-lock:
[ 0.000000] mixed read-write-lock: | | ok | ok | | | ok | ok |

[ 0.000000] mixed write-read-lock:
[ 0.000000] mixed write-read-lock: | | ok | ok | | | ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12:
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irqs-on + irq-safe-A/12:
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irqs-on + irq-safe-A/21:
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irqs-on + irq-safe-A/21:
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] sirq-safe-A => hirqs-on/12:
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] sirq-safe-A => hirqs-on/21:
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + irqs-on/12:
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + irqs-on/12:
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + irqs-on/21:
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + irqs-on/21:
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/123:
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/123:
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/132:
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/132:
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/213:
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/213:
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/231:
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/231:
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/312:
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/312:
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/321:
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/321:
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/123:
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/123:
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/132:
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/132:
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/213:
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/213:
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/231:
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/231:
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/312:
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/312:
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/321:
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/321:
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/123:
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/123:
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/132:
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/132:
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/213:
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/213:
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/231:
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/231:
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/312:
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/312:
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/321:
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/321:
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq read-recursion/123:
[ 0.000000] hard-irq read-recursion/123: ok | ok |

[ 0.000000] soft-irq read-recursion/123:
[ 0.000000] soft-irq read-recursion/123: ok | ok |

[ 0.000000] hard-irq read-recursion/132:
[ 0.000000] hard-irq read-recursion/132: ok | ok |

[ 0.000000] soft-irq read-recursion/132:
[ 0.000000] soft-irq read-recursion/132: ok | ok |

[ 0.000000] hard-irq read-recursion/213:
[ 0.000000] hard-irq read-recursion/213: ok | ok |

[ 0.000000] soft-irq read-recursion/213:
[ 0.000000] soft-irq read-recursion/213: ok | ok |

[ 0.000000] hard-irq read-recursion/231:
[ 0.000000] hard-irq read-recursion/231: ok | ok |

[ 0.000000] soft-irq read-recursion/231:
[ 0.000000] soft-irq read-recursion/231: ok | ok |

[ 0.000000] hard-irq read-recursion/312:
[ 0.000000] hard-irq read-recursion/312: ok | ok |

[ 0.000000] soft-irq read-recursion/312:
[ 0.000000] soft-irq read-recursion/312: ok | ok |

[ 0.000000] hard-irq read-recursion/321:
[ 0.000000] hard-irq read-recursion/321: ok | ok |

[ 0.000000] soft-irq read-recursion/321:
[ 0.000000] soft-irq read-recursion/321: ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ---------------------
[ 0.000000] ww api failures:
[ 0.000000] ww api failures: ok | ok | ok | ok | ok | ok |

[ 0.000000] ww contexts mixing:
[ 0.000000] ww contexts mixing: ok | ok | ok | ok |

[ 0.000000] finishing ww context:
[ 0.000000] finishing ww context: ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] locking mismatches:
[ 0.000000] locking mismatches: ok | ok | ok | ok | ok | ok |

[ 0.000000] EDEADLK handling:
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] spinlock nest unlocked:
[ 0.000000] spinlock nest unlocked: ok | ok |

[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] context:
[ 0.000000] context: ok | ok | ok | ok | ok | ok |

[ 0.000000] try:
[ 0.000000] try: ok | ok | ok | ok | ok | ok |

[ 0.000000] block:
[ 0.000000] block: ok | ok | ok | ok | ok | ok |

[ 0.000000] spinlock:
[ 0.000000] spinlock: ok | ok | ok | ok | ok | ok |

[ 0.000000] -------------------------------------------------------
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] ---------------------------------
[ 0.000000] ODEBUG: selftest passed
[ 0.000000] ODEBUG: selftest passed
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2926.330 MHz processor
[ 0.000000] tsc: Detected 2926.330 MHz processor
[ 0.003000] Calibrating delay loop (skipped) preset value..
[ 0.003000] Calibrating delay loop (skipped) preset value.. 5852.66 BogoMIPS (lpj=2926330)
5852.66 BogoMIPS (lpj=2926330)
[ 0.004009] pid_max: default: 4096 minimum: 301
[ 0.004009] pid_max: default: 4096 minimum: 301
[ 0.005069] ACPI: Core revision 20150515
[ 0.005069] ACPI: Core revision 20150515
[ 0.017181] ACPI:
[ 0.017181] ACPI: All ACPI Tables successfully acquiredAll ACPI Tables successfully acquired

[ 0.019322] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.019322] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.020017] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.020017] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.025251] Initializing cgroup subsys memory
[ 0.025251] Initializing cgroup subsys memory
[ 0.027035] Initializing cgroup subsys devices
[ 0.027035] Initializing cgroup subsys devices
[ 0.029076] Initializing cgroup subsys net_prio
[ 0.029076] Initializing cgroup subsys net_prio
[ 0.030018] Initializing cgroup subsys debug
[ 0.030018] Initializing cgroup subsys debug
[ 0.031138] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.031138] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.032014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.032014] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.033172] debug: unmapping init [mem 0xffffffff8c3ec000-0xffffffff8c3effff]
[ 0.033172] debug: unmapping init [mem 0xffffffff8c3ec000-0xffffffff8c3effff]
[ 0.043375] enabled ExtINT on CPU#0
[ 0.043375] enabled ExtINT on CPU#0
[ 0.045598] ENABLING IO-APIC IRQs
[ 0.045598] ENABLING IO-APIC IRQs
[ 0.047019] init IO_APIC IRQs
[ 0.047019] init IO_APIC IRQs
[ 0.048010] apic 0 pin 0 not connected
[ 0.048010] apic 0 pin 0 not connected
[ 0.049279] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.049279] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.050179] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.050179] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.051000] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.051000] apic 0 pin 16 not connected
[ 0.051000] apic 0 pin 16 not connected
[ 0.051000] apic 0 pin 17 not connected
[ 0.051000] apic 0 pin 17 not connected
[ 0.051000] apic 0 pin 18 not connected
[ 0.051000] apic 0 pin 18 not connected
[ 0.051000] apic 0 pin 19 not connected
[ 0.051000] apic 0 pin 19 not connected
[ 0.051000] apic 0 pin 20 not connected
[ 0.051000] apic 0 pin 20 not connected
[ 0.051000] apic 0 pin 21 not connected
[ 0.051000] apic 0 pin 21 not connected
[ 0.051000] apic 0 pin 22 not connected
[ 0.051000] apic 0 pin 22 not connected
[ 0.051000] apic 0 pin 23 not connected
[ 0.051000] apic 0 pin 23 not connected
[ 0.051000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.051000] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.051000] Using local APIC timer interrupts.
[ 0.051000] calibrating APIC timer ...
[ 0.051000] Using local APIC timer interrupts.
[ 0.051000] calibrating APIC timer ...
[ 0.052000] ... lapic delta = 13687707
[ 0.052000] ... lapic delta = 13687707
[ 0.052000] ... PM-Timer delta = 783925
[ 0.052000] ... PM-Timer delta = 783925
[ 0.052000] APIC calibration not consistent with PM-Timer: 219ms instead of 100ms
[ 0.052000] APIC calibration not consistent with PM-Timer: 219ms instead of 100ms
[ 0.052000] APIC delta adjusted to PM-Timer: 6250048 (13687707)
[ 0.052000] APIC delta adjusted to PM-Timer: 6250048 (13687707)
[ 0.052000] TSC delta adjusted to PM-Timer: 292631259 (640867150)
[ 0.052000] TSC delta adjusted to PM-Timer: 292631259 (640867150)
[ 0.052000] ..... delta 6250048
[ 0.052000] ..... delta 6250048
[ 0.052000] ..... mult: 268437517
[ 0.052000] ..... mult: 268437517
[ 0.052000] ..... calibration result: 1000007
[ 0.052000] ..... calibration result: 1000007
[ 0.052000] ..... CPU clock speed is 2926.0312 MHz.
[ 0.052000] ..... CPU clock speed is 2926.0312 MHz.
[ 0.052000] ..... host bus clock speed is 1000.0007 MHz.
[ 0.052000] ..... host bus clock speed is 1000.0007 MHz.
[ 0.052089] smpboot: CPU0:
[ 0.052089] smpboot: CPU0: Intel Intel Common KVM processorCommon KVM processor (fam: 0f, model: 06 (fam: 0f, model: 06, stepping: 01)
, stepping: 01)
[ 0.056057] Performance Events:
[ 0.056057] Performance Events: unsupported Netburst CPU model 6 unsupported Netburst CPU model 6 no PMU driver, software events only.
no PMU driver, software events only.
[ 0.067526] x86: Booting SMP configuration:
[ 0.067526] x86: Booting SMP configuration:
[ 0.068014] .... node #0, CPUs:
[ 0.068014] .... node #0, CPUs: #1 #1
[ 0.003000] kvm-clock: cpu 1, msr 0:12bdf041, secondary cpu clock
[ 0.003000] masked ExtINT on CPU#1
[ 0.084284] x86: Booted up 1 node, 2 CPUs
[ 0.084284] x86: Booted up 1 node, 2 CPUs
[ 0.085008] smpboot: Total of 2 processors activated (11705.32 BogoMIPS)
[ 0.085008] smpboot: Total of 2 processors activated (11705.32 BogoMIPS)
[ 0.084227] KVM setup async PF for cpu 1
[ 0.084227] KVM setup async PF for cpu 1
[ 0.084227] kvm-stealtime: cpu 1, msr 1110cf00
[ 0.084227] kvm-stealtime: cpu 1, msr 1110cf00
[ 0.091114] devtmpfs: initialized
[ 0.091114] devtmpfs: initialized
[ 0.098331] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.098331] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.112036] Testing tracer function:
[ 0.112036] Testing tracer function: PASSED
PASSED
[ 0.233640] Testing ftrace regs(no arch support):
[ 0.233640] Testing ftrace regs(no arch support): PASSED
PASSED
[ 0.270040] Testing tracer irqsoff:
[ 0.270040] Testing tracer irqsoff: PASSED
PASSED
[ 0.320043] Testing tracer wakeup:
[ 0.320043] Testing tracer wakeup: PASSED
PASSED
[ 0.383039] Testing tracer wakeup_rt:
[ 0.383039] Testing tracer wakeup_rt: PASSED
PASSED
[ 0.447032] Testing tracer wakeup_dl:
[ 0.447032] Testing tracer wakeup_dl: PASSED
PASSED
[ 0.513034] Testing tracer function_graph:
[ 0.513034] Testing tracer function_graph: PASSED
PASSED
[ 0.659041] Testing tracer branch:
[ 0.659041] Testing tracer branch:
Elapsed time: 20
BUG: kernel boot crashed
qemu-system-x86_64 -enable-kvm -cpu kvm64 -kernel /pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb/vmlinuz-4.1.0-09192-gfcbc177 -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb:bisect-linux-2/.vmlinuz-fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb-20150630063630-18-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/fcbc1777ce8b5edf831c1eca16c1a63c1e4f39fb/vmlinuz-4.1.0-09192-gfcbc177 drbd.minor_count=8' -initrd /osimage/quantal/quantal-core-x86_64.cgz -m 300 -smp 2 -device e1000,netdev=net0 -netdev user,id=net0 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -drive file=/fs/sda2/disk0-quantal-intel12-10,media=disk,if=virtio -drive file=/fs/sda2/disk1-quantal-intel12-10,media=disk,if=virtio -drive file=/fs/sda2/disk2-quantal-intel12-10,media=disk,if=virtio -drive file=/fs/sda2/disk3-quantal-intel12-10,media=disk,if=virtio -drive file=/fs/sda2/disk4-quantal-intel12-10,media=disk,if=virtio -drive file=/fs/sda2/disk5-quantal-intel12-10,media=disk,if=virtio -drive file=/fs/sda2/disk6-quantal-intel12-10,media=disk,if=virtio -pidfile /dev/shm/kboot/pid-quantal-intel12-10 -serial file:/dev/shm/kboot/serial-quantal-intel12-10 -daemonize -display none -monitor null
early console in setup code
early console in decompress_kernel
KASLR using RDTSC...

Decompressing Linux... Parsing ELF... Performing relocations... done.
Booting the kernel.
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.1.0-rc3-00033-gb44754d (kbuild@ivytown2) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Tue Jun 30 06:49:58 CST 2015
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:b44754d8262d3aab842998cf747f44fe6090be9f:bisect-linux-2/.vmlinuz-b44754d8262d3aab842998cf747f44fe6090be9f-20150630065018-21-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/b44754d8262d3aab842998cf747f44fe6090be9f/vmlinuz-4.1.0-rc3-00033-gb44754d drbd.minor_count=8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] earlycon: no match for ttyS0,115200
[ 0.000000] earlycon: no match for tty0
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]
[ 0.000000] mpc: f0e90-f0fac
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x03c25000, 0x03c25fff] PGTABLE
[ 0.000000] BRK [0x03c26000, 0x03c26fff] PGTABLE
[ 0.000000] BRK [0x03c27000, 0x03c27fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]
[ 0.000000] [mem 0x11200000-0x113fffff] page 4k
[ 0.000000] BRK [0x03c28000, 0x03c28fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]
[ 0.000000] [mem 0x00100000-0x111fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]
[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k
[ 0.000000] BRK [0x03c29000, 0x03c29fff] PGTABLE
[ 0.000000] BRK [0x03c2a000, 0x03c2afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock
[ 0.000000] clocksource kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880011000000 s84416 r8192 d30272 u1048576
[ 0.000000] pcpu-alloc: s84416 r8192 d30272 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1100cd40
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75449
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:b44754d8262d3aab842998cf747f44fe6090be9f:bisect-linux-2/.vmlinuz-b44754d8262d3aab842998cf747f44fe6090be9f-20150630065018-21-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/b44754d8262d3aab842998cf747f44fe6090be9f/vmlinuz-4.1.0-rc3-00033-gb44754d drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 248204K/306680K available (5483K kernel code, 1084K rwdata, 2852K rodata, 864K init, 14560K bss, 58476K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] Testing tracer nop: PASSED
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 4.1.0-rc3-00033-gb44754d (kbuild@ivytown2) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PREEMPT Tue Jun 30 06:49:58 CST 2015
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:b44754d8262d3aab842998cf747f44fe6090be9f:bisect-linux-2/.vmlinuz-b44754d8262d3aab842998cf747f44fe6090be9f-20150630065018-21-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/b44754d8262d3aab842998cf747f44fe6090be9f/vmlinuz-4.1.0-rc3-00033-gb44754d drbd.minor_count=8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x0000000012bdffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000012be0000-0x0000000012bfffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] bootconsole [earlyser0] enabled
[ 0.000000] earlycon: no match for ttyS0,115200
[ 0.000000] earlycon: no match for tty0
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x12be0 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0080000000 mask FF80000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
[ 0.000000] Scan for SMP in [mem 0x00000000-0x000003ff]
[ 0.000000] Scan for SMP in [mem 0x0009fc00-0x0009ffff]
[ 0.000000] Scan for SMP in [mem 0x000f0000-0x000fffff]
[ 0.000000] found SMP MP-table at [mem 0x000f0e80-0x000f0e8f] mapped at [ffff8800000f0e80]
[ 0.000000] mpc: f0e90-f0fac
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[ 0.000000] [mem 0x00000000-0x000fffff] page 4k
[ 0.000000] BRK [0x03c25000, 0x03c25fff] PGTABLE
[ 0.000000] BRK [0x03c26000, 0x03c26fff] PGTABLE
[ 0.000000] BRK [0x03c27000, 0x03c27fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x11200000-0x113fffff]
[ 0.000000] [mem 0x11200000-0x113fffff] page 4k
[ 0.000000] BRK [0x03c28000, 0x03c28fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x111fffff]
[ 0.000000] [mem 0x00100000-0x111fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x11400000-0x12bdffff]
[ 0.000000] [mem 0x11400000-0x12bdffff] page 4k
[ 0.000000] BRK [0x03c29000, 0x03c29fff] PGTABLE
[ 0.000000] BRK [0x03c2a000, 0x03c2afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x11525000-0x12bd7fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F0C60 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0x0000000012BE18BD 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0x0000000012BE0B37 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x0000000012BE0040 000AF7 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x0000000012BE0000 000040
[ 0.000000] ACPI: SSDT 0x0000000012BE0BAB 000C5A (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x0000000012BE1805 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0x0000000012BE1885 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:12bdf001, primary cpu clock
[ 0.000000] clocksource kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x0000000012bdffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x0000000012bdffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000012bdffff]
[ 0.000000] On node 0 totalpages: 76670
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 1136 pages used for memmap
[ 0.000000] DMA32 zone: 72672 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0x608
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5fc000 ( fee00000)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 00, APIC ID 0, APIC INT 02
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 05, APIC ID 0, APIC INT 05
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 09, APIC ID 0, APIC INT 09
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0a, APIC ID 0, APIC INT 0a
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] Int: type 0, pol 1, trig 3, bus 00, IRQ 0b, APIC ID 0, APIC INT 0b
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 01, APIC ID 0, APIC INT 01
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 03, APIC ID 0, APIC INT 03
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 04, APIC ID 0, APIC INT 04
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 06, APIC ID 0, APIC INT 06
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 07, APIC ID 0, APIC INT 07
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 08, APIC ID 0, APIC INT 08
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0c, APIC ID 0, APIC INT 0c
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0d, APIC ID 0, APIC INT 0d
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0e, APIC ID 0, APIC INT 0e
[ 0.000000] Int: type 0, pol 0, trig 0, bus 00, IRQ 0f, APIC ID 0, APIC INT 0f
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] mapped IOAPIC to ffffffffff5fb000 (fec00000)
[ 0.000000] e820: [mem 0x12c00000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 30 pages/cpu @ffff880011000000 s84416 r8192 d30272 u1048576
[ 0.000000] pcpu-alloc: s84416 r8192 d30272 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 1100cd40
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 75449
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:b44754d8262d3aab842998cf747f44fe6090be9f:bisect-linux-2/.vmlinuz-b44754d8262d3aab842998cf747f44fe6090be9f-20150630065018-21-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/b44754d8262d3aab842998cf747f44fe6090be9f/vmlinuz-4.1.0-rc3-00033-gb44754d drbd.minor_count=8
[ 0.000000] PID hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 6, 262144 bytes)
[ 0.000000] Memory: 248204K/306680K available (5483K kernel code, 1084K rwdata, 2852K rodata, 864K init, 14560K bss, 58476K reserved, 0K cma-reserved)
[ 0.000000] Running RCU self tests
[ 0.000000] Preemptible hierarchical RCU implementation.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[ 0.000000] Testing tracer nop: PASSED
[ 0.000000] NR_IRQS:4352 nr_irqs:440 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] ... CHAINHASH_SIZE: 32768
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] memory used by lock dependency info: 8159 kB
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] per task-struct memory footprint: 1920 bytes
[ 0.000000] ------------------------
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock:
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-A deadlock:
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-C-C-A deadlock:
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-A-B-C deadlock:
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-B-C-C-D-D-A deadlock:
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-D-B-D-D-A deadlock:
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] A-B-C-D-B-C-D-A deadlock:
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] double unlock:
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] initialize held:
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] bad unlock order:
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock:
[ 0.000000] recursive read-lock: | | ok | ok | | | ok | ok |

[ 0.000000] recursive read-lock #2:
[ 0.000000] recursive read-lock #2: | | ok | ok | | | ok | ok |

[ 0.000000] mixed read-write-lock:
[ 0.000000] mixed read-write-lock: | | ok | ok | | | ok | ok |

[ 0.000000] mixed write-read-lock:
[ 0.000000] mixed write-read-lock: | | ok | ok | | | ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12:
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irqs-on + irq-safe-A/12:
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irqs-on + irq-safe-A/21:
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irqs-on + irq-safe-A/21:
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] sirq-safe-A => hirqs-on/12:
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] sirq-safe-A => hirqs-on/21:
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + irqs-on/12:
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + irqs-on/12:
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + irqs-on/21:
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + irqs-on/21:
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/123:
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/123:
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/132:
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/132:
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/213:
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/213:
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/231:
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/231:
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/312:
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/312:
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #1/321:
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #1/321:
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/123:
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/123:
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/132:
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/132:
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/213:
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/213:
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/231:
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/231:
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/312:
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/312:
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-safe-A + unsafe-B #2/321:
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-safe-A + unsafe-B #2/321:
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/123:
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/123:
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/132:
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/132:
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/213:
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/213:
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/231:
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/231:
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/312:
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/312:
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq lock-inversion/321:
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] soft-irq lock-inversion/321:
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok | ok | ok | ok |

[ 0.000000] hard-irq read-recursion/123:
[ 0.000000] hard-irq read-recursion/123: ok | ok |

[ 0.000000] soft-irq read-recursion/123:
[ 0.000000] soft-irq read-recursion/123: ok | ok |

[ 0.000000] hard-irq read-recursion/132:
[ 0.000000] hard-irq read-recursion/132: ok | ok |

[ 0.000000] soft-irq read-recursion/132:
[ 0.000000] soft-irq read-recursion/132: ok | ok |

[ 0.000000] hard-irq read-recursion/213:
[ 0.000000] hard-irq read-recursion/213: ok | ok |

[ 0.000000] soft-irq read-recursion/213:
[ 0.000000] soft-irq read-recursion/213: ok | ok |

[ 0.000000] hard-irq read-recursion/231:
[ 0.000000] hard-irq read-recursion/231: ok | ok |

[ 0.000000] soft-irq read-recursion/231:
[ 0.000000] soft-irq read-recursion/231: ok | ok |

[ 0.000000] hard-irq read-recursion/312:
[ 0.000000] hard-irq read-recursion/312: ok | ok |

[ 0.000000] soft-irq read-recursion/312:
[ 0.000000] soft-irq read-recursion/312: ok | ok |

[ 0.000000] hard-irq read-recursion/321:
[ 0.000000] hard-irq read-recursion/321: ok | ok |

[ 0.000000] soft-irq read-recursion/321:
[ 0.000000] soft-irq read-recursion/321: ok | ok |

[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ---------------------
[ 0.000000] ww api failures:
[ 0.000000] ww api failures: ok | ok | ok | ok | ok | ok |

[ 0.000000] ww contexts mixing:
[ 0.000000] ww contexts mixing: ok | ok | ok | ok |

[ 0.000000] finishing ww context:
[ 0.000000] finishing ww context: ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] locking mismatches:
[ 0.000000] locking mismatches: ok | ok | ok | ok | ok | ok |

[ 0.000000] EDEADLK handling:
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |

[ 0.000000] spinlock nest unlocked:
[ 0.000000] spinlock nest unlocked: ok | ok |

[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] -----------------------------------------------------
[ 0.000000] context:
[ 0.000000] context: ok | ok | ok | ok | ok | ok |

[ 0.000000] try:
[ 0.000000] try: ok | ok | ok | ok | ok | ok |

[ 0.000000] block:
[ 0.000000] block: ok | ok | ok | ok | ok | ok |

[ 0.000000] spinlock:
[ 0.000000] spinlock: ok | ok | ok | ok | ok | ok |

[ 0.000000] -------------------------------------------------------
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] ---------------------------------
[ 0.000000] ODEBUG: selftest passed
[ 0.000000] ODEBUG: selftest passed
[ 0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] clocksource hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2926.330 MHz processor
[ 0.000000] tsc: Detected 2926.330 MHz processor
[ 0.004000] Calibrating delay loop (skipped) preset value..
[ 0.004000] Calibrating delay loop (skipped) preset value.. 5852.66 BogoMIPS (lpj=2926330)
5852.66 BogoMIPS (lpj=2926330)
[ 0.005009] pid_max: default: 4096 minimum: 301
[ 0.005009] pid_max: default: 4096 minimum: 301
[ 0.006065] ACPI: Core revision 20150410
[ 0.006065] ACPI: Core revision 20150410
[ 0.017812] ACPI:
[ 0.017812] ACPI: All ACPI Tables successfully acquiredAll ACPI Tables successfully acquired

[ 0.019395] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.019395] Mount-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.020013] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.020013] Mountpoint-cache hash table entries: 1024 (order: 1, 8192 bytes)
[ 0.024394] Initializing cgroup subsys memory
[ 0.024394] Initializing cgroup subsys memory
[ 0.025099] Initializing cgroup subsys devices
[ 0.025099] Initializing cgroup subsys devices
[ 0.026084] Initializing cgroup subsys net_prio
[ 0.026084] Initializing cgroup subsys net_prio
[ 0.027019] Initializing cgroup subsys debug
[ 0.027019] Initializing cgroup subsys debug
[ 0.028171] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.028171] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.029009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.029009] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.031037] debug: unmapping init [mem 0xffffffff82de9000-0xffffffff82decfff]
[ 0.031037] debug: unmapping init [mem 0xffffffff82de9000-0xffffffff82decfff]
[ 0.039165] enabled ExtINT on CPU#0
[ 0.039165] enabled ExtINT on CPU#0
[ 0.041402] ENABLING IO-APIC IRQs
[ 0.041402] ENABLING IO-APIC IRQs
[ 0.042060] init IO_APIC IRQs
[ 0.042060] init IO_APIC IRQs
[ 0.043010] apic 0 pin 0 not connected
[ 0.043010] apic 0 pin 0 not connected
[ 0.044186] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.044186] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.045109] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.045109] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.046051] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.046051] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.047042] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.047042] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.048034] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.048034] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.049029] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.049029] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.050037] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.050037] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.051039] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.051039] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.052051] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.052051] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.053034] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.053034] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.054037] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.054037] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.055039] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.055039] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.056037] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.056037] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.057037] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.057037] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.058038] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.058038] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.059037] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.059037] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.060032] apic 0 pin 16 not connected
[ 0.060032] apic 0 pin 16 not connected
[ 0.061009] apic 0 pin 17 not connected
[ 0.061009] apic 0 pin 17 not connected
[ 0.062006] apic 0 pin 18 not connected
[ 0.062006] apic 0 pin 18 not connected
[ 0.063008] apic 0 pin 19 not connected
[ 0.063008] apic 0 pin 19 not connected
[ 0.064008] apic 0 pin 20 not connected
[ 0.064008] apic 0 pin 20 not connected
[ 0.065008] apic 0 pin 21 not connected
[ 0.065008] apic 0 pin 21 not connected
[ 0.066008] apic 0 pin 22 not connected
[ 0.066008] apic 0 pin 22 not connected
[ 0.067007] apic 0 pin 23 not connected
[ 0.067007] apic 0 pin 23 not connected
[ 0.068716] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.068716] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.069011] Using local APIC timer interrupts.
[ 0.069011] calibrating APIC timer ...
[ 0.069011] Using local APIC timer interrupts.
[ 0.069011] calibrating APIC timer ...
[ 0.071000] ... lapic delta = 9812835
[ 0.071000] ... lapic delta = 9812835
[ 0.071000] ... PM-Timer delta = 562009
[ 0.071000] ... PM-Timer delta = 562009
[ 0.071000] APIC calibration not consistent with PM-Timer: 157ms instead of 100ms
[ 0.071000] APIC calibration not consistent with PM-Timer: 157ms instead of 100ms
[ 0.071000] APIC delta adjusted to PM-Timer: 6249977 (9812835)
[ 0.071000] APIC delta adjusted to PM-Timer: 6249977 (9812835)
[ 0.071000] TSC delta adjusted to PM-Timer: 292631088 (459448157)
[ 0.071000] TSC delta adjusted to PM-Timer: 292631088 (459448157)
[ 0.071000] ..... delta 6249977
[ 0.071000] ..... delta 6249977
[ 0.071000] ..... mult: 268434468
[ 0.071000] ..... mult: 268434468
[ 0.071000] ..... calibration result: 999996
[ 0.071000] ..... calibration result: 999996
[ 0.071000] ..... CPU clock speed is 2926.0310 MHz.
[ 0.071000] ..... CPU clock speed is 2926.0310 MHz.
[ 0.071000] ..... host bus clock speed is 999.0996 MHz.
[ 0.071000] ..... host bus clock speed is 999.0996 MHz.
[ 0.071078] smpboot: CPU0:
[ 0.071078] smpboot: CPU0: Intel Intel Common KVM processorCommon KVM processor (fam: 0f, model: 06 (fam: 0f, model: 06, stepping: 01)
, stepping: 01)
[ 0.074057] Performance Events:
[ 0.074057] Performance Events: unsupported Netburst CPU model 6 unsupported Netburst CPU model 6 no PMU driver, software events only.
no PMU driver, software events only.
[ 0.085298] x86: Booting SMP configuration:
[ 0.085298] x86: Booting SMP configuration:
[ 0.086010] .... node #0, CPUs:
[ 0.086010] .... node #0, CPUs: #1 #1
[ 0.004000] kvm-clock: cpu 1, msr 0:12bdf041, secondary cpu clock
[ 0.004000] masked ExtINT on CPU#1
[ 0.109292] x86: Booted up 1 node, 2 CPUs
[ 0.109292] x86: Booted up 1 node, 2 CPUs
[ 0.110009] smpboot: Total of 2 processors activated (11705.32 BogoMIPS)
[ 0.110009] smpboot: Total of 2 processors activated (11705.32 BogoMIPS)
[ 0.109233] KVM setup async PF for cpu 1
[ 0.109233] KVM setup async PF for cpu 1
[ 0.109233] kvm-stealtime: cpu 1, msr 1110cd40
[ 0.109233] kvm-stealtime: cpu 1, msr 1110cd40
[ 0.133018] devtmpfs: initialized
[ 0.133018] devtmpfs: initialized
[ 0.139305] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.139305] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.158039] Testing tracer function:
[ 0.158039] Testing tracer function: PASSED
PASSED
[ 0.295037] Testing ftrace regs(no arch support):
[ 0.295037] Testing ftrace regs(no arch support): PASSED
PASSED
[ 0.340036] Testing tracer irqsoff:
[ 0.340036] Testing tracer irqsoff: PASSED
PASSED
[ 0.417032] Testing tracer wakeup:
[ 0.417032] Testing tracer wakeup: PASSED
PASSED
[ 0.507036] Testing tracer wakeup_rt:
[ 0.507036] Testing tracer wakeup_rt: PASSED
PASSED
[ 0.597033] Testing tracer wakeup_dl:
[ 0.597033] Testing tracer wakeup_dl: PASSED
PASSED
[ 0.691034] Testing tracer function_graph:
[ 0.691034] Testing tracer function_graph: PASSED
PASSED
[ 0.855037] Testing tracer branch:
[ 0.855037] Testing tracer branch:
Elapsed time: 20
BUG: kernel boot crashed
qemu-system-x86_64 -enable-kvm -cpu kvm64 -kernel /pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/b44754d8262d3aab842998cf747f44fe6090be9f/vmlinuz-4.1.0-rc3-00033-gb44754d -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 systemd.log_level=err debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=-1 softlockup_panic=1 nmi_watchdog=panic oops=panic load_ramdisk=2 prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-r0-06291736/linux-devel:devel-spot-201506291711:b44754d8262d3aab842998cf747f44fe6090be9f:bisect-linux-2/.vmlinuz-b44754d8262d3aab842998cf747f44fe6090be9f-20150630065018-21-intel12 branch=linux-devel/devel-spot-201506291711 BOOT_IMAGE=/pkg/linux/x86_64-randconfig-r0-06291736/gcc-4.9/b44754d8262d3aab842998cf747f44fe6090be9f/vmlinuz-4.1.0-rc3-00033-gb44754d drbd.minor_count=8' -initrd /osimage/quantal/quantal-core-x86_64.cgz -m 300 -smp 2 -device e1000,netdev=net0 -netdev user,id=net0 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -drive file=/fs/sda2/disk0-quantal-intel12-11,media=disk,if=virtio -drive file=/fs/sda2/disk1-quantal-intel12-11,media=disk,if=virtio -drive file=/fs/sda2/disk2-quantal-intel12-11,media=disk,if=virtio -drive file=/fs/sda2/disk3-quantal-intel12-11,media=disk,if=virtio -drive file=/fs/sda2/disk4-quantal-intel12-11,media=disk,if=virtio -drive file=/fs/sda2/disk5-quantal-intel12-11,media=disk,if=virtio -drive file=/fs/sda2/disk6-quantal-intel12-11,media=disk,if=virtio -pidfile /dev/shm/kboot/pid-quantal-intel12-11 -serial file:/dev/shm/kboot/serial-quantal-intel12-11 -daemonize -display none -monitor null
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 4.1.0 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=y
CONFIG_PERF_EVENTS_INTEL_UNCORE=y
CONFIG_OUTPUT_FORMAT="elf64-x86-64"
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_MMU=y
CONFIG_NEED_DMA_MAP_STATE=y
CONFIG_NEED_SG_DMA_LENGTH=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_BUG_RELATIVE_POINTERS=y
CONFIG_GENERIC_HWEIGHT=y
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_XCHGADD_ALGORITHM=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_NEED_PER_CPU_EMBED_FIRST_CHUNK=y
CONFIG_NEED_PER_CPU_PAGE_FIRST_CHUNK=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ARCH_WANT_HUGE_PMD_SHARE=y
CONFIG_ARCH_WANT_GENERAL_HUGETLB=y
CONFIG_ZONE_DMA32=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
CONFIG_X86_64_SMP=y
CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -fcall-saved-rcx -fcall-saved-r8 -fcall-saved-r9 -fcall-saved-r10 -fcall-saved-r11"
CONFIG_ARCH_SUPPORTS_UPROBES=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_PGTABLE_LEVELS=4
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y

#
# General setup
#
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_CROSS_COMPILE=""
# CONFIG_COMPILE_TEST is not set
CONFIG_LOCALVERSION=""
CONFIG_LOCALVERSION_AUTO=y
CONFIG_HAVE_KERNEL_GZIP=y
CONFIG_HAVE_KERNEL_BZIP2=y
CONFIG_HAVE_KERNEL_LZMA=y
CONFIG_HAVE_KERNEL_XZ=y
CONFIG_HAVE_KERNEL_LZO=y
CONFIG_HAVE_KERNEL_LZ4=y
# CONFIG_KERNEL_GZIP is not set
# CONFIG_KERNEL_BZIP2 is not set
CONFIG_KERNEL_LZMA=y
# CONFIG_KERNEL_XZ is not set
# CONFIG_KERNEL_LZO is not set
# CONFIG_KERNEL_LZ4 is not set
CONFIG_DEFAULT_HOSTNAME="(none)"
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_FHANDLE=y
# CONFIG_USELIB is not set
# CONFIG_AUDIT is not set
CONFIG_HAVE_ARCH_AUDITSYSCALL=y

#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_IRQ_DOMAIN=y
CONFIG_IRQ_DOMAIN_HIERARCHY=y
CONFIG_IRQ_DOMAIN_DEBUG=y
CONFIG_IRQ_FORCED_THREADING=y
CONFIG_SPARSE_IRQ=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_ARCH_CLOCKSOURCE_DATA=y
CONFIG_CLOCKSOURCE_VALIDATE_LAST_CYCLE=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y

#
# Timers subsystem
#
CONFIG_TICK_ONESHOT=y
CONFIG_HZ_PERIODIC=y
# CONFIG_NO_HZ_IDLE is not set
# CONFIG_NO_HZ_FULL is not set
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y

#
# CPU/Task time and stats accounting
#
# CONFIG_TICK_CPU_ACCOUNTING is not set
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
CONFIG_IRQ_TIME_ACCOUNTING=y
# CONFIG_BSD_PROCESS_ACCT is not set
CONFIG_TASKSTATS=y
# CONFIG_TASK_DELAY_ACCT is not set
# CONFIG_TASK_XACCT is not set

#
# RCU Subsystem
#
CONFIG_PREEMPT_RCU=y
# CONFIG_RCU_EXPERT is not set
CONFIG_SRCU=y
CONFIG_TASKS_RCU=y
CONFIG_RCU_STALL_COMMON=y
CONFIG_TREE_RCU_TRACE=y
# CONFIG_RCU_NOCB_CPU is not set
# CONFIG_RCU_EXPEDITE_BOOT is not set
CONFIG_BUILD_BIN2C=y
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=17
CONFIG_LOG_CPU_MAX_BUF_SHIFT=12
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_CGROUPS=y
CONFIG_CGROUP_DEBUG=y
# CONFIG_CGROUP_FREEZER is not set
CONFIG_CGROUP_DEVICE=y
# CONFIG_CPUSETS is not set
# CONFIG_CGROUP_CPUACCT is not set
CONFIG_PAGE_COUNTER=y
CONFIG_MEMCG=y
# CONFIG_MEMCG_KMEM is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
CONFIG_CFS_BANDWIDTH=y
CONFIG_RT_GROUP_SCHED=y
# CONFIG_CHECKPOINT_RESTORE is not set
# CONFIG_NAMESPACES is not set
# CONFIG_SCHED_AUTOGROUP is not set
# CONFIG_SYSFS_DEPRECATED is not set
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
CONFIG_RD_BZIP2=y
CONFIG_RD_LZMA=y
CONFIG_RD_XZ=y
CONFIG_RD_LZO=y
CONFIG_RD_LZ4=y
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_ANON_INODES=y
CONFIG_HAVE_UID16=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_BPF=y
CONFIG_EXPERT=y
CONFIG_UID16=y
CONFIG_MULTIUSER=y
CONFIG_SGETMASK_SYSCALL=y
# CONFIG_SYSFS_SYSCALL is not set
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PRINTK=y
CONFIG_BUG=y
# CONFIG_PCSPKR_PLATFORM is not set
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
# CONFIG_BPF_SYSCALL is not set
CONFIG_SHMEM=y
# CONFIG_AIO is not set
CONFIG_ADVISE_SYSCALLS=y
CONFIG_PCI_QUIRKS=y
CONFIG_EMBEDDED=y
CONFIG_HAVE_PERF_EVENTS=y

#
# Kernel Performance Events And Counters
#
CONFIG_PERF_EVENTS=y
# CONFIG_DEBUG_PERF_USE_VMALLOC is not set
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_COMPAT_BRK=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_SYSTEM_TRUSTED_KEYRING=y
CONFIG_PROFILING=y
CONFIG_TRACEPOINTS=y
CONFIG_OPROFILE=y
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
CONFIG_HAVE_OPROFILE=y
CONFIG_OPROFILE_NMI_TIMER=y
# CONFIG_KPROBES is not set
CONFIG_JUMP_LABEL=y
CONFIG_UPROBES=y
# CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
CONFIG_ARCH_USE_BUILTIN_BSWAP=y
CONFIG_HAVE_IOREMAP_PROT=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
CONFIG_HAVE_OPTPROBES=y
CONFIG_HAVE_KPROBES_ON_FTRACE=y
CONFIG_HAVE_ARCH_TRACEHOOK=y
CONFIG_HAVE_DMA_ATTRS=y
CONFIG_HAVE_DMA_CONTIGUOUS=y
CONFIG_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_DMA_API_DEBUG=y
CONFIG_HAVE_HW_BREAKPOINT=y
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
CONFIG_HAVE_PERF_EVENTS_NMI=y
CONFIG_HAVE_PERF_REGS=y
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
CONFIG_HAVE_ARCH_JUMP_LABEL=y
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
CONFIG_HAVE_CMPXCHG_LOCAL=y
CONFIG_HAVE_CMPXCHG_DOUBLE=y
CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSION=y
CONFIG_ARCH_WANT_OLD_COMPAT_IPC=y
CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
CONFIG_SECCOMP_FILTER=y
CONFIG_HAVE_CC_STACKPROTECTOR=y
CONFIG_CC_STACKPROTECTOR=y
# CONFIG_CC_STACKPROTECTOR_NONE is not set
CONFIG_CC_STACKPROTECTOR_REGULAR=y
# CONFIG_CC_STACKPROTECTOR_STRONG is not set
CONFIG_HAVE_CONTEXT_TRACKING=y
CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y
CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
CONFIG_HAVE_ARCH_HUGE_VMAP=y
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
CONFIG_OLD_SIGSUSPEND3=y
CONFIG_COMPAT_OLD_SIGACTION=y

#
# GCOV-based kernel profiling
#
# CONFIG_GCOV_KERNEL is not set
CONFIG_ARCH_HAS_GCOV_PROFILE_ALL=y
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=1
CONFIG_MODULES=y
# CONFIG_MODULE_FORCE_LOAD is not set
# CONFIG_MODULE_UNLOAD is not set
CONFIG_MODVERSIONS=y
CONFIG_MODULE_SRCVERSION_ALL=y
# CONFIG_MODULE_SIG is not set
CONFIG_MODULE_COMPRESS=y
# CONFIG_MODULE_COMPRESS_GZIP is not set
CONFIG_MODULE_COMPRESS_XZ=y
CONFIG_STOP_MACHINE=y
# CONFIG_BLOCK is not set
CONFIG_PADATA=y
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_ARCH_SUPPORTS_ATOMIC_RMW=y
CONFIG_RWSEM_SPIN_ON_OWNER=y
CONFIG_LOCK_SPIN_ON_OWNER=y
CONFIG_ARCH_USE_QUEUED_SPINLOCKS=y
CONFIG_QUEUED_SPINLOCKS=y
CONFIG_ARCH_USE_QUEUED_RWLOCKS=y
CONFIG_QUEUED_RWLOCKS=y
# CONFIG_FREEZER is not set

#
# Processor type and features
#
CONFIG_ZONE_DMA=y
CONFIG_SMP=y
CONFIG_X86_FEATURE_NAMES=y
# CONFIG_X86_X2APIC is not set
CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
# CONFIG_X86_INTEL_LPSS is not set
# CONFIG_X86_AMD_PLATFORM_DEVICE is not set
# CONFIG_IOSF_MBI is not set
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_PARAVIRT_SPINLOCKS is not set
# CONFIG_XEN is not set
CONFIG_KVM_GUEST=y
# CONFIG_KVM_DEBUG_FS is not set
# CONFIG_PARAVIRT_TIME_ACCOUNTING is not set
CONFIG_PARAVIRT_CLOCK=y
CONFIG_NO_BOOTMEM=y
# CONFIG_MK8 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_MATOM is not set
CONFIG_GENERIC_CPU=y
CONFIG_X86_INTERNODE_CACHE_SHIFT=6
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
# CONFIG_PROCESSOR_SELECT is not set
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
CONFIG_CPU_SUP_CENTAUR=y
CONFIG_HPET_TIMER=y
# CONFIG_DMI is not set
# CONFIG_GART_IOMMU is not set
# CONFIG_CALGARY_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=8
CONFIG_SCHED_SMT=y
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS=y
# CONFIG_X86_MCE is not set
# CONFIG_X86_16BIT is not set
CONFIG_X86_VSYSCALL_EMULATION=y
CONFIG_I8K=y
CONFIG_MICROCODE=y
CONFIG_MICROCODE_INTEL=y
# CONFIG_MICROCODE_AMD is not set
CONFIG_MICROCODE_OLD_INTERFACE=y
CONFIG_MICROCODE_INTEL_EARLY=y
CONFIG_MICROCODE_EARLY=y
CONFIG_X86_MSR=y
# CONFIG_X86_CPUID is not set
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
# CONFIG_NUMA is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
# CONFIG_ARCH_MEMORY_PROBE is not set
CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_HAVE_MEMORY_PRESENT=y
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
# CONFIG_SPARSEMEM_VMEMMAP is not set
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
CONFIG_HAVE_BOOTMEM_INFO_NODE=y
CONFIG_MEMORY_HOTPLUG=y
CONFIG_MEMORY_HOTPLUG_SPARSE=y
CONFIG_MEMORY_HOTREMOVE=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
CONFIG_MEMORY_BALLOON=y
# CONFIG_COMPACTION is not set
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_VIRT_TO_BUS=y
# CONFIG_KSM is not set
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_TRANSPARENT_HUGEPAGE is not set
# CONFIG_CLEANCACHE is not set
# CONFIG_CMA is not set
# CONFIG_ZPOOL is not set
# CONFIG_ZBUD is not set
CONFIG_ZSMALLOC=y
CONFIG_PGTABLE_MAPPING=y
CONFIG_ZSMALLOC_STAT=y
CONFIG_GENERIC_EARLY_IOREMAP=y
# CONFIG_X86_PMEM_LEGACY is not set
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
CONFIG_X86_SMAP=y
CONFIG_X86_INTEL_MPX=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
CONFIG_CRASH_DUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_RANDOMIZE_BASE=y
CONFIG_RANDOMIZE_BASE_MAX_OFFSET=0x40000000
CONFIG_X86_NEED_RELOCS=y
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
CONFIG_BOOTPARAM_HOTPLUG_CPU0=y
CONFIG_DEBUG_HOTPLUG_CPU0=y
# CONFIG_COMPAT_VDSO is not set
# CONFIG_CMDLINE_BOOL is not set
CONFIG_HAVE_LIVEPATCH=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y

#
# Power management and ACPI options
#
# CONFIG_SUSPEND is not set
# CONFIG_PM is not set
CONFIG_ACPI=y
CONFIG_ACPI_LEGACY_TABLES_LOOKUP=y
CONFIG_ARCH_MIGHT_HAVE_ACPI_PDC=y
CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORT=y
# CONFIG_ACPI_PROCFS_POWER is not set
# CONFIG_ACPI_EC_DEBUGFS is not set
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_FAN=y
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
# CONFIG_ACPI_PROCESSOR_AGGREGATOR is not set
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
# CONFIG_ACPI_DEBUG is not set
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_HOTPLUG_MEMORY is not set
CONFIG_ACPI_HOTPLUG_IOAPIC=y
# CONFIG_ACPI_SBS is not set
# CONFIG_ACPI_HED is not set
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_REDUCED_HARDWARE_ONLY is not set
CONFIG_HAVE_ACPI_APEI=y
CONFIG_HAVE_ACPI_APEI_NMI=y
# CONFIG_ACPI_APEI is not set
# CONFIG_PMIC_OPREGION is not set
# CONFIG_SFI is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_GOV_COMMON=y
# CONFIG_CPU_FREQ_STAT is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
CONFIG_CPU_FREQ_GOV_USERSPACE=m
CONFIG_CPU_FREQ_GOV_ONDEMAND=m
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPU frequency scaling drivers
#
# CONFIG_X86_INTEL_PSTATE is not set
# CONFIG_X86_PCC_CPUFREQ is not set
# CONFIG_X86_ACPI_CPUFREQ is not set
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_SPEEDSTEP_LIB is not set

#
# CPU Idle
#
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y
CONFIG_CPU_IDLE_GOV_MENU=y
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
# CONFIG_INTEL_IDLE is not set

#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=m

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
# CONFIG_PCI_MMCONFIG is not set
CONFIG_PCI_DOMAINS=y
# CONFIG_PCI_CNB20LE_QUIRK is not set
# CONFIG_PCIEPORTBUS is not set
CONFIG_PCI_BUS_ADDR_T_64BIT=y
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
CONFIG_HT_IRQ=y
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
CONFIG_PCI_LABEL=y

#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set
# CONFIG_RAPIDIO is not set
# CONFIG_X86_SYSFB is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
# CONFIG_BINFMT_MISC is not set
# CONFIG_COREDUMP is not set
CONFIG_IA32_EMULATION=y
CONFIG_IA32_AOUT=m
# CONFIG_X86_X32 is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y
CONFIG_KEYS_COMPAT=y
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_PMC_ATOM=y
CONFIG_NET=y
CONFIG_COMPAT_NETLINK_MESSAGES=y

#
# Networking options
#
# CONFIG_PACKET is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
CONFIG_XFRM=y
CONFIG_XFRM_ALGO=m
# CONFIG_XFRM_SUB_POLICY is not set
CONFIG_XFRM_MIGRATE=y
CONFIG_NET_KEY=m
CONFIG_NET_KEY_MIGRATE=y
# CONFIG_INET is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NET_PTP_CLASSIFY=y
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
CONFIG_NETFILTER=y
CONFIG_NETFILTER_DEBUG=y
# CONFIG_NETFILTER_ADVANCED is not set
CONFIG_ATM=y
CONFIG_ATM_LANE=m
CONFIG_STP=m
CONFIG_BRIDGE=m
CONFIG_HAVE_NET_DSA=y
# CONFIG_VLAN_8021Q is not set
CONFIG_DECNET=m
# CONFIG_DECNET_ROUTER is not set
CONFIG_LLC=y
CONFIG_LLC2=m
CONFIG_IPX=m
# CONFIG_IPX_INTERN is not set
CONFIG_ATALK=y
CONFIG_DEV_APPLETALK=y
CONFIG_IPDDP=y
# CONFIG_IPDDP_ENCAP is not set
CONFIG_X25=y
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
CONFIG_IEEE802154=m
# CONFIG_IEEE802154_SOCKET is not set
# CONFIG_MAC802154 is not set
# CONFIG_NET_SCHED is not set
CONFIG_DCB=y
# CONFIG_DNS_RESOLVER is not set
CONFIG_BATMAN_ADV=m
CONFIG_BATMAN_ADV_NC=y
# CONFIG_BATMAN_ADV_MCAST is not set
CONFIG_BATMAN_ADV_DEBUG=y
CONFIG_VSOCKETS=y
CONFIG_NETLINK_MMAP=y
CONFIG_NETLINK_DIAG=y
# CONFIG_MPLS is not set
CONFIG_HSR=y
CONFIG_RPS=y
CONFIG_RFS_ACCEL=y
CONFIG_XPS=y
CONFIG_CGROUP_NET_PRIO=y
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
CONFIG_BQL=y
CONFIG_BPF_JIT=y
CONFIG_NET_FLOW_LIMIT=y

#
# Network testing
#
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
CONFIG_IRDA=y

#
# IrDA protocols
#
CONFIG_IRLAN=m
CONFIG_IRNET=y
# CONFIG_IRCOMM is not set
CONFIG_IRDA_ULTRA=y

#
# IrDA options
#
# CONFIG_IRDA_CACHE_LAST_LSAP is not set
CONFIG_IRDA_FAST_RR=y
CONFIG_IRDA_DEBUG=y

#
# Infrared-port device drivers
#

#
# SIR device drivers
#
# CONFIG_IRTTY_SIR is not set

#
# Dongle support
#

#
# FIR device drivers
#
CONFIG_NSC_FIR=y
CONFIG_WINBOND_FIR=y
CONFIG_SMC_IRCC_FIR=m
CONFIG_ALI_FIR=y
# CONFIG_VLSI_FIR is not set
CONFIG_VIA_FIR=m
CONFIG_BT=m
CONFIG_BT_BREDR=y
CONFIG_BT_RFCOMM=m
# CONFIG_BT_RFCOMM_TTY is not set
# CONFIG_BT_BNEP is not set
# CONFIG_BT_HIDP is not set
CONFIG_BT_LE=y
# CONFIG_BT_SELFTEST is not set
# CONFIG_BT_DEBUGFS is not set

#
# Bluetooth device drivers
#
# CONFIG_BT_HCIUART is not set
# CONFIG_BT_HCIVHCI is not set
CONFIG_BT_MRVL=m
CONFIG_WIRELESS=y
CONFIG_WIRELESS_EXT=y
CONFIG_WEXT_CORE=y
CONFIG_WEXT_PROC=y
CONFIG_WEXT_SPY=y
CONFIG_WEXT_PRIV=y
CONFIG_CFG80211=m
CONFIG_NL80211_TESTMODE=y
CONFIG_CFG80211_DEVELOPER_WARNINGS=y
# CONFIG_CFG80211_REG_DEBUG is not set
# CONFIG_CFG80211_CERTIFICATION_ONUS is not set
CONFIG_CFG80211_DEFAULT_PS=y
# CONFIG_CFG80211_DEBUGFS is not set
# CONFIG_CFG80211_INTERNAL_REGDB is not set
# CONFIG_CFG80211_WEXT is not set
CONFIG_LIB80211=y
CONFIG_LIB80211_CRYPT_WEP=y
CONFIG_LIB80211_CRYPT_CCMP=y
CONFIG_LIB80211_CRYPT_TKIP=y
# CONFIG_LIB80211_DEBUG is not set
# CONFIG_MAC80211 is not set
CONFIG_MAC80211_STA_HASH_MAX_SIZE=0
# CONFIG_WIMAX is not set
CONFIG_RFKILL=m
CONFIG_RFKILL_LEDS=y
# CONFIG_RFKILL_INPUT is not set
CONFIG_RFKILL_REGULATOR=m
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
CONFIG_NFC=m
CONFIG_NFC_DIGITAL=m
CONFIG_NFC_NCI=m
# CONFIG_NFC_NCI_UART is not set
CONFIG_NFC_HCI=m
CONFIG_NFC_SHDLC=y

#
# Near Field Communication (NFC) devices
#
# CONFIG_NFC_SIM is not set
CONFIG_NFC_PN544=m
# CONFIG_NFC_PN544_I2C is not set
# CONFIG_NFC_MICROREAD is not set
# CONFIG_NFC_MRVL is not set
# CONFIG_NFC_ST21NFCA is not set
# CONFIG_NFC_ST_NCI is not set
CONFIG_NFC_NXP_NCI=m
# CONFIG_NFC_NXP_NCI_I2C is not set
CONFIG_HAVE_BPF_JIT=y

#
# Device Drivers
#

#
# Generic Driver Options
#
# CONFIG_UEVENT_HELPER is not set
CONFIG_DEVTMPFS=y
CONFIG_DEVTMPFS_MOUNT=y
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=y
# CONFIG_FW_LOADER_USER_HELPER_FALLBACK is not set
CONFIG_ALLOW_DEV_COREDUMP=y
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_GENERIC_CPU_DEVICES is not set
CONFIG_GENERIC_CPU_AUTOPROBE=y
CONFIG_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_MMIO=m
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
CONFIG_FENCE_TRACE=y

#
# Bus devices
#
CONFIG_CONNECTOR=m
CONFIG_MTD=y
CONFIG_MTD_TESTS=m
CONFIG_MTD_REDBOOT_PARTS=m
CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y
# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
# CONFIG_MTD_CMDLINE_PARTS is not set
CONFIG_MTD_AR7_PARTS=m

#
# User Modules And Translation Layers
#
CONFIG_MTD_OOPS=y
# CONFIG_MTD_PARTITIONED_MASTER is not set

#
# RAM/ROM/Flash chip drivers
#
CONFIG_MTD_CFI=y
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_GEN_PROBE=y
CONFIG_MTD_CFI_ADV_OPTIONS=y
# CONFIG_MTD_CFI_NOSWAP is not set
# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
CONFIG_MTD_CFI_LE_BYTE_SWAP=y
# CONFIG_MTD_CFI_GEOMETRY is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_OTP is not set
CONFIG_MTD_CFI_INTELEXT=m
CONFIG_MTD_CFI_AMDSTD=m
CONFIG_MTD_CFI_STAA=m
CONFIG_MTD_CFI_UTIL=y
CONFIG_MTD_RAM=y
CONFIG_MTD_ROM=m
CONFIG_MTD_ABSENT=y

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_PHYSMAP is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
CONFIG_MTD_SLRAM=m
CONFIG_MTD_PHRAM=y
# CONFIG_MTD_MTDRAM is not set

#
# Disk-On-Chip Device Drivers
#
CONFIG_MTD_DOCG3=y
CONFIG_BCH_CONST_M=14
CONFIG_BCH_CONST_T=4
CONFIG_MTD_NAND_ECC=m
CONFIG_MTD_NAND_ECC_SMC=y
CONFIG_MTD_NAND=m
CONFIG_MTD_NAND_BCH=m
CONFIG_MTD_NAND_ECC_BCH=y
# CONFIG_MTD_SM_COMMON is not set
CONFIG_MTD_NAND_DENALI=m
# CONFIG_MTD_NAND_DENALI_PCI is not set
# CONFIG_MTD_NAND_OMAP_BCH_BUILD is not set
CONFIG_MTD_NAND_IDS=m
# CONFIG_MTD_NAND_RICOH is not set
CONFIG_MTD_NAND_DISKONCHIP=m
# CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADVANCED is not set
CONFIG_MTD_NAND_DISKONCHIP_PROBE_ADDRESS=0
# CONFIG_MTD_NAND_DISKONCHIP_BBTWRITE is not set
CONFIG_MTD_NAND_DOCG4=m
# CONFIG_MTD_NAND_CAFE is not set
CONFIG_MTD_NAND_NANDSIM=m
CONFIG_MTD_NAND_PLATFORM=m
CONFIG_MTD_NAND_HISI504=m
# CONFIG_MTD_ONENAND is not set

#
# LPDDR & LPDDR2 PCM memory drivers
#
CONFIG_MTD_LPDDR=y
CONFIG_MTD_QINFO_PROBE=y
CONFIG_MTD_SPI_NOR=m
# CONFIG_MTD_SPI_NOR_USE_4K_SECTORS is not set
CONFIG_MTD_UBI=y
CONFIG_MTD_UBI_WL_THRESHOLD=4096
CONFIG_MTD_UBI_BEB_LIMIT=20
# CONFIG_MTD_UBI_FASTMAP is not set
# CONFIG_MTD_UBI_GLUEBI is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PARPORT=m
# CONFIG_PARPORT_PC is not set
# CONFIG_PARPORT_GSC is not set
CONFIG_PARPORT_AX88796=m
# CONFIG_PARPORT_1284 is not set
CONFIG_PARPORT_NOT_PC=y
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y

#
# Protocols
#
CONFIG_PNPACPI=y

#
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
# CONFIG_AD525X_DPOT is not set
CONFIG_DUMMY_IRQ=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
CONFIG_ICS932S401=y
CONFIG_ENCLOSURE_SERVICES=y
# CONFIG_HP_ILO is not set
CONFIG_APDS9802ALS=y
# CONFIG_ISL29003 is not set
# CONFIG_ISL29020 is not set
# CONFIG_SENSORS_TSL2550 is not set
CONFIG_SENSORS_BH1780=m
# CONFIG_SENSORS_BH1770 is not set
CONFIG_SENSORS_APDS990X=y
CONFIG_HMC6352=m
# CONFIG_DS1682 is not set
# CONFIG_VMWARE_BALLOON is not set
CONFIG_BMP085=y
CONFIG_BMP085_I2C=y
CONFIG_USB_SWITCH_FSA9480=y
CONFIG_SRAM=y
CONFIG_C2PORT=y
CONFIG_C2PORT_DURAMAR_2150=y

#
# EEPROM support
#
# CONFIG_EEPROM_AT24 is not set
CONFIG_EEPROM_LEGACY=m
CONFIG_EEPROM_MAX6875=y
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_CB710_CORE is not set

#
# Texas Instruments shared transport line discipline
#
# CONFIG_SENSORS_LIS3_I2C is not set

#
# Altera FPGA firmware download module
#
CONFIG_ALTERA_STAPL=m
# CONFIG_INTEL_MEI is not set
# CONFIG_INTEL_MEI_ME is not set
# CONFIG_INTEL_MEI_TXE is not set
# CONFIG_VMWARE_VMCI is not set

#
# Intel MIC Bus Driver
#
# CONFIG_INTEL_MIC_BUS is not set

#
# Intel MIC Host Driver
#

#
# Intel MIC Card Driver
#
# CONFIG_GENWQE is not set
# CONFIG_ECHO is not set
# CONFIG_CXL_BASE is not set
# CONFIG_CXL_KERNEL_API is not set
CONFIG_HAVE_IDE=y

#
# SCSI device support
#
CONFIG_SCSI_MOD=y
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_FUSION is not set

#
# IEEE 1394 (FireWire) support
#
CONFIG_FIREWIRE=y
# CONFIG_FIREWIRE_OHCI is not set
# CONFIG_FIREWIRE_NOSY is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_MII=m
# CONFIG_NET_CORE is not set
# CONFIG_ARCNET is not set
CONFIG_ATM_DRIVERS=y
CONFIG_ATM_DUMMY=y
# CONFIG_ATM_LANAI is not set
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_NICSTAR is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_IA is not set
# CONFIG_ATM_FORE200E is not set
# CONFIG_ATM_HE is not set
# CONFIG_ATM_SOLOS is not set

#
# CAIF transport drivers
#
CONFIG_VHOST_NET=y
CONFIG_VHOST_RING=y
CONFIG_VHOST=y

#
# Distributed Switch Architecture drivers
#
# CONFIG_NET_DSA_MV88E6XXX is not set
# CONFIG_NET_DSA_MV88E6XXX_NEED_PPU is not set
CONFIG_ETHERNET=y
CONFIG_MDIO=m
CONFIG_NET_VENDOR_3COM=y
# CONFIG_VORTEX is not set
# CONFIG_TYPHOON is not set
CONFIG_NET_VENDOR_ADAPTEC=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_NET_VENDOR_AGERE=y
# CONFIG_ET131X is not set
CONFIG_NET_VENDOR_ALTEON=y
# CONFIG_ACENIC is not set
CONFIG_ALTERA_TSE=y
CONFIG_NET_VENDOR_AMD=y
# CONFIG_AMD8111_ETH is not set
# CONFIG_PCNET32 is not set
CONFIG_NET_VENDOR_ARC=y
CONFIG_NET_VENDOR_ATHEROS=y
# CONFIG_ATL2 is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL1C is not set
# CONFIG_ALX is not set
CONFIG_NET_CADENCE=y
# CONFIG_MACB is not set
CONFIG_NET_VENDOR_BROADCOM=y
CONFIG_B44=m
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
# CONFIG_BCMGENET is not set
# CONFIG_BNX2 is not set
# CONFIG_CNIC is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2X is not set
CONFIG_NET_VENDOR_BROCADE=y
# CONFIG_BNA is not set
CONFIG_NET_VENDOR_CAVIUM=y
# CONFIG_THUNDER_NIC_PF is not set
# CONFIG_THUNDER_NIC_VF is not set
# CONFIG_THUNDER_NIC_BGX is not set
# CONFIG_LIQUIDIO is not set
CONFIG_NET_VENDOR_CHELSIO=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
CONFIG_NET_VENDOR_CISCO=y
# CONFIG_ENIC is not set
# CONFIG_CX_ECAT is not set
CONFIG_DNET=m
CONFIG_NET_VENDOR_DEC=y
# CONFIG_NET_TULIP is not set
CONFIG_NET_VENDOR_DLINK=y
# CONFIG_DL2K is not set
# CONFIG_SUNDANCE is not set
CONFIG_NET_VENDOR_EMULEX=y
# CONFIG_BE2NET is not set
CONFIG_NET_VENDOR_EZCHIP=y
CONFIG_NET_VENDOR_EXAR=y
# CONFIG_S2IO is not set
# CONFIG_VXGE is not set
CONFIG_NET_VENDOR_HP=y
# CONFIG_HP100 is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
CONFIG_E1000=m
CONFIG_E1000E=m
CONFIG_IGB=m
CONFIG_IGB_HWMON=y
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
CONFIG_IXGBE=m
CONFIG_IXGBE_HWMON=y
# CONFIG_IXGBE_DCB is not set
# CONFIG_I40E is not set
CONFIG_NET_VENDOR_I825XX=y
# CONFIG_IP1000 is not set
# CONFIG_JME is not set
CONFIG_NET_VENDOR_MARVELL=y
# CONFIG_MVMDIO is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
CONFIG_NET_VENDOR_MELLANOX=y
# CONFIG_MLX4_EN is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_MLX5_CORE is not set
# CONFIG_NET_VENDOR_MICREL is not set
# CONFIG_FEALNX is not set
CONFIG_NET_VENDOR_NATSEMI=y
# CONFIG_NATSEMI is not set
# CONFIG_NS83820 is not set
CONFIG_NET_VENDOR_8390=y
# CONFIG_NE2K_PCI is not set
CONFIG_NET_VENDOR_NVIDIA=y
# CONFIG_FORCEDETH is not set
CONFIG_NET_VENDOR_OKI=y
# CONFIG_ETHOC is not set
CONFIG_NET_PACKET_ENGINE=y
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
CONFIG_NET_VENDOR_QLOGIC=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NET_VENDOR_QUALCOMM is not set
# CONFIG_NET_VENDOR_REALTEK is not set
CONFIG_NET_VENDOR_RENESAS=y
CONFIG_NET_VENDOR_RDC=y
# CONFIG_R6040 is not set
# CONFIG_NET_VENDOR_ROCKER is not set
CONFIG_NET_VENDOR_SAMSUNG=y
CONFIG_SXGBE_ETH=y
CONFIG_NET_VENDOR_SEEQ=y
CONFIG_NET_VENDOR_SILAN=y
# CONFIG_SC92031 is not set
CONFIG_NET_VENDOR_SIS=y
# CONFIG_SIS900 is not set
# CONFIG_SIS190 is not set
# CONFIG_SFC is not set
CONFIG_NET_VENDOR_SMSC=y
# CONFIG_EPIC100 is not set
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
# CONFIG_NET_VENDOR_STMICRO is not set
CONFIG_NET_VENDOR_SUN=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NIU is not set
CONFIG_NET_VENDOR_TEHUTI=y
# CONFIG_TEHUTI is not set
CONFIG_NET_VENDOR_TI=y
# CONFIG_TI_CPSW_ALE is not set
# CONFIG_TLAN is not set
CONFIG_NET_VENDOR_VIA=y
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_NET_VENDOR_WIZNET=y
CONFIG_WIZNET_W5100=m
# CONFIG_WIZNET_W5300 is not set
CONFIG_WIZNET_BUS_DIRECT=y
# CONFIG_WIZNET_BUS_INDIRECT is not set
# CONFIG_WIZNET_BUS_ANY is not set
# CONFIG_FDDI is not set
# CONFIG_NET_SB1000 is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
CONFIG_AT803X_PHY=y
CONFIG_AMD_PHY=y
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
CONFIG_QSEMI_PHY=m
CONFIG_LXT_PHY=y
# CONFIG_CICADA_PHY is not set
CONFIG_VITESSE_PHY=m
CONFIG_SMSC_PHY=y
CONFIG_BROADCOM_PHY=m
CONFIG_BCM7XXX_PHY=m
CONFIG_BCM87XX_PHY=y
CONFIG_ICPLUS_PHY=y
CONFIG_REALTEK_PHY=m
CONFIG_NATIONAL_PHY=y
# CONFIG_STE10XP is not set
CONFIG_LSI_ET1011C_PHY=m
CONFIG_MICREL_PHY=m
# CONFIG_DP83867_PHY is not set
CONFIG_FIXED_PHY=m
# CONFIG_MDIO_BITBANG is not set
CONFIG_MDIO_BCM_UNIMAC=y
CONFIG_PLIP=m
CONFIG_PPP=y
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_DEFLATE is not set
# CONFIG_PPP_FILTER is not set
# CONFIG_PPP_MPPE is not set
# CONFIG_PPP_MULTILINK is not set
CONFIG_PPPOATM=y
CONFIG_PPPOE=m
# CONFIG_PPP_ASYNC is not set
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_SLIP is not set
CONFIG_SLHC=y

#
# Host-side USB support is needed for USB Network Adapter support
#
CONFIG_WLAN=y
# CONFIG_AIRO is not set
# CONFIG_ATMEL is not set
# CONFIG_PRISM54 is not set
CONFIG_ATH_CARDS=m
# CONFIG_ATH_DEBUG is not set
# CONFIG_ATH5K_PCI is not set
CONFIG_ATH6KL=m
CONFIG_ATH6KL_DEBUG=y
CONFIG_ATH6KL_TRACING=y
# CONFIG_WIL6210 is not set
CONFIG_BRCMUTIL=m
CONFIG_BRCMFMAC=m
# CONFIG_BRCMFMAC_PCIE is not set
CONFIG_BRCM_TRACING=y
# CONFIG_BRCMDBG is not set
CONFIG_HOSTAP=y
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
# CONFIG_HOSTAP_PLX is not set
# CONFIG_HOSTAP_PCI is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_LIBERTAS=m
# CONFIG_LIBERTAS_DEBUG is not set
# CONFIG_LIBERTAS_MESH is not set
# CONFIG_HERMES is not set
# CONFIG_WL_MEDIATEK is not set
CONFIG_WL_TI=y
# CONFIG_MWIFIEX is not set

#
# Enable WiMAX (Networking options) to see the WiMAX drivers
#
CONFIG_WAN=y
# CONFIG_HDLC is not set
CONFIG_DLCI=y
CONFIG_DLCI_MAX=8
CONFIG_SBNI=y
# CONFIG_SBNI_MULTILINE is not set
# CONFIG_IEEE802154_DRIVERS is not set
# CONFIG_ISDN is not set

#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_LEDS=m
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set
# CONFIG_INPUT_SPARSEKMAP is not set
# CONFIG_INPUT_MATRIXKMAP is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5520 is not set
# CONFIG_KEYBOARD_ADP5588 is not set
# CONFIG_KEYBOARD_ADP5589 is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_QT1070 is not set
# CONFIG_KEYBOARD_QT2160 is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_TCA6416 is not set
# CONFIG_KEYBOARD_TCA8418 is not set
# CONFIG_KEYBOARD_LM8323 is not set
# CONFIG_KEYBOARD_LM8333 is not set
# CONFIG_KEYBOARD_MAX7359 is not set
# CONFIG_KEYBOARD_MCS is not set
# CONFIG_KEYBOARD_MPR121 is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_TWL4030 is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_CROS_EC is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_CYPRESS=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_ELANTECH is not set
# CONFIG_MOUSE_PS2_SENTELIC is not set
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_PS2_FOCALTECH=y
# CONFIG_MOUSE_PS2_VMMOUSE is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
# CONFIG_MOUSE_ELAN_I2C is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_MOUSE_SYNAPTICS_I2C is not set
# CONFIG_MOUSE_SYNAPTICS_USB is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_ARCH_MIGHT_HAVE_PC_SERIO=y
CONFIG_SERIO_I8042=y
CONFIG_SERIO_SERPORT=y
CONFIG_SERIO_CT82C710=m
# CONFIG_SERIO_PARKBD is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
CONFIG_SERIO_ALTERA_PS2=m
CONFIG_SERIO_PS2MULT=m
CONFIG_SERIO_ARC_PS2=m
CONFIG_GAMEPORT=m
# CONFIG_GAMEPORT_NS558 is not set
# CONFIG_GAMEPORT_L4 is not set
# CONFIG_GAMEPORT_EMU10K1 is not set
# CONFIG_GAMEPORT_FM801 is not set

#
# Character devices
#
CONFIG_TTY=y
# CONFIG_VT is not set
CONFIG_UNIX98_PTYS=y
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
# CONFIG_DEVMEM is not set
# CONFIG_DEVKMEM is not set

#
# Serial drivers
#
CONFIG_SERIAL_EARLYCON=y
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
# CONFIG_SERIAL_8250_DW is not set
# CONFIG_SERIAL_8250_FINTEK is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_SCCNXP is not set
# CONFIG_SERIAL_SC16IS7XX is not set
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
# CONFIG_SERIAL_ALTERA_UART is not set
# CONFIG_SERIAL_ARC is not set
# CONFIG_SERIAL_RP2 is not set
# CONFIG_SERIAL_FSL_LPUART is not set
# CONFIG_SERIAL_MEN_Z135 is not set
# CONFIG_TTY_PRINTK is not set
CONFIG_PRINTER=m
# CONFIG_LP_CONSOLE is not set
CONFIG_PPDEV=m
# CONFIG_VIRTIO_CONSOLE is not set
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
CONFIG_TELCLOCK=m
CONFIG_DEVPORT=y
# CONFIG_XILLYBUS is not set

#
# I2C support
#
CONFIG_I2C=y
CONFIG_ACPI_I2C_OPREGION=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
CONFIG_I2C_CHARDEV=m
CONFIG_I2C_MUX=m

#
# Multiplexer I2C Chip support
#
CONFIG_I2C_MUX_PCA9541=m
# CONFIG_I2C_HELPER_AUTO is not set
CONFIG_I2C_SMBUS=y

#
# I2C Algorithms
#
CONFIG_I2C_ALGOBIT=y
# CONFIG_I2C_ALGOPCF is not set
CONFIG_I2C_ALGOPCA=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_ISMT is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_KEMPLD is not set
CONFIG_I2C_OCORES=y
CONFIG_I2C_PCA_PLATFORM=m
# CONFIG_I2C_PXA_PCI is not set
CONFIG_I2C_SIMTEC=y
CONFIG_I2C_XILINX=y

#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_PARPORT=m
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set

#
# Other I2C/SMBus bus drivers
#
CONFIG_I2C_CROS_EC_TUNNEL=m
# CONFIG_I2C_STUB is not set
CONFIG_I2C_SLAVE=y
CONFIG_I2C_SLAVE_EEPROM=y
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_SPI is not set
CONFIG_SPMI=y
# CONFIG_HSI is not set

#
# PPS support
#
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set

#
# PPS clients support
#
CONFIG_PPS_CLIENT_KTIMER=m
# CONFIG_PPS_CLIENT_LDISC is not set
CONFIG_PPS_CLIENT_PARPORT=m
# CONFIG_PPS_CLIENT_GPIO is not set

#
# PPS generators support
#

#
# PTP clock support
#
CONFIG_PTP_1588_CLOCK=y

#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
# CONFIG_GPIOLIB is not set
CONFIG_W1=y
CONFIG_W1_CON=y

#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
# CONFIG_W1_MASTER_DS2482 is not set
# CONFIG_W1_MASTER_DS1WM is not set

#
# 1-wire Slaves
#
# CONFIG_W1_SLAVE_THERM is not set
# CONFIG_W1_SLAVE_SMEM is not set
# CONFIG_W1_SLAVE_DS2408 is not set
# CONFIG_W1_SLAVE_DS2413 is not set
CONFIG_W1_SLAVE_DS2406=y
CONFIG_W1_SLAVE_DS2423=y
CONFIG_W1_SLAVE_DS2431=y
# CONFIG_W1_SLAVE_DS2433 is not set
# CONFIG_W1_SLAVE_DS2760 is not set
CONFIG_W1_SLAVE_DS2780=m
CONFIG_W1_SLAVE_DS2781=y
CONFIG_W1_SLAVE_DS28E04=y
CONFIG_W1_SLAVE_BQ27000=y
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
CONFIG_PDA_POWER=y
# CONFIG_WM8350_POWER is not set
CONFIG_TEST_POWER=m
CONFIG_BATTERY_DS2780=m
CONFIG_BATTERY_DS2781=y
CONFIG_BATTERY_DS2782=y
CONFIG_BATTERY_SBS=y
CONFIG_BATTERY_BQ27x00=m
CONFIG_BATTERY_BQ27X00_I2C=y
# CONFIG_BATTERY_BQ27X00_PLATFORM is not set
CONFIG_BATTERY_MAX17040=y
# CONFIG_BATTERY_MAX17042 is not set
CONFIG_CHARGER_MAX8903=y
CONFIG_CHARGER_TWL4030=y
# CONFIG_CHARGER_LP8727 is not set
CONFIG_CHARGER_MANAGER=y
# CONFIG_CHARGER_MAX8998 is not set
CONFIG_CHARGER_BQ2415X=m
# CONFIG_CHARGER_SMB347 is not set
CONFIG_CHARGER_TPS65090=m
CONFIG_BATTERY_GAUGE_LTC2941=m
# CONFIG_POWER_RESET is not set
CONFIG_POWER_AVS=y
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_HWMON_DEBUG_CHIP is not set

#
# Native drivers
#
CONFIG_SENSORS_AD7414=m
CONFIG_SENSORS_AD7418=y
CONFIG_SENSORS_ADM1021=m
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
CONFIG_SENSORS_ADM1029=m
CONFIG_SENSORS_ADM1031=m
CONFIG_SENSORS_ADM9240=m
CONFIG_SENSORS_ADT7X10=y
CONFIG_SENSORS_ADT7410=y
# CONFIG_SENSORS_ADT7411 is not set
CONFIG_SENSORS_ADT7462=m
CONFIG_SENSORS_ADT7470=m
# CONFIG_SENSORS_ADT7475 is not set
CONFIG_SENSORS_ASC7621=y
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_K10TEMP is not set
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
CONFIG_SENSORS_DS620=m
CONFIG_SENSORS_DS1621=m
CONFIG_SENSORS_DA9055=y
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
CONFIG_SENSORS_F71882FG=y
CONFIG_SENSORS_F75375S=m
# CONFIG_SENSORS_MC13783_ADC is not set
CONFIG_SENSORS_FSCHMD=m
CONFIG_SENSORS_GL518SM=m
CONFIG_SENSORS_GL520SM=m
# CONFIG_SENSORS_G760A is not set
# CONFIG_SENSORS_G762 is not set
CONFIG_SENSORS_HIH6130=y
# CONFIG_SENSORS_I5500 is not set
# CONFIG_SENSORS_CORETEMP is not set
CONFIG_SENSORS_IT87=m
CONFIG_SENSORS_JC42=m
CONFIG_SENSORS_POWR1220=m
CONFIG_SENSORS_LINEAGE=y
CONFIG_SENSORS_LTC2945=y
CONFIG_SENSORS_LTC4151=y
CONFIG_SENSORS_LTC4215=y
CONFIG_SENSORS_LTC4222=m
CONFIG_SENSORS_LTC4245=m
CONFIG_SENSORS_LTC4260=y
CONFIG_SENSORS_LTC4261=m
# CONFIG_SENSORS_MAX16065 is not set
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX1668=m
CONFIG_SENSORS_MAX197=y
CONFIG_SENSORS_MAX6639=y
# CONFIG_SENSORS_MAX6642 is not set
CONFIG_SENSORS_MAX6650=m
# CONFIG_SENSORS_MAX6697 is not set
CONFIG_SENSORS_HTU21=m
CONFIG_SENSORS_MCP3021=y
# CONFIG_SENSORS_MENF21BMC_HWMON is not set
CONFIG_SENSORS_LM63=m
CONFIG_SENSORS_LM73=m
CONFIG_SENSORS_LM75=y
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
CONFIG_SENSORS_LM83=m
# CONFIG_SENSORS_LM85 is not set
CONFIG_SENSORS_LM87=m
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LM95234 is not set
# CONFIG_SENSORS_LM95241 is not set
# CONFIG_SENSORS_LM95245 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
CONFIG_SENSORS_NTC_THERMISTOR=y
CONFIG_SENSORS_NCT6683=m
# CONFIG_SENSORS_NCT6775 is not set
CONFIG_SENSORS_NCT7802=m
# CONFIG_SENSORS_NCT7904 is not set
CONFIG_SENSORS_PCF8591=m
CONFIG_PMBUS=y
CONFIG_SENSORS_PMBUS=m
# CONFIG_SENSORS_ADM1275 is not set
# CONFIG_SENSORS_LM25066 is not set
CONFIG_SENSORS_LTC2978=m
CONFIG_SENSORS_LTC2978_REGULATOR=y
CONFIG_SENSORS_MAX16064=m
CONFIG_SENSORS_MAX34440=m
CONFIG_SENSORS_MAX8688=m
CONFIG_SENSORS_TPS40422=y
CONFIG_SENSORS_UCD9000=m
CONFIG_SENSORS_UCD9200=y
# CONFIG_SENSORS_ZL6100 is not set
# CONFIG_SENSORS_SHT21 is not set
CONFIG_SENSORS_SHTC1=m
# CONFIG_SENSORS_SIS5595 is not set
CONFIG_SENSORS_DME1737=y
# CONFIG_SENSORS_EMC1403 is not set
CONFIG_SENSORS_EMC2103=y
# CONFIG_SENSORS_EMC6W201 is not set
CONFIG_SENSORS_SMSC47M1=m
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
CONFIG_SENSORS_SCH56XX_COMMON=y
CONFIG_SENSORS_SCH5627=y
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_SMM665 is not set
# CONFIG_SENSORS_ADC128D818 is not set
# CONFIG_SENSORS_ADS1015 is not set
# CONFIG_SENSORS_ADS7828 is not set
CONFIG_SENSORS_AMC6821=y
CONFIG_SENSORS_INA209=y
CONFIG_SENSORS_INA2XX=m
# CONFIG_SENSORS_TC74 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_TMP102 is not set
CONFIG_SENSORS_TMP103=y
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_TMP421=m
CONFIG_SENSORS_VIA_CPUTEMP=m
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
CONFIG_SENSORS_W83781D=m
# CONFIG_SENSORS_W83791D is not set
CONFIG_SENSORS_W83792D=y
CONFIG_SENSORS_W83793=m
CONFIG_SENSORS_W83795=m
# CONFIG_SENSORS_W83795_FANCTRL is not set
CONFIG_SENSORS_W83L785TS=m
CONFIG_SENSORS_W83L786NG=m
# CONFIG_SENSORS_W83627HF is not set
CONFIG_SENSORS_W83627EHF=y
# CONFIG_SENSORS_WM8350 is not set

#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_SENSORS_ATK0110 is not set
CONFIG_THERMAL=y
# CONFIG_THERMAL_HWMON is not set
# CONFIG_THERMAL_WRITABLE_TRIPS is not set
CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE=y
# CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE is not set
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
# CONFIG_THERMAL_DEFAULT_GOV_POWER_ALLOCATOR is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
CONFIG_THERMAL_GOV_BANG_BANG=y
CONFIG_THERMAL_GOV_USER_SPACE=y
# CONFIG_THERMAL_GOV_POWER_ALLOCATOR is not set
CONFIG_THERMAL_EMULATION=y
# CONFIG_INTEL_POWERCLAMP is not set
# CONFIG_INTEL_SOC_DTS_THERMAL is not set
# CONFIG_INT340X_THERMAL is not set

#
# Texas Instruments thermal drivers
#
CONFIG_WATCHDOG=y
CONFIG_WATCHDOG_CORE=y
# CONFIG_WATCHDOG_NOWAYOUT is not set

#
# Watchdog Device Drivers
#
CONFIG_SOFT_WATCHDOG=m
CONFIG_DA9055_WATCHDOG=m
# CONFIG_DA9063_WATCHDOG is not set
# CONFIG_MENF21BMC_WATCHDOG is not set
# CONFIG_WM8350_WATCHDOG is not set
CONFIG_XILINX_WATCHDOG=y
CONFIG_CADENCE_WATCHDOG=m
CONFIG_DW_WATCHDOG=y
CONFIG_RN5T618_WATCHDOG=m
CONFIG_TWL4030_WATCHDOG=y
CONFIG_RETU_WATCHDOG=y
CONFIG_ACQUIRE_WDT=y
CONFIG_ADVANTECH_WDT=m
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
# CONFIG_SP5100_TCO is not set
CONFIG_SBC_FITPC2_WATCHDOG=m
# CONFIG_EUROTECH_WDT is not set
CONFIG_IB700_WDT=y
CONFIG_IBMASR=y
CONFIG_WAFER_WDT=m
# CONFIG_I6300ESB_WDT is not set
# CONFIG_IE6XX_WDT is not set
# CONFIG_ITCO_WDT is not set
# CONFIG_IT8712F_WDT is not set
CONFIG_IT87_WDT=y
# CONFIG_HP_WATCHDOG is not set
CONFIG_KEMPLD_WDT=m
# CONFIG_SC1200_WDT is not set
# CONFIG_PC87413_WDT is not set
# CONFIG_NV_TCO is not set
CONFIG_60XX_WDT=y
# CONFIG_CPU5_WDT is not set
# CONFIG_SMSC_SCH311X_WDT is not set
CONFIG_SMSC37B787_WDT=y
# CONFIG_VIA_WDT is not set
CONFIG_W83627HF_WDT=y
CONFIG_W83877F_WDT=y
CONFIG_W83977F_WDT=y
# CONFIG_MACHZ_WDT is not set
# CONFIG_SBC_EPX_C3_WATCHDOG is not set

#
# PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
CONFIG_SSB_POSSIBLE=y

#
# Sonics Silicon Backplane
#
CONFIG_SSB=m
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
# CONFIG_SSB_SILENT is not set
CONFIG_SSB_DEBUG=y
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
CONFIG_BCMA_POSSIBLE=y

#
# Broadcom specific AMBA
#
# CONFIG_BCMA is not set

#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_AS3711 is not set
CONFIG_PMIC_ADP5520=y
CONFIG_MFD_BCM590XX=y
CONFIG_MFD_AXP20X=y
CONFIG_MFD_CROS_EC=m
# CONFIG_MFD_CROS_EC_I2C is not set
# CONFIG_PMIC_DA903X is not set
# CONFIG_MFD_DA9052_I2C is not set
CONFIG_MFD_DA9055=y
CONFIG_MFD_DA9063=y
CONFIG_MFD_DA9150=y
CONFIG_MFD_MC13XXX=m
CONFIG_MFD_MC13XXX_I2C=m
CONFIG_HTC_PASIC3=m
# CONFIG_LPC_ICH is not set
# CONFIG_LPC_SCH is not set
CONFIG_INTEL_SOC_PMIC=y
# CONFIG_MFD_JANZ_CMODIO is not set
CONFIG_MFD_KEMPLD=y
# CONFIG_MFD_88PM800 is not set
CONFIG_MFD_88PM805=y
# CONFIG_MFD_88PM860X is not set
# CONFIG_MFD_MAX14577 is not set
# CONFIG_MFD_MAX77693 is not set
CONFIG_MFD_MAX77843=y
# CONFIG_MFD_MAX8907 is not set
# CONFIG_MFD_MAX8925 is not set
# CONFIG_MFD_MAX8997 is not set
CONFIG_MFD_MAX8998=y
# CONFIG_MFD_MT6397 is not set
CONFIG_MFD_MENF21BMC=y
CONFIG_MFD_RETU=y
# CONFIG_MFD_PCF50633 is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RTSX_PCI is not set
# CONFIG_MFD_RT5033 is not set
CONFIG_MFD_RC5T583=y
CONFIG_MFD_RN5T618=m
# CONFIG_MFD_SEC_CORE is not set
CONFIG_MFD_SI476X_CORE=y
CONFIG_MFD_SM501=y
CONFIG_MFD_SKY81452=y
# CONFIG_MFD_SMSC is not set
CONFIG_ABX500_CORE=y
CONFIG_AB3100_CORE=y
CONFIG_AB3100_OTP=y
# CONFIG_MFD_SYSCON is not set
CONFIG_MFD_TI_AM335X_TSCADC=m
# CONFIG_MFD_LP3943 is not set
# CONFIG_MFD_LP8788 is not set
# CONFIG_MFD_PALMAS is not set
CONFIG_TPS6105X=m
CONFIG_TPS6507X=y
CONFIG_MFD_TPS65090=y
CONFIG_MFD_TPS65217=m
# CONFIG_MFD_TPS65218 is not set
# CONFIG_MFD_TPS6586X is not set
# CONFIG_MFD_TPS80031 is not set
CONFIG_TWL4030_CORE=y
# CONFIG_MFD_TWL4030_AUDIO is not set
CONFIG_TWL6040_CORE=y
CONFIG_MFD_WL1273_CORE=m
CONFIG_MFD_LM3533=y
# CONFIG_MFD_TMIO is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_ARIZONA_I2C is not set
# CONFIG_MFD_WM8400 is not set
# CONFIG_MFD_WM831X_I2C is not set
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
# CONFIG_MFD_WM8994 is not set
CONFIG_REGULATOR=y
CONFIG_REGULATOR_DEBUG=y
CONFIG_REGULATOR_FIXED_VOLTAGE=m
CONFIG_REGULATOR_VIRTUAL_CONSUMER=m
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
CONFIG_REGULATOR_ACT8865=m
CONFIG_REGULATOR_AD5398=y
# CONFIG_REGULATOR_AB3100 is not set
CONFIG_REGULATOR_AXP20X=y
CONFIG_REGULATOR_BCM590XX=m
# CONFIG_REGULATOR_DA9055 is not set
# CONFIG_REGULATOR_DA9063 is not set
CONFIG_REGULATOR_DA9210=m
CONFIG_REGULATOR_DA9211=m
CONFIG_REGULATOR_FAN53555=m
CONFIG_REGULATOR_ISL9305=y
# CONFIG_REGULATOR_ISL6271A is not set
CONFIG_REGULATOR_LP3971=m
# CONFIG_REGULATOR_LP3972 is not set
CONFIG_REGULATOR_LP872X=m
CONFIG_REGULATOR_LP8755=y
CONFIG_REGULATOR_LTC3589=m
CONFIG_REGULATOR_MAX1586=m
CONFIG_REGULATOR_MAX8649=m
CONFIG_REGULATOR_MAX8660=m
CONFIG_REGULATOR_MAX8952=m
CONFIG_REGULATOR_MAX8973=y
CONFIG_REGULATOR_MAX8998=y
CONFIG_REGULATOR_MAX77843=y
CONFIG_REGULATOR_MC13XXX_CORE=m
CONFIG_REGULATOR_MC13783=m
CONFIG_REGULATOR_MC13892=m
CONFIG_REGULATOR_PFUZE100=m
CONFIG_REGULATOR_PWM=y
# CONFIG_REGULATOR_QCOM_SPMI is not set
# CONFIG_REGULATOR_RC5T583 is not set
# CONFIG_REGULATOR_RN5T618 is not set
CONFIG_REGULATOR_SKY81452=y
CONFIG_REGULATOR_TPS51632=y
CONFIG_REGULATOR_TPS6105X=m
CONFIG_REGULATOR_TPS62360=m
CONFIG_REGULATOR_TPS65023=y
CONFIG_REGULATOR_TPS6507X=m
# CONFIG_REGULATOR_TPS65090 is not set
CONFIG_REGULATOR_TPS65217=m
CONFIG_REGULATOR_TWL4030=y
CONFIG_REGULATOR_WM8350=m
CONFIG_MEDIA_SUPPORT=m

#
# Multimedia core support
#
# CONFIG_MEDIA_CAMERA_SUPPORT is not set
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
# CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set
CONFIG_MEDIA_RADIO_SUPPORT=y
CONFIG_MEDIA_SDR_SUPPORT=y
# CONFIG_MEDIA_RC_SUPPORT is not set
CONFIG_MEDIA_CONTROLLER=y
CONFIG_VIDEO_DEV=m
# CONFIG_VIDEO_V4L2_SUBDEV_API is not set
CONFIG_VIDEO_V4L2=m
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
# CONFIG_TTPCI_EEPROM is not set

#
# Media drivers
#
# CONFIG_MEDIA_PCI_SUPPORT is not set

#
# Supported MMC/SDIO adapters
#
CONFIG_RADIO_ADAPTERS=y
# CONFIG_RADIO_SI470X is not set
CONFIG_RADIO_SI4713=m
CONFIG_PLATFORM_SI4713=m
CONFIG_I2C_SI4713=m
# CONFIG_RADIO_MAXIRADIO is not set
# CONFIG_RADIO_TEA5764 is not set
# CONFIG_RADIO_SAA7706H is not set
# CONFIG_RADIO_TEF6862 is not set
CONFIG_RADIO_WL1273=m

#
# Texas Instruments WL128x FM driver (ST based)
#

#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
CONFIG_MEDIA_ATTACH=y

#
# Audio decoders, processors and mixers
#

#
# RDS decoders
#

#
# Video decoders
#

#
# Video and audio decoders
#

#
# Video encoders
#

#
# Camera sensor devices
#

#
# Flash devices
#

#
# Video improvement chips
#

#
# Audio/Video compression chips
#

#
# Miscellaneous helper chips
#

#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=m
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC5000=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_MC44S803=m

#
# Tools to develop new frontends
#
# CONFIG_DVB_DUMMY_FE is not set

#
# Graphics support
#
# CONFIG_AGP is not set
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VGA_SWITCHEROO is not set

#
# Direct Rendering Manager
#
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# CONFIG_DRM_AMDGPU is not set
# CONFIG_DRM_NOUVEAU is not set
# CONFIG_DRM_I915 is not set
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VMWGFX is not set
# CONFIG_DRM_GMA500 is not set
# CONFIG_DRM_UDL is not set
# CONFIG_DRM_AST is not set
# CONFIG_DRM_MGAG200 is not set
# CONFIG_DRM_CIRRUS_QEMU is not set
# CONFIG_DRM_QXL is not set
# CONFIG_DRM_BOCHS is not set
# CONFIG_DRM_VIRTIO_GPU is not set

#
# Frame buffer Devices
#
# CONFIG_FB is not set
CONFIG_FB_CMDLINE=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=m
CONFIG_BACKLIGHT_GENERIC=m
CONFIG_BACKLIGHT_LM3533=m
CONFIG_BACKLIGHT_PWM=m
# CONFIG_BACKLIGHT_APPLE is not set
CONFIG_BACKLIGHT_SAHARA=m
CONFIG_BACKLIGHT_ADP5520=m
CONFIG_BACKLIGHT_ADP8860=m
CONFIG_BACKLIGHT_ADP8870=m
CONFIG_BACKLIGHT_LM3630A=m
CONFIG_BACKLIGHT_LM3639=m
CONFIG_BACKLIGHT_LP855X=m
CONFIG_BACKLIGHT_PANDORA=m
CONFIG_BACKLIGHT_SKY81452=m
# CONFIG_BACKLIGHT_TPS65217 is not set
# CONFIG_BACKLIGHT_LV5207LP is not set
CONFIG_BACKLIGHT_BD6107=m
# CONFIG_VGASTATE is not set
CONFIG_HDMI=y
# CONFIG_SOUND is not set

#
# HID support
#
CONFIG_HID=y
# CONFIG_HID_BATTERY_STRENGTH is not set
# CONFIG_HIDRAW is not set
# CONFIG_UHID is not set
CONFIG_HID_GENERIC=y

#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
# CONFIG_HID_ACRUX is not set
# CONFIG_HID_APPLE is not set
# CONFIG_HID_AUREAL is not set
# CONFIG_HID_BELKIN is not set
# CONFIG_HID_CHERRY is not set
# CONFIG_HID_CHICONY is not set
# CONFIG_HID_CYPRESS is not set
# CONFIG_HID_DRAGONRISE is not set
# CONFIG_HID_EMS_FF is not set
# CONFIG_HID_ELECOM is not set
# CONFIG_HID_EZKEY is not set
# CONFIG_HID_KEYTOUCH is not set
# CONFIG_HID_KYE is not set
# CONFIG_HID_WALTOP is not set
# CONFIG_HID_GYRATION is not set
# CONFIG_HID_ICADE is not set
# CONFIG_HID_TWINHAN is not set
# CONFIG_HID_KENSINGTON is not set
# CONFIG_HID_LCPOWER is not set
# CONFIG_HID_LENOVO is not set
# CONFIG_HID_LOGITECH is not set
# CONFIG_HID_MAGICMOUSE is not set
# CONFIG_HID_MICROSOFT is not set
# CONFIG_HID_MONTEREY is not set
# CONFIG_HID_MULTITOUCH is not set
# CONFIG_HID_ORTEK is not set
# CONFIG_HID_PANTHERLORD is not set
# CONFIG_HID_PETALYNX is not set
# CONFIG_HID_PICOLCD is not set
# CONFIG_HID_PLANTRONICS is not set
# CONFIG_HID_PRIMAX is not set
# CONFIG_HID_SAITEK is not set
# CONFIG_HID_SAMSUNG is not set
# CONFIG_HID_SPEEDLINK is not set
# CONFIG_HID_STEELSERIES is not set
# CONFIG_HID_SUNPLUS is not set
# CONFIG_HID_RMI is not set
# CONFIG_HID_GREENASIA is not set
# CONFIG_HID_SMARTJOYPLUS is not set
# CONFIG_HID_TIVO is not set
# CONFIG_HID_TOPSEED is not set
# CONFIG_HID_THINGM is not set
# CONFIG_HID_THRUSTMASTER is not set
# CONFIG_HID_WACOM is not set
# CONFIG_HID_WIIMOTE is not set
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
# CONFIG_HID_SENSOR_HUB is not set

#
# I2C HID support
#
# CONFIG_I2C_HID is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
# CONFIG_USB is not set

#
# USB port drivers
#

#
# USB Physical Layer drivers
#
# CONFIG_USB_PHY is not set
# CONFIG_NOP_USB_XCEIV is not set
# CONFIG_TAHVO_USB is not set
# CONFIG_USB_GADGET is not set
# CONFIG_UWB is not set
# CONFIG_MMC is not set
CONFIG_MEMSTICK=y
CONFIG_MEMSTICK_DEBUG=y

#
# MemoryStick drivers
#
CONFIG_MEMSTICK_UNSAFE_RESUME=y

#
# MemoryStick Host Controller Drivers
#
# CONFIG_MEMSTICK_TIFM_MS is not set
# CONFIG_MEMSTICK_JMICRON_38X is not set
# CONFIG_MEMSTICK_R592 is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=m
CONFIG_LEDS_CLASS_FLASH=m

#
# LED drivers
#
# CONFIG_LEDS_LM3530 is not set
CONFIG_LEDS_LM3533=m
# CONFIG_LEDS_LM3642 is not set
# CONFIG_LEDS_PCA9532 is not set
CONFIG_LEDS_LP3944=m
CONFIG_LEDS_LP55XX_COMMON=m
# CONFIG_LEDS_LP5521 is not set
CONFIG_LEDS_LP5523=m
# CONFIG_LEDS_LP5562 is not set
CONFIG_LEDS_LP8501=m
CONFIG_LEDS_LP8860=m
CONFIG_LEDS_PCA955X=m
CONFIG_LEDS_PCA963X=m
# CONFIG_LEDS_WM8350 is not set
CONFIG_LEDS_PWM=m
# CONFIG_LEDS_REGULATOR is not set
CONFIG_LEDS_BD2802=m
CONFIG_LEDS_ADP5520=m
CONFIG_LEDS_MC13783=m
CONFIG_LEDS_TCA6507=m
# CONFIG_LEDS_LM355x is not set
CONFIG_LEDS_MENF21BMC=m

#
# LED driver for blink(1) USB RGB LED is under Special HID drivers (HID_THINGM)
#
CONFIG_LEDS_BLINKM=m
# CONFIG_LEDS_PM8941_WLED is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=m
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
CONFIG_LEDS_TRIGGER_BACKLIGHT=y
# CONFIG_LEDS_TRIGGER_CPU is not set
CONFIG_LEDS_TRIGGER_DEFAULT_ON=m

#
# iptables trigger is under Netfilter config (LED target)
#
CONFIG_LEDS_TRIGGER_TRANSIENT=m
# CONFIG_LEDS_TRIGGER_CAMERA is not set
# CONFIG_ACCESSIBILITY is not set
CONFIG_EDAC_ATOMIC_SCRUB=y
CONFIG_EDAC_SUPPORT=y
CONFIG_EDAC=y
CONFIG_EDAC_LEGACY_SYSFS=y
CONFIG_EDAC_DEBUG=y
# CONFIG_EDAC_MM_EDAC is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
CONFIG_RTC_HCTOSYS=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_SYSTOHC is not set
CONFIG_RTC_DEBUG=y

#
# RTC interfaces
#
# CONFIG_RTC_INTF_SYSFS is not set
CONFIG_RTC_INTF_PROC=y
# CONFIG_RTC_INTF_DEV is not set
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
CONFIG_RTC_DRV_ABB5ZES3=y
# CONFIG_RTC_DRV_ABX80X is not set
CONFIG_RTC_DRV_DS1307=y
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_DS3232 is not set
CONFIG_RTC_DRV_MAX6900=m
# CONFIG_RTC_DRV_MAX8998 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_ISL12022 is not set
CONFIG_RTC_DRV_ISL12057=m
CONFIG_RTC_DRV_X1205=m
# CONFIG_RTC_DRV_PCF2127 is not set
CONFIG_RTC_DRV_PCF8523=y
CONFIG_RTC_DRV_PCF8563=y
CONFIG_RTC_DRV_PCF85063=m
CONFIG_RTC_DRV_PCF8583=m
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=y
CONFIG_RTC_DRV_TWL4030=m
CONFIG_RTC_DRV_RC5T583=y
CONFIG_RTC_DRV_S35390A=m
CONFIG_RTC_DRV_FM3130=y
CONFIG_RTC_DRV_RX8581=m
CONFIG_RTC_DRV_RX8025=y
CONFIG_RTC_DRV_EM3027=y
CONFIG_RTC_DRV_RV3029C2=m

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
# CONFIG_RTC_DRV_CMOS is not set
# CONFIG_RTC_DRV_DS1286 is not set
CONFIG_RTC_DRV_DS1511=y
# CONFIG_RTC_DRV_DS1553 is not set
CONFIG_RTC_DRV_DS1685_FAMILY=m
# CONFIG_RTC_DRV_DS1685 is not set
CONFIG_RTC_DRV_DS1689=y
# CONFIG_RTC_DRV_DS17285 is not set
# CONFIG_RTC_DRV_DS17485 is not set
# CONFIG_RTC_DRV_DS17885 is not set
CONFIG_RTC_DS1685_PROC_REGS=y
CONFIG_RTC_DS1685_SYSFS_REGS=y
CONFIG_RTC_DRV_DS1742=m
CONFIG_RTC_DRV_DS2404=y
CONFIG_RTC_DRV_DA9055=y
CONFIG_RTC_DRV_DA9063=y
# CONFIG_RTC_DRV_STK17TA8 is not set
CONFIG_RTC_DRV_M48T86=m
# CONFIG_RTC_DRV_M48T35 is not set
CONFIG_RTC_DRV_M48T59=y
CONFIG_RTC_DRV_MSM6242=m
CONFIG_RTC_DRV_BQ4802=m
CONFIG_RTC_DRV_RP5C01=y
CONFIG_RTC_DRV_V3020=m
CONFIG_RTC_DRV_WM8350=y
# CONFIG_RTC_DRV_AB3100 is not set

#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_MC13XXX is not set

#
# HID Sensor RTC drivers
#
# CONFIG_DMADEVICES is not set
CONFIG_AUXDISPLAY=y
CONFIG_UIO=y
# CONFIG_UIO_CIF is not set
CONFIG_UIO_PDRV_GENIRQ=y
CONFIG_UIO_DMEM_GENIRQ=m
# CONFIG_UIO_AEC is not set
# CONFIG_UIO_SERCOS3 is not set
# CONFIG_UIO_PCI_GENERIC is not set
# CONFIG_UIO_NETX is not set
# CONFIG_UIO_MF624 is not set
# CONFIG_VIRT_DRIVERS is not set
CONFIG_VIRTIO=y

#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
CONFIG_VIRTIO_BALLOON=m
# CONFIG_VIRTIO_INPUT is not set
CONFIG_VIRTIO_MMIO=y
CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES=y

#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set
# CONFIG_STAGING is not set
# CONFIG_X86_PLATFORM_DEVICES is not set
CONFIG_CHROME_PLATFORMS=y
CONFIG_CHROMEOS_PSTORE=y
# CONFIG_CROS_EC_CHARDEV is not set
CONFIG_CROS_EC_LPC=m
CONFIG_CROS_EC_PROTO=y

#
# Hardware Spinlock drivers
#

#
# Clock Source drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_CLKBLD_I8253=y
# CONFIG_ATMEL_PIT is not set
# CONFIG_SH_TIMER_CMT is not set
# CONFIG_SH_TIMER_MTU2 is not set
# CONFIG_SH_TIMER_TMU is not set
# CONFIG_EM_TIMER_STI is not set
CONFIG_MAILBOX=y
# CONFIG_PCC is not set
# CONFIG_ALTERA_MBOX is not set
# CONFIG_IOMMU_SUPPORT is not set

#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=y
CONFIG_STE_MODEM_RPROC=y

#
# Rpmsg drivers
#

#
# SOC (System On Chip) specific Drivers
#
# CONFIG_SUNXI_SRAM is not set
CONFIG_SOC_TI=y
# CONFIG_PM_DEVFREQ is not set
CONFIG_EXTCON=y

#
# Extcon Device Drivers
#
# CONFIG_EXTCON_MAX77843 is not set
CONFIG_EXTCON_RT8973A=y
# CONFIG_EXTCON_SM5502 is not set
# CONFIG_MEMORY is not set
# CONFIG_IIO is not set
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
CONFIG_PWM=y
CONFIG_PWM_SYSFS=y
CONFIG_PWM_LPSS=m
# CONFIG_PWM_LPSS_PCI is not set
# CONFIG_PWM_LPSS_PLATFORM is not set
# CONFIG_PWM_TWL is not set
CONFIG_PWM_TWL_LED=y
# CONFIG_IPACK_BUS is not set
# CONFIG_RESET_CONTROLLER is not set
CONFIG_FMC=m
CONFIG_FMC_FAKEDEV=m
CONFIG_FMC_TRIVIAL=m
CONFIG_FMC_WRITE_EEPROM=m
CONFIG_FMC_CHARDEV=m

#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_BCM_KONA_USB2_PHY is not set
# CONFIG_POWERCAP is not set
CONFIG_MCB=m
# CONFIG_MCB_PCI is not set
# CONFIG_THUNDERBOLT is not set

#
# Android
#
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y

#
# Firmware Drivers
#
# CONFIG_EDD is not set
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_DELL_RBU=y
CONFIG_DCDBAS=y
# CONFIG_ISCSI_IBFT_FIND is not set
# CONFIG_GOOGLE_FIRMWARE is not set

#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
# CONFIG_FS_POSIX_ACL is not set
CONFIG_EXPORTFS=y
CONFIG_FILE_LOCKING=y
CONFIG_FSNOTIFY=y
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
# CONFIG_QUOTA is not set
# CONFIG_QUOTACTL is not set
# CONFIG_AUTOFS4_FS is not set
CONFIG_FUSE_FS=m
CONFIG_CUSE=m
CONFIG_OVERLAY_FS=m

#
# Caches
#
CONFIG_FSCACHE=y
# CONFIG_FSCACHE_STATS is not set
# CONFIG_FSCACHE_HISTOGRAM is not set
CONFIG_FSCACHE_DEBUG=y
CONFIG_FSCACHE_OBJECT_LIST=y

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
# CONFIG_PROC_KCORE is not set
CONFIG_PROC_VMCORE=y
# CONFIG_PROC_SYSCTL is not set
# CONFIG_PROC_PAGE_MONITOR is not set
# CONFIG_PROC_CHILDREN is not set
CONFIG_KERNFS=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
CONFIG_TMPFS_XATTR=y
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
CONFIG_CONFIGFS_FS=m
# CONFIG_MISC_FILESYSTEMS is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=y
# CONFIG_NLS_CODEPAGE_852 is not set
CONFIG_NLS_CODEPAGE_855=y
# CONFIG_NLS_CODEPAGE_857 is not set
CONFIG_NLS_CODEPAGE_860=m
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
CONFIG_NLS_CODEPAGE_864=m
CONFIG_NLS_CODEPAGE_865=m
# CONFIG_NLS_CODEPAGE_866 is not set
CONFIG_NLS_CODEPAGE_869=y
CONFIG_NLS_CODEPAGE_936=m
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
CONFIG_NLS_CODEPAGE_949=y
CONFIG_NLS_CODEPAGE_874=m
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
CONFIG_NLS_CODEPAGE_1251=m
CONFIG_NLS_ASCII=m
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=m
CONFIG_NLS_ISO8859_5=m
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
CONFIG_NLS_ISO8859_9=m
CONFIG_NLS_ISO8859_13=y
# CONFIG_NLS_ISO8859_14 is not set
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
CONFIG_NLS_KOI8_U=y
CONFIG_NLS_MAC_ROMAN=m
CONFIG_NLS_MAC_CELTIC=y
# CONFIG_NLS_MAC_CENTEURO is not set
CONFIG_NLS_MAC_CROATIAN=y
# CONFIG_NLS_MAC_CYRILLIC is not set
CONFIG_NLS_MAC_GAELIC=y
CONFIG_NLS_MAC_GREEK=m
CONFIG_NLS_MAC_ICELAND=y
CONFIG_NLS_MAC_INUIT=y
# CONFIG_NLS_MAC_ROMANIAN is not set
CONFIG_NLS_MAC_TURKISH=y
CONFIG_NLS_UTF8=y

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y

#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_MESSAGE_LOGLEVEL_DEFAULT=4
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_DYNAMIC_DEBUG is not set

#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
# CONFIG_ENABLE_WARN_DEPRECATED is not set
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
# CONFIG_STRIP_ASM_SYMS is not set
# CONFIG_READABLE_ASM is not set
CONFIG_UNUSED_SYMBOLS=y
CONFIG_PAGE_OWNER=y
CONFIG_DEBUG_FS=y
CONFIG_HEADERS_CHECK=y
CONFIG_DEBUG_SECTION_MISMATCH=y
CONFIG_ARCH_WANT_FRAME_POINTERS=y
CONFIG_FRAME_POINTER=y
CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
# CONFIG_MAGIC_SYSRQ is not set
CONFIG_DEBUG_KERNEL=y

#
# Memory Debugging
#
CONFIG_PAGE_EXTENSION=y
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_DEBUG_OBJECTS=y
CONFIG_DEBUG_OBJECTS_SELFTEST=y
CONFIG_DEBUG_OBJECTS_FREE=y
# CONFIG_DEBUG_OBJECTS_TIMERS is not set
# CONFIG_DEBUG_OBJECTS_WORK is not set
CONFIG_DEBUG_OBJECTS_RCU_HEAD=y
CONFIG_DEBUG_OBJECTS_PERCPU_COUNTER=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
# CONFIG_DEBUG_SLAB is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_DEBUG_VM=y
# CONFIG_DEBUG_VM_VMACACHE is not set
# CONFIG_DEBUG_VM_RB is not set
# CONFIG_DEBUG_VIRTUAL is not set
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_MEMORY_NOTIFIER_ERROR_INJECT=m
# CONFIG_DEBUG_PER_CPU_MAPS is not set
CONFIG_HAVE_DEBUG_STACKOVERFLOW=y
CONFIG_DEBUG_STACKOVERFLOW=y
CONFIG_HAVE_ARCH_KMEMCHECK=y
# CONFIG_DEBUG_SHIRQ is not set

#
# Debug Lockups and Hangs
#
# CONFIG_LOCKUP_DETECTOR is not set
CONFIG_DETECT_HUNG_TASK=y
CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1
CONFIG_PANIC_ON_OOPS=y
CONFIG_PANIC_ON_OOPS_VALUE=1
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_SCHED_STACK_END_CHECK=y
CONFIG_DEBUG_TIMEKEEPING=y
CONFIG_TIMER_STATS=y
CONFIG_DEBUG_PREEMPT=y

#
# Lock Debugging (spinlocks, mutexes, etc...)
#
# CONFIG_DEBUG_RT_MUTEXES is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
# CONFIG_DEBUG_WW_MUTEX_SLOWPATH is not set
CONFIG_DEBUG_LOCK_ALLOC=y
CONFIG_PROVE_LOCKING=y
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_LOCKDEP=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
# CONFIG_LOCK_TORTURE_TEST is not set
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_LIST is not set
CONFIG_DEBUG_PI_LIST=y
# CONFIG_DEBUG_SG is not set
# CONFIG_DEBUG_NOTIFIERS is not set
CONFIG_DEBUG_CREDENTIALS=y

#
# RCU Debugging
#
CONFIG_PROVE_RCU=y
CONFIG_PROVE_RCU_REPEATEDLY=y
CONFIG_SPARSE_RCU_POINTER=y
CONFIG_TORTURE_TEST=m
CONFIG_RCU_TORTURE_TEST=m
# CONFIG_RCU_TORTURE_TEST_SLOW_PREINIT is not set
CONFIG_RCU_TORTURE_TEST_SLOW_INIT=y
CONFIG_RCU_TORTURE_TEST_SLOW_INIT_DELAY=3
# CONFIG_RCU_TORTURE_TEST_SLOW_CLEANUP is not set
CONFIG_RCU_CPU_STALL_TIMEOUT=21
# CONFIG_RCU_CPU_STALL_INFO is not set
CONFIG_RCU_TRACE=y
# CONFIG_RCU_EQS_DEBUG is not set
CONFIG_NOTIFIER_ERROR_INJECTION=m
CONFIG_CPU_NOTIFIER_ERROR_INJECT=m
# CONFIG_FAULT_INJECTION is not set
CONFIG_LATENCYTOP=y
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
CONFIG_USER_STACKTRACE_SUPPORT=y
CONFIG_NOP_TRACER=y
CONFIG_HAVE_FUNCTION_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y
CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE_WITH_REGS=y
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
CONFIG_HAVE_FENTRY=y
CONFIG_HAVE_C_RECORDMCOUNT=y
CONFIG_TRACER_MAX_TRACE=y
CONFIG_TRACE_CLOCK=y
CONFIG_RING_BUFFER=y
CONFIG_EVENT_TRACING=y
CONFIG_CONTEXT_SWITCH_TRACER=y
CONFIG_RING_BUFFER_ALLOW_SWAP=y
CONFIG_TRACING=y
CONFIG_GENERIC_TRACER=y
CONFIG_TRACING_SUPPORT=y
CONFIG_FTRACE=y
CONFIG_FUNCTION_TRACER=y
CONFIG_FUNCTION_GRAPH_TRACER=y
CONFIG_IRQSOFF_TRACER=y
# CONFIG_PREEMPT_TRACER is not set
CONFIG_SCHED_TRACER=y
# CONFIG_FTRACE_SYSCALLS is not set
CONFIG_TRACER_SNAPSHOT=y
CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP=y
CONFIG_TRACE_BRANCH_PROFILING=y
# CONFIG_BRANCH_PROFILE_NONE is not set
CONFIG_PROFILE_ANNOTATED_BRANCHES=y
# CONFIG_PROFILE_ALL_BRANCHES is not set
CONFIG_TRACING_BRANCHES=y
CONFIG_BRANCH_TRACER=y
CONFIG_STACK_TRACER=y
CONFIG_UPROBE_EVENT=y
CONFIG_PROBE_EVENTS=y
# CONFIG_DYNAMIC_FTRACE is not set
# CONFIG_FUNCTION_PROFILER is not set
CONFIG_FTRACE_SELFTEST=y
CONFIG_FTRACE_STARTUP_TEST=y
# CONFIG_EVENT_TRACE_TEST_SYSCALLS is not set
# CONFIG_MMIOTRACE is not set
# CONFIG_TRACEPOINT_BENCHMARK is not set
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
# CONFIG_TRACE_ENUM_MAP_FILE is not set

#
# Runtime Testing
#
CONFIG_TEST_LIST_SORT=y
# CONFIG_BACKTRACE_SELF_TEST is not set
CONFIG_RBTREE_TEST=m
# CONFIG_INTERVAL_TREE_TEST is not set
CONFIG_PERCPU_TEST=m
CONFIG_ATOMIC64_SELFTEST=y
CONFIG_TEST_HEXDUMP=y
CONFIG_TEST_STRING_HELPERS=y
CONFIG_TEST_KSTRTOX=m
CONFIG_TEST_RHASHTABLE=m
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
CONFIG_BUILD_DOCSRC=y
# CONFIG_DMA_API_DEBUG is not set
CONFIG_TEST_LKM=m
CONFIG_TEST_USER_COPY=m
# CONFIG_TEST_BPF is not set
# CONFIG_TEST_FIRMWARE is not set
CONFIG_TEST_UDELAY=m
CONFIG_MEMTEST=y
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_STRICT_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_EARLY_PRINTK_DBGP is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
# CONFIG_DEBUG_SET_MODULE_RONX is not set
CONFIG_DEBUG_NX_TEST=m
# CONFIG_DOUBLEFAULT is not set
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_IOMMU_STRESS=y
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
CONFIG_IO_DELAY_NONE=y
CONFIG_DEFAULT_IO_DELAY_TYPE=3
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set
# CONFIG_DEBUG_NMI_SELFTEST is not set
CONFIG_X86_DEBUG_STATIC_CPU_HAS=y
CONFIG_X86_DEBUG_FPU=y
# CONFIG_PUNIT_ATOM_DEBUG is not set

#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
CONFIG_BIG_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_SECURITY_DMESG_RESTRICT is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITYFS is not set
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_ALGAPI2=y
CONFIG_CRYPTO_AEAD=y
CONFIG_CRYPTO_AEAD2=y
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_BLKCIPHER2=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_HASH2=y
CONFIG_CRYPTO_RNG=y
CONFIG_CRYPTO_RNG2=y
CONFIG_CRYPTO_RNG_DEFAULT=m
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_AKCIPHER2=y
# CONFIG_CRYPTO_RSA is not set
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
CONFIG_CRYPTO_USER=y
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=m
CONFIG_CRYPTO_PCRYPT=m
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_MCRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
CONFIG_CRYPTO_TEST=m
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
CONFIG_CRYPTO_GCM=m
# CONFIG_CRYPTO_CHACHA20POLY1305 is not set
CONFIG_CRYPTO_SEQIV=m
CONFIG_CRYPTO_ECHAINIV=m

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=m
CONFIG_CRYPTO_CTS=m
CONFIG_CRYPTO_ECB=y
CONFIG_CRYPTO_LRW=y
CONFIG_CRYPTO_PCBC=m
CONFIG_CRYPTO_XTS=y

#
# Hash modes
#
CONFIG_CRYPTO_CMAC=m
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=m
# CONFIG_CRYPTO_VMAC is not set

#
# Digest
#
CONFIG_CRYPTO_CRC32C=m
# CONFIG_CRYPTO_CRC32C_INTEL is not set
CONFIG_CRYPTO_CRC32=m
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_CRCT10DIF=y
CONFIG_CRYPTO_GHASH=m
# CONFIG_CRYPTO_POLY1305 is not set
CONFIG_CRYPTO_MD4=m
# CONFIG_CRYPTO_MD5 is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
# CONFIG_CRYPTO_RMD160 is not set
CONFIG_CRYPTO_RMD256=y
# CONFIG_CRYPTO_RMD320 is not set
CONFIG_CRYPTO_SHA1=m
# CONFIG_CRYPTO_SHA1_SSSE3 is not set
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA1_MB=m
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set
# CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_X86_64 is not set
# CONFIG_CRYPTO_AES_NI_INTEL is not set
CONFIG_CRYPTO_ANUBIS=y
CONFIG_CRYPTO_ARC4=y
CONFIG_CRYPTO_BLOWFISH=m
CONFIG_CRYPTO_BLOWFISH_COMMON=y
CONFIG_CRYPTO_BLOWFISH_X86_64=y
# CONFIG_CRYPTO_CAMELLIA is not set
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=m
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
CONFIG_CRYPTO_CAST_COMMON=y
CONFIG_CRYPTO_CAST5=y
CONFIG_CRYPTO_CAST5_AVX_X86_64=y
CONFIG_CRYPTO_CAST6=m
CONFIG_CRYPTO_CAST6_AVX_X86_64=m
CONFIG_CRYPTO_DES=m
CONFIG_CRYPTO_DES3_EDE_X86_64=m
CONFIG_CRYPTO_FCRYPT=m
CONFIG_CRYPTO_KHAZAD=m
CONFIG_CRYPTO_SALSA20=m
CONFIG_CRYPTO_SALSA20_X86_64=y
# CONFIG_CRYPTO_CHACHA20 is not set
# CONFIG_CRYPTO_SEED is not set
CONFIG_CRYPTO_SERPENT=y
# CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set
# CONFIG_CRYPTO_SERPENT_AVX2_X86_64 is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_TWOFISH_COMMON=m
CONFIG_CRYPTO_TWOFISH_X86_64=m
# CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_ZLIB is not set
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_842 is not set
# CONFIG_CRYPTO_LZ4 is not set
CONFIG_CRYPTO_LZ4HC=m

#
# Random Number Generation
#
# CONFIG_CRYPTO_ANSI_CPRNG is not set
CONFIG_CRYPTO_DRBG_MENU=m
CONFIG_CRYPTO_DRBG_HMAC=y
# CONFIG_CRYPTO_DRBG_HASH is not set
# CONFIG_CRYPTO_DRBG_CTR is not set
CONFIG_CRYPTO_DRBG=m
CONFIG_CRYPTO_JITTERENTROPY=m
CONFIG_CRYPTO_USER_API=y
CONFIG_CRYPTO_USER_API_HASH=m
CONFIG_CRYPTO_USER_API_SKCIPHER=y
CONFIG_CRYPTO_USER_API_RNG=m
# CONFIG_CRYPTO_USER_API_AEAD is not set
CONFIG_CRYPTO_HASH_INFO=y
# CONFIG_CRYPTO_HW is not set
CONFIG_ASYMMETRIC_KEY_TYPE=y
CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE=y
CONFIG_PUBLIC_KEY_ALGO_RSA=y
CONFIG_X509_CERTIFICATE_PARSER=y
# CONFIG_PKCS7_MESSAGE_PARSER is not set
CONFIG_HAVE_KVM=y
CONFIG_KVM_COMPAT=y
CONFIG_VIRTUALIZATION=y
# CONFIG_KVM is not set
CONFIG_BINARY_PRINTF=y

#
# Library routines
#
CONFIG_BITREVERSE=y
# CONFIG_HAVE_ARCH_BITREVERSE is not set
CONFIG_RATIONAL=y
CONFIG_GENERIC_STRNCPY_FROM_USER=y
CONFIG_GENERIC_STRNLEN_USER=y
CONFIG_GENERIC_NET_UTILS=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_PCI_IOMAP=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_IO=y
CONFIG_PERCPU_RWSEM=y
CONFIG_ARCH_USE_CMPXCHG_LOCKREF=y
CONFIG_ARCH_HAS_FAST_MULTIPLIER=y
CONFIG_CRC_CCITT=y
CONFIG_CRC16=y
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
# CONFIG_CRC32_SLICEBY8 is not set
CONFIG_CRC32_SLICEBY4=y
# CONFIG_CRC32_SARWATE is not set
# CONFIG_CRC32_BIT is not set
CONFIG_CRC7=y
CONFIG_LIBCRC32C=m
CONFIG_CRC8=y
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4HC_COMPRESS=m
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_X86=y
CONFIG_XZ_DEC_POWERPC=y
# CONFIG_XZ_DEC_IA64 is not set
# CONFIG_XZ_DEC_ARM is not set
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_SPARC=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_TEST is not set
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_BZIP2=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_DECOMPRESS_XZ=y
CONFIG_DECOMPRESS_LZO=y
CONFIG_DECOMPRESS_LZ4=y
CONFIG_GENERIC_ALLOCATOR=y
CONFIG_REED_SOLOMON=m
CONFIG_REED_SOLOMON_DEC16=y
CONFIG_BCH=y
CONFIG_BCH_CONST_PARAMS=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT_MAP=y
CONFIG_HAS_DMA=y
CONFIG_CPU_RMAP=y
CONFIG_DQL=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
# CONFIG_AVERAGE is not set
CONFIG_CLZ_TAB=y
CONFIG_CORDIC=y
# CONFIG_DDR is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
CONFIG_ARCH_HAS_SG_CHAIN=y