From: Fengguang Wu <fengguang.wu@intel.com>
To: lkp@lists.01.org
Subject: [x86] BUG: unable to handle kernel paging request at ffff880012770000
Date: Wed, 30 Jul 2014 04:07:54 +0000 [thread overview]
Message-ID: <20140730040739.GH16537@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 19713 bytes --]
Hi Artem,
FYI, this bisect has noise errors, so I'm not sure if it's a correct bisect.
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
commit 825600c0f20e595daaa7a6dd8970f84fa2a2ee57
Author: Artem Fetishev <artem_fetishev@epam.com>
AuthorDate: Fri Mar 28 13:33:39 2014 -0700
Commit: Linus Torvalds <torvalds@linux-foundation.org>
CommitDate: Fri Mar 28 13:56:58 2014 -0700
x86: fix boot on uniprocessor systems
On x86 uniprocessor systems topology_physical_package_id() returns -1
which causes rapl_cpu_prepare() to leave rapl_pmu variable uninitialized
which leads to GPF in rapl_pmu_init().
See arch/x86/kernel/cpu/perf_event_intel_rapl.c.
It turns out that physical_package_id and core_id can actually be
retreived for uniprocessor systems too. Enabling them also fixes
rapl_pmu code.
Signed-off-by: Artem Fetishev <artem_fetishev@epam.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
===================================================
PARENT COMMIT NOT CLEAN. LOOK OUT FOR WRONG BISECT!
===================================================
Attached dmesg for the parent commit, too, to help confirm whether it is a noise error.
+-----------------------------------------------------------+------------+------------+---------------+
| | d9060742fb | 825600c0f2 | next-20140723 |
+-----------------------------------------------------------+------------+------------+---------------+
| boot_successes | 167 | 48 | 9 |
| boot_failures | 97 | 18 | 2 |
| BUG:unable_to_handle_kernel_NULL_pointer_dereference | 97 | 14 | 2 |
| Oops | 97 | 3 | 2 |
| RIP:rapl_pmu_init | 97 | | |
| Kernel_panic-not_syncing:Attempted_to_kill_init_exitcode= | 97 | | |
| backtrace:rapl_pmu_init | 97 | | |
| backtrace:kernel_init_freeable | 97 | 3 | |
| BUG:unable_to_handle_kernel_paging_request | 0 | 17 | 2 |
| BUG:unable_to_handle_kernel_NULL_pointer | 0 | 1 | |
| RIP:slob_page_alloc | 0 | 3 | |
| backtrace:proc_create_data | 0 | 3 | |
| backtrace:init_timer_list_procfs | 0 | 3 | |
| BUG:unable_to_handle | 0 | 1 | |
| BUG:unable_to_handl | 0 | 1 | |
| BUG:unable_to_handle_ker | 0 | 1 | |
| BUG:kernel_boot_hang | 0 | 1 | |
| RIP:memset | 0 | 0 | 2 |
| RIP:__rmqueue | 0 | 0 | 2 |
| backtrace:cryptomgr_test | 0 | 0 | 2 |
| backtrace:do_fork | 0 | 0 | 2 |
+-----------------------------------------------------------+------------+------------+---------------+
[ 1.026545] cryptomgr_test (20) used greatest stack depth: 5632 bytes left
[ 1.030491] AVX version of gcm_enc/dec engaged.
[ 1.033812] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 1.038806] BUG: unable to handle kernel paging request at ffff880012770000
[ 1.040058] IP: [<ffffffff8161d18f>] memset+0x1f/0xb0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012770060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] BUG: unable to handle kernel paging request at ffff880012776440
[ 1.040058] IP: [<ffffffff810fb846>] match_held_lock+0x16/0x2f0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012776060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000072
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
git bisect start v3.14 v3.13 --
git bisect good 494479038d97f1b9f76fc633a360a681acdf035c # 20:32 66+ 28 Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
git bisect good 751a03c3728ed393287374078b98c3094a0b3bd2 # 20:36 66+ 67 Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
git bisect good 18f2af2d68815e1c4d5c275ebd030e27ef627582 # 20:43 66+ 55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
git bisect good 708f04d2abf4e90abee61d9ffb1f165038017ecf # 20:46 66+ 58 block: free q->flush_rq in blk_init_allocated_queue error paths
git bisect good 75c5a52da3fc2a06abb6c6192bdf5d680e56d37d # 20:48 66+ 31 vfs: Allocate anon_inode_inode in anon_inode_init()
git bisect bad 0f2776e6151a123552fd06b666fe755fa780a967 # 20:48 0- 18 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
git bisect good 1fac1fa965a9fbdb38d8a4b945db3521f801c946 # 20:57 66+ 26 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
git bisect bad bc53267e97e4942e7f22c31cd8cf87840796accb # 21:01 1- 5 Merge branch 'akpm' (patches from Andrew Morton)
git bisect good 2946369ee277fa9fcc3372aabddc9c15dfabf744 # 21:11 66+ 0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
git bisect bad 825600c0f20e595daaa7a6dd8970f84fa2a2ee57 # 21:30 0- 7 x86: fix boot on uniprocessor systems
git bisect good d9060742fbf630fe31951dfc10b798deb2813f01 # 22:39 66+ 29 ocfs2: check if cluster name exists before deref
# first bad commit: [825600c0f20e595daaa7a6dd8970f84fa2a2ee57] x86: fix boot on uniprocessor systems
git bisect good d9060742fbf630fe31951dfc10b798deb2813f01 # 22:49 198+ 97 ocfs2: check if cluster name exists before deref
git bisect bad 5eb00b037d9bb650b18b8f331bb9fb7a66559b5f # 22:51 0- 2 Add linux-next specific files for 20140723
git bisect bad 82e13c71bc655b6dc7110da4e164079dadb44892 # 23:12 0- 77 Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
git bisect bad 1a58d9909611972fd1c081bb04a9f7dc2571e612 # 23:23 2- 1 Add linux-next specific files for 20140724
This script may reproduce the error.
----------------------------------------------------------------------------
#!/bin/bash
kernel=$1
initrd=yocto-minimal-x86_64.cgz
wget --no-clobber https://github.com/fengguang/reproduce-kernel-bug/blob/master/initrd/$initrd
kvm=(
qemu-system-x86_64
-enable-kvm
-cpu Haswell,+smep,+smap
-kernel $kernel
-initrd $initrd
-m 320
-smp 1
-net nic,vlan=1,model=e1000
-net user,vlan=1
-boot order=nc
-no-reboot
-watchdog i6300esb
-rtc base=localtime
-serial stdio
-display none
-monitor null
)
append=(
hung_task_panic=1
earlyprintk=ttyS0,115200
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
panic=10
softlockup_panic=1
nmi_watchdog=panic
prompt_ramdisk=0
console=ttyS0,115200
console=tty0
vga=normal
root=/dev/ram0
rw
drbd.minor_count=8
)
"${kvm[@]}" --append "${append[*]}"
----------------------------------------------------------------------------
Thanks,
Fengguang
_______________________________________________
LKP mailing list
LKP(a)linux.intel.com
[-- Attachment #2: 3.14.0-rc8-00024-g825600c8 --]
[-- Type: text/plain, Size: 274337 bytes --]
early console in setup code
Probing EDD (edd=off to disable)... ok
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.14.0-rc8-00024-g825600c (kbuild@lkp-hsx01) (gcc version 4.8.2 (Debian 4.8.2-18) ) #8 Thu Jul 24 21:26:51 CST 2014
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:825600c0f20e595daaa7a6dd8970f84fa2a2ee57:bisect-linux-2/.vmlinuz-825600c0f20e595daaa7a6dd8970f84fa2a2ee57-20140724212837-17-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c drbd.minor_count=8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 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-0x0000000013ffdfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000013ffe000-0x0000000013ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x13ffe 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 enabled: cpu 0, old 0x70406, new 0x7010600070106
[ 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 0x000fdb00-0x000fdb0f] mapped at [ffff8800000fdb00]
[ 0.000000] mpc: fdb10-fdbf0
[ 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 [0x04170000, 0x04170fff] PGTABLE
[ 0.000000] BRK [0x04171000, 0x04171fff] PGTABLE
[ 0.000000] BRK [0x04172000, 0x04172fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x13a00000-0x13bfffff]
[ 0.000000] [mem 0x13a00000-0x13bfffff] page 4k
[ 0.000000] BRK [0x04173000, 0x04173fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x10000000-0x139fffff]
[ 0.000000] [mem 0x10000000-0x139fffff] page 4k
[ 0.000000] BRK [0x04174000, 0x04174fff] PGTABLE
[ 0.000000] BRK [0x04175000, 0x04175fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x0fffffff]
[ 0.000000] [mem 0x00100000-0x0fffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x13c00000-0x13ffdfff]
[ 0.000000] [mem 0x13c00000-0x13ffdfff] page 4k
[ 0.000000] RAMDISK: [mem 0x13ce6000-0x13feffff]
[ 0.000000] ACPI: RSDP 00000000000fd9a0 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0000000013ffe4b0 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0000000013ffff80 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0000000013ffe4f0 0011A9 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 0000000013ffff40 000040
[ 0.000000] ACPI: SSDT 0000000013fff800 000735 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0000000013fff6e0 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0000000013fff6a0 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:13ffd001, boot clock
[ 0.000000] [ffffea0000000000-ffffea00005fffff] PMD -> [ffff880012c00000-ffff8800131fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x13ffdfff]
[ 0.000000] On node 0 totalpages: 81820
[ 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: 1216 pages used for memmap
[ 0.000000] DMA32 zone: 77822 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 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] ACPI: IRQ2 used by override.
[ 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] mapped IOAPIC to ffffffffff5f8000 (fec00000)
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 295e880
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x14000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 80519
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:825600c0f20e595daaa7a6dd8970f84fa2a2ee57:bisect-linux-2/.vmlinuz-825600c0f20e595daaa7a6dd8970f84fa2a2ee57-20140724212837-17-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 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] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 265776K/327280K available (17372K kernel code, 8364K rwdata, 8176K rodata, 1144K init, 15452K bss, 61504K reserved)
[ 0.000000] NR_IRQS:4352 nr_irqs:48 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ww api failures: ok | ok | ok |
[ 0.000000] ww contexts mixing: ok | ok |
[ 0.000000] finishing ww context: ok | ok | ok | ok |
[ 0.000000] locking mismatches: ok | ok | ok |
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked: ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] context: ok | ok | ok |
[ 0.000000] try: ok | ok | ok |
[ 0.000000] block: ok | ok | ok |
[ 0.000000] spinlock: ok | ok | ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2693.332 MHz processor
[ 0.008000] Calibrating delay loop (skipped) preset value.. 5386.66 BogoMIPS (lpj=10773328)
[ 0.008000] pid_max: default: 4096 minimum: 301
[ 0.008052] ACPI: Core revision 20131218
[ 0.019048] ACPI: All ACPI Tables successfully acquired
[ 0.019936] Mount-cache hash table entries: 256
[ 0.020851] Initializing cgroup subsys freezer
[ 0.021507] Initializing cgroup subsys blkio
[ 0.022255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.022255] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.022255] tlb_flushall_shift: 6
[ 0.024011] CPU: Intel Core Processor (Haswell) (fam: 06, model: 3c, stepping: 01)
[ 0.032817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[ 0.036731] Getting VERSION: 1050014
[ 0.037400] Getting VERSION: 1050014
[ 0.038078] Getting ID: 0
[ 0.038573] Getting ID: ff000000
[ 0.039176] Getting LVT0: 8700
[ 0.039738] Getting LVT1: 8400
[ 0.040114] enabled ExtINT on CPU#0
[ 0.042290] ENABLING IO-APIC IRQs
[ 0.042908] init IO_APIC IRQs
[ 0.043463] apic 0 pin 0 not connected
[ 0.044055] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.045506] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.046957] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.048049] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.049482] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.052045] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.053484] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.054924] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.056046] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.057510] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.058969] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.060046] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.061511] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.063001] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.064044] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.065515] apic 0 pin 16 not connected
[ 0.066215] apic 0 pin 17 not connected
[ 0.068010] apic 0 pin 18 not connected
[ 0.068721] apic 0 pin 19 not connected
[ 0.069431] apic 0 pin 20 not connected
[ 0.070132] apic 0 pin 21 not connected
[ 0.070851] apic 0 pin 22 not connected
[ 0.071560] apic 0 pin 23 not connected
[ 0.072169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.073286] TSC deadline timer enabled
[ 0.075163] gcov: version magic: 0x3430382a
[ 0.082439] xor: automatically using best checksumming function:
[ 0.120024] avx : 6510.000 MB/sec
[ 0.120805] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.122022] pinctrl core: initialized pinctrl subsystem
[ 0.123893] regulator-dummy: no parameters
[ 0.124334] RTC time: 21:27:56, date: 07/24/14
[ 0.125420] NET: Registered protocol family 16
[ 0.128120] ACPI: bus type PCI registered
[ 0.128942] dca service started, version 1.12.1
[ 0.129840] PCI: Using configuration type 1 for base access
[ 0.132000] bio: create slab <bio-0> at 0
[ 0.200046] raid6: sse2x1 1545 MB/s
[ 0.268029] raid6: sse2x2 1905 MB/s
[ 0.336038] raid6: sse2x4 1857 MB/s
[ 0.336736] raid6: using algorithm sse2x2 (1905 MB/s)
[ 0.337630] raid6: using ssse3x2 recovery algorithm
[ 0.339159] ACPI: Added _OSI(Module Device)
[ 0.339920] ACPI: Added _OSI(Processor Device)
[ 0.340017] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.340865] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.365761] ACPI: Interpreter enabled
[ 0.366460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[ 0.368026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[ 0.369823] ACPI: (supports S0 S3 S4 S5)
[ 0.370531] ACPI: Using IOAPIC for interrupt routing
[ 0.371449] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.375950] ACPI: No dock devices found.
[ 0.414284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.415420] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.416139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.419290] PCI host bridge to bus 0000:00
[ 0.420021] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.421000] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.422100] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.423195] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.424016] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[ 0.425369] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.427793] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.429652] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.433858] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f]
[ 0.440157] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.441998] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.443292] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.445052] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 0.448930] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
[ 0.451975] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]
[ 0.461841] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 0.464796] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.467096] pci 0000:00:03.0: reg 0x10: [mem 0xfeba0000-0xfebbffff]
[ 0.469167] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.475421] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
[ 0.476904] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 0.478537] pci 0000:00:04.0: reg 0x10: [mem 0xfebf1000-0xfebf100f]
[ 0.484217] pci_bus 0000:00: on NUMA node 0
[ 0.488180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.490126] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.492064] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.493989] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.495423] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.497680] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.500093] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.501542] vgaarb: loaded
[ 0.502033] vgaarb: bridge control possible 0000:00:02.0
[ 0.504849] Linux video capture interface: v2.00
[ 0.505781] pps_core: LinuxPPS API ver. 1 registered
[ 0.506673] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.508359] wmi: Mapper loaded
[ 0.509517] Advanced Linux Sound Architecture Driver Initialized.
[ 0.510672] PCI: Using ACPI for IRQ routing
[ 0.511446] PCI: pci_cache_line_size set to 64 bytes
[ 0.512279] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.513375] e820: reserve RAM buffer [mem 0x13ffe000-0x13ffffff]
[ 0.516255] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.517242] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.524092] Switched to clocksource kvm-clock
[ 0.765539] FS-Cache: Loaded
[ 0.766215] CacheFiles: Loaded
[ 0.766917] pnp: PnP ACPI init
[ 0.767519] ACPI: bus type PNP registered
[ 0.768530] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.770101] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.771470] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.773025] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.774368] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.775897] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.777403] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.778847] pnp 00:03: [dma 2]
[ 0.779503] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.781170] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.782706] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.784367] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.785901] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.787472] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.789024] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.791379] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.793622] pnp: PnP ACPI: found 8 devices
[ 0.794370] ACPI: bus type PNP unregistered
[ 0.795129] INFO_MDMA: LNW DMA Driver Version 1.1.0
[ 0.802068] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.803090] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.804117] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.805230] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
[ 0.806417] NET: Registered protocol family 1
[ 0.807256] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.808371] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.809437] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.810595] pci 0000:00:02.0: Boot video device
[ 0.811466] PCI: CLS 0 bytes, default 64
[ 0.813149] Unpacking initramfs...
[ 1.012619] debug: unmapping init [mem 0xffff880013ce6000-0xffff880013feffff]
[ 1.020890] RAPL PMU detected, hw unit 2^-4 Joules, API unit is 2^-32 Joules, 3 fixed counters 671088640 ms ovfl timer
[ 1.024122] cryptomgr_test (18) used greatest stack depth: 6448 bytes left
[ 1.026545] cryptomgr_test (20) used greatest stack depth: 5632 bytes left
[ 1.030491] AVX version of gcm_enc/dec engaged.
[ 1.033812] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 1.038806] BUG: unable to handle kernel paging request at ffff880012770000
[ 1.040058] IP: [<ffffffff8161d18f>] memset+0x1f/0xb0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012770060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] BUG: unable to handle kernel paging request at ffff880012776440
[ 1.040058] IP: [<ffffffff810fb846>] match_held_lock+0x16/0x2f0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012776060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000072
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel
Elapsed time: 5
qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -kernel /kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:825600c0f20e595daaa7a6dd8970f84fa2a2ee57:bisect-linux-2/.vmlinuz-825600c0f20e595daaa7a6dd8970f84fa2a2ee57-20140724212837-17-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c drbd.minor_count=8' -initrd /kernel-tests/initrd/yocto-minimal-x86_64.cgz -m 320 -smp 1 -net nic,vlan=1,model=e1000 -net user,vlan=1 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -pidfile /dev/shm/kboot/pid-yocto-kbuild-15 -serial file:/dev/shm/kboot/serial-yocto-kbuild-15 -daemonize -display none -monitor null
[-- Attachment #3: 3.14.0-rc8-00023-gd9060749 --]
[-- Type: text/plain, Size: 31973 bytes --]
early console in setup code
Probing EDD (edd=off to disable)... ok
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.14.0-rc8-00023-gd906074 (kbuild@lkp-hsx01) (gcc version 4.8.2 (Debian 4.8.2-18) ) #9 Thu Jul 24 22:06:09 CST 2014
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:d9060742fbf630fe31951dfc10b798deb2813f01:bisect-linux-2/.vmlinuz-d9060742fbf630fe31951dfc10b798deb2813f01-20140724220639-37-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 drbd.minor_count=8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 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-0x0000000013ffdfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000013ffe000-0x0000000013ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x13ffe 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 enabled: cpu 0, old 0x70406, new 0x7010600070106
[ 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 0x000fdae0-0x000fdaef] mapped at [ffff8800000fdae0]
[ 0.000000] mpc: fdaf0-fdbe4
[ 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 [0x04170000, 0x04170fff] PGTABLE
[ 0.000000] BRK [0x04171000, 0x04171fff] PGTABLE
[ 0.000000] BRK [0x04172000, 0x04172fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x12600000-0x127fffff]
[ 0.000000] [mem 0x12600000-0x127fffff] page 4k
[ 0.000000] BRK [0x04173000, 0x04173fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x10000000-0x125fffff]
[ 0.000000] [mem 0x10000000-0x125fffff] page 4k
[ 0.000000] BRK [0x04174000, 0x04174fff] PGTABLE
[ 0.000000] BRK [0x04175000, 0x04175fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x0fffffff]
[ 0.000000] [mem 0x00100000-0x0fffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x12800000-0x13ffdfff]
[ 0.000000] [mem 0x12800000-0x13ffdfff] page 4k
[ 0.000000] RAMDISK: [mem 0x1293d000-0x13feffff]
[ 0.000000] ACPI: RSDP 00000000000fd950 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0000000013ffe450 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0000000013ffff80 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0000000013ffe490 0011A9 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 0000000013ffff40 000040
[ 0.000000] ACPI: SSDT 0000000013fff7a0 000796 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0000000013fff680 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0000000013fff640 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:13ffd001, boot clock
[ 0.000000] [ffffea0000000000-ffffea00005fffff] PMD -> [ffff880011800000-ffff880011dfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x13ffdfff]
[ 0.000000] On node 0 totalpages: 81820
[ 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: 1216 pages used for memmap
[ 0.000000] DMA32 zone: 77822 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x1 ignored.
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 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] ACPI: IRQ2 used by override.
[ 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] mapped IOAPIC to ffffffffff5f8000 (fec00000)
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 295e7c0
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x14000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 80519
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:d9060742fbf630fe31951dfc10b798deb2813f01:bisect-linux-2/.vmlinuz-d9060742fbf630fe31951dfc10b798deb2813f01-20140724220639-37-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 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] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 245644K/327280K available (17372K kernel code, 8364K rwdata, 8176K rodata, 1144K init, 15452K bss, 81636K reserved)
[ 0.000000] NR_IRQS:4352 nr_irqs:48 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ww api failures: ok | ok | ok |
[ 0.000000] ww contexts mixing: ok | ok |
[ 0.000000] finishing ww context: ok | ok | ok | ok |
[ 0.000000] locking mismatches: ok | ok | ok |
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked: ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] context: ok | ok | ok |
[ 0.000000] try: ok | ok | ok |
[ 0.000000] block: ok | ok | ok |
[ 0.000000] spinlock: ok | ok | ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2693.332 MHz processor
[ 0.008000] Calibrating delay loop (skipped) preset value.. 5386.66 BogoMIPS (lpj=10773328)
[ 0.008000] pid_max: default: 4096 minimum: 301
[ 0.008000] ACPI: Core revision 20131218
[ 0.013876] ACPI: All ACPI Tables successfully acquired
[ 0.014753] Mount-cache hash table entries: 256
[ 0.016137] Initializing cgroup subsys freezer
[ 0.016777] Initializing cgroup subsys blkio
[ 0.017495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.017495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.017495] tlb_flushall_shift: 6
[ 0.020017] CPU: Intel Core Processor (Haswell) (fam: 06, model: 3c, stepping: 01)
[ 0.027017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[ 0.029757] Getting VERSION: 1050014
[ 0.032028] Getting VERSION: 1050014
[ 0.036015] Getting ID: 0
[ 0.036393] Getting ID: ff000000
[ 0.036836] Getting LVT0: 8700
[ 0.037250] Getting LVT1: 8400
[ 0.037743] enabled ExtINT on CPU#0
[ 0.039305] ENABLING IO-APIC IRQs
[ 0.039770] init IO_APIC IRQs
[ 0.040021] apic 0 pin 0 not connected
[ 0.040578] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.041665] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.044035] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.045108] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.046184] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.047254] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.048059] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.049127] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.050176] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.052034] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.053110] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.054201] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.055279] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.056036] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.057111] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.058180] apic 0 pin 16 not connected
[ 0.058698] apic 0 pin 17 not connected
[ 0.059236] apic 0 pin 18 not connected
[ 0.060017] apic 0 pin 19 not connected
[ 0.060538] apic 0 pin 20 not connected
[ 0.061061] apic 0 pin 21 not connected
[ 0.061574] apic 0 pin 22 not connected
[ 0.062095] apic 0 pin 23 not connected
[ 0.064169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065159] TSC deadline timer enabled
[ 0.066695] gcov: version magic: 0x3430382a
[ 0.073162] xor: automatically using best checksumming function:
[ 0.112018] avx : 6907.000 MB/sec
[ 0.112712] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.113790] pinctrl core: initialized pinctrl subsystem
[ 0.116753] regulator-dummy: no parameters
[ 0.117649] RTC time: 22:31:45, date: 07/24/14
[ 0.118591] NET: Registered protocol family 16
[ 0.120908] ACPI: bus type PCI registered
[ 0.121671] dca service started, version 1.12.1
[ 0.122480] PCI: Using configuration type 1 for base access
[ 0.124352] bio: create slab <bio-0> at 0
[ 0.196050] raid6: sse2x1 1718 MB/s
[ 0.264040] raid6: sse2x2 1853 MB/s
[ 0.332021] raid6: sse2x4 1786 MB/s
[ 0.332758] raid6: using algorithm sse2x2 (1853 MB/s)
[ 0.333732] raid6: using ssse3x2 recovery algorithm
[ 0.335193] ACPI: Added _OSI(Module Device)
[ 0.336012] ACPI: Added _OSI(Processor Device)
[ 0.336846] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.337743] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.360507] ACPI: Interpreter enabled
[ 0.361253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[ 0.363057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[ 0.364537] ACPI: (supports S0 S3 S4 S5)
[ 0.365295] ACPI: Using IOAPIC for interrupt routing
[ 0.366306] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.373449] ACPI: No dock devices found.
[ 0.409017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.410230] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.411337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.413580] PCI host bridge to bus 0000:00
[ 0.414374] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.415421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.416014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.418125] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.419431] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[ 0.420119] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.422361] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.424823] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.428878] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f]
[ 0.431853] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.432607] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.433990] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.436173] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 0.440782] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
[ 0.444118] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]
[ 0.452131] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 0.454725] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.456553] pci 0000:00:03.0: reg 0x10: [mem 0xfeba0000-0xfebbffff]
[ 0.458803] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.465695] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
[ 0.467692] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 0.468619] pci 0000:00:04.0: reg 0x10: [mem 0xfebf1000-0xfebf100f]
[ 0.474151] pci_bus 0000:00: on NUMA node 0
[ 0.477671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.480320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.482225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.484120] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.485588] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.488804] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.491112] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.492014] vgaarb: loaded
[ 0.492551] vgaarb: bridge control possible 0000:00:02.0
[ 0.494963] Linux video capture interface: v2.00
[ 0.495944] pps_core: LinuxPPS API ver. 1 registered
[ 0.496009] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.498529] wmi: Mapper loaded
[ 0.499570] Advanced Linux Sound Architecture Driver Initialized.
[ 0.500061] PCI: Using ACPI for IRQ routing
[ 0.500879] PCI: pci_cache_line_size set to 64 bytes
[ 0.502024] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.503179] e820: reserve RAM buffer [mem 0x13ffe000-0x13ffffff]
[ 0.505443] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.507490] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.512063] Switched to clocksource kvm-clock
[ 0.736643] FS-Cache: Loaded
[ 0.737300] CacheFiles: Loaded
[ 0.738010] pnp: PnP ACPI init
[ 0.738644] ACPI: bus type PNP registered
[ 0.739635] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.741284] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.742675] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.744266] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.745826] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.747413] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.748980] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.751616] pnp 00:03: [dma 2]
[ 0.752369] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.754027] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.755827] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.757510] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.759289] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.760965] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.764147] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.766595] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.768947] pnp: PnP ACPI: found 8 devices
[ 0.769849] ACPI: bus type PNP unregistered
[ 0.770759] INFO_MDMA: LNW DMA Driver Version 1.1.0
[ 0.777406] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.778635] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.779828] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.781195] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
[ 0.782599] NET: Registered protocol family 1
[ 0.783603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.784932] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.786212] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.787586] pci 0000:00:02.0: Boot video device
[ 0.788645] PCI: CLS 0 bytes, default 64
[ 0.790255] Unpacking initramfs...
[ 2.500052] debug: unmapping init [mem 0xffff88001293d000-0xffff880013feffff]
[ 2.503027] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 2.504012] IP: [<ffffffff83145080>] rapl_pmu_init+0x1e7/0x24e
[ 2.504012] PGD 0
[ 2.504012] Oops: 0000 [#1] DEBUG_PAGEALLOC
[ 2.504012] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-rc8-00023-gd906074 #9
[ 2.504012] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 2.504012] task: ffff880012030000 ti: ffff880012034000 task.ti: ffff880012034000
[ 2.504012] RIP: 0010:[<ffffffff83145080>] [<ffffffff83145080>] rapl_pmu_init+0x1e7/0x24e
[ 2.504012] RSP: 0000:ffff880012035e80 EFLAGS: 00010202
[ 2.504012] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[ 2.504012] RDX: 0000000000000001 RSI: 0000000000000001 RDI: 0000000000000206
[ 2.504012] RBP: ffff880012035e90 R08: 0000000000000000 R09: 0000000000000000
[ 2.504012] R10: 0000000000000001 R11: 0000000000000000 R12: ffffffff83144e99
[ 2.504012] R13: 0000000000000306 R14: 0000000000000000 R15: 0000000000000000
[ 2.504012] FS: 0000000000000000(0000) GS:ffffffff82939000(0000) knlGS:0000000000000000
[ 2.504012] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2.504012] CR2: 0000000000000068 CR3: 0000000002919000 CR4: 00000000000406b0
[ 2.504012] Stack:
[ 2.504012] 0000000000000000 0000000000000000 ffff880012035f08 ffffffff8313a540
[ 2.504012] ffffffff8290b500 0000000000000200 ffff880012035f08 ffffffff810ce215
[ 2.504012] ffff880013ffb4a6 ffffffff82837af7 0000030600060006 ffffffff82905448
[ 2.504012] Call Trace:
[ 2.504012] [<ffffffff8313a540>] do_one_initcall+0xc7/0x1c0
[ 2.504012] [<ffffffff810ce215>] ? parse_args+0x335/0x4b0
[ 2.504012] [<ffffffff8313a7dd>] kernel_init_freeable+0x1a4/0x2b0
[ 2.504012] [<ffffffff83139a74>] ? do_early_param+0xd7/0xd7
[ 2.504012] [<ffffffff820d1ab0>] ? rest_init+0x130/0x130
[ 2.504012] [<ffffffff820d1ac6>] kernel_init+0x16/0x1b0
[ 2.504012] [<ffffffff820f56fa>] ret_from_fork+0x7a/0xb0
[ 2.504012] [<ffffffff820d1ab0>] ? rest_init+0x130/0x130
[ 2.504012] Code: 00 89 c6 31 c0 e8 ca 3c f9 fe 48 ff 05 9a f9 12 00 83 c8 ff eb 78 48 8b 1d 26 b7 80 ff 48 ff 05 7f f9 12 00 48 ff 05 d0 f5 12 00 <48> 8b 7b 68 e8 97 24 f6 fd 48 69 c8 e8 03 00 00 48 89 d0 be e8
[ 2.504012] RIP [<ffffffff83145080>] rapl_pmu_init+0x1e7/0x24e
[ 2.504012] RSP <ffff880012035e80>
[ 2.504012] CR2: 0000000000000068
[ 2.504012] ---[ end trace 79bf412f192f8d08 ]---
[ 2.504012] swapper (1) used greatest stack depth: 4352 bytes left
[ 2.555343] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[ 2.555343]
[ 2.557328] Kernel Offset: 0x0 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffff9fffffff)
[ 2.559331] Rebooting in 10 seconds..
Elapsed time: 15
qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -kernel /kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:d9060742fbf630fe31951dfc10b798deb2813f01:bisect-linux-2/.vmlinuz-d9060742fbf630fe31951dfc10b798deb2813f01-20140724220639-37-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 drbd.minor_count=8' -initrd /kernel-tests/initrd/quantal-core-x86_64.cgz -m 320 -smp 2 -net nic,vlan=1,model=e1000 -net user,vlan=1 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -pidfile /dev/shm/kboot/pid-quantal-kbuild-10 -serial file:/dev/shm/kboot/serial-quantal-kbuild-10 -daemonize -display none -monitor null
[-- Attachment #4: -unable-to-handle-kernel-paging-request-39374.log --]
[-- Type: application/octet-stream, Size: 139173 bytes --]
[-- Attachment #5: config-3.14.0-rc8-00024-g825600c --]
[-- Type: text/plain, Size: 77895 bytes --]
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.14.0-rc8 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=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_ARCH_HAS_CPU_AUTOPROBE=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_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_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
#
# General setup
#
CONFIG_BROKEN_ON_SMP=y
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_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_FHANDLE is not set
# CONFIG_AUDIT is not set
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=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_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
#
# Timers subsystem
#
CONFIG_HZ_PERIODIC=y
# CONFIG_NO_HZ_IDLE is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
#
# RCU Subsystem
#
CONFIG_TINY_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_STALL_COMMON is not set
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_DEVICE is not set
# CONFIG_CPUSETS is not set
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_RESOURCE_COUNTERS is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
# CONFIG_PID_NS is not set
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
CONFIG_RD_LZMA=y
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_ANON_INODES=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_EXPERT=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_PCSPKR_PLATFORM=y
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
# CONFIG_SIGNALFD is not set
# CONFIG_TIMERFD is not set
# CONFIG_EVENTFD is not set
CONFIG_SHMEM=y
# CONFIG_AIO is not set
CONFIG_PCI_QUIRKS=y
# CONFIG_EMBEDDED is not set
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 is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
# CONFIG_SLUB is not set
CONFIG_SLOB=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_JUMP_LABEL=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_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=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_HAVE_ARCH_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_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
#
# GCOV-based kernel profiling
#
CONFIG_GCOV_KERNEL=y
CONFIG_GCOV_PROFILE_ALL=y
# CONFIG_GCOV_FORMAT_AUTODETECT is not set
CONFIG_GCOV_FORMAT_3_4=y
# CONFIG_GCOV_FORMAT_4_7 is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=1
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# CONFIG_MODULES is not set
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_MSDOS_PARTITION is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
CONFIG_KARMA_PARTITION=y
# CONFIG_EFI_PARTITION is not set
CONFIG_SYSV68_PARTITION=y
# CONFIG_CMDLINE_PARTITION is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="deadline"
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_FREEZER=y
#
# Processor type and features
#
CONFIG_ZONE_DMA=y
# CONFIG_SMP is not set
CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_INTEL_LPSS=y
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_XEN is not set
# CONFIG_XEN_PRIVILEGED_GUEST 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_MEMTEST is not set
# 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=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
# CONFIG_CPU_SUP_CENTAUR is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_NR_CPUS=1
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
# CONFIG_X86_MCE is not set
CONFIG_I8K=y
# CONFIG_MICROCODE is not set
# CONFIG_MICROCODE_INTEL_EARLY is not set
# CONFIG_MICROCODE_AMD_EARLY is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
# CONFIG_DIRECT_GBPAGES is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
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=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
# CONFIG_COMPACTION is not set
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_TRANSPARENT_HUGEPAGE is not set
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NEED_PER_CPU_KM=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_ZBUD is not set
CONFIG_MEM_SOFT_DIRTY=y
# CONFIG_ZSMALLOC is not set
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
# CONFIG_X86_SMAP is not set
# CONFIG_EFI is not set
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_SCHED_HRTICK is not set
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x200000
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_EC_DEBUGFS=y
CONFIG_ACPI_AC=y
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
# CONFIG_ACPI_PROCESSOR is not set
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
CONFIG_ACPI_DEBUG=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
CONFIG_ACPI_SBS=y
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_APEI is not set
CONFIG_SFI=y
#
# 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=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
#
# x86 CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_P4_CLOCKMOD=y
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=y
#
# 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=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
CONFIG_PCI_STUB=y
# CONFIG_HT_IRQ is not set
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y
#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
# CONFIG_PCMCIA_LOAD_CIS is not set
# CONFIG_CARDBUS is not set
#
# PC-card bridges
#
# CONFIG_YENTA is not set
CONFIG_PD6729=y
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
CONFIG_RAPIDIO=y
CONFIG_RAPIDIO_DISC_TIMEOUT=30
# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set
CONFIG_RAPIDIO_DMA_ENGINE=y
CONFIG_RAPIDIO_DEBUG=y
CONFIG_RAPIDIO_ENUM_BASIC=y
#
# RapidIO Switch drivers
#
CONFIG_RAPIDIO_TSI57X=y
CONFIG_RAPIDIO_CPS_XX=y
CONFIG_RAPIDIO_TSI568=y
CONFIG_RAPIDIO_CPS_GEN2=y
CONFIG_X86_SYSFB=y
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
# CONFIG_COREDUMP is not set
# CONFIG_IA32_EMULATION is not set
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_NET=y
#
# Networking options
#
# CONFIG_PACKET is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_NET_KEY is not set
# CONFIG_INET is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_HSR is not set
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
#
# Network testing
#
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
# CONFIG_LIB80211 is not set
#
# CFG80211 needs to be enabled for MAC80211
#
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_RFKILL_REGULATOR is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_DEVTMPFS is not set
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=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_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
#
# Bus devices
#
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y
#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=y
# CONFIG_BLK_CPQ_CISS_DA is not set
CONFIG_BLK_DEV_DAC960=y
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=y
#
# DRBD disabled because PROC_FS or INET not selected
#
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_NVME=y
CONFIG_BLK_DEV_SKD=y
CONFIG_BLK_DEV_SX8=y
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
# CONFIG_ATA_OVER_ETH is not set
CONFIG_VIRTIO_BLK=y
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RSXX is not set
#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=y
# CONFIG_ATMEL_PWM is not set
CONFIG_DUMMY_IRQ=y
# CONFIG_IBM_ASM is not set
CONFIG_PHANTOM=y
CONFIG_SGI_IOC4=y
CONFIG_TIFM_CORE=y
# CONFIG_TIFM_7XX1 is not set
CONFIG_ICS932S401=y
# CONFIG_ATMEL_SSC is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HP_ILO=y
# CONFIG_APDS9802ALS is not set
CONFIG_ISL29020=y
CONFIG_SENSORS_BH1770=y
# CONFIG_SENSORS_APDS990X is not set
CONFIG_HMC6352=y
CONFIG_DS1682=y
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
CONFIG_C2PORT=y
CONFIG_C2PORT_DURAMAR_2150=y
#
# EEPROM support
#
CONFIG_EEPROM_MAX6875=y
CONFIG_EEPROM_93CX6=y
CONFIG_CB710_CORE=y
CONFIG_CB710_DEBUG=y
CONFIG_CB710_DEBUG_ASSUMPTIONS=y
#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set
#
# Altera FPGA firmware download module
#
CONFIG_ALTERA_STAPL=y
CONFIG_INTEL_MEI=y
# CONFIG_INTEL_MEI_ME is not set
CONFIG_VMWARE_VMCI=y
#
# Intel MIC Host Driver
#
# CONFIG_INTEL_MIC_HOST is not set
#
# Intel MIC Card Driver
#
# CONFIG_INTEL_MIC_CARD is not set
# CONFIG_GENWQE is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_TIMINGS=y
CONFIG_IDE_ATAPI=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_IDE_GD=y
# CONFIG_IDE_GD_ATA is not set
# CONFIG_IDE_GD_ATAPI is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEACPI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y
#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
CONFIG_BLK_DEV_OFFBOARD=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_OPTI621=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_BLK_DEV_AMD74XX is not set
CONFIG_BLK_DEV_ATIIXP=y
CONFIG_BLK_DEV_CMD64X=y
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_JMICRON=y
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT8172 is not set
CONFIG_BLK_DEV_IT8213=y
# CONFIG_BLK_DEV_IT821X is not set
CONFIG_BLK_DEV_NS87415=y
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_BLK_DEV_SVWKS=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
CONFIG_BLK_DEV_TRM290=y
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_BLK_DEV_TC86C001=y
CONFIG_BLK_DEV_IDEDMA=y
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=y
# CONFIG_SCSI is not set
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
# CONFIG_MD is not set
CONFIG_FUSION=y
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_LOGGING is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_I2O=y
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
# CONFIG_I2O_EXT_ADAPTEC is not set
# CONFIG_I2O_CONFIG is not set
# CONFIG_I2O_BUS is not set
CONFIG_I2O_BLOCK=y
# CONFIG_I2O_PROC is not set
# CONFIG_MACINTOSH_DRIVERS is not set
# CONFIG_NETDEVICES is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=y
CONFIG_INPUT_MATRIXKMAP=y
#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
CONFIG_KEYBOARD_ADP5589=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_QT1070=y
CONFIG_KEYBOARD_QT2160=y
CONFIG_KEYBOARD_LKKBD=y
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
CONFIG_KEYBOARD_TCA6416=y
CONFIG_KEYBOARD_TCA8418=y
CONFIG_KEYBOARD_MATRIX=y
CONFIG_KEYBOARD_LM8323=y
CONFIG_KEYBOARD_LM8333=y
CONFIG_KEYBOARD_MAX7359=y
# CONFIG_KEYBOARD_MCS is not set
CONFIG_KEYBOARD_MPR121=y
CONFIG_KEYBOARD_NEWTON=y
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
CONFIG_KEYBOARD_STOWAWAY=y
CONFIG_KEYBOARD_SUNKBD=y
CONFIG_KEYBOARD_XTKBD=y
# CONFIG_KEYBOARD_CROS_EC is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
CONFIG_MOUSE_VSXXXAA=y
# CONFIG_MOUSE_GPIO is not set
CONFIG_MOUSE_SYNAPTICS_I2C=y
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=y
# CONFIG_JOYSTICK_A3D is not set
CONFIG_JOYSTICK_ADI=y
CONFIG_JOYSTICK_COBRA=y
CONFIG_JOYSTICK_GF2K=y
# CONFIG_JOYSTICK_GRIP is not set
CONFIG_JOYSTICK_GRIP_MP=y
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
CONFIG_JOYSTICK_SIDEWINDER=y
CONFIG_JOYSTICK_TMDC=y
CONFIG_JOYSTICK_IFORCE=y
# CONFIG_JOYSTICK_IFORCE_232 is not set
CONFIG_JOYSTICK_WARRIOR=y
CONFIG_JOYSTICK_MAGELLAN=y
CONFIG_JOYSTICK_SPACEORB=y
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=y
# CONFIG_JOYSTICK_TWIDJOY is not set
CONFIG_JOYSTICK_ZHENHUA=y
# CONFIG_JOYSTICK_AS5011 is not set
CONFIG_JOYSTICK_JOYDUMP=y
# CONFIG_JOYSTICK_XPAD is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_WACOM is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
CONFIG_INPUT_ARIZONA_HAPTICS=y
CONFIG_INPUT_BMA150=y
CONFIG_INPUT_PCSPKR=y
CONFIG_INPUT_MAX8925_ONKEY=y
CONFIG_INPUT_MC13783_PWRBUTTON=y
CONFIG_INPUT_MMA8450=y
# CONFIG_INPUT_MPU3050 is not set
CONFIG_INPUT_APANEL=y
CONFIG_INPUT_GP2A=y
CONFIG_INPUT_GPIO_TILT_POLLED=y
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
CONFIG_INPUT_KXTJ9=y
CONFIG_INPUT_KXTJ9_POLLED_MODE=y
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_RETU_PWRBUTTON=y
CONFIG_INPUT_UINPUT=y
# CONFIG_INPUT_PCF50633_PMU is not set
CONFIG_INPUT_PCF8574=y
CONFIG_INPUT_GPIO_ROTARY_ENCODER=y
# CONFIG_INPUT_DA9052_ONKEY is not set
# CONFIG_INPUT_WM831X_ON is not set
# CONFIG_INPUT_ADXL34X is not set
CONFIG_INPUT_CMA3000=y
# CONFIG_INPUT_CMA3000_I2C is not set
# CONFIG_INPUT_IDEAPAD_SLIDEBAR 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=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=y
CONFIG_SERIO_ALTERA_PS2=y
CONFIG_SERIO_PS2MULT=y
CONFIG_SERIO_ARC_PS2=y
CONFIG_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
CONFIG_GAMEPORT_L4=y
CONFIG_GAMEPORT_EMU10K1=y
# CONFIG_GAMEPORT_FM801 is not set
#
# Character devices
#
CONFIG_TTY=y
# CONFIG_VT is not set
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_ROCKETPORT=y
CONFIG_CYCLADES=y
# CONFIG_CYZ_INTR is not set
# CONFIG_MOXA_INTELLIO is not set
CONFIG_MOXA_SMARTIO=y
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
CONFIG_ISI=y
CONFIG_N_HDLC=y
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVKMEM=y
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
CONFIG_SERIAL_8250_DW=y
#
# Non-8250 serial port support
#
CONFIG_SERIAL_MAX3100=y
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_MFD_HSU=y
CONFIG_SERIAL_MFD_HSU_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=y
CONFIG_SERIAL_SCCNXP=y
# CONFIG_SERIAL_SCCNXP_CONSOLE is not set
# CONFIG_SERIAL_TIMBERDALE is not set
CONFIG_SERIAL_ALTERA_JTAGUART=y
# CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE is not set
# CONFIG_SERIAL_ALTERA_UART is not set
CONFIG_SERIAL_IFX6X60=y
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_ARC is not set
CONFIG_SERIAL_RP2=y
CONFIG_SERIAL_RP2_NR_UARTS=32
CONFIG_SERIAL_FSL_LPUART=y
# CONFIG_SERIAL_FSL_LPUART_CONSOLE is not set
CONFIG_TTY_PRINTK=y
CONFIG_HVC_DRIVER=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_ATMEL is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HW_RANDOM_EXYNOS is not set
CONFIG_HW_RANDOM_TPM=y
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
CONFIG_APPLICOM=y
#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=y
# CONFIG_CARDMAN_4000 is not set
CONFIG_CARDMAN_4040=y
CONFIG_MWAVE=y
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
# CONFIG_HANGCHECK_TIMER is not set
CONFIG_TCG_TPM=y
# CONFIG_TCG_TIS is not set
CONFIG_TCG_TIS_I2C_ATMEL=y
CONFIG_TCG_TIS_I2C_INFINEON=y
CONFIG_TCG_TIS_I2C_NUVOTON=y
# CONFIG_TCG_NSC is not set
# CONFIG_TCG_ATMEL is not set
CONFIG_TCG_INFINEON=y
# CONFIG_TCG_ST33_I2C is not set
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_MUX=y
#
# Multiplexer I2C Chip support
#
CONFIG_I2C_MUX_GPIO=y
CONFIG_I2C_MUX_PCA9541=y
CONFIG_I2C_MUX_PCA954x=y
CONFIG_I2C_MUX_PINCTRL=y
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=y
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=y
# CONFIG_I2C_AMD756_S4882 is not set
CONFIG_I2C_AMD8111=y
# CONFIG_I2C_I801 is not set
CONFIG_I2C_ISCH=y
CONFIG_I2C_ISMT=y
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
CONFIG_I2C_SIS5595=y
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y
#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
CONFIG_I2C_DESIGNWARE_CORE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_DESIGNWARE_PCI=y
# CONFIG_I2C_EG20T is not set
CONFIG_I2C_GPIO=y
CONFIG_I2C_KEMPLD=y
CONFIG_I2C_OCORES=y
CONFIG_I2C_PCA_PLATFORM=y
# CONFIG_I2C_PXA_PCI is not set
CONFIG_I2C_SIMTEC=y
CONFIG_I2C_XILINX=y
#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_PARPORT_LIGHT=y
CONFIG_I2C_TAOS_EVM=y
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
CONFIG_SPI_BITBANG=y
# CONFIG_SPI_GPIO is not set
CONFIG_SPI_OC_TINY=y
CONFIG_SPI_PXA2XX_DMA=y
CONFIG_SPI_PXA2XX=y
CONFIG_SPI_PXA2XX_PCI=y
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_TOPCLIFF_PCH is not set
CONFIG_SPI_XCOMM=y
CONFIG_SPI_XILINX=y
CONFIG_SPI_DESIGNWARE=y
# CONFIG_SPI_DW_PCI is not set
# CONFIG_SPI_DW_MMIO is not set
#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_HSI is not set
#
# PPS support
#
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
CONFIG_NTP_PPS=y
#
# PPS clients support
#
CONFIG_PPS_CLIENT_KTIMER=y
CONFIG_PPS_CLIENT_LDISC=y
CONFIG_PPS_CLIENT_GPIO=y
#
# PPS generators support
#
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# CONFIG_PTP_1588_CLOCK_PCH is not set
CONFIG_PINCTRL=y
#
# Pin controllers
#
# CONFIG_PINMUX is not set
# CONFIG_PINCONF is not set
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_ACPI=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_DA9052=y
CONFIG_GPIO_MAX730X=y
#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
CONFIG_GPIO_IT8761E=y
CONFIG_GPIO_F7188X=y
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_TS5500 is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_ICH is not set
CONFIG_GPIO_VX855=y
CONFIG_GPIO_LYNXPOINT=y
#
# I2C GPIO expanders:
#
CONFIG_GPIO_ARIZONA=y
CONFIG_GPIO_MAX7300=y
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
CONFIG_GPIO_PCF857X=y
# CONFIG_GPIO_RC5T583 is not set
# CONFIG_GPIO_SX150X is not set
CONFIG_GPIO_WM831X=y
CONFIG_GPIO_WM8350=y
CONFIG_GPIO_WM8994=y
# CONFIG_GPIO_ADP5588 is not set
#
# PCI GPIO expanders:
#
CONFIG_GPIO_BT8XX=y
CONFIG_GPIO_AMD8111=y
CONFIG_GPIO_INTEL_MID=y
# CONFIG_GPIO_PCH is not set
CONFIG_GPIO_ML_IOH=y
# CONFIG_GPIO_RDC321X is not set
#
# SPI GPIO expanders:
#
CONFIG_GPIO_MAX7301=y
CONFIG_GPIO_MC33880=y
#
# AC97 GPIO expanders:
#
#
# LPC GPIO expanders:
#
# CONFIG_GPIO_KEMPLD is not set
#
# MODULbus GPIO expanders:
#
CONFIG_GPIO_TPS65910=y
#
# USB GPIO expanders:
#
CONFIG_W1=y
#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
# CONFIG_W1_MASTER_DS2482 is not set
CONFIG_W1_MASTER_DS1WM=y
CONFIG_W1_MASTER_GPIO=y
#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
CONFIG_W1_SLAVE_SMEM=y
CONFIG_W1_SLAVE_DS2408=y
CONFIG_W1_SLAVE_DS2408_READBACK=y
CONFIG_W1_SLAVE_DS2413=y
CONFIG_W1_SLAVE_DS2423=y
CONFIG_W1_SLAVE_DS2431=y
CONFIG_W1_SLAVE_DS2433=y
CONFIG_W1_SLAVE_DS2433_CRC=y
CONFIG_W1_SLAVE_DS2760=y
CONFIG_W1_SLAVE_DS2780=y
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_GENERIC_ADC_BATTERY=y
CONFIG_MAX8925_POWER=y
CONFIG_WM831X_BACKUP=y
# CONFIG_WM831X_POWER is not set
CONFIG_WM8350_POWER=y
CONFIG_TEST_POWER=y
CONFIG_BATTERY_DS2760=y
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
CONFIG_BATTERY_DS2782=y
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_BATTERY_DA9030=y
CONFIG_BATTERY_DA9052=y
CONFIG_BATTERY_MAX17040=y
# CONFIG_BATTERY_MAX17042 is not set
CONFIG_CHARGER_PCF50633=y
# CONFIG_CHARGER_MAX8903 is not set
CONFIG_CHARGER_LP8727=y
CONFIG_CHARGER_GPIO=y
# CONFIG_CHARGER_MANAGER is not set
CONFIG_CHARGER_MAX14577=y
CONFIG_CHARGER_BQ2415X=y
CONFIG_CHARGER_BQ24190=y
CONFIG_CHARGER_BQ24735=y
CONFIG_CHARGER_SMB347=y
# CONFIG_CHARGER_TPS65090 is not set
# 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_ABITUGURU=y
CONFIG_SENSORS_ABITUGURU3=y
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
CONFIG_SENSORS_AD7418=y
# CONFIG_SENSORS_ADCXX is not set
CONFIG_SENSORS_ADM1021=y
CONFIG_SENSORS_ADM1025=y
CONFIG_SENSORS_ADM1026=y
CONFIG_SENSORS_ADM1029=y
CONFIG_SENSORS_ADM1031=y
# CONFIG_SENSORS_ADM9240 is not set
CONFIG_SENSORS_ADT7X10=y
CONFIG_SENSORS_ADT7310=y
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
CONFIG_SENSORS_ADT7462=y
# CONFIG_SENSORS_ADT7470 is not set
CONFIG_SENSORS_ADT7475=y
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_K10TEMP=y
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
CONFIG_SENSORS_DS620=y
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DA9052_ADC is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
CONFIG_SENSORS_F71882FG=y
# CONFIG_SENSORS_F75375S is not set
CONFIG_SENSORS_FSCHMD=y
CONFIG_SENSORS_G760A=y
# CONFIG_SENSORS_G762 is not set
CONFIG_SENSORS_GL518SM=y
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_GPIO_FAN=y
CONFIG_SENSORS_HIH6130=y
# CONFIG_SENSORS_HTU21 is not set
CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_IIO_HWMON=y
# CONFIG_SENSORS_IT87 is not set
CONFIG_SENSORS_JC42=y
CONFIG_SENSORS_LINEAGE=y
CONFIG_SENSORS_LM63=y
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
CONFIG_SENSORS_LM75=y
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
CONFIG_SENSORS_LM80=y
# CONFIG_SENSORS_LM83 is not set
CONFIG_SENSORS_LM85=y
CONFIG_SENSORS_LM87=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4151 is not set
CONFIG_SENSORS_LTC4215=y
CONFIG_SENSORS_LTC4245=y
# CONFIG_SENSORS_LTC4261 is not set
CONFIG_SENSORS_LM95234=y
# CONFIG_SENSORS_LM95241 is not set
CONFIG_SENSORS_LM95245=y
CONFIG_SENSORS_MAX1111=y
CONFIG_SENSORS_MAX16065=y
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX1668=y
CONFIG_SENSORS_MAX197=y
# CONFIG_SENSORS_MAX6639 is not set
CONFIG_SENSORS_MAX6642=y
CONFIG_SENSORS_MAX6650=y
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MCP3021 is not set
CONFIG_SENSORS_NCT6775=y
CONFIG_SENSORS_PC87360=y
CONFIG_SENSORS_PC87427=y
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
CONFIG_SENSORS_SHT15=y
CONFIG_SENSORS_SHT21=y
CONFIG_SENSORS_SIS5595=y
CONFIG_SENSORS_SMM665=y
CONFIG_SENSORS_DME1737=y
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
CONFIG_SENSORS_EMC6W201=y
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
CONFIG_SENSORS_SMSC47B397=y
CONFIG_SENSORS_SCH56XX_COMMON=y
CONFIG_SENSORS_SCH5627=y
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_ADS1015 is not set
CONFIG_SENSORS_ADS7828=y
CONFIG_SENSORS_ADS7871=y
CONFIG_SENSORS_AMC6821=y
CONFIG_SENSORS_INA209=y
CONFIG_SENSORS_INA2XX=y
CONFIG_SENSORS_THMC50=y
CONFIG_SENSORS_TMP102=y
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_TMP421=y
CONFIG_SENSORS_VIA_CPUTEMP=y
CONFIG_SENSORS_VIA686A=y
CONFIG_SENSORS_VT1211=y
CONFIG_SENSORS_VT8231=y
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
CONFIG_SENSORS_W83792D=y
# CONFIG_SENSORS_W83793 is not set
CONFIG_SENSORS_W83795=y
CONFIG_SENSORS_W83795_FANCTRL=y
CONFIG_SENSORS_W83L785TS=y
CONFIG_SENSORS_W83L786NG=y
# CONFIG_SENSORS_W83627HF is not set
CONFIG_SENSORS_W83627EHF=y
CONFIG_SENSORS_WM831X=y
# CONFIG_SENSORS_WM8350 is not set
CONFIG_SENSORS_APPLESMC=y
CONFIG_SENSORS_MC13783_ADC=y
#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
CONFIG_SENSORS_ATK0110=y
CONFIG_THERMAL=y
# CONFIG_THERMAL_HWMON is not set
# CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE is not set
CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=y
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_USER_SPACE is not set
CONFIG_THERMAL_EMULATION=y
CONFIG_INTEL_POWERCLAMP=y
# CONFIG_ACPI_INT3403_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=y
CONFIG_DA9052_WATCHDOG=y
CONFIG_WM831X_WATCHDOG=y
CONFIG_WM8350_WATCHDOG=y
CONFIG_DW_WATCHDOG=y
CONFIG_RETU_WATCHDOG=y
CONFIG_ACQUIRE_WDT=y
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
CONFIG_SP5100_TCO=y
# CONFIG_SC520_WDT is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=y
# CONFIG_IE6XX_WDT is not set
CONFIG_ITCO_WDT=y
# CONFIG_ITCO_VENDOR_SUPPORT is not set
# CONFIG_IT8712F_WDT is not set
CONFIG_IT87_WDT=y
# CONFIG_HP_WATCHDOG is not set
CONFIG_KEMPLD_WDT=y
# CONFIG_SC1200_WDT is not set
CONFIG_PC87413_WDT=y
# CONFIG_NV_TCO is not set
CONFIG_60XX_WDT=y
# CONFIG_SBC8360_WDT is not set
CONFIG_CPU5_WDT=y
CONFIG_SMSC_SCH311X_WDT=y
CONFIG_SMSC37B787_WDT=y
CONFIG_VIA_WDT=y
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83697UG_WDT is not set
CONFIG_W83877F_WDT=y
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
CONFIG_SBC_EPX_C3_WATCHDOG=y
CONFIG_MEN_A21_WDT=y
#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
# CONFIG_WDTPCI is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
# CONFIG_SSB_DRIVER_GPIO is not set
CONFIG_BCMA_POSSIBLE=y
#
# Broadcom specific AMBA
#
CONFIG_BCMA=y
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
CONFIG_BCMA_DRIVER_GPIO=y
CONFIG_BCMA_DEBUG=y
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_CS5535 is not set
CONFIG_MFD_AS3711=y
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
CONFIG_MFD_CROS_EC=y
# CONFIG_MFD_CROS_EC_I2C is not set
CONFIG_PMIC_DA903X=y
CONFIG_PMIC_DA9052=y
CONFIG_MFD_DA9052_SPI=y
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
CONFIG_MFD_MC13XXX=y
CONFIG_MFD_MC13XXX_SPI=y
# CONFIG_MFD_MC13XXX_I2C is not set
CONFIG_HTC_PASIC3=y
# CONFIG_HTC_I2CPLD is not set
CONFIG_LPC_ICH=y
CONFIG_LPC_SCH=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=y
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
CONFIG_MFD_MAX8907=y
CONFIG_MFD_MAX8925=y
CONFIG_MFD_MAX8997=y
# CONFIG_MFD_MAX8998 is not set
# CONFIG_EZX_PCAP is not set
CONFIG_MFD_RETU=y
CONFIG_MFD_PCF50633=y
CONFIG_PCF50633_ADC=y
CONFIG_PCF50633_GPIO=y
# CONFIG_UCB1400_CORE is not set
CONFIG_MFD_RDC321X=y
# CONFIG_MFD_RTSX_PCI is not set
CONFIG_MFD_RC5T583=y
CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SI476X_CORE=y
CONFIG_MFD_SM501=y
CONFIG_MFD_SM501_GPIO=y
CONFIG_MFD_SMSC=y
CONFIG_ABX500_CORE=y
CONFIG_AB3100_CORE=y
# CONFIG_AB3100_OTP is not set
# CONFIG_MFD_STMPE is not set
CONFIG_MFD_SYSCON=y
CONFIG_MFD_TI_AM335X_TSCADC=y
# CONFIG_MFD_LP3943 is not set
CONFIG_MFD_LP8788=y
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
CONFIG_MFD_TPS65090=y
CONFIG_MFD_TPS65217=y
# CONFIG_MFD_TPS6586X is not set
CONFIG_MFD_TPS65910=y
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
CONFIG_MFD_WL1273_CORE=y
CONFIG_MFD_LM3533=y
# CONFIG_MFD_TIMBERDALE is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
CONFIG_MFD_VX855=y
CONFIG_MFD_ARIZONA=y
CONFIG_MFD_ARIZONA_I2C=y
# CONFIG_MFD_ARIZONA_SPI is not set
# CONFIG_MFD_WM5102 is not set
# CONFIG_MFD_WM5110 is not set
# CONFIG_MFD_WM8997 is not set
# CONFIG_MFD_WM8400 is not set
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
# CONFIG_MFD_WM831X_SPI is not set
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
CONFIG_MFD_WM8994=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_DEBUG=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
CONFIG_REGULATOR_ACT8865=y
CONFIG_REGULATOR_AD5398=y
CONFIG_REGULATOR_ANATOP=y
CONFIG_REGULATOR_AB3100=y
# CONFIG_REGULATOR_ARIZONA is not set
CONFIG_REGULATOR_AS3711=y
CONFIG_REGULATOR_DA903X=y
CONFIG_REGULATOR_DA9052=y
CONFIG_REGULATOR_DA9210=y
CONFIG_REGULATOR_FAN53555=y
CONFIG_REGULATOR_GPIO=y
CONFIG_REGULATOR_ISL6271A=y
CONFIG_REGULATOR_LP3971=y
CONFIG_REGULATOR_LP3972=y
# CONFIG_REGULATOR_LP872X is not set
CONFIG_REGULATOR_LP8755=y
CONFIG_REGULATOR_LP8788=y
# CONFIG_REGULATOR_MAX14577 is not set
CONFIG_REGULATOR_MAX1586=y
# CONFIG_REGULATOR_MAX8649 is not set
CONFIG_REGULATOR_MAX8660=y
# CONFIG_REGULATOR_MAX8907 is not set
# CONFIG_REGULATOR_MAX8925 is not set
CONFIG_REGULATOR_MAX8952=y
CONFIG_REGULATOR_MAX8973=y
# CONFIG_REGULATOR_MAX8997 is not set
CONFIG_REGULATOR_MC13XXX_CORE=y
CONFIG_REGULATOR_MC13783=y
# CONFIG_REGULATOR_MC13892 is not set
CONFIG_REGULATOR_PCF50633=y
CONFIG_REGULATOR_PFUZE100=y
CONFIG_REGULATOR_RC5T583=y
# CONFIG_REGULATOR_S2MPS11 is not set
CONFIG_REGULATOR_S5M8767=y
# CONFIG_REGULATOR_TPS51632 is not set
CONFIG_REGULATOR_TPS62360=y
CONFIG_REGULATOR_TPS65023=y
CONFIG_REGULATOR_TPS6507X=y
CONFIG_REGULATOR_TPS65090=y
CONFIG_REGULATOR_TPS65217=y
CONFIG_REGULATOR_TPS6524X=y
CONFIG_REGULATOR_TPS65910=y
# CONFIG_REGULATOR_WM831X is not set
# CONFIG_REGULATOR_WM8350 is not set
CONFIG_REGULATOR_WM8994=y
CONFIG_MEDIA_SUPPORT=y
#
# 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_RC_SUPPORT is not set
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2=y
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_FIXED_MINOR_RANGES=y
CONFIG_VIDEO_TUNER=y
CONFIG_VIDEOBUF_GEN=y
CONFIG_VIDEOBUF_DMA_SG=y
# CONFIG_TTPCI_EEPROM is not set
#
# Media drivers
#
CONFIG_MEDIA_PCI_SUPPORT=y
#
# Media capture/analog TV support
#
CONFIG_VIDEO_ZORAN=y
CONFIG_VIDEO_ZORAN_DC30=y
CONFIG_VIDEO_ZORAN_ZR36060=y
CONFIG_VIDEO_ZORAN_BUZ=y
CONFIG_VIDEO_ZORAN_DC10=y
CONFIG_VIDEO_ZORAN_LML33=y
# CONFIG_VIDEO_ZORAN_LML33R10 is not set
# CONFIG_VIDEO_ZORAN_AVS6EYES is not set
CONFIG_VIDEO_HEXIUM_GEMINI=y
# CONFIG_VIDEO_HEXIUM_ORION is not set
CONFIG_VIDEO_MXB=y
#
# Media capture/analog/hybrid TV support
#
# CONFIG_VIDEO_CX25821 is not set
# CONFIG_VIDEO_SAA7134 is not set
#
# Supported MMC/SDIO adapters
#
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_TEA575X=y
# CONFIG_RADIO_SI470X is not set
CONFIG_RADIO_SI4713=y
# CONFIG_PLATFORM_SI4713 is not set
# CONFIG_I2C_SI4713 is not set
# CONFIG_RADIO_SI476X is not set
CONFIG_RADIO_MAXIRADIO=y
CONFIG_RADIO_TEA5764=y
CONFIG_RADIO_TEA5764_XTAL=y
CONFIG_RADIO_SAA7706H=y
CONFIG_RADIO_TEF6862=y
CONFIG_RADIO_WL1273=y
#
# Texas Instruments WL128x FM driver (ST based)
#
CONFIG_VIDEO_SAA7146=y
CONFIG_VIDEO_SAA7146_VV=y
#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
#
# Audio decoders, processors and mixers
#
CONFIG_VIDEO_TDA9840=y
CONFIG_VIDEO_TEA6415C=y
CONFIG_VIDEO_TEA6420=y
#
# RDS decoders
#
#
# Video decoders
#
CONFIG_VIDEO_BT819=y
CONFIG_VIDEO_BT856=y
CONFIG_VIDEO_SAA7110=y
CONFIG_VIDEO_SAA711X=y
CONFIG_VIDEO_VPX3220=y
#
# Video and audio decoders
#
#
# Video encoders
#
CONFIG_VIDEO_SAA7185=y
CONFIG_VIDEO_ADV7175=y
#
# Camera sensor devices
#
#
# Flash devices
#
#
# Video improvement chips
#
#
# Audio/Video compression chips
#
#
# Miscellaneous helper chips
#
#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=y
CONFIG_MEDIA_TUNER_SIMPLE=y
CONFIG_MEDIA_TUNER_TDA8290=y
CONFIG_MEDIA_TUNER_TDA827X=y
CONFIG_MEDIA_TUNER_TDA18271=y
CONFIG_MEDIA_TUNER_TDA9887=y
CONFIG_MEDIA_TUNER_TEA5761=y
CONFIG_MEDIA_TUNER_TEA5767=y
CONFIG_MEDIA_TUNER_MT20XX=y
CONFIG_MEDIA_TUNER_XC2028=y
CONFIG_MEDIA_TUNER_XC5000=y
CONFIG_MEDIA_TUNER_XC4000=y
CONFIG_MEDIA_TUNER_MC44S803=y
#
# 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
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_TTM=y
#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
CONFIG_DRM_I2C_SIL164=y
CONFIG_DRM_I2C_NXP_TDA998X=y
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=y
CONFIG_DRM_RADEON=y
CONFIG_DRM_RADEON_UMS=y
CONFIG_DRM_NOUVEAU=y
CONFIG_NOUVEAU_DEBUG=5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
# CONFIG_DRM_I915 is not set
CONFIG_DRM_MGA=y
CONFIG_DRM_VIA=y
CONFIG_DRM_SAVAGE=y
CONFIG_DRM_VMWGFX=y
CONFIG_DRM_VMWGFX_FBCON=y
CONFIG_DRM_GMA500=y
CONFIG_DRM_GMA600=y
# CONFIG_DRM_GMA3600 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=y
# CONFIG_DRM_BOCHS is not set
CONFIG_VGASTATE=y
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_HDMI=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=y
CONFIG_FB_PM2=y
CONFIG_FB_PM2_FIFO_DISCONNECT=y
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
CONFIG_FB_ASILIANT=y
CONFIG_FB_IMSTT=y
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_N411 is not set
CONFIG_FB_HGA=y
CONFIG_FB_OPENCORES=y
CONFIG_FB_S1D13XXX=y
CONFIG_FB_NVIDIA=y
# CONFIG_FB_NVIDIA_I2C is not set
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=y
# CONFIG_FB_RIVA_I2C is not set
CONFIG_FB_RIVA_DEBUG=y
# CONFIG_FB_RIVA_BACKLIGHT is not set
CONFIG_FB_I740=y
CONFIG_FB_LE80578=y
CONFIG_FB_CARILLO_RANCH=y
CONFIG_FB_MATROX=y
# CONFIG_FB_MATROX_MILLENIUM is not set
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=y
CONFIG_FB_MATROX_MAVEN=y
# CONFIG_FB_RADEON is not set
CONFIG_FB_ATY128=y
CONFIG_FB_ATY128_BACKLIGHT=y
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
CONFIG_FB_SAVAGE=y
# CONFIG_FB_SAVAGE_I2C is not set
# CONFIG_FB_SAVAGE_ACCEL is not set
CONFIG_FB_SIS=y
CONFIG_FB_SIS_300=y
# CONFIG_FB_SIS_315 is not set
CONFIG_FB_VIA=y
CONFIG_FB_VIA_DIRECT_PROCFS=y
CONFIG_FB_VIA_X_COMPATIBILITY=y
CONFIG_FB_NEOMAGIC=y
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
CONFIG_FB_VT8623=y
CONFIG_FB_TRIDENT=y
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_TMIO is not set
# CONFIG_FB_SM501 is not set
# CONFIG_FB_GOLDFISH is not set
CONFIG_FB_VIRTUAL=y
CONFIG_FB_METRONOME=y
CONFIG_FB_MB862XX=y
CONFIG_FB_MB862XX_PCI_GDC=y
CONFIG_FB_MB862XX_I2C=y
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
CONFIG_FB_SIMPLE=y
# CONFIG_EXYNOS_VIDEO is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_L4F00242T03=y
CONFIG_LCD_LMS283GF05=y
CONFIG_LCD_LTV350QV=y
CONFIG_LCD_ILI922X=y
CONFIG_LCD_ILI9320=y
CONFIG_LCD_TDO24M=y
CONFIG_LCD_VGG2432A4=y
CONFIG_LCD_PLATFORM=y
CONFIG_LCD_S6E63M0=y
CONFIG_LCD_LD9040=y
CONFIG_LCD_AMS369FG06=y
CONFIG_LCD_LMS501KF03=y
CONFIG_LCD_HX8357=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
CONFIG_BACKLIGHT_LM3533=y
CONFIG_BACKLIGHT_CARILLO_RANCH=y
CONFIG_BACKLIGHT_DA903X=y
CONFIG_BACKLIGHT_DA9052=y
CONFIG_BACKLIGHT_MAX8925=y
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
CONFIG_BACKLIGHT_WM831X=y
# CONFIG_BACKLIGHT_ADP8860 is not set
CONFIG_BACKLIGHT_ADP8870=y
CONFIG_BACKLIGHT_PCF50633=y
# CONFIG_BACKLIGHT_LM3630A is not set
CONFIG_BACKLIGHT_LM3639=y
# CONFIG_BACKLIGHT_LP855X is not set
# CONFIG_BACKLIGHT_LP8788 is not set
CONFIG_BACKLIGHT_TPS65217=y
CONFIG_BACKLIGHT_AS3711=y
CONFIG_BACKLIGHT_GPIO=y
CONFIG_BACKLIGHT_LV5207LP=y
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_LOGO is not set
CONFIG_SOUND=y
# CONFIG_SOUND_OSS_CORE is not set
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_COMPRESS_OFFLOAD=y
CONFIG_SND_JACK=y
# CONFIG_SND_SEQUENCER is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_VX_LIB=y
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_SB_COMMON=y
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
CONFIG_SND_ALS4000=y
CONFIG_SND_ALI5451=y
CONFIG_SND_ASIHPI=y
CONFIG_SND_ATIIXP=y
CONFIG_SND_ATIIXP_MODEM=y
CONFIG_SND_AU8810=y
CONFIG_SND_AU8820=y
# CONFIG_SND_AU8830 is not set
CONFIG_SND_AW2=y
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=y
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=y
# CONFIG_SND_CMIPCI is not set
CONFIG_SND_OXYGEN_LIB=y
# CONFIG_SND_OXYGEN is not set
CONFIG_SND_CS4281=y
CONFIG_SND_CS46XX=y
CONFIG_SND_CS46XX_NEW_DSP=y
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
CONFIG_SND_DARLA20=y
CONFIG_SND_GINA20=y
CONFIG_SND_LAYLA20=y
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
CONFIG_SND_LAYLA24=y
CONFIG_SND_MONA=y
CONFIG_SND_MIA=y
# CONFIG_SND_ECHO3G is not set
CONFIG_SND_INDIGO=y
CONFIG_SND_INDIGOIO=y
CONFIG_SND_INDIGODJ=y
CONFIG_SND_INDIGOIOX=y
CONFIG_SND_INDIGODJX=y
CONFIG_SND_EMU10K1=y
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
CONFIG_SND_ES1938=y
CONFIG_SND_ES1968=y
# CONFIG_SND_ES1968_INPUT is not set
CONFIG_SND_ES1968_RADIO=y
CONFIG_SND_FM801=y
# CONFIG_SND_FM801_TEA575X_BOOL is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=1
CONFIG_SND_HDA_INPUT_JACK=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
CONFIG_SND_HDA_CODEC_VIA=y
# CONFIG_SND_HDA_CODEC_HDMI is not set
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDSP is not set
CONFIG_SND_HDSPM=y
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
CONFIG_SND_INTEL8X0M=y
CONFIG_SND_KORG1212=y
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
CONFIG_SND_PCXHR=y
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
CONFIG_SND_RME96=y
CONFIG_SND_RME9652=y
CONFIG_SND_SONICVIBES=y
CONFIG_SND_TRIDENT=y
CONFIG_SND_VIA82XX=y
# CONFIG_SND_VIA82XX_MODEM is not set
CONFIG_SND_VIRTUOSO=y
CONFIG_SND_VX222=y
CONFIG_SND_YMFPCI=y
# CONFIG_SND_SPI is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
CONFIG_SND_PDAUDIOCF=y
CONFIG_SND_SOC=y
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_DESIGNWARE_I2S is not set
CONFIG_SND_SOC_I2C_AND_SPI=y
CONFIG_SND_SIMPLE_CARD=y
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=y
#
# HID support
#
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
# CONFIG_HIDRAW is not set
CONFIG_UHID=y
# CONFIG_HID_GENERIC is not set
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
CONFIG_HID_ACRUX=y
CONFIG_HID_ACRUX_FF=y
CONFIG_HID_APPLE=y
CONFIG_HID_AUREAL=y
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=y
CONFIG_DRAGONRISE_FF=y
CONFIG_HID_EMS_FF=y
CONFIG_HID_ELECOM=y
CONFIG_HID_EZKEY=y
CONFIG_HID_KEYTOUCH=y
CONFIG_HID_KYE=y
# CONFIG_HID_UCLOGIC is not set
CONFIG_HID_WALTOP=y
CONFIG_HID_GYRATION=y
CONFIG_HID_ICADE=y
CONFIG_HID_TWINHAN=y
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LCPOWER=y
# CONFIG_HID_LENOVO_TPKBD is not set
CONFIG_HID_LOGITECH=y
CONFIG_LOGITECH_FF=y
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_LOGIG940_FF=y
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_HID_MULTITOUCH=y
# CONFIG_HID_ORTEK is not set
CONFIG_HID_PANTHERLORD=y
CONFIG_PANTHERLORD_FF=y
CONFIG_HID_PETALYNX=y
CONFIG_HID_PICOLCD=y
CONFIG_HID_PICOLCD_FB=y
CONFIG_HID_PICOLCD_BACKLIGHT=y
# CONFIG_HID_PICOLCD_LCD is not set
CONFIG_HID_PICOLCD_LEDS=y
# CONFIG_HID_PRIMAX is not set
CONFIG_HID_SAITEK=y
CONFIG_HID_SAMSUNG=y
# CONFIG_HID_SPEEDLINK is not set
CONFIG_HID_STEELSERIES=y
CONFIG_HID_SUNPLUS=y
CONFIG_HID_GREENASIA=y
# CONFIG_GREENASIA_FF is not set
# CONFIG_HID_SMARTJOYPLUS is not set
CONFIG_HID_TIVO=y
CONFIG_HID_TOPSEED=y
CONFIG_HID_THINGM=y
CONFIG_HID_THRUSTMASTER=y
CONFIG_THRUSTMASTER_FF=y
# CONFIG_HID_WACOM is not set
CONFIG_HID_WIIMOTE=y
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_HID_SENSOR_HUB=y
#
# I2C HID support
#
CONFIG_I2C_HID=y
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_SAMSUNG_USB2PHY is not set
# CONFIG_SAMSUNG_USB3PHY is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_TAHVO_USB is not set
# CONFIG_USB_GADGET is not set
CONFIG_UWB=y
CONFIG_UWB_WHCI=y
# CONFIG_MMC is not set
CONFIG_MEMSTICK=y
CONFIG_MEMSTICK_DEBUG=y
#
# MemoryStick drivers
#
# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
CONFIG_MSPRO_BLOCK=y
CONFIG_MS_BLOCK=y
#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=y
# CONFIG_MEMSTICK_JMICRON_38X is not set
CONFIG_MEMSTICK_R592=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
CONFIG_LEDS_LM3530=y
# CONFIG_LEDS_LM3533 is not set
# CONFIG_LEDS_LM3642 is not set
CONFIG_LEDS_PCA9532=y
CONFIG_LEDS_PCA9532_GPIO=y
# CONFIG_LEDS_GPIO is not set
CONFIG_LEDS_LP3944=y
CONFIG_LEDS_LP55XX_COMMON=y
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
CONFIG_LEDS_LP5562=y
# CONFIG_LEDS_LP8501 is not set
CONFIG_LEDS_LP8788=y
CONFIG_LEDS_CLEVO_MAIL=y
CONFIG_LEDS_PCA955X=y
CONFIG_LEDS_PCA963X=y
# CONFIG_LEDS_PCA9685 is not set
# CONFIG_LEDS_WM831X_STATUS is not set
CONFIG_LEDS_WM8350=y
CONFIG_LEDS_DA903X=y
CONFIG_LEDS_DA9052=y
CONFIG_LEDS_DAC124S085=y
CONFIG_LEDS_REGULATOR=y
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
CONFIG_LEDS_LT3593=y
CONFIG_LEDS_DELL_NETBOOKS=y
CONFIG_LEDS_MC13783=y
CONFIG_LEDS_TCA6507=y
CONFIG_LEDS_MAX8997=y
CONFIG_LEDS_LM355x=y
# CONFIG_LEDS_OT200 is not set
CONFIG_LEDS_BLINKM=y
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
CONFIG_LEDS_TRIGGER_CAMERA=y
CONFIG_ACCESSIBILITY=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 is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_PROC=y
# CONFIG_RTC_INTF_DEV is not set
CONFIG_RTC_DRV_TEST=y
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS1672=y
CONFIG_RTC_DRV_DS3232=y
CONFIG_RTC_DRV_LP8788=y
CONFIG_RTC_DRV_MAX6900=y
CONFIG_RTC_DRV_MAX8907=y
CONFIG_RTC_DRV_MAX8925=y
CONFIG_RTC_DRV_MAX8997=y
# CONFIG_RTC_DRV_RS5C372 is not set
CONFIG_RTC_DRV_ISL1208=y
# CONFIG_RTC_DRV_ISL12022 is not set
CONFIG_RTC_DRV_ISL12057=y
CONFIG_RTC_DRV_X1205=y
CONFIG_RTC_DRV_PCF2127=y
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=y
# CONFIG_RTC_DRV_TPS65910 is not set
CONFIG_RTC_DRV_RC5T583=y
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=y
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
CONFIG_RTC_DRV_EM3027=y
CONFIG_RTC_DRV_RV3029C2=y
CONFIG_RTC_DRV_S5M=y
#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=y
# CONFIG_RTC_DRV_M41T94 is not set
CONFIG_RTC_DRV_DS1305=y
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
CONFIG_RTC_DRV_R9701=y
CONFIG_RTC_DRV_RS5C348=y
CONFIG_RTC_DRV_DS3234=y
CONFIG_RTC_DRV_PCF2123=y
# CONFIG_RTC_DRV_RX4581 is not set
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=y
# CONFIG_RTC_DRV_DS1511 is not set
CONFIG_RTC_DRV_DS1553=y
# CONFIG_RTC_DRV_DS1742 is not set
CONFIG_RTC_DRV_DA9052=y
CONFIG_RTC_DRV_STK17TA8=y
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
CONFIG_RTC_DRV_M48T59=y
CONFIG_RTC_DRV_MSM6242=y
CONFIG_RTC_DRV_BQ4802=y
CONFIG_RTC_DRV_RP5C01=y
CONFIG_RTC_DRV_V3020=y
CONFIG_RTC_DRV_DS2404=y
# CONFIG_RTC_DRV_WM831X is not set
CONFIG_RTC_DRV_WM8350=y
CONFIG_RTC_DRV_PCF50633=y
# CONFIG_RTC_DRV_AB3100 is not set
#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_MC13XXX is not set
# CONFIG_RTC_DRV_MOXART is not set
#
# HID Sensor RTC drivers
#
CONFIG_DMADEVICES=y
CONFIG_DMADEVICES_DEBUG=y
CONFIG_DMADEVICES_VDEBUG=y
#
# DMA Devices
#
CONFIG_INTEL_MID_DMAC=y
CONFIG_INTEL_IOATDMA=y
CONFIG_DW_DMAC_CORE=y
CONFIG_DW_DMAC=y
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_TIMB_DMA is not set
# CONFIG_PCH_DMA is not set
CONFIG_DMA_ENGINE=y
CONFIG_DMA_ACPI=y
#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y
CONFIG_DCA=y
CONFIG_AUXDISPLAY=y
CONFIG_UIO=y
CONFIG_UIO_CIF=y
CONFIG_UIO_PDRV_GENIRQ=y
CONFIG_UIO_DMEM_GENIRQ=y
CONFIG_UIO_AEC=y
CONFIG_UIO_SERCOS3=y
CONFIG_UIO_PCI_GENERIC=y
CONFIG_UIO_NETX=y
CONFIG_UIO_MF624=y
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO=y
#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
CONFIG_VIRTIO_MMIO=y
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
CONFIG_ACERHDF=y
CONFIG_ASUS_LAPTOP=y
CONFIG_DELL_LAPTOP=y
CONFIG_DELL_WMI=y
CONFIG_DELL_WMI_AIO=y
# CONFIG_FUJITSU_LAPTOP is not set
CONFIG_FUJITSU_TABLET=y
CONFIG_HP_ACCEL=y
# CONFIG_HP_WIRELESS is not set
CONFIG_HP_WMI=y
CONFIG_PANASONIC_LAPTOP=y
# CONFIG_THINKPAD_ACPI is not set
CONFIG_SENSORS_HDAPS=y
CONFIG_ACPI_WMI=y
CONFIG_MSI_WMI=y
CONFIG_TOPSTAR_LAPTOP=y
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
CONFIG_ACPI_CMPC=y
CONFIG_INTEL_IPS=y
CONFIG_IBM_RTL=y
# CONFIG_XO15_EBOOK is not set
# CONFIG_SAMSUNG_LAPTOP is not set
CONFIG_MXM_WMI=y
CONFIG_SAMSUNG_Q10=y
CONFIG_APPLE_GMUX=y
# CONFIG_INTEL_RST is not set
CONFIG_INTEL_SMARTCONNECT=y
CONFIG_PVPANIC=y
# CONFIG_CHROME_PLATFORMS is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
#
# Common Clock Framework
#
CONFIG_COMMON_CLK_WM831X=y
CONFIG_COMMON_CLK_SI5351=y
# CONFIG_COMMON_CLK_S2MPS11 is not set
#
# Hardware Spinlock drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
CONFIG_MAILBOX=y
# CONFIG_IOMMU_SUPPORT is not set
#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=y
CONFIG_STE_MODEM_RPROC=y
#
# Rpmsg drivers
#
CONFIG_PM_DEVFREQ=y
#
# DEVFREQ Governors
#
# CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND is not set
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
#
# DEVFREQ Drivers
#
CONFIG_EXTCON=y
#
# Extcon Device Drivers
#
CONFIG_EXTCON_GPIO=y
# CONFIG_EXTCON_ADC_JACK is not set
CONFIG_EXTCON_MAX14577=y
# CONFIG_EXTCON_MAX8997 is not set
CONFIG_EXTCON_ARIZONA=y
CONFIG_MEMORY=y
CONFIG_IIO=y
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=y
CONFIG_IIO_KFIFO_BUF=y
CONFIG_IIO_TRIGGERED_BUFFER=y
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
#
# Accelerometers
#
CONFIG_BMA180=y
# CONFIG_HID_SENSOR_ACCEL_3D is not set
CONFIG_KXSD9=y
#
# Analog to digital converters
#
CONFIG_AD_SIGMA_DELTA=y
# CONFIG_AD7266 is not set
CONFIG_AD7298=y
CONFIG_AD7476=y
CONFIG_AD7791=y
CONFIG_AD7793=y
CONFIG_AD7887=y
# CONFIG_AD7923 is not set
# CONFIG_LP8788_ADC is not set
CONFIG_MAX1363=y
CONFIG_MCP320X=y
# CONFIG_MCP3422 is not set
CONFIG_NAU7802=y
# CONFIG_TI_ADC081C is not set
CONFIG_TI_AM335X_ADC=y
#
# Amplifiers
#
# CONFIG_AD8366 is not set
#
# Hid Sensor IIO Common
#
CONFIG_HID_SENSOR_IIO_COMMON=y
CONFIG_HID_SENSOR_IIO_TRIGGER=y
#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
CONFIG_AD5360=y
CONFIG_AD5380=y
# CONFIG_AD5421 is not set
CONFIG_AD5446=y
CONFIG_AD5449=y
CONFIG_AD5504=y
CONFIG_AD5624R_SPI=y
CONFIG_AD5686=y
CONFIG_AD5755=y
# CONFIG_AD5764 is not set
CONFIG_AD5791=y
# CONFIG_AD7303 is not set
CONFIG_MAX517=y
CONFIG_MCP4725=y
#
# Frequency Synthesizers DDS/PLL
#
#
# Clock Generator/Distribution
#
CONFIG_AD9523=y
#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set
#
# Digital gyroscope sensors
#
CONFIG_ADIS16080=y
CONFIG_ADIS16130=y
CONFIG_ADIS16136=y
CONFIG_ADIS16260=y
# CONFIG_ADXRS450 is not set
CONFIG_HID_SENSOR_GYRO_3D=y
CONFIG_ITG3200=y
#
# Humidity sensors
#
CONFIG_DHT11=y
#
# Inertial measurement units
#
CONFIG_ADIS16400=y
CONFIG_ADIS16480=y
CONFIG_IIO_ADIS_LIB=y
CONFIG_IIO_ADIS_LIB_BUFFER=y
#
# Light sensors
#
CONFIG_ADJD_S311=y
CONFIG_APDS9300=y
CONFIG_CM32181=y
CONFIG_CM36651=y
# CONFIG_GP2AP020A00F is not set
CONFIG_HID_SENSOR_ALS=y
CONFIG_SENSORS_LM3533=y
CONFIG_TCS3472=y
CONFIG_SENSORS_TSL2563=y
CONFIG_TSL4531=y
CONFIG_VCNL4000=y
#
# Magnetometer sensors
#
# CONFIG_AK8975 is not set
CONFIG_MAG3110=y
# CONFIG_HID_SENSOR_MAGNETOMETER_3D is not set
#
# Inclinometer sensors
#
CONFIG_HID_SENSOR_INCLINOMETER_3D=y
#
# Triggers - standalone
#
CONFIG_IIO_INTERRUPT_TRIGGER=y
#
# Pressure sensors
#
CONFIG_MPL3115=y
#
# Temperature sensors
#
CONFIG_TMP006=y
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
CONFIG_IPACK_BUS=y
CONFIG_BOARD_TPCI200=y
# CONFIG_SERIAL_IPOCTAL is not set
CONFIG_RESET_CONTROLLER=y
CONFIG_FMC=y
CONFIG_FMC_FAKEDEV=y
CONFIG_FMC_TRIVIAL=y
# CONFIG_FMC_WRITE_EEPROM is not set
CONFIG_FMC_CHARDEV=y
#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL=y
#
# Firmware Drivers
#
CONFIG_EDD=y
# CONFIG_EDD_OFF is not set
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_DELL_RBU=y
CONFIG_DCDBAS=y
# CONFIG_DMIID is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
CONFIG_GOOGLE_FIRMWARE=y
#
# Google Firmware Drivers
#
# CONFIG_GOOGLE_MEMCONSOLE is not set
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_REISERFS_FS_XATTR is not set
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
# CONFIG_JFS_SECURITY is not set
CONFIG_JFS_DEBUG=y
CONFIG_JFS_STATISTICS=y
CONFIG_XFS_FS=y
CONFIG_XFS_QUOTA=y
# CONFIG_XFS_POSIX_ACL is not set
CONFIG_XFS_RT=y
CONFIG_XFS_WARN=y
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
CONFIG_BTRFS_FS=y
# CONFIG_BTRFS_FS_POSIX_ACL is not set
CONFIG_BTRFS_FS_CHECK_INTEGRITY=y
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
CONFIG_NILFS2_FS=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_FILE_LOCKING is not set
CONFIG_FSNOTIFY=y
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
# CONFIG_PRINT_QUOTA_WARNING is not set
CONFIG_QUOTA_DEBUG=y
CONFIG_QUOTA_TREE=y
CONFIG_QFMT_V1=y
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
#
# Caches
#
CONFIG_FSCACHE=y
# CONFIG_FSCACHE_STATS is not set
# CONFIG_FSCACHE_HISTOGRAM is not set
CONFIG_FSCACHE_DEBUG=y
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=y
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_PROC_VMCORE is not set
# CONFIG_PROC_SYSCTL is not set
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_SYSFS is not set
# CONFIG_TMPFS is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
CONFIG_NLS_CODEPAGE_861=y
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
CONFIG_NLS_CODEPAGE_864=y
CONFIG_NLS_CODEPAGE_865=y
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_CODEPAGE_950=y
CONFIG_NLS_CODEPAGE_932=y
CONFIG_NLS_CODEPAGE_949=y
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
# CONFIG_NLS_ISO8859_9 is not set
CONFIG_NLS_ISO8859_13=y
CONFIG_NLS_ISO8859_14=y
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
CONFIG_NLS_KOI8_U=y
# CONFIG_NLS_MAC_ROMAN is not set
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=y
CONFIG_NLS_MAC_ICELAND=y
# CONFIG_NLS_MAC_INUIT is not set
CONFIG_NLS_MAC_ROMANIAN=y
CONFIG_NLS_MAC_TURKISH=y
# CONFIG_NLS_UTF8 is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_DYNAMIC_DEBUG is not set
#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
CONFIG_READABLE_ASM=y
CONFIG_UNUSED_SYMBOLS=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 is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y
#
# Memory Debugging
#
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_WANT_PAGE_DEBUG_FLAGS=y
CONFIG_PAGE_GUARD=y
# CONFIG_DEBUG_OBJECTS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VIRTUAL=y
CONFIG_DEBUG_MEMORY_INIT=y
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 is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_TIMER_STATS is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
# CONFIG_RT_MUTEX_TESTER 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=y
CONFIG_DEBUG_LOCKDEP=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_CREDENTIALS=y
#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
CONFIG_SPARSE_RCU_POINTER=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
CONFIG_NOTIFIER_ERROR_INJECTION=y
# CONFIG_PM_NOTIFIER_ERROR_INJECT is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAIL_PAGE_ALLOC=y
# CONFIG_FAIL_MAKE_REQUEST is not set
# CONFIG_FAIL_IO_TIMEOUT is not set
CONFIG_LATENCYTOP=y
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
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_FUNCTION_TRACE_MCOUNT_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 is not set
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_UPROBE_EVENT is not set
# CONFIG_PROBE_EVENTS is not set
# CONFIG_DYNAMIC_FTRACE is not set
# CONFIG_FUNCTION_PROFILER is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
CONFIG_MMIOTRACE=y
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
#
# Runtime Testing
#
CONFIG_LKDTM=y
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
CONFIG_RBTREE_TEST=y
CONFIG_ATOMIC64_SELFTEST=y
# CONFIG_TEST_STRING_HELPERS is not set
CONFIG_TEST_KSTRTOX=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_BUILD_DOCSRC=y
# CONFIG_DMA_API_DEBUG is not set
# 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 is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DOUBLEFAULT is not set
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_IOMMU_DEBUG=y
# CONFIG_IOMMU_STRESS is not set
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=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
CONFIG_TRUSTED_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITYFS=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
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_PCOMP=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_CTS is not set
# CONFIG_CRYPTO_ECB is not set
CONFIG_CRYPTO_LRW=y
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y
#
# Hash modes
#
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
# CONFIG_CRYPTO_VMAC is not set
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_MD4=y
# CONFIG_CRYPTO_MD5 is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_ANUBIS=y
# CONFIG_CRYPTO_ARC4 is not set
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
CONFIG_CRYPTO_CAST_COMMON=y
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_CAST6_AVX_X86_64=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
# CONFIG_CRYPTO_KHAZAD is not set
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_X86_64=y
# 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=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_ZLIB=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_LZ4HC=y
#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
CONFIG_CRYPTO_DEV_PADLOCK_AES=y
CONFIG_CRYPTO_DEV_PADLOCK_SHA=y
# CONFIG_CRYPTO_DEV_CCP 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_HAVE_KVM=y
CONFIG_VIRTUALIZATION=y
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_BITREVERSE=y
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_ARCH_USE_CMPXCHG_LOCKREF=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
# CONFIG_CRC32_SLICEBY8 is not set
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
CONFIG_CRC32_BIT=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_XZ_DEC_POWERPC is not set
CONFIG_XZ_DEC_IA64=y
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set
# CONFIG_XZ_DEC_SPARC is not set
CONFIG_XZ_DEC_BCJ=y
CONFIG_XZ_DEC_TEST=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
WARNING: multiple messages have this Message-ID (diff)
From: Fengguang Wu <fengguang.wu@intel.com>
To: Artem Fetishev <artem_fetishev@epam.com>
Cc: Jet Chen <jet.chen@intel.com>, Su Tao <tao.su@intel.com>,
Yuanhan Liu <yuanhan.liu@intel.com>, LKP <lkp@01.org>,
linux-kernel@vger.kernel.org
Subject: [x86] BUG: unable to handle kernel paging request at ffff880012770000
Date: Wed, 30 Jul 2014 12:07:40 +0800 [thread overview]
Message-ID: <20140730040739.GH16537@localhost> (raw)
[-- Attachment #1: Type: text/plain, Size: 19283 bytes --]
Hi Artem,
FYI, this bisect has noise errors, so I'm not sure if it's a correct bisect.
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git master
commit 825600c0f20e595daaa7a6dd8970f84fa2a2ee57
Author: Artem Fetishev <artem_fetishev@epam.com>
AuthorDate: Fri Mar 28 13:33:39 2014 -0700
Commit: Linus Torvalds <torvalds@linux-foundation.org>
CommitDate: Fri Mar 28 13:56:58 2014 -0700
x86: fix boot on uniprocessor systems
On x86 uniprocessor systems topology_physical_package_id() returns -1
which causes rapl_cpu_prepare() to leave rapl_pmu variable uninitialized
which leads to GPF in rapl_pmu_init().
See arch/x86/kernel/cpu/perf_event_intel_rapl.c.
It turns out that physical_package_id and core_id can actually be
retreived for uniprocessor systems too. Enabling them also fixes
rapl_pmu code.
Signed-off-by: Artem Fetishev <artem_fetishev@epam.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: <stable@vger.kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
===================================================
PARENT COMMIT NOT CLEAN. LOOK OUT FOR WRONG BISECT!
===================================================
Attached dmesg for the parent commit, too, to help confirm whether it is a noise error.
+-----------------------------------------------------------+------------+------------+---------------+
| | d9060742fb | 825600c0f2 | next-20140723 |
+-----------------------------------------------------------+------------+------------+---------------+
| boot_successes | 167 | 48 | 9 |
| boot_failures | 97 | 18 | 2 |
| BUG:unable_to_handle_kernel_NULL_pointer_dereference | 97 | 14 | 2 |
| Oops | 97 | 3 | 2 |
| RIP:rapl_pmu_init | 97 | | |
| Kernel_panic-not_syncing:Attempted_to_kill_init_exitcode= | 97 | | |
| backtrace:rapl_pmu_init | 97 | | |
| backtrace:kernel_init_freeable | 97 | 3 | |
| BUG:unable_to_handle_kernel_paging_request | 0 | 17 | 2 |
| BUG:unable_to_handle_kernel_NULL_pointer | 0 | 1 | |
| RIP:slob_page_alloc | 0 | 3 | |
| backtrace:proc_create_data | 0 | 3 | |
| backtrace:init_timer_list_procfs | 0 | 3 | |
| BUG:unable_to_handle | 0 | 1 | |
| BUG:unable_to_handl | 0 | 1 | |
| BUG:unable_to_handle_ker | 0 | 1 | |
| BUG:kernel_boot_hang | 0 | 1 | |
| RIP:memset | 0 | 0 | 2 |
| RIP:__rmqueue | 0 | 0 | 2 |
| backtrace:cryptomgr_test | 0 | 0 | 2 |
| backtrace:do_fork | 0 | 0 | 2 |
+-----------------------------------------------------------+------------+------------+---------------+
[ 1.026545] cryptomgr_test (20) used greatest stack depth: 5632 bytes left
[ 1.030491] AVX version of gcm_enc/dec engaged.
[ 1.033812] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 1.038806] BUG: unable to handle kernel paging request at ffff880012770000
[ 1.040058] IP: [<ffffffff8161d18f>] memset+0x1f/0xb0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012770060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] BUG: unable to handle kernel paging request at ffff880012776440
[ 1.040058] IP: [<ffffffff810fb846>] match_held_lock+0x16/0x2f0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012776060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000072
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
git bisect start v3.14 v3.13 --
git bisect good 494479038d97f1b9f76fc633a360a681acdf035c # 20:32 66+ 28 Merge tag 'pinctrl-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
git bisect good 751a03c3728ed393287374078b98c3094a0b3bd2 # 20:36 66+ 67 Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
git bisect good 18f2af2d68815e1c4d5c275ebd030e27ef627582 # 20:43 66+ 55 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
git bisect good 708f04d2abf4e90abee61d9ffb1f165038017ecf # 20:46 66+ 58 block: free q->flush_rq in blk_init_allocated_queue error paths
git bisect good 75c5a52da3fc2a06abb6c6192bdf5d680e56d37d # 20:48 66+ 31 vfs: Allocate anon_inode_inode in anon_inode_init()
git bisect bad 0f2776e6151a123552fd06b666fe755fa780a967 # 20:48 0- 18 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
git bisect good 1fac1fa965a9fbdb38d8a4b945db3521f801c946 # 20:57 66+ 26 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
git bisect bad bc53267e97e4942e7f22c31cd8cf87840796accb # 21:01 1- 5 Merge branch 'akpm' (patches from Andrew Morton)
git bisect good 2946369ee277fa9fcc3372aabddc9c15dfabf744 # 21:11 66+ 0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
git bisect bad 825600c0f20e595daaa7a6dd8970f84fa2a2ee57 # 21:30 0- 7 x86: fix boot on uniprocessor systems
git bisect good d9060742fbf630fe31951dfc10b798deb2813f01 # 22:39 66+ 29 ocfs2: check if cluster name exists before deref
# first bad commit: [825600c0f20e595daaa7a6dd8970f84fa2a2ee57] x86: fix boot on uniprocessor systems
git bisect good d9060742fbf630fe31951dfc10b798deb2813f01 # 22:49 198+ 97 ocfs2: check if cluster name exists before deref
git bisect bad 5eb00b037d9bb650b18b8f331bb9fb7a66559b5f # 22:51 0- 2 Add linux-next specific files for 20140723
git bisect bad 82e13c71bc655b6dc7110da4e164079dadb44892 # 23:12 0- 77 Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux
git bisect bad 1a58d9909611972fd1c081bb04a9f7dc2571e612 # 23:23 2- 1 Add linux-next specific files for 20140724
This script may reproduce the error.
----------------------------------------------------------------------------
#!/bin/bash
kernel=$1
initrd=yocto-minimal-x86_64.cgz
wget --no-clobber https://github.com/fengguang/reproduce-kernel-bug/blob/master/initrd/$initrd
kvm=(
qemu-system-x86_64
-enable-kvm
-cpu Haswell,+smep,+smap
-kernel $kernel
-initrd $initrd
-m 320
-smp 1
-net nic,vlan=1,model=e1000
-net user,vlan=1
-boot order=nc
-no-reboot
-watchdog i6300esb
-rtc base=localtime
-serial stdio
-display none
-monitor null
)
append=(
hung_task_panic=1
earlyprintk=ttyS0,115200
debug
apic=debug
sysrq_always_enabled
rcupdate.rcu_cpu_stall_timeout=100
panic=10
softlockup_panic=1
nmi_watchdog=panic
prompt_ramdisk=0
console=ttyS0,115200
console=tty0
vga=normal
root=/dev/ram0
rw
drbd.minor_count=8
)
"${kvm[@]}" --append "${append[*]}"
----------------------------------------------------------------------------
Thanks,
Fengguang
[-- Attachment #2: dmesg-yocto-kbuild-15:20140724212803:x86_64-randconfig-wa0-07241641:3.14.0-rc8-00024-g825600c:8 --]
[-- Type: text/plain, Size: 278982 bytes --]
early console in setup code
Probing EDD (edd=off to disable)... ok
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.14.0-rc8-00024-g825600c (kbuild@lkp-hsx01) (gcc version 4.8.2 (Debian 4.8.2-18) ) #8 Thu Jul 24 21:26:51 CST 2014
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:825600c0f20e595daaa7a6dd8970f84fa2a2ee57:bisect-linux-2/.vmlinuz-825600c0f20e595daaa7a6dd8970f84fa2a2ee57-20140724212837-17-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c drbd.minor_count=8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 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-0x0000000013ffdfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000013ffe000-0x0000000013ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x13ffe 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 enabled: cpu 0, old 0x70406, new 0x7010600070106
[ 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 0x000fdb00-0x000fdb0f] mapped at [ffff8800000fdb00]
[ 0.000000] mpc: fdb10-fdbf0
[ 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 [0x04170000, 0x04170fff] PGTABLE
[ 0.000000] BRK [0x04171000, 0x04171fff] PGTABLE
[ 0.000000] BRK [0x04172000, 0x04172fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x13a00000-0x13bfffff]
[ 0.000000] [mem 0x13a00000-0x13bfffff] page 4k
[ 0.000000] BRK [0x04173000, 0x04173fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x10000000-0x139fffff]
[ 0.000000] [mem 0x10000000-0x139fffff] page 4k
[ 0.000000] BRK [0x04174000, 0x04174fff] PGTABLE
[ 0.000000] BRK [0x04175000, 0x04175fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x0fffffff]
[ 0.000000] [mem 0x00100000-0x0fffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x13c00000-0x13ffdfff]
[ 0.000000] [mem 0x13c00000-0x13ffdfff] page 4k
[ 0.000000] RAMDISK: [mem 0x13ce6000-0x13feffff]
[ 0.000000] ACPI: RSDP 00000000000fd9a0 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0000000013ffe4b0 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0000000013ffff80 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0000000013ffe4f0 0011A9 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 0000000013ffff40 000040
[ 0.000000] ACPI: SSDT 0000000013fff800 000735 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0000000013fff6e0 000078 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0000000013fff6a0 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:13ffd001, boot clock
[ 0.000000] [ffffea0000000000-ffffea00005fffff] PMD -> [ffff880012c00000-ffff8800131fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x13ffdfff]
[ 0.000000] On node 0 totalpages: 81820
[ 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: 1216 pages used for memmap
[ 0.000000] DMA32 zone: 77822 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 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] ACPI: IRQ2 used by override.
[ 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] mapped IOAPIC to ffffffffff5f8000 (fec00000)
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 295e880
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x14000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 80519
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:825600c0f20e595daaa7a6dd8970f84fa2a2ee57:bisect-linux-2/.vmlinuz-825600c0f20e595daaa7a6dd8970f84fa2a2ee57-20140724212837-17-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 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] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 265776K/327280K available (17372K kernel code, 8364K rwdata, 8176K rodata, 1144K init, 15452K bss, 61504K reserved)
[ 0.000000] NR_IRQS:4352 nr_irqs:48 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ww api failures: ok | ok | ok |
[ 0.000000] ww contexts mixing: ok | ok |
[ 0.000000] finishing ww context: ok | ok | ok | ok |
[ 0.000000] locking mismatches: ok | ok | ok |
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked: ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] context: ok | ok | ok |
[ 0.000000] try: ok | ok | ok |
[ 0.000000] block: ok | ok | ok |
[ 0.000000] spinlock: ok | ok | ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2693.332 MHz processor
[ 0.008000] Calibrating delay loop (skipped) preset value.. 5386.66 BogoMIPS (lpj=10773328)
[ 0.008000] pid_max: default: 4096 minimum: 301
[ 0.008052] ACPI: Core revision 20131218
[ 0.019048] ACPI: All ACPI Tables successfully acquired
[ 0.019936] Mount-cache hash table entries: 256
[ 0.020851] Initializing cgroup subsys freezer
[ 0.021507] Initializing cgroup subsys blkio
[ 0.022255] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.022255] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.022255] tlb_flushall_shift: 6
[ 0.024011] CPU: Intel Core Processor (Haswell) (fam: 06, model: 3c, stepping: 01)
[ 0.032817] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[ 0.036731] Getting VERSION: 1050014
[ 0.037400] Getting VERSION: 1050014
[ 0.038078] Getting ID: 0
[ 0.038573] Getting ID: ff000000
[ 0.039176] Getting LVT0: 8700
[ 0.039738] Getting LVT1: 8400
[ 0.040114] enabled ExtINT on CPU#0
[ 0.042290] ENABLING IO-APIC IRQs
[ 0.042908] init IO_APIC IRQs
[ 0.043463] apic 0 pin 0 not connected
[ 0.044055] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.045506] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.046957] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.048049] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.049482] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.052045] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.053484] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.054924] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.056046] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.057510] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.058969] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.060046] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.061511] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.063001] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.064044] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.065515] apic 0 pin 16 not connected
[ 0.066215] apic 0 pin 17 not connected
[ 0.068010] apic 0 pin 18 not connected
[ 0.068721] apic 0 pin 19 not connected
[ 0.069431] apic 0 pin 20 not connected
[ 0.070132] apic 0 pin 21 not connected
[ 0.070851] apic 0 pin 22 not connected
[ 0.071560] apic 0 pin 23 not connected
[ 0.072169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.073286] TSC deadline timer enabled
[ 0.075163] gcov: version magic: 0x3430382a
[ 0.082439] xor: automatically using best checksumming function:
[ 0.120024] avx : 6510.000 MB/sec
[ 0.120805] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.122022] pinctrl core: initialized pinctrl subsystem
[ 0.123893] regulator-dummy: no parameters
[ 0.124334] RTC time: 21:27:56, date: 07/24/14
[ 0.125420] NET: Registered protocol family 16
[ 0.128120] ACPI: bus type PCI registered
[ 0.128942] dca service started, version 1.12.1
[ 0.129840] PCI: Using configuration type 1 for base access
[ 0.132000] bio: create slab <bio-0> at 0
[ 0.200046] raid6: sse2x1 1545 MB/s
[ 0.268029] raid6: sse2x2 1905 MB/s
[ 0.336038] raid6: sse2x4 1857 MB/s
[ 0.336736] raid6: using algorithm sse2x2 (1905 MB/s)
[ 0.337630] raid6: using ssse3x2 recovery algorithm
[ 0.339159] ACPI: Added _OSI(Module Device)
[ 0.339920] ACPI: Added _OSI(Processor Device)
[ 0.340017] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.340865] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.365761] ACPI: Interpreter enabled
[ 0.366460] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[ 0.368026] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[ 0.369823] ACPI: (supports S0 S3 S4 S5)
[ 0.370531] ACPI: Using IOAPIC for interrupt routing
[ 0.371449] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.375950] ACPI: No dock devices found.
[ 0.414284] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.415420] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.416139] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.419290] PCI host bridge to bus 0000:00
[ 0.420021] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.421000] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.422100] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.423195] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.424016] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[ 0.425369] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.427793] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.429652] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.433858] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f]
[ 0.440157] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.441998] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.443292] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.445052] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 0.448930] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
[ 0.451975] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]
[ 0.461841] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 0.464796] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.467096] pci 0000:00:03.0: reg 0x10: [mem 0xfeba0000-0xfebbffff]
[ 0.469167] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.475421] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
[ 0.476904] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 0.478537] pci 0000:00:04.0: reg 0x10: [mem 0xfebf1000-0xfebf100f]
[ 0.484217] pci_bus 0000:00: on NUMA node 0
[ 0.488180] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.490126] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.492064] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.493989] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.495423] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.497680] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.500093] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.501542] vgaarb: loaded
[ 0.502033] vgaarb: bridge control possible 0000:00:02.0
[ 0.504849] Linux video capture interface: v2.00
[ 0.505781] pps_core: LinuxPPS API ver. 1 registered
[ 0.506673] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.508359] wmi: Mapper loaded
[ 0.509517] Advanced Linux Sound Architecture Driver Initialized.
[ 0.510672] PCI: Using ACPI for IRQ routing
[ 0.511446] PCI: pci_cache_line_size set to 64 bytes
[ 0.512279] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.513375] e820: reserve RAM buffer [mem 0x13ffe000-0x13ffffff]
[ 0.516255] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.517242] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.524092] Switched to clocksource kvm-clock
[ 0.765539] FS-Cache: Loaded
[ 0.766215] CacheFiles: Loaded
[ 0.766917] pnp: PnP ACPI init
[ 0.767519] ACPI: bus type PNP registered
[ 0.768530] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.770101] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.771470] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.773025] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.774368] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.775897] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.777403] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.778847] pnp 00:03: [dma 2]
[ 0.779503] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.781170] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.782706] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.784367] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.785901] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.787472] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.789024] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.791379] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.793622] pnp: PnP ACPI: found 8 devices
[ 0.794370] ACPI: bus type PNP unregistered
[ 0.795129] INFO_MDMA: LNW DMA Driver Version 1.1.0
[ 0.802068] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.803090] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.804117] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.805230] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
[ 0.806417] NET: Registered protocol family 1
[ 0.807256] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.808371] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.809437] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.810595] pci 0000:00:02.0: Boot video device
[ 0.811466] PCI: CLS 0 bytes, default 64
[ 0.813149] Unpacking initramfs...
[ 1.012619] debug: unmapping init [mem 0xffff880013ce6000-0xffff880013feffff]
[ 1.020890] RAPL PMU detected, hw unit 2^-4 Joules, API unit is 2^-32 Joules, 3 fixed counters 671088640 ms ovfl timer
[ 1.024122] cryptomgr_test (18) used greatest stack depth: 6448 bytes left
[ 1.026545] cryptomgr_test (20) used greatest stack depth: 5632 bytes left
[ 1.030491] AVX version of gcm_enc/dec engaged.
[ 1.033812] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 1.038806] BUG: unable to handle kernel paging request at ffff880012770000
[ 1.040058] IP: [<ffffffff8161d18f>] memset+0x1f/0xb0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012770060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] BUG: unable to handle kernel paging request at ffff880012776440
[ 1.040058] IP: [<ffffffff810fb846>] match_held_lock+0x16/0x2f0
[ 1.040058] PGD 4170067 PUD 4171067 PMD 13bee067 PTE 8000000012776060
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 0000000000000072
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel NULL pointer dereference at 000000000000006a
[ 1.040058] IP: [<ffffffff820d66f6>] no_context+0x34e/0x3f4
[ 1.040058] PGD 0
[ 1.040058] BUG: unable to handle kernel
Elapsed time: 5
qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -kernel /kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:825600c0f20e595daaa7a6dd8970f84fa2a2ee57:bisect-linux-2/.vmlinuz-825600c0f20e595daaa7a6dd8970f84fa2a2ee57-20140724212837-17-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/825600c0f20e595daaa7a6dd8970f84fa2a2ee57/vmlinuz-3.14.0-rc8-00024-g825600c drbd.minor_count=8' -initrd /kernel-tests/initrd/yocto-minimal-x86_64.cgz -m 320 -smp 1 -net nic,vlan=1,model=e1000 -net user,vlan=1 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -pidfile /dev/shm/kboot/pid-yocto-kbuild-15 -serial file:/dev/shm/kboot/serial-yocto-kbuild-15 -daemonize -display none -monitor null
[-- Attachment #3: dmesg-quantal-kbuild-10:20140724223155:x86_64-randconfig-wa0-07241641:3.14.0-rc8-00023-gd906074:9 --]
[-- Type: text/plain, Size: 32434 bytes --]
early console in setup code
Probing EDD (edd=off to disable)... ok
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 3.14.0-rc8-00023-gd906074 (kbuild@lkp-hsx01) (gcc version 4.8.2 (Debian 4.8.2-18) ) #9 Thu Jul 24 22:06:09 CST 2014
[ 0.000000] Command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:d9060742fbf630fe31951dfc10b798deb2813f01:bisect-linux-2/.vmlinuz-d9060742fbf630fe31951dfc10b798deb2813f01-20140724220639-37-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 drbd.minor_count=8
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 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-0x0000000013ffdfff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000013ffe000-0x0000000013ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000feffc000-0x00000000feffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fffc0000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.4 present.
[ 0.000000] DMI: Bochs Bochs, BIOS Bochs 01/01/2011
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] No AGP bridge found
[ 0.000000] e820: last_pfn = 0x13ffe 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 enabled: cpu 0, old 0x70406, new 0x7010600070106
[ 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 0x000fdae0-0x000fdaef] mapped at [ffff8800000fdae0]
[ 0.000000] mpc: fdaf0-fdbe4
[ 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 [0x04170000, 0x04170fff] PGTABLE
[ 0.000000] BRK [0x04171000, 0x04171fff] PGTABLE
[ 0.000000] BRK [0x04172000, 0x04172fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x12600000-0x127fffff]
[ 0.000000] [mem 0x12600000-0x127fffff] page 4k
[ 0.000000] BRK [0x04173000, 0x04173fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x10000000-0x125fffff]
[ 0.000000] [mem 0x10000000-0x125fffff] page 4k
[ 0.000000] BRK [0x04174000, 0x04174fff] PGTABLE
[ 0.000000] BRK [0x04175000, 0x04175fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x0fffffff]
[ 0.000000] [mem 0x00100000-0x0fffffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x12800000-0x13ffdfff]
[ 0.000000] [mem 0x12800000-0x13ffdfff] page 4k
[ 0.000000] RAMDISK: [mem 0x1293d000-0x13feffff]
[ 0.000000] ACPI: RSDP 00000000000fd950 000014 (v00 BOCHS )
[ 0.000000] ACPI: RSDT 0000000013ffe450 000034 (v01 BOCHS BXPCRSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACP 0000000013ffff80 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0000000013ffe490 0011A9 (v01 BXPC BXDSDT 00000001 INTL 20100528)
[ 0.000000] ACPI: FACS 0000000013ffff40 000040
[ 0.000000] ACPI: SSDT 0000000013fff7a0 000796 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0000000013fff680 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: HPET 0000000013fff640 000038 (v01 BOCHS BXPCHPET 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:13ffd001, boot clock
[ 0.000000] [ffffea0000000000-ffffea00005fffff] PMD -> [ffff880011800000-ffff880011dfffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009efff]
[ 0.000000] node 0: [mem 0x00100000-0x13ffdfff]
[ 0.000000] On node 0 totalpages: 81820
[ 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: 1216 pages used for memmap
[ 0.000000] DMA32 zone: 77822 pages, LIFO batch:15
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] mapped APIC to ffffffffff5f9000 ( fee00000)
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 1 reached. Processor 1/0x1 ignored.
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[ 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] ACPI: IRQ2 used by override.
[ 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] mapped IOAPIC to ffffffffff5f8000 (fec00000)
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 295e7c0
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] e820: [mem 0x14000000-0xfeffbfff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 80519
[ 0.000000] Kernel command line: hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:d9060742fbf630fe31951dfc10b798deb2813f01:bisect-linux-2/.vmlinuz-d9060742fbf630fe31951dfc10b798deb2813f01-20140724220639-37-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 drbd.minor_count=8
[ 0.000000] sysrq: sysrq always enabled.
[ 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] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
[ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[ 0.000000] Memory: 245644K/327280K available (17372K kernel code, 8364K rwdata, 8176K rodata, 1144K init, 15452K bss, 81636K reserved)
[ 0.000000] NR_IRQS:4352 nr_irqs:48 16
[ 0.000000] console [ttyS0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] ------------------------
[ 0.000000] | Locking API testsuite:
[ 0.000000] ----------------------------------------------------------------------------
[ 0.000000] | spin |wlock |rlock |mutex | wsem | rsem |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] A-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] double unlock: ok | ok | ok | ok | ok | ok |
[ 0.000000] initialize held: ok | ok | ok | ok | ok | ok |
[ 0.000000] bad unlock order: ok | ok | ok | ok | ok | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] recursive read-lock: | ok | | ok |
[ 0.000000] recursive read-lock #2: | ok | | ok |
[ 0.000000] mixed read-write-lock: | ok | | ok |
[ 0.000000] mixed write-read-lock: | ok | | ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 0.000000] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] soft-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/12: ok | ok | ok |
[ 0.000000] sirq-safe-A => hirqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/12: ok | ok | ok |
[ 0.000000] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] soft-safe-A + irqs-on/21: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 0.000000] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] soft-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/123: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/132: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/213: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/231: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/312: ok | ok | ok |
[ 0.000000] hard-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] soft-irq lock-inversion/321: ok | ok | ok |
[ 0.000000] hard-irq read-recursion/123: ok |
[ 0.000000] soft-irq read-recursion/123: ok |
[ 0.000000] hard-irq read-recursion/132: ok |
[ 0.000000] soft-irq read-recursion/132: ok |
[ 0.000000] hard-irq read-recursion/213: ok |
[ 0.000000] soft-irq read-recursion/213: ok |
[ 0.000000] hard-irq read-recursion/231: ok |
[ 0.000000] soft-irq read-recursion/231: ok |
[ 0.000000] hard-irq read-recursion/312: ok |
[ 0.000000] soft-irq read-recursion/312: ok |
[ 0.000000] hard-irq read-recursion/321: ok |
[ 0.000000] soft-irq read-recursion/321: ok |
[ 0.000000] --------------------------------------------------------------------------
[ 0.000000] | Wound/wait tests |
[ 0.000000] ---------------------
[ 0.000000] ww api failures: ok | ok | ok |
[ 0.000000] ww contexts mixing: ok | ok |
[ 0.000000] finishing ww context: ok | ok | ok | ok |
[ 0.000000] locking mismatches: ok | ok | ok |
[ 0.000000] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 0.000000] spinlock nest unlocked: ok |
[ 0.000000] -----------------------------------------------------
[ 0.000000] |block | try |context|
[ 0.000000] -----------------------------------------------------
[ 0.000000] context: ok | ok | ok |
[ 0.000000] try: ok | ok | ok |
[ 0.000000] block: ok | ok | ok |
[ 0.000000] spinlock: ok | ok | ok |
[ 0.000000] -------------------------------------------------------
[ 0.000000] Good, all 253 testcases passed! |
[ 0.000000] ---------------------------------
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Detected 2693.332 MHz processor
[ 0.008000] Calibrating delay loop (skipped) preset value.. 5386.66 BogoMIPS (lpj=10773328)
[ 0.008000] pid_max: default: 4096 minimum: 301
[ 0.008000] ACPI: Core revision 20131218
[ 0.013876] ACPI: All ACPI Tables successfully acquired
[ 0.014753] Mount-cache hash table entries: 256
[ 0.016137] Initializing cgroup subsys freezer
[ 0.016777] Initializing cgroup subsys blkio
[ 0.017495] Last level iTLB entries: 4KB 0, 2MB 0, 4MB 0
[ 0.017495] Last level dTLB entries: 4KB 0, 2MB 0, 4MB 0, 1GB 0
[ 0.017495] tlb_flushall_shift: 6
[ 0.020017] CPU: Intel Core Processor (Haswell) (fam: 06, model: 3c, stepping: 01)
[ 0.027017] Performance Events: unsupported p6 CPU model 60 no PMU driver, software events only.
[ 0.029757] Getting VERSION: 1050014
[ 0.032028] Getting VERSION: 1050014
[ 0.036015] Getting ID: 0
[ 0.036393] Getting ID: ff000000
[ 0.036836] Getting LVT0: 8700
[ 0.037250] Getting LVT1: 8400
[ 0.037743] enabled ExtINT on CPU#0
[ 0.039305] ENABLING IO-APIC IRQs
[ 0.039770] init IO_APIC IRQs
[ 0.040021] apic 0 pin 0 not connected
[ 0.040578] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.041665] IOAPIC[0]: Set routing entry (0-2 -> 0x30 -> IRQ 0 Mode:0 Active:0 Dest:1)
[ 0.044035] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.045108] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.046184] IOAPIC[0]: Set routing entry (0-5 -> 0x35 -> IRQ 5 Mode:1 Active:0 Dest:1)
[ 0.047254] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.048059] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.049127] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.050176] IOAPIC[0]: Set routing entry (0-9 -> 0x39 -> IRQ 9 Mode:1 Active:0 Dest:1)
[ 0.052034] IOAPIC[0]: Set routing entry (0-10 -> 0x3a -> IRQ 10 Mode:1 Active:0 Dest:1)
[ 0.053110] IOAPIC[0]: Set routing entry (0-11 -> 0x3b -> IRQ 11 Mode:1 Active:0 Dest:1)
[ 0.054201] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.055279] IOAPIC[0]: Set routing entry (0-13 -> 0x3d -> IRQ 13 Mode:0 Active:0 Dest:1)
[ 0.056036] IOAPIC[0]: Set routing entry (0-14 -> 0x3e -> IRQ 14 Mode:0 Active:0 Dest:1)
[ 0.057111] IOAPIC[0]: Set routing entry (0-15 -> 0x3f -> IRQ 15 Mode:0 Active:0 Dest:1)
[ 0.058180] apic 0 pin 16 not connected
[ 0.058698] apic 0 pin 17 not connected
[ 0.059236] apic 0 pin 18 not connected
[ 0.060017] apic 0 pin 19 not connected
[ 0.060538] apic 0 pin 20 not connected
[ 0.061061] apic 0 pin 21 not connected
[ 0.061574] apic 0 pin 22 not connected
[ 0.062095] apic 0 pin 23 not connected
[ 0.064169] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.065159] TSC deadline timer enabled
[ 0.066695] gcov: version magic: 0x3430382a
[ 0.073162] xor: automatically using best checksumming function:
[ 0.112018] avx : 6907.000 MB/sec
[ 0.112712] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.113790] pinctrl core: initialized pinctrl subsystem
[ 0.116753] regulator-dummy: no parameters
[ 0.117649] RTC time: 22:31:45, date: 07/24/14
[ 0.118591] NET: Registered protocol family 16
[ 0.120908] ACPI: bus type PCI registered
[ 0.121671] dca service started, version 1.12.1
[ 0.122480] PCI: Using configuration type 1 for base access
[ 0.124352] bio: create slab <bio-0> at 0
[ 0.196050] raid6: sse2x1 1718 MB/s
[ 0.264040] raid6: sse2x2 1853 MB/s
[ 0.332021] raid6: sse2x4 1786 MB/s
[ 0.332758] raid6: using algorithm sse2x2 (1853 MB/s)
[ 0.333732] raid6: using ssse3x2 recovery algorithm
[ 0.335193] ACPI: Added _OSI(Module Device)
[ 0.336012] ACPI: Added _OSI(Processor Device)
[ 0.336846] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.337743] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.360507] ACPI: Interpreter enabled
[ 0.361253] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20131218/hwxface-580)
[ 0.363057] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20131218/hwxface-580)
[ 0.364537] ACPI: (supports S0 S3 S4 S5)
[ 0.365295] ACPI: Using IOAPIC for interrupt routing
[ 0.366306] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.373449] ACPI: No dock devices found.
[ 0.409017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.410230] acpi PNP0A03:00: _OSC: OS supports [Segments]
[ 0.411337] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.413580] PCI host bridge to bus 0000:00
[ 0.414374] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.415421] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7]
[ 0.416014] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 0.418125] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 0.419431] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfebfffff]
[ 0.420119] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.422361] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.424823] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.428878] pci 0000:00:01.1: reg 0x20: [io 0xc040-0xc04f]
[ 0.431853] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.432607] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.433990] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.436173] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[ 0.440782] pci 0000:00:02.0: reg 0x10: [mem 0xfc000000-0xfdffffff pref]
[ 0.444118] pci 0000:00:02.0: reg 0x14: [mem 0xfebf0000-0xfebf0fff]
[ 0.452131] pci 0000:00:02.0: reg 0x30: [mem 0xfebe0000-0xfebeffff pref]
[ 0.454725] pci 0000:00:03.0: [8086:100e] type 00 class 0x020000
[ 0.456553] pci 0000:00:03.0: reg 0x10: [mem 0xfeba0000-0xfebbffff]
[ 0.458803] pci 0000:00:03.0: reg 0x14: [io 0xc000-0xc03f]
[ 0.465695] pci 0000:00:03.0: reg 0x30: [mem 0xfebc0000-0xfebdffff pref]
[ 0.467692] pci 0000:00:04.0: [8086:25ab] type 00 class 0x088000
[ 0.468619] pci 0000:00:04.0: reg 0x10: [mem 0xfebf1000-0xfebf100f]
[ 0.474151] pci_bus 0000:00: on NUMA node 0
[ 0.477671] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *10 11)
[ 0.480320] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[ 0.482225] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[ 0.484120] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 10 *11)
[ 0.485588] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.488804] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.491112] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.492014] vgaarb: loaded
[ 0.492551] vgaarb: bridge control possible 0000:00:02.0
[ 0.494963] Linux video capture interface: v2.00
[ 0.495944] pps_core: LinuxPPS API ver. 1 registered
[ 0.496009] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.498529] wmi: Mapper loaded
[ 0.499570] Advanced Linux Sound Architecture Driver Initialized.
[ 0.500061] PCI: Using ACPI for IRQ routing
[ 0.500879] PCI: pci_cache_line_size set to 64 bytes
[ 0.502024] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[ 0.503179] e820: reserve RAM buffer [mem 0x13ffe000-0x13ffffff]
[ 0.505443] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.507490] hpet0: 3 comparators, 64-bit 100.000000 MHz counter
[ 0.512063] Switched to clocksource kvm-clock
[ 0.736643] FS-Cache: Loaded
[ 0.737300] CacheFiles: Loaded
[ 0.738010] pnp: PnP ACPI init
[ 0.738644] ACPI: bus type PNP registered
[ 0.739635] IOAPIC[0]: Set routing entry (0-8 -> 0x38 -> IRQ 8 Mode:0 Active:0 Dest:1)
[ 0.741284] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.742675] IOAPIC[0]: Set routing entry (0-1 -> 0x31 -> IRQ 1 Mode:0 Active:0 Dest:1)
[ 0.744266] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.745826] IOAPIC[0]: Set routing entry (0-12 -> 0x3c -> IRQ 12 Mode:0 Active:0 Dest:1)
[ 0.747413] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.748980] IOAPIC[0]: Set routing entry (0-6 -> 0x36 -> IRQ 6 Mode:0 Active:0 Dest:1)
[ 0.751616] pnp 00:03: [dma 2]
[ 0.752369] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.754027] IOAPIC[0]: Set routing entry (0-7 -> 0x37 -> IRQ 7 Mode:0 Active:0 Dest:1)
[ 0.755827] pnp 00:04: Plug and Play ACPI device, IDs PNP0400 (active)
[ 0.757510] IOAPIC[0]: Set routing entry (0-4 -> 0x34 -> IRQ 4 Mode:0 Active:0 Dest:1)
[ 0.759289] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.760965] IOAPIC[0]: Set routing entry (0-3 -> 0x33 -> IRQ 3 Mode:0 Active:0 Dest:1)
[ 0.764147] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.766595] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.768947] pnp: PnP ACPI: found 8 devices
[ 0.769849] ACPI: bus type PNP unregistered
[ 0.770759] INFO_MDMA: LNW DMA Driver Version 1.1.0
[ 0.777406] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.778635] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.779828] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.781195] pci_bus 0000:00: resource 7 [mem 0x80000000-0xfebfffff]
[ 0.782599] NET: Registered protocol family 1
[ 0.783603] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.784932] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.786212] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.787586] pci 0000:00:02.0: Boot video device
[ 0.788645] PCI: CLS 0 bytes, default 64
[ 0.790255] Unpacking initramfs...
[ 2.500052] debug: unmapping init [mem 0xffff88001293d000-0xffff880013feffff]
[ 2.503027] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
[ 2.504012] IP: [<ffffffff83145080>] rapl_pmu_init+0x1e7/0x24e
[ 2.504012] PGD 0
[ 2.504012] Oops: 0000 [#1] DEBUG_PAGEALLOC
[ 2.504012] CPU: 0 PID: 1 Comm: swapper Not tainted 3.14.0-rc8-00023-gd906074 #9
[ 2.504012] Hardware name: Bochs Bochs, BIOS Bochs 01/01/2011
[ 2.504012] task: ffff880012030000 ti: ffff880012034000 task.ti: ffff880012034000
[ 2.504012] RIP: 0010:[<ffffffff83145080>] [<ffffffff83145080>] rapl_pmu_init+0x1e7/0x24e
[ 2.504012] RSP: 0000:ffff880012035e80 EFLAGS: 00010202
[ 2.504012] RAX: 0000000000000000 RBX: 0000000000000000 RCX: 0000000000000000
[ 2.504012] RDX: 0000000000000001 RSI: 0000000000000001 RDI: 0000000000000206
[ 2.504012] RBP: ffff880012035e90 R08: 0000000000000000 R09: 0000000000000000
[ 2.504012] R10: 0000000000000001 R11: 0000000000000000 R12: ffffffff83144e99
[ 2.504012] R13: 0000000000000306 R14: 0000000000000000 R15: 0000000000000000
[ 2.504012] FS: 0000000000000000(0000) GS:ffffffff82939000(0000) knlGS:0000000000000000
[ 2.504012] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 2.504012] CR2: 0000000000000068 CR3: 0000000002919000 CR4: 00000000000406b0
[ 2.504012] Stack:
[ 2.504012] 0000000000000000 0000000000000000 ffff880012035f08 ffffffff8313a540
[ 2.504012] ffffffff8290b500 0000000000000200 ffff880012035f08 ffffffff810ce215
[ 2.504012] ffff880013ffb4a6 ffffffff82837af7 0000030600060006 ffffffff82905448
[ 2.504012] Call Trace:
[ 2.504012] [<ffffffff8313a540>] do_one_initcall+0xc7/0x1c0
[ 2.504012] [<ffffffff810ce215>] ? parse_args+0x335/0x4b0
[ 2.504012] [<ffffffff8313a7dd>] kernel_init_freeable+0x1a4/0x2b0
[ 2.504012] [<ffffffff83139a74>] ? do_early_param+0xd7/0xd7
[ 2.504012] [<ffffffff820d1ab0>] ? rest_init+0x130/0x130
[ 2.504012] [<ffffffff820d1ac6>] kernel_init+0x16/0x1b0
[ 2.504012] [<ffffffff820f56fa>] ret_from_fork+0x7a/0xb0
[ 2.504012] [<ffffffff820d1ab0>] ? rest_init+0x130/0x130
[ 2.504012] Code: 00 89 c6 31 c0 e8 ca 3c f9 fe 48 ff 05 9a f9 12 00 83 c8 ff eb 78 48 8b 1d 26 b7 80 ff 48 ff 05 7f f9 12 00 48 ff 05 d0 f5 12 00 <48> 8b 7b 68 e8 97 24 f6 fd 48 69 c8 e8 03 00 00 48 89 d0 be e8
[ 2.504012] RIP [<ffffffff83145080>] rapl_pmu_init+0x1e7/0x24e
[ 2.504012] RSP <ffff880012035e80>
[ 2.504012] CR2: 0000000000000068
[ 2.504012] ---[ end trace 79bf412f192f8d08 ]---
[ 2.504012] swapper (1) used greatest stack depth: 4352 bytes left
[ 2.555343] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000009
[ 2.555343]
[ 2.557328] Kernel Offset: 0x0 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffff9fffffff)
[ 2.559331] Rebooting in 10 seconds..
Elapsed time: 15
qemu-system-x86_64 -enable-kvm -cpu Haswell,+smep,+smap -kernel /kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 -append 'hung_task_panic=1 earlyprintk=ttyS0,115200 debug apic=debug sysrq_always_enabled rcupdate.rcu_cpu_stall_timeout=100 panic=10 softlockup_panic=1 nmi_watchdog=panic prompt_ramdisk=0 console=ttyS0,115200 console=tty0 vga=normal root=/dev/ram0 rw link=/kbuild-tests/run-queue/kvm/x86_64-randconfig-wa0-07241641/next:master:d9060742fbf630fe31951dfc10b798deb2813f01:bisect-linux-2/.vmlinuz-d9060742fbf630fe31951dfc10b798deb2813f01-20140724220639-37-kbuild branch=next/master BOOT_IMAGE=/kernel/x86_64-randconfig-wa0-07241641/d9060742fbf630fe31951dfc10b798deb2813f01/vmlinuz-3.14.0-rc8-00023-gd906074 drbd.minor_count=8' -initrd /kernel-tests/initrd/quantal-core-x86_64.cgz -m 320 -smp 2 -net nic,vlan=1,model=e1000 -net user,vlan=1 -boot order=nc -no-reboot -watchdog i6300esb -rtc base=localtime -pidfile /dev/shm/kboot/pid-quantal-kbuild-10 -serial file:/dev/shm/kboot/serial-quantal-kbuild-10 -daemonize -display none -monitor null
[-- Attachment #4: x86_64-randconfig-wa0-07241641-5eb00b037d9bb650b18b8f331bb9fb7a66559b5f-BUG:-unable-to-handle-kernel-paging-request-39374.log --]
[-- Type: application/octet-stream, Size: 139173 bytes --]
[-- Attachment #5: config-3.14.0-rc8-00024-g825600c --]
[-- Type: text/plain, Size: 77895 bytes --]
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86_64 3.14.0-rc8 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_INSTRUCTION_DECODER=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_ARCH_HAS_CPU_AUTOPROBE=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_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_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
CONFIG_CONSTRUCTORS=y
CONFIG_IRQ_WORK=y
CONFIG_BUILDTIME_EXTABLE_SORT=y
#
# General setup
#
CONFIG_BROKEN_ON_SMP=y
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_SWAP=y
CONFIG_SYSVIPC=y
# CONFIG_POSIX_MQUEUE is not set
# CONFIG_FHANDLE is not set
# CONFIG_AUDIT is not set
#
# IRQ subsystem
#
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_IRQ_SHOW=y
CONFIG_GENERIC_IRQ_CHIP=y
CONFIG_IRQ_DOMAIN=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_GENERIC_TIME_VSYSCALL=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_GENERIC_CLOCKEVENTS_MIN_ADJUST=y
CONFIG_GENERIC_CMOS_UPDATE=y
#
# Timers subsystem
#
CONFIG_HZ_PERIODIC=y
# CONFIG_NO_HZ_IDLE is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
#
# CPU/Task time and stats accounting
#
CONFIG_TICK_CPU_ACCOUNTING=y
# CONFIG_VIRT_CPU_ACCOUNTING_GEN is not set
# CONFIG_IRQ_TIME_ACCOUNTING is not set
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
#
# RCU Subsystem
#
CONFIG_TINY_RCU=y
# CONFIG_PREEMPT_RCU is not set
# CONFIG_RCU_STALL_COMMON is not set
# CONFIG_TREE_RCU_TRACE is not set
CONFIG_IKCONFIG=y
# CONFIG_IKCONFIG_PROC is not set
CONFIG_LOG_BUF_SHIFT=17
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
CONFIG_ARCH_SUPPORTS_NUMA_BALANCING=y
CONFIG_ARCH_SUPPORTS_INT128=y
CONFIG_ARCH_WANTS_PROT_NUMA_PROT_NONE=y
CONFIG_CGROUPS=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_CGROUP_FREEZER=y
# CONFIG_CGROUP_DEVICE is not set
# CONFIG_CPUSETS is not set
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_RESOURCE_COUNTERS is not set
# CONFIG_CGROUP_PERF is not set
CONFIG_CGROUP_SCHED=y
CONFIG_FAIR_GROUP_SCHED=y
# CONFIG_CFS_BANDWIDTH is not set
# CONFIG_RT_GROUP_SCHED is not set
CONFIG_BLK_CGROUP=y
# CONFIG_DEBUG_BLK_CGROUP is not set
CONFIG_CHECKPOINT_RESTORE=y
CONFIG_NAMESPACES=y
CONFIG_UTS_NS=y
CONFIG_IPC_NS=y
CONFIG_USER_NS=y
# CONFIG_PID_NS is not set
CONFIG_NET_NS=y
CONFIG_SCHED_AUTOGROUP=y
CONFIG_RELAY=y
CONFIG_BLK_DEV_INITRD=y
CONFIG_INITRAMFS_SOURCE=""
CONFIG_RD_GZIP=y
# CONFIG_RD_BZIP2 is not set
CONFIG_RD_LZMA=y
# CONFIG_RD_XZ is not set
# CONFIG_RD_LZO is not set
# CONFIG_RD_LZ4 is not set
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
CONFIG_ANON_INODES=y
CONFIG_SYSCTL_EXCEPTION_TRACE=y
CONFIG_HAVE_PCSPKR_PLATFORM=y
CONFIG_EXPERT=y
CONFIG_KALLSYMS=y
CONFIG_KALLSYMS_ALL=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_PCSPKR_PLATFORM=y
# CONFIG_BASE_FULL is not set
CONFIG_FUTEX=y
CONFIG_EPOLL=y
# CONFIG_SIGNALFD is not set
# CONFIG_TIMERFD is not set
# CONFIG_EVENTFD is not set
CONFIG_SHMEM=y
# CONFIG_AIO is not set
CONFIG_PCI_QUIRKS=y
# CONFIG_EMBEDDED is not set
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 is not set
# CONFIG_COMPAT_BRK is not set
# CONFIG_SLAB is not set
# CONFIG_SLUB is not set
CONFIG_SLOB=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_JUMP_LABEL=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_GENERIC_SMP_IDLE_THREAD=y
CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
CONFIG_HAVE_CLK=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_HAVE_ARCH_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_SOFT_DIRTY=y
CONFIG_MODULES_USE_ELF_RELA=y
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
#
# GCOV-based kernel profiling
#
CONFIG_GCOV_KERNEL=y
CONFIG_GCOV_PROFILE_ALL=y
# CONFIG_GCOV_FORMAT_AUTODETECT is not set
CONFIG_GCOV_FORMAT_3_4=y
# CONFIG_GCOV_FORMAT_4_7 is not set
# CONFIG_HAVE_GENERIC_DMA_COHERENT is not set
CONFIG_RT_MUTEXES=y
CONFIG_BASE_SMALL=1
# CONFIG_SYSTEM_TRUSTED_KEYRING is not set
# CONFIG_MODULES is not set
CONFIG_BLOCK=y
CONFIG_BLK_DEV_BSG=y
CONFIG_BLK_DEV_BSGLIB=y
CONFIG_BLK_DEV_INTEGRITY=y
CONFIG_BLK_DEV_THROTTLING=y
# CONFIG_BLK_CMDLINE_PARSER is not set
#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
CONFIG_AIX_PARTITION=y
# CONFIG_OSF_PARTITION is not set
CONFIG_AMIGA_PARTITION=y
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
# CONFIG_MSDOS_PARTITION is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
CONFIG_KARMA_PARTITION=y
# CONFIG_EFI_PARTITION is not set
CONFIG_SYSV68_PARTITION=y
# CONFIG_CMDLINE_PARTITION is not set
#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_CFQ_GROUP_IOSCHED=y
CONFIG_DEFAULT_DEADLINE=y
# CONFIG_DEFAULT_CFQ is not set
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="deadline"
CONFIG_ASN1=y
CONFIG_UNINLINE_SPIN_UNLOCK=y
CONFIG_FREEZER=y
#
# Processor type and features
#
CONFIG_ZONE_DMA=y
# CONFIG_SMP is not set
CONFIG_X86_MPPARSE=y
# CONFIG_X86_EXTENDED_PLATFORM is not set
CONFIG_X86_INTEL_LPSS=y
# CONFIG_SCHED_OMIT_FRAME_POINTER is not set
CONFIG_HYPERVISOR_GUEST=y
CONFIG_PARAVIRT=y
# CONFIG_PARAVIRT_DEBUG is not set
# CONFIG_XEN is not set
# CONFIG_XEN_PRIVILEGED_GUEST 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_MEMTEST is not set
# 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=y
CONFIG_CPU_SUP_INTEL=y
CONFIG_CPU_SUP_AMD=y
# CONFIG_CPU_SUP_CENTAUR is not set
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
CONFIG_CALGARY_IOMMU=y
CONFIG_CALGARY_IOMMU_ENABLED_BY_DEFAULT=y
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
CONFIG_NR_CPUS=1
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_PREEMPT_COUNT=y
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_REROUTE_FOR_BROKEN_BOOT_IRQS is not set
# CONFIG_X86_MCE is not set
CONFIG_I8K=y
# CONFIG_MICROCODE is not set
# CONFIG_MICROCODE_INTEL_EARLY is not set
# CONFIG_MICROCODE_AMD_EARLY is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
# CONFIG_DIRECT_GBPAGES is not set
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_ARCH_PROC_KCORE_TEXT=y
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=y
CONFIG_HAVE_MEMBLOCK=y
CONFIG_HAVE_MEMBLOCK_NODE_MAP=y
CONFIG_ARCH_DISCARD_MEMBLOCK=y
CONFIG_MEMORY_ISOLATION=y
# CONFIG_HAVE_BOOTMEM_INFO_NODE is not set
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_ARCH_ENABLE_SPLIT_PMD_PTLOCK=y
# CONFIG_COMPACTION is not set
CONFIG_MIGRATION=y
CONFIG_PHYS_ADDR_T_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_NEED_BOUNCE_POOL=y
CONFIG_VIRT_TO_BUS=y
CONFIG_KSM=y
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
# CONFIG_TRANSPARENT_HUGEPAGE is not set
# CONFIG_CROSS_MEMORY_ATTACH is not set
CONFIG_NEED_PER_CPU_KM=y
# CONFIG_CLEANCACHE is not set
# CONFIG_FRONTSWAP is not set
CONFIG_CMA=y
# CONFIG_CMA_DEBUG is not set
# CONFIG_ZBUD is not set
CONFIG_MEM_SOFT_DIRTY=y
# CONFIG_ZSMALLOC is not set
CONFIG_X86_CHECK_BIOS_CORRUPTION=y
# CONFIG_X86_BOOTPARAM_MEMORY_CORRUPTION_CHECK is not set
CONFIG_X86_RESERVE_LOW=64
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
CONFIG_ARCH_USES_PG_UNCACHED=y
CONFIG_ARCH_RANDOM=y
# CONFIG_X86_SMAP is not set
# CONFIG_EFI is not set
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_SCHED_HRTICK is not set
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x1000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x200000
# CONFIG_CMDLINE_BOOL is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
#
# Power management and ACPI options
#
CONFIG_ARCH_HIBERNATION_HEADER=y
CONFIG_SUSPEND=y
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATE_CALLBACKS=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_PM_SLEEP=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_PM_WAKELOCKS is not set
CONFIG_PM_RUNTIME=y
CONFIG_PM=y
CONFIG_PM_DEBUG=y
CONFIG_PM_ADVANCED_DEBUG=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PM_SLEEP_DEBUG=y
CONFIG_PM_TRACE=y
CONFIG_PM_TRACE_RTC=y
CONFIG_PM_CLK=y
CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
CONFIG_ACPI_EC_DEBUGFS=y
CONFIG_ACPI_AC=y
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
# CONFIG_ACPI_PROCESSOR is not set
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
# CONFIG_ACPI_INITRD_TABLE_OVERRIDE is not set
CONFIG_ACPI_DEBUG=y
CONFIG_X86_PM_TIMER=y
# CONFIG_ACPI_CONTAINER is not set
CONFIG_ACPI_SBS=y
CONFIG_ACPI_HED=y
# CONFIG_ACPI_CUSTOM_METHOD is not set
# CONFIG_ACPI_APEI is not set
CONFIG_SFI=y
#
# 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=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
#
# x86 CPU frequency scaling drivers
#
CONFIG_X86_INTEL_PSTATE=y
CONFIG_X86_P4_CLOCKMOD=y
#
# shared options
#
CONFIG_X86_SPEEDSTEP_LIB=y
#
# CPU Idle
#
# CONFIG_CPU_IDLE is not set
# CONFIG_ARCH_NEEDS_CPU_IDLE_COUPLED is not set
#
# Memory power savings
#
CONFIG_I7300_IDLE_IOAT_CHANNEL=y
CONFIG_I7300_IDLE=y
#
# 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=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_MSI is not set
# CONFIG_PCI_DEBUG is not set
CONFIG_PCI_REALLOC_ENABLE_AUTO=y
CONFIG_PCI_STUB=y
# CONFIG_HT_IRQ is not set
CONFIG_PCI_ATS=y
CONFIG_PCI_IOV=y
# CONFIG_PCI_PRI is not set
# CONFIG_PCI_PASID is not set
CONFIG_PCI_IOAPIC=y
CONFIG_PCI_LABEL=y
#
# PCI host controller drivers
#
CONFIG_ISA_DMA_API=y
CONFIG_AMD_NB=y
CONFIG_PCCARD=y
CONFIG_PCMCIA=y
# CONFIG_PCMCIA_LOAD_CIS is not set
# CONFIG_CARDBUS is not set
#
# PC-card bridges
#
# CONFIG_YENTA is not set
CONFIG_PD6729=y
# CONFIG_I82092 is not set
CONFIG_PCCARD_NONSTATIC=y
CONFIG_RAPIDIO=y
CONFIG_RAPIDIO_DISC_TIMEOUT=30
# CONFIG_RAPIDIO_ENABLE_RX_TX_PORTS is not set
CONFIG_RAPIDIO_DMA_ENGINE=y
CONFIG_RAPIDIO_DEBUG=y
CONFIG_RAPIDIO_ENUM_BASIC=y
#
# RapidIO Switch drivers
#
CONFIG_RAPIDIO_TSI57X=y
CONFIG_RAPIDIO_CPS_XX=y
CONFIG_RAPIDIO_TSI568=y
CONFIG_RAPIDIO_CPS_GEN2=y
CONFIG_X86_SYSFB=y
#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_ARCH_BINFMT_ELF_RANDOMIZE_PIE=y
CONFIG_BINFMT_SCRIPT=y
# CONFIG_HAVE_AOUT is not set
CONFIG_BINFMT_MISC=y
# CONFIG_COREDUMP is not set
# CONFIG_IA32_EMULATION is not set
CONFIG_X86_DEV_DMA_OPS=y
CONFIG_NET=y
#
# Networking options
#
# CONFIG_PACKET is not set
CONFIG_UNIX=y
# CONFIG_UNIX_DIAG is not set
# CONFIG_NET_KEY is not set
# CONFIG_INET is not set
# CONFIG_NETWORK_SECMARK is not set
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
# CONFIG_NETFILTER is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_PHONET is not set
# CONFIG_IEEE802154 is not set
# CONFIG_NET_SCHED is not set
# CONFIG_DCB is not set
# CONFIG_DNS_RESOLVER is not set
# CONFIG_BATMAN_ADV is not set
# CONFIG_OPENVSWITCH is not set
# CONFIG_VSOCKETS is not set
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
# CONFIG_NET_MPLS_GSO is not set
# CONFIG_HSR is not set
# CONFIG_CGROUP_NET_PRIO is not set
# CONFIG_CGROUP_NET_CLASSID is not set
CONFIG_NET_RX_BUSY_POLL=y
#
# Network testing
#
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
CONFIG_WIRELESS=y
# CONFIG_CFG80211 is not set
# CONFIG_LIB80211 is not set
#
# CFG80211 needs to be enabled for MAC80211
#
# CONFIG_WIMAX is not set
# CONFIG_RFKILL is not set
# CONFIG_RFKILL_REGULATOR is not set
# CONFIG_NET_9P is not set
# CONFIG_CAIF is not set
# CONFIG_NFC is not set
CONFIG_HAVE_BPF_JIT=y
#
# Device Drivers
#
#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH=""
# CONFIG_DEVTMPFS is not set
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
CONFIG_FW_LOADER_USER_HELPER=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_REGMAP=y
CONFIG_REGMAP_I2C=y
CONFIG_REGMAP_SPI=y
CONFIG_REGMAP_MMIO=y
CONFIG_REGMAP_IRQ=y
CONFIG_DMA_SHARED_BUFFER=y
#
# Bus devices
#
# CONFIG_CONNECTOR is not set
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_ARCH_MIGHT_HAVE_PC_PARPORT=y
CONFIG_PNP=y
CONFIG_PNP_DEBUG_MESSAGES=y
#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
# CONFIG_BLK_DEV_NULL_BLK is not set
CONFIG_BLK_DEV_FD=y
CONFIG_BLK_DEV_PCIESSD_MTIP32XX=y
# CONFIG_BLK_CPQ_CISS_DA is not set
CONFIG_BLK_DEV_DAC960=y
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
CONFIG_BLK_DEV_CRYPTOLOOP=y
#
# DRBD disabled because PROC_FS or INET not selected
#
# CONFIG_BLK_DEV_NBD is not set
CONFIG_BLK_DEV_NVME=y
CONFIG_BLK_DEV_SKD=y
CONFIG_BLK_DEV_SX8=y
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
CONFIG_CDROM_PKTCDVD_WCACHE=y
# CONFIG_ATA_OVER_ETH is not set
CONFIG_VIRTIO_BLK=y
# CONFIG_BLK_DEV_HD is not set
# CONFIG_BLK_DEV_RSXX is not set
#
# Misc devices
#
CONFIG_SENSORS_LIS3LV02D=y
# CONFIG_ATMEL_PWM is not set
CONFIG_DUMMY_IRQ=y
# CONFIG_IBM_ASM is not set
CONFIG_PHANTOM=y
CONFIG_SGI_IOC4=y
CONFIG_TIFM_CORE=y
# CONFIG_TIFM_7XX1 is not set
CONFIG_ICS932S401=y
# CONFIG_ATMEL_SSC is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HP_ILO=y
# CONFIG_APDS9802ALS is not set
CONFIG_ISL29020=y
CONFIG_SENSORS_BH1770=y
# CONFIG_SENSORS_APDS990X is not set
CONFIG_HMC6352=y
CONFIG_DS1682=y
# CONFIG_VMWARE_BALLOON is not set
# CONFIG_PCH_PHUB is not set
# CONFIG_USB_SWITCH_FSA9480 is not set
# CONFIG_SRAM is not set
CONFIG_C2PORT=y
CONFIG_C2PORT_DURAMAR_2150=y
#
# EEPROM support
#
CONFIG_EEPROM_MAX6875=y
CONFIG_EEPROM_93CX6=y
CONFIG_CB710_CORE=y
CONFIG_CB710_DEBUG=y
CONFIG_CB710_DEBUG_ASSUMPTIONS=y
#
# Texas Instruments shared transport line discipline
#
# CONFIG_TI_ST is not set
# CONFIG_SENSORS_LIS3_I2C is not set
#
# Altera FPGA firmware download module
#
CONFIG_ALTERA_STAPL=y
CONFIG_INTEL_MEI=y
# CONFIG_INTEL_MEI_ME is not set
CONFIG_VMWARE_VMCI=y
#
# Intel MIC Host Driver
#
# CONFIG_INTEL_MIC_HOST is not set
#
# Intel MIC Card Driver
#
# CONFIG_INTEL_MIC_CARD is not set
# CONFIG_GENWQE is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
CONFIG_IDE_XFER_MODE=y
CONFIG_IDE_TIMINGS=y
CONFIG_IDE_ATAPI=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_IDE_GD=y
# CONFIG_IDE_GD_ATA is not set
# CONFIG_IDE_GD_ATAPI is not set
# CONFIG_BLK_DEV_IDECS is not set
CONFIG_BLK_DEV_IDECD=y
# CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS is not set
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEACPI is not set
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y
#
# IDE chipset support/bugfixes
#
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y
#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
CONFIG_IDEPCI_PCIBUS_ORDER=y
CONFIG_BLK_DEV_OFFBOARD=y
CONFIG_BLK_DEV_GENERIC=y
CONFIG_BLK_DEV_OPTI621=y
CONFIG_BLK_DEV_RZ1000=y
CONFIG_BLK_DEV_IDEDMA_PCI=y
CONFIG_BLK_DEV_AEC62XX=y
CONFIG_BLK_DEV_ALI15X3=y
# CONFIG_BLK_DEV_AMD74XX is not set
CONFIG_BLK_DEV_ATIIXP=y
CONFIG_BLK_DEV_CMD64X=y
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
CONFIG_BLK_DEV_HPT366=y
CONFIG_BLK_DEV_JMICRON=y
# CONFIG_BLK_DEV_SC1200 is not set
CONFIG_BLK_DEV_PIIX=y
# CONFIG_BLK_DEV_IT8172 is not set
CONFIG_BLK_DEV_IT8213=y
# CONFIG_BLK_DEV_IT821X is not set
CONFIG_BLK_DEV_NS87415=y
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
CONFIG_BLK_DEV_PDC202XX_NEW=y
CONFIG_BLK_DEV_SVWKS=y
CONFIG_BLK_DEV_SIIMAGE=y
CONFIG_BLK_DEV_SIS5513=y
# CONFIG_BLK_DEV_SLC90E66 is not set
CONFIG_BLK_DEV_TRM290=y
CONFIG_BLK_DEV_VIA82CXXX=y
CONFIG_BLK_DEV_TC86C001=y
CONFIG_BLK_DEV_IDEDMA=y
#
# SCSI device support
#
CONFIG_SCSI_MOD=y
CONFIG_RAID_ATTRS=y
# CONFIG_SCSI is not set
# CONFIG_SCSI_DMA is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_ATA is not set
# CONFIG_MD is not set
CONFIG_FUSION=y
CONFIG_FUSION_MAX_SGE=128
# CONFIG_FUSION_LOGGING is not set
#
# IEEE 1394 (FireWire) support
#
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_I2O=y
# CONFIG_I2O_LCT_NOTIFY_ON_CHANGES is not set
# CONFIG_I2O_EXT_ADAPTEC is not set
# CONFIG_I2O_CONFIG is not set
# CONFIG_I2O_BUS is not set
CONFIG_I2O_BLOCK=y
# CONFIG_I2O_PROC is not set
# CONFIG_MACINTOSH_DRIVERS is not set
# CONFIG_NETDEVICES is not set
#
# Input device support
#
CONFIG_INPUT=y
CONFIG_INPUT_FF_MEMLESS=y
CONFIG_INPUT_POLLDEV=y
CONFIG_INPUT_SPARSEKMAP=y
CONFIG_INPUT_MATRIXKMAP=y
#
# Userland interfaces
#
# CONFIG_INPUT_MOUSEDEV is not set
CONFIG_INPUT_JOYDEV=y
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set
#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
# CONFIG_KEYBOARD_ADP5588 is not set
CONFIG_KEYBOARD_ADP5589=y
CONFIG_KEYBOARD_ATKBD=y
CONFIG_KEYBOARD_QT1070=y
CONFIG_KEYBOARD_QT2160=y
CONFIG_KEYBOARD_LKKBD=y
# CONFIG_KEYBOARD_GPIO is not set
# CONFIG_KEYBOARD_GPIO_POLLED is not set
CONFIG_KEYBOARD_TCA6416=y
CONFIG_KEYBOARD_TCA8418=y
CONFIG_KEYBOARD_MATRIX=y
CONFIG_KEYBOARD_LM8323=y
CONFIG_KEYBOARD_LM8333=y
CONFIG_KEYBOARD_MAX7359=y
# CONFIG_KEYBOARD_MCS is not set
CONFIG_KEYBOARD_MPR121=y
CONFIG_KEYBOARD_NEWTON=y
# CONFIG_KEYBOARD_OPENCORES is not set
# CONFIG_KEYBOARD_SAMSUNG is not set
CONFIG_KEYBOARD_STOWAWAY=y
CONFIG_KEYBOARD_SUNKBD=y
CONFIG_KEYBOARD_XTKBD=y
# CONFIG_KEYBOARD_CROS_EC is not set
CONFIG_INPUT_MOUSE=y
# CONFIG_MOUSE_PS2 is not set
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_BCM5974 is not set
# CONFIG_MOUSE_CYAPA is not set
CONFIG_MOUSE_VSXXXAA=y
# CONFIG_MOUSE_GPIO is not set
CONFIG_MOUSE_SYNAPTICS_I2C=y
# CONFIG_MOUSE_SYNAPTICS_USB is not set
CONFIG_INPUT_JOYSTICK=y
CONFIG_JOYSTICK_ANALOG=y
# CONFIG_JOYSTICK_A3D is not set
CONFIG_JOYSTICK_ADI=y
CONFIG_JOYSTICK_COBRA=y
CONFIG_JOYSTICK_GF2K=y
# CONFIG_JOYSTICK_GRIP is not set
CONFIG_JOYSTICK_GRIP_MP=y
# CONFIG_JOYSTICK_GUILLEMOT is not set
# CONFIG_JOYSTICK_INTERACT is not set
CONFIG_JOYSTICK_SIDEWINDER=y
CONFIG_JOYSTICK_TMDC=y
CONFIG_JOYSTICK_IFORCE=y
# CONFIG_JOYSTICK_IFORCE_232 is not set
CONFIG_JOYSTICK_WARRIOR=y
CONFIG_JOYSTICK_MAGELLAN=y
CONFIG_JOYSTICK_SPACEORB=y
CONFIG_JOYSTICK_SPACEBALL=y
CONFIG_JOYSTICK_STINGER=y
# CONFIG_JOYSTICK_TWIDJOY is not set
CONFIG_JOYSTICK_ZHENHUA=y
# CONFIG_JOYSTICK_AS5011 is not set
CONFIG_JOYSTICK_JOYDUMP=y
# CONFIG_JOYSTICK_XPAD is not set
CONFIG_INPUT_TABLET=y
# CONFIG_TABLET_USB_ACECAD is not set
# CONFIG_TABLET_USB_AIPTEK is not set
# CONFIG_TABLET_USB_HANWANG is not set
# CONFIG_TABLET_USB_KBTAB is not set
# CONFIG_TABLET_USB_WACOM is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
# CONFIG_INPUT_AD714X is not set
CONFIG_INPUT_ARIZONA_HAPTICS=y
CONFIG_INPUT_BMA150=y
CONFIG_INPUT_PCSPKR=y
CONFIG_INPUT_MAX8925_ONKEY=y
CONFIG_INPUT_MC13783_PWRBUTTON=y
CONFIG_INPUT_MMA8450=y
# CONFIG_INPUT_MPU3050 is not set
CONFIG_INPUT_APANEL=y
CONFIG_INPUT_GP2A=y
CONFIG_INPUT_GPIO_TILT_POLLED=y
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
CONFIG_INPUT_KXTJ9=y
CONFIG_INPUT_KXTJ9_POLLED_MODE=y
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
# CONFIG_INPUT_CM109 is not set
CONFIG_INPUT_RETU_PWRBUTTON=y
CONFIG_INPUT_UINPUT=y
# CONFIG_INPUT_PCF50633_PMU is not set
CONFIG_INPUT_PCF8574=y
CONFIG_INPUT_GPIO_ROTARY_ENCODER=y
# CONFIG_INPUT_DA9052_ONKEY is not set
# CONFIG_INPUT_WM831X_ON is not set
# CONFIG_INPUT_ADXL34X is not set
CONFIG_INPUT_CMA3000=y
# CONFIG_INPUT_CMA3000_I2C is not set
# CONFIG_INPUT_IDEAPAD_SLIDEBAR 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=y
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
CONFIG_SERIO_RAW=y
CONFIG_SERIO_ALTERA_PS2=y
CONFIG_SERIO_PS2MULT=y
CONFIG_SERIO_ARC_PS2=y
CONFIG_GAMEPORT=y
# CONFIG_GAMEPORT_NS558 is not set
CONFIG_GAMEPORT_L4=y
CONFIG_GAMEPORT_EMU10K1=y
# CONFIG_GAMEPORT_FM801 is not set
#
# Character devices
#
CONFIG_TTY=y
# CONFIG_VT is not set
CONFIG_UNIX98_PTYS=y
CONFIG_DEVPTS_MULTIPLE_INSTANCES=y
# CONFIG_LEGACY_PTYS is not set
CONFIG_SERIAL_NONSTANDARD=y
CONFIG_ROCKETPORT=y
CONFIG_CYCLADES=y
# CONFIG_CYZ_INTR is not set
# CONFIG_MOXA_INTELLIO is not set
CONFIG_MOXA_SMARTIO=y
# CONFIG_SYNCLINK is not set
# CONFIG_SYNCLINKMP is not set
# CONFIG_SYNCLINK_GT is not set
# CONFIG_NOZOMI is not set
CONFIG_ISI=y
CONFIG_N_HDLC=y
# CONFIG_N_GSM is not set
# CONFIG_TRACE_SINK is not set
CONFIG_DEVKMEM=y
#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_DEPRECATED_OPTIONS=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_DMA=y
CONFIG_SERIAL_8250_PCI=y
# CONFIG_SERIAL_8250_CS is not set
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set
CONFIG_SERIAL_8250_DW=y
#
# Non-8250 serial port support
#
CONFIG_SERIAL_MAX3100=y
# CONFIG_SERIAL_MAX310X is not set
CONFIG_SERIAL_MFD_HSU=y
CONFIG_SERIAL_MFD_HSU_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
CONFIG_SERIAL_JSM=y
CONFIG_SERIAL_SCCNXP=y
# CONFIG_SERIAL_SCCNXP_CONSOLE is not set
# CONFIG_SERIAL_TIMBERDALE is not set
CONFIG_SERIAL_ALTERA_JTAGUART=y
# CONFIG_SERIAL_ALTERA_JTAGUART_CONSOLE is not set
# CONFIG_SERIAL_ALTERA_UART is not set
CONFIG_SERIAL_IFX6X60=y
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_ARC is not set
CONFIG_SERIAL_RP2=y
CONFIG_SERIAL_RP2_NR_UARTS=32
CONFIG_SERIAL_FSL_LPUART=y
# CONFIG_SERIAL_FSL_LPUART_CONSOLE is not set
CONFIG_TTY_PRINTK=y
CONFIG_HVC_DRIVER=y
CONFIG_VIRTIO_CONSOLE=y
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
CONFIG_HW_RANDOM_INTEL=y
# CONFIG_HW_RANDOM_AMD is not set
# CONFIG_HW_RANDOM_ATMEL is not set
# CONFIG_HW_RANDOM_VIA is not set
# CONFIG_HW_RANDOM_VIRTIO is not set
# CONFIG_HW_RANDOM_EXYNOS is not set
CONFIG_HW_RANDOM_TPM=y
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
CONFIG_APPLICOM=y
#
# PCMCIA character devices
#
CONFIG_SYNCLINK_CS=y
# CONFIG_CARDMAN_4000 is not set
CONFIG_CARDMAN_4040=y
CONFIG_MWAVE=y
CONFIG_RAW_DRIVER=y
CONFIG_MAX_RAW_DEVS=256
CONFIG_HPET=y
CONFIG_HPET_MMAP=y
CONFIG_HPET_MMAP_DEFAULT=y
# CONFIG_HANGCHECK_TIMER is not set
CONFIG_TCG_TPM=y
# CONFIG_TCG_TIS is not set
CONFIG_TCG_TIS_I2C_ATMEL=y
CONFIG_TCG_TIS_I2C_INFINEON=y
CONFIG_TCG_TIS_I2C_NUVOTON=y
# CONFIG_TCG_NSC is not set
# CONFIG_TCG_ATMEL is not set
CONFIG_TCG_INFINEON=y
# CONFIG_TCG_ST33_I2C is not set
CONFIG_TELCLOCK=y
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_COMPAT is not set
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_MUX=y
#
# Multiplexer I2C Chip support
#
CONFIG_I2C_MUX_GPIO=y
CONFIG_I2C_MUX_PCA9541=y
CONFIG_I2C_MUX_PCA954x=y
CONFIG_I2C_MUX_PINCTRL=y
CONFIG_I2C_HELPER_AUTO=y
CONFIG_I2C_SMBUS=y
CONFIG_I2C_ALGOBIT=y
CONFIG_I2C_ALGOPCA=y
#
# I2C Hardware Bus support
#
#
# PC SMBus host controller drivers
#
CONFIG_I2C_ALI1535=y
CONFIG_I2C_ALI1563=y
# CONFIG_I2C_ALI15X3 is not set
CONFIG_I2C_AMD756=y
# CONFIG_I2C_AMD756_S4882 is not set
CONFIG_I2C_AMD8111=y
# CONFIG_I2C_I801 is not set
CONFIG_I2C_ISCH=y
CONFIG_I2C_ISMT=y
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_NFORCE2 is not set
CONFIG_I2C_SIS5595=y
# CONFIG_I2C_SIS630 is not set
CONFIG_I2C_SIS96X=y
CONFIG_I2C_VIA=y
CONFIG_I2C_VIAPRO=y
#
# ACPI drivers
#
# CONFIG_I2C_SCMI is not set
#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_CBUS_GPIO is not set
CONFIG_I2C_DESIGNWARE_CORE=y
CONFIG_I2C_DESIGNWARE_PLATFORM=y
CONFIG_I2C_DESIGNWARE_PCI=y
# CONFIG_I2C_EG20T is not set
CONFIG_I2C_GPIO=y
CONFIG_I2C_KEMPLD=y
CONFIG_I2C_OCORES=y
CONFIG_I2C_PCA_PLATFORM=y
# CONFIG_I2C_PXA_PCI is not set
CONFIG_I2C_SIMTEC=y
CONFIG_I2C_XILINX=y
#
# External I2C/SMBus adapter drivers
#
CONFIG_I2C_PARPORT_LIGHT=y
CONFIG_I2C_TAOS_EVM=y
#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
CONFIG_SPI=y
# CONFIG_SPI_DEBUG is not set
CONFIG_SPI_MASTER=y
#
# SPI Master Controller Drivers
#
# CONFIG_SPI_ALTERA is not set
CONFIG_SPI_BITBANG=y
# CONFIG_SPI_GPIO is not set
CONFIG_SPI_OC_TINY=y
CONFIG_SPI_PXA2XX_DMA=y
CONFIG_SPI_PXA2XX=y
CONFIG_SPI_PXA2XX_PCI=y
# CONFIG_SPI_SC18IS602 is not set
# CONFIG_SPI_TOPCLIFF_PCH is not set
CONFIG_SPI_XCOMM=y
CONFIG_SPI_XILINX=y
CONFIG_SPI_DESIGNWARE=y
# CONFIG_SPI_DW_PCI is not set
# CONFIG_SPI_DW_MMIO is not set
#
# SPI Protocol Masters
#
# CONFIG_SPI_SPIDEV is not set
# CONFIG_HSI is not set
#
# PPS support
#
CONFIG_PPS=y
# CONFIG_PPS_DEBUG is not set
CONFIG_NTP_PPS=y
#
# PPS clients support
#
CONFIG_PPS_CLIENT_KTIMER=y
CONFIG_PPS_CLIENT_LDISC=y
CONFIG_PPS_CLIENT_GPIO=y
#
# PPS generators support
#
#
# PTP clock support
#
# CONFIG_PTP_1588_CLOCK is not set
#
# Enable PHYLIB and NETWORK_PHY_TIMESTAMPING to see the additional clocks.
#
# CONFIG_PTP_1588_CLOCK_PCH is not set
CONFIG_PINCTRL=y
#
# Pin controllers
#
# CONFIG_PINMUX is not set
# CONFIG_PINCONF is not set
# CONFIG_DEBUG_PINCTRL is not set
CONFIG_PINCTRL_BAYTRAIL=y
CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
CONFIG_GPIOLIB=y
CONFIG_GPIO_DEVRES=y
CONFIG_GPIO_ACPI=y
# CONFIG_DEBUG_GPIO is not set
CONFIG_GPIO_DA9052=y
CONFIG_GPIO_MAX730X=y
#
# Memory mapped GPIO drivers:
#
# CONFIG_GPIO_GENERIC_PLATFORM is not set
CONFIG_GPIO_IT8761E=y
CONFIG_GPIO_F7188X=y
# CONFIG_GPIO_SCH311X is not set
# CONFIG_GPIO_TS5500 is not set
# CONFIG_GPIO_SCH is not set
# CONFIG_GPIO_ICH is not set
CONFIG_GPIO_VX855=y
CONFIG_GPIO_LYNXPOINT=y
#
# I2C GPIO expanders:
#
CONFIG_GPIO_ARIZONA=y
CONFIG_GPIO_MAX7300=y
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_PCA953X is not set
CONFIG_GPIO_PCF857X=y
# CONFIG_GPIO_RC5T583 is not set
# CONFIG_GPIO_SX150X is not set
CONFIG_GPIO_WM831X=y
CONFIG_GPIO_WM8350=y
CONFIG_GPIO_WM8994=y
# CONFIG_GPIO_ADP5588 is not set
#
# PCI GPIO expanders:
#
CONFIG_GPIO_BT8XX=y
CONFIG_GPIO_AMD8111=y
CONFIG_GPIO_INTEL_MID=y
# CONFIG_GPIO_PCH is not set
CONFIG_GPIO_ML_IOH=y
# CONFIG_GPIO_RDC321X is not set
#
# SPI GPIO expanders:
#
CONFIG_GPIO_MAX7301=y
CONFIG_GPIO_MC33880=y
#
# AC97 GPIO expanders:
#
#
# LPC GPIO expanders:
#
# CONFIG_GPIO_KEMPLD is not set
#
# MODULbus GPIO expanders:
#
CONFIG_GPIO_TPS65910=y
#
# USB GPIO expanders:
#
CONFIG_W1=y
#
# 1-wire Bus Masters
#
# CONFIG_W1_MASTER_MATROX is not set
# CONFIG_W1_MASTER_DS2482 is not set
CONFIG_W1_MASTER_DS1WM=y
CONFIG_W1_MASTER_GPIO=y
#
# 1-wire Slaves
#
CONFIG_W1_SLAVE_THERM=y
CONFIG_W1_SLAVE_SMEM=y
CONFIG_W1_SLAVE_DS2408=y
CONFIG_W1_SLAVE_DS2408_READBACK=y
CONFIG_W1_SLAVE_DS2413=y
CONFIG_W1_SLAVE_DS2423=y
CONFIG_W1_SLAVE_DS2431=y
CONFIG_W1_SLAVE_DS2433=y
CONFIG_W1_SLAVE_DS2433_CRC=y
CONFIG_W1_SLAVE_DS2760=y
CONFIG_W1_SLAVE_DS2780=y
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_GENERIC_ADC_BATTERY=y
CONFIG_MAX8925_POWER=y
CONFIG_WM831X_BACKUP=y
# CONFIG_WM831X_POWER is not set
CONFIG_WM8350_POWER=y
CONFIG_TEST_POWER=y
CONFIG_BATTERY_DS2760=y
# CONFIG_BATTERY_DS2780 is not set
# CONFIG_BATTERY_DS2781 is not set
CONFIG_BATTERY_DS2782=y
# CONFIG_BATTERY_SBS is not set
# CONFIG_BATTERY_BQ27x00 is not set
CONFIG_BATTERY_DA9030=y
CONFIG_BATTERY_DA9052=y
CONFIG_BATTERY_MAX17040=y
# CONFIG_BATTERY_MAX17042 is not set
CONFIG_CHARGER_PCF50633=y
# CONFIG_CHARGER_MAX8903 is not set
CONFIG_CHARGER_LP8727=y
CONFIG_CHARGER_GPIO=y
# CONFIG_CHARGER_MANAGER is not set
CONFIG_CHARGER_MAX14577=y
CONFIG_CHARGER_BQ2415X=y
CONFIG_CHARGER_BQ24190=y
CONFIG_CHARGER_BQ24735=y
CONFIG_CHARGER_SMB347=y
# CONFIG_CHARGER_TPS65090 is not set
# 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_ABITUGURU=y
CONFIG_SENSORS_ABITUGURU3=y
# CONFIG_SENSORS_AD7314 is not set
# CONFIG_SENSORS_AD7414 is not set
CONFIG_SENSORS_AD7418=y
# CONFIG_SENSORS_ADCXX is not set
CONFIG_SENSORS_ADM1021=y
CONFIG_SENSORS_ADM1025=y
CONFIG_SENSORS_ADM1026=y
CONFIG_SENSORS_ADM1029=y
CONFIG_SENSORS_ADM1031=y
# CONFIG_SENSORS_ADM9240 is not set
CONFIG_SENSORS_ADT7X10=y
CONFIG_SENSORS_ADT7310=y
# CONFIG_SENSORS_ADT7410 is not set
# CONFIG_SENSORS_ADT7411 is not set
CONFIG_SENSORS_ADT7462=y
# CONFIG_SENSORS_ADT7470 is not set
CONFIG_SENSORS_ADT7475=y
# CONFIG_SENSORS_ASC7621 is not set
# CONFIG_SENSORS_K8TEMP is not set
CONFIG_SENSORS_K10TEMP=y
# CONFIG_SENSORS_FAM15H_POWER is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
CONFIG_SENSORS_DS620=y
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_DA9052_ADC is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
CONFIG_SENSORS_F71882FG=y
# CONFIG_SENSORS_F75375S is not set
CONFIG_SENSORS_FSCHMD=y
CONFIG_SENSORS_G760A=y
# CONFIG_SENSORS_G762 is not set
CONFIG_SENSORS_GL518SM=y
# CONFIG_SENSORS_GL520SM is not set
CONFIG_SENSORS_GPIO_FAN=y
CONFIG_SENSORS_HIH6130=y
# CONFIG_SENSORS_HTU21 is not set
CONFIG_SENSORS_CORETEMP=y
CONFIG_SENSORS_IIO_HWMON=y
# CONFIG_SENSORS_IT87 is not set
CONFIG_SENSORS_JC42=y
CONFIG_SENSORS_LINEAGE=y
CONFIG_SENSORS_LM63=y
# CONFIG_SENSORS_LM70 is not set
# CONFIG_SENSORS_LM73 is not set
CONFIG_SENSORS_LM75=y
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
CONFIG_SENSORS_LM80=y
# CONFIG_SENSORS_LM83 is not set
CONFIG_SENSORS_LM85=y
CONFIG_SENSORS_LM87=y
CONFIG_SENSORS_LM90=y
CONFIG_SENSORS_LM92=y
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_LTC4151 is not set
CONFIG_SENSORS_LTC4215=y
CONFIG_SENSORS_LTC4245=y
# CONFIG_SENSORS_LTC4261 is not set
CONFIG_SENSORS_LM95234=y
# CONFIG_SENSORS_LM95241 is not set
CONFIG_SENSORS_LM95245=y
CONFIG_SENSORS_MAX1111=y
CONFIG_SENSORS_MAX16065=y
CONFIG_SENSORS_MAX1619=y
CONFIG_SENSORS_MAX1668=y
CONFIG_SENSORS_MAX197=y
# CONFIG_SENSORS_MAX6639 is not set
CONFIG_SENSORS_MAX6642=y
CONFIG_SENSORS_MAX6650=y
# CONFIG_SENSORS_MAX6697 is not set
# CONFIG_SENSORS_MCP3021 is not set
CONFIG_SENSORS_NCT6775=y
CONFIG_SENSORS_PC87360=y
CONFIG_SENSORS_PC87427=y
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_PMBUS is not set
CONFIG_SENSORS_SHT15=y
CONFIG_SENSORS_SHT21=y
CONFIG_SENSORS_SIS5595=y
CONFIG_SENSORS_SMM665=y
CONFIG_SENSORS_DME1737=y
# CONFIG_SENSORS_EMC1403 is not set
# CONFIG_SENSORS_EMC2103 is not set
CONFIG_SENSORS_EMC6W201=y
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
CONFIG_SENSORS_SMSC47B397=y
CONFIG_SENSORS_SCH56XX_COMMON=y
CONFIG_SENSORS_SCH5627=y
# CONFIG_SENSORS_SCH5636 is not set
# CONFIG_SENSORS_ADS1015 is not set
CONFIG_SENSORS_ADS7828=y
CONFIG_SENSORS_ADS7871=y
CONFIG_SENSORS_AMC6821=y
CONFIG_SENSORS_INA209=y
CONFIG_SENSORS_INA2XX=y
CONFIG_SENSORS_THMC50=y
CONFIG_SENSORS_TMP102=y
# CONFIG_SENSORS_TMP401 is not set
CONFIG_SENSORS_TMP421=y
CONFIG_SENSORS_VIA_CPUTEMP=y
CONFIG_SENSORS_VIA686A=y
CONFIG_SENSORS_VT1211=y
CONFIG_SENSORS_VT8231=y
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
CONFIG_SENSORS_W83792D=y
# CONFIG_SENSORS_W83793 is not set
CONFIG_SENSORS_W83795=y
CONFIG_SENSORS_W83795_FANCTRL=y
CONFIG_SENSORS_W83L785TS=y
CONFIG_SENSORS_W83L786NG=y
# CONFIG_SENSORS_W83627HF is not set
CONFIG_SENSORS_W83627EHF=y
CONFIG_SENSORS_WM831X=y
# CONFIG_SENSORS_WM8350 is not set
CONFIG_SENSORS_APPLESMC=y
CONFIG_SENSORS_MC13783_ADC=y
#
# ACPI drivers
#
# CONFIG_SENSORS_ACPI_POWER is not set
CONFIG_SENSORS_ATK0110=y
CONFIG_THERMAL=y
# CONFIG_THERMAL_HWMON is not set
# CONFIG_THERMAL_DEFAULT_GOV_STEP_WISE is not set
CONFIG_THERMAL_DEFAULT_GOV_FAIR_SHARE=y
# CONFIG_THERMAL_DEFAULT_GOV_USER_SPACE is not set
CONFIG_THERMAL_GOV_FAIR_SHARE=y
CONFIG_THERMAL_GOV_STEP_WISE=y
# CONFIG_THERMAL_GOV_USER_SPACE is not set
CONFIG_THERMAL_EMULATION=y
CONFIG_INTEL_POWERCLAMP=y
# CONFIG_ACPI_INT3403_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=y
CONFIG_DA9052_WATCHDOG=y
CONFIG_WM831X_WATCHDOG=y
CONFIG_WM8350_WATCHDOG=y
CONFIG_DW_WATCHDOG=y
CONFIG_RETU_WATCHDOG=y
CONFIG_ACQUIRE_WDT=y
# CONFIG_ADVANTECH_WDT is not set
# CONFIG_ALIM1535_WDT is not set
# CONFIG_ALIM7101_WDT is not set
# CONFIG_F71808E_WDT is not set
CONFIG_SP5100_TCO=y
# CONFIG_SC520_WDT is not set
# CONFIG_SBC_FITPC2_WATCHDOG is not set
# CONFIG_EUROTECH_WDT is not set
# CONFIG_IB700_WDT is not set
# CONFIG_IBMASR is not set
# CONFIG_WAFER_WDT is not set
CONFIG_I6300ESB_WDT=y
# CONFIG_IE6XX_WDT is not set
CONFIG_ITCO_WDT=y
# CONFIG_ITCO_VENDOR_SUPPORT is not set
# CONFIG_IT8712F_WDT is not set
CONFIG_IT87_WDT=y
# CONFIG_HP_WATCHDOG is not set
CONFIG_KEMPLD_WDT=y
# CONFIG_SC1200_WDT is not set
CONFIG_PC87413_WDT=y
# CONFIG_NV_TCO is not set
CONFIG_60XX_WDT=y
# CONFIG_SBC8360_WDT is not set
CONFIG_CPU5_WDT=y
CONFIG_SMSC_SCH311X_WDT=y
CONFIG_SMSC37B787_WDT=y
CONFIG_VIA_WDT=y
# CONFIG_W83627HF_WDT is not set
# CONFIG_W83697HF_WDT is not set
# CONFIG_W83697UG_WDT is not set
CONFIG_W83877F_WDT=y
# CONFIG_W83977F_WDT is not set
# CONFIG_MACHZ_WDT is not set
CONFIG_SBC_EPX_C3_WATCHDOG=y
CONFIG_MEN_A21_WDT=y
#
# PCI-based Watchdog Cards
#
CONFIG_PCIPCWATCHDOG=y
# CONFIG_WDTPCI is not set
CONFIG_SSB_POSSIBLE=y
#
# Sonics Silicon Backplane
#
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
# CONFIG_SSB_B43_PCI_BRIDGE is not set
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
CONFIG_SSB_PCMCIAHOST=y
# CONFIG_SSB_SILENT is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y
# CONFIG_SSB_DRIVER_GPIO is not set
CONFIG_BCMA_POSSIBLE=y
#
# Broadcom specific AMBA
#
CONFIG_BCMA=y
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
CONFIG_BCMA_HOST_PCI=y
# CONFIG_BCMA_HOST_SOC is not set
# CONFIG_BCMA_DRIVER_GMAC_CMN is not set
CONFIG_BCMA_DRIVER_GPIO=y
CONFIG_BCMA_DEBUG=y
#
# Multifunction device drivers
#
CONFIG_MFD_CORE=y
# CONFIG_MFD_CS5535 is not set
CONFIG_MFD_AS3711=y
# CONFIG_PMIC_ADP5520 is not set
# CONFIG_MFD_AAT2870_CORE is not set
CONFIG_MFD_CROS_EC=y
# CONFIG_MFD_CROS_EC_I2C is not set
CONFIG_PMIC_DA903X=y
CONFIG_PMIC_DA9052=y
CONFIG_MFD_DA9052_SPI=y
# CONFIG_MFD_DA9052_I2C is not set
# CONFIG_MFD_DA9055 is not set
# CONFIG_MFD_DA9063 is not set
CONFIG_MFD_MC13XXX=y
CONFIG_MFD_MC13XXX_SPI=y
# CONFIG_MFD_MC13XXX_I2C is not set
CONFIG_HTC_PASIC3=y
# CONFIG_HTC_I2CPLD is not set
CONFIG_LPC_ICH=y
CONFIG_LPC_SCH=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=y
# CONFIG_MFD_MAX77686 is not set
# CONFIG_MFD_MAX77693 is not set
CONFIG_MFD_MAX8907=y
CONFIG_MFD_MAX8925=y
CONFIG_MFD_MAX8997=y
# CONFIG_MFD_MAX8998 is not set
# CONFIG_EZX_PCAP is not set
CONFIG_MFD_RETU=y
CONFIG_MFD_PCF50633=y
CONFIG_PCF50633_ADC=y
CONFIG_PCF50633_GPIO=y
# CONFIG_UCB1400_CORE is not set
CONFIG_MFD_RDC321X=y
# CONFIG_MFD_RTSX_PCI is not set
CONFIG_MFD_RC5T583=y
CONFIG_MFD_SEC_CORE=y
CONFIG_MFD_SI476X_CORE=y
CONFIG_MFD_SM501=y
CONFIG_MFD_SM501_GPIO=y
CONFIG_MFD_SMSC=y
CONFIG_ABX500_CORE=y
CONFIG_AB3100_CORE=y
# CONFIG_AB3100_OTP is not set
# CONFIG_MFD_STMPE is not set
CONFIG_MFD_SYSCON=y
CONFIG_MFD_TI_AM335X_TSCADC=y
# CONFIG_MFD_LP3943 is not set
CONFIG_MFD_LP8788=y
# CONFIG_MFD_PALMAS is not set
# CONFIG_TPS6105X is not set
# CONFIG_TPS65010 is not set
# CONFIG_TPS6507X is not set
CONFIG_MFD_TPS65090=y
CONFIG_MFD_TPS65217=y
# CONFIG_MFD_TPS6586X is not set
CONFIG_MFD_TPS65910=y
# CONFIG_MFD_TPS65912 is not set
# CONFIG_MFD_TPS65912_I2C is not set
# CONFIG_MFD_TPS65912_SPI is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_TWL4030_CORE is not set
# CONFIG_TWL6040_CORE is not set
CONFIG_MFD_WL1273_CORE=y
CONFIG_MFD_LM3533=y
# CONFIG_MFD_TIMBERDALE is not set
# CONFIG_MFD_TC3589X is not set
# CONFIG_MFD_TMIO is not set
CONFIG_MFD_VX855=y
CONFIG_MFD_ARIZONA=y
CONFIG_MFD_ARIZONA_I2C=y
# CONFIG_MFD_ARIZONA_SPI is not set
# CONFIG_MFD_WM5102 is not set
# CONFIG_MFD_WM5110 is not set
# CONFIG_MFD_WM8997 is not set
# CONFIG_MFD_WM8400 is not set
CONFIG_MFD_WM831X=y
CONFIG_MFD_WM831X_I2C=y
# CONFIG_MFD_WM831X_SPI is not set
CONFIG_MFD_WM8350=y
CONFIG_MFD_WM8350_I2C=y
CONFIG_MFD_WM8994=y
CONFIG_REGULATOR=y
CONFIG_REGULATOR_DEBUG=y
CONFIG_REGULATOR_FIXED_VOLTAGE=y
CONFIG_REGULATOR_VIRTUAL_CONSUMER=y
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
CONFIG_REGULATOR_ACT8865=y
CONFIG_REGULATOR_AD5398=y
CONFIG_REGULATOR_ANATOP=y
CONFIG_REGULATOR_AB3100=y
# CONFIG_REGULATOR_ARIZONA is not set
CONFIG_REGULATOR_AS3711=y
CONFIG_REGULATOR_DA903X=y
CONFIG_REGULATOR_DA9052=y
CONFIG_REGULATOR_DA9210=y
CONFIG_REGULATOR_FAN53555=y
CONFIG_REGULATOR_GPIO=y
CONFIG_REGULATOR_ISL6271A=y
CONFIG_REGULATOR_LP3971=y
CONFIG_REGULATOR_LP3972=y
# CONFIG_REGULATOR_LP872X is not set
CONFIG_REGULATOR_LP8755=y
CONFIG_REGULATOR_LP8788=y
# CONFIG_REGULATOR_MAX14577 is not set
CONFIG_REGULATOR_MAX1586=y
# CONFIG_REGULATOR_MAX8649 is not set
CONFIG_REGULATOR_MAX8660=y
# CONFIG_REGULATOR_MAX8907 is not set
# CONFIG_REGULATOR_MAX8925 is not set
CONFIG_REGULATOR_MAX8952=y
CONFIG_REGULATOR_MAX8973=y
# CONFIG_REGULATOR_MAX8997 is not set
CONFIG_REGULATOR_MC13XXX_CORE=y
CONFIG_REGULATOR_MC13783=y
# CONFIG_REGULATOR_MC13892 is not set
CONFIG_REGULATOR_PCF50633=y
CONFIG_REGULATOR_PFUZE100=y
CONFIG_REGULATOR_RC5T583=y
# CONFIG_REGULATOR_S2MPS11 is not set
CONFIG_REGULATOR_S5M8767=y
# CONFIG_REGULATOR_TPS51632 is not set
CONFIG_REGULATOR_TPS62360=y
CONFIG_REGULATOR_TPS65023=y
CONFIG_REGULATOR_TPS6507X=y
CONFIG_REGULATOR_TPS65090=y
CONFIG_REGULATOR_TPS65217=y
CONFIG_REGULATOR_TPS6524X=y
CONFIG_REGULATOR_TPS65910=y
# CONFIG_REGULATOR_WM831X is not set
# CONFIG_REGULATOR_WM8350 is not set
CONFIG_REGULATOR_WM8994=y
CONFIG_MEDIA_SUPPORT=y
#
# 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_RC_SUPPORT is not set
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2=y
# CONFIG_VIDEO_ADV_DEBUG is not set
CONFIG_VIDEO_FIXED_MINOR_RANGES=y
CONFIG_VIDEO_TUNER=y
CONFIG_VIDEOBUF_GEN=y
CONFIG_VIDEOBUF_DMA_SG=y
# CONFIG_TTPCI_EEPROM is not set
#
# Media drivers
#
CONFIG_MEDIA_PCI_SUPPORT=y
#
# Media capture/analog TV support
#
CONFIG_VIDEO_ZORAN=y
CONFIG_VIDEO_ZORAN_DC30=y
CONFIG_VIDEO_ZORAN_ZR36060=y
CONFIG_VIDEO_ZORAN_BUZ=y
CONFIG_VIDEO_ZORAN_DC10=y
CONFIG_VIDEO_ZORAN_LML33=y
# CONFIG_VIDEO_ZORAN_LML33R10 is not set
# CONFIG_VIDEO_ZORAN_AVS6EYES is not set
CONFIG_VIDEO_HEXIUM_GEMINI=y
# CONFIG_VIDEO_HEXIUM_ORION is not set
CONFIG_VIDEO_MXB=y
#
# Media capture/analog/hybrid TV support
#
# CONFIG_VIDEO_CX25821 is not set
# CONFIG_VIDEO_SAA7134 is not set
#
# Supported MMC/SDIO adapters
#
CONFIG_RADIO_ADAPTERS=y
CONFIG_RADIO_TEA575X=y
# CONFIG_RADIO_SI470X is not set
CONFIG_RADIO_SI4713=y
# CONFIG_PLATFORM_SI4713 is not set
# CONFIG_I2C_SI4713 is not set
# CONFIG_RADIO_SI476X is not set
CONFIG_RADIO_MAXIRADIO=y
CONFIG_RADIO_TEA5764=y
CONFIG_RADIO_TEA5764_XTAL=y
CONFIG_RADIO_SAA7706H=y
CONFIG_RADIO_TEF6862=y
CONFIG_RADIO_WL1273=y
#
# Texas Instruments WL128x FM driver (ST based)
#
CONFIG_VIDEO_SAA7146=y
CONFIG_VIDEO_SAA7146_VV=y
#
# Media ancillary drivers (tuners, sensors, i2c, frontends)
#
CONFIG_MEDIA_SUBDRV_AUTOSELECT=y
#
# Audio decoders, processors and mixers
#
CONFIG_VIDEO_TDA9840=y
CONFIG_VIDEO_TEA6415C=y
CONFIG_VIDEO_TEA6420=y
#
# RDS decoders
#
#
# Video decoders
#
CONFIG_VIDEO_BT819=y
CONFIG_VIDEO_BT856=y
CONFIG_VIDEO_SAA7110=y
CONFIG_VIDEO_SAA711X=y
CONFIG_VIDEO_VPX3220=y
#
# Video and audio decoders
#
#
# Video encoders
#
CONFIG_VIDEO_SAA7185=y
CONFIG_VIDEO_ADV7175=y
#
# Camera sensor devices
#
#
# Flash devices
#
#
# Video improvement chips
#
#
# Audio/Video compression chips
#
#
# Miscellaneous helper chips
#
#
# Sensors used on soc_camera driver
#
CONFIG_MEDIA_TUNER=y
CONFIG_MEDIA_TUNER_SIMPLE=y
CONFIG_MEDIA_TUNER_TDA8290=y
CONFIG_MEDIA_TUNER_TDA827X=y
CONFIG_MEDIA_TUNER_TDA18271=y
CONFIG_MEDIA_TUNER_TDA9887=y
CONFIG_MEDIA_TUNER_TEA5761=y
CONFIG_MEDIA_TUNER_TEA5767=y
CONFIG_MEDIA_TUNER_MT20XX=y
CONFIG_MEDIA_TUNER_XC2028=y
CONFIG_MEDIA_TUNER_XC5000=y
CONFIG_MEDIA_TUNER_XC4000=y
CONFIG_MEDIA_TUNER_MC44S803=y
#
# 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
CONFIG_DRM=y
CONFIG_DRM_KMS_HELPER=y
CONFIG_DRM_KMS_FB_HELPER=y
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_TTM=y
#
# I2C encoder or helper chips
#
# CONFIG_DRM_I2C_CH7006 is not set
CONFIG_DRM_I2C_SIL164=y
CONFIG_DRM_I2C_NXP_TDA998X=y
# CONFIG_DRM_TDFX is not set
CONFIG_DRM_R128=y
CONFIG_DRM_RADEON=y
CONFIG_DRM_RADEON_UMS=y
CONFIG_DRM_NOUVEAU=y
CONFIG_NOUVEAU_DEBUG=5
CONFIG_NOUVEAU_DEBUG_DEFAULT=3
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
# CONFIG_DRM_I915 is not set
CONFIG_DRM_MGA=y
CONFIG_DRM_VIA=y
CONFIG_DRM_SAVAGE=y
CONFIG_DRM_VMWGFX=y
CONFIG_DRM_VMWGFX_FBCON=y
CONFIG_DRM_GMA500=y
CONFIG_DRM_GMA600=y
# CONFIG_DRM_GMA3600 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=y
# CONFIG_DRM_BOCHS is not set
CONFIG_VGASTATE=y
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_HDMI=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
CONFIG_FB_BOOT_VESA_SUPPORT=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
CONFIG_FB_SYS_FILLRECT=y
CONFIG_FB_SYS_COPYAREA=y
CONFIG_FB_SYS_IMAGEBLIT=y
# CONFIG_FB_FOREIGN_ENDIAN is not set
CONFIG_FB_SYS_FOPS=y
CONFIG_FB_DEFERRED_IO=y
CONFIG_FB_SVGALIB=y
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y
#
# Frame buffer hardware drivers
#
CONFIG_FB_CIRRUS=y
CONFIG_FB_PM2=y
CONFIG_FB_PM2_FIFO_DISCONNECT=y
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
CONFIG_FB_ASILIANT=y
CONFIG_FB_IMSTT=y
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_N411 is not set
CONFIG_FB_HGA=y
CONFIG_FB_OPENCORES=y
CONFIG_FB_S1D13XXX=y
CONFIG_FB_NVIDIA=y
# CONFIG_FB_NVIDIA_I2C is not set
CONFIG_FB_NVIDIA_DEBUG=y
CONFIG_FB_NVIDIA_BACKLIGHT=y
CONFIG_FB_RIVA=y
# CONFIG_FB_RIVA_I2C is not set
CONFIG_FB_RIVA_DEBUG=y
# CONFIG_FB_RIVA_BACKLIGHT is not set
CONFIG_FB_I740=y
CONFIG_FB_LE80578=y
CONFIG_FB_CARILLO_RANCH=y
CONFIG_FB_MATROX=y
# CONFIG_FB_MATROX_MILLENIUM is not set
CONFIG_FB_MATROX_MYSTIQUE=y
CONFIG_FB_MATROX_G=y
CONFIG_FB_MATROX_I2C=y
CONFIG_FB_MATROX_MAVEN=y
# CONFIG_FB_RADEON is not set
CONFIG_FB_ATY128=y
CONFIG_FB_ATY128_BACKLIGHT=y
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
CONFIG_FB_SAVAGE=y
# CONFIG_FB_SAVAGE_I2C is not set
# CONFIG_FB_SAVAGE_ACCEL is not set
CONFIG_FB_SIS=y
CONFIG_FB_SIS_300=y
# CONFIG_FB_SIS_315 is not set
CONFIG_FB_VIA=y
CONFIG_FB_VIA_DIRECT_PROCFS=y
CONFIG_FB_VIA_X_COMPATIBILITY=y
CONFIG_FB_NEOMAGIC=y
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
CONFIG_FB_VT8623=y
CONFIG_FB_TRIDENT=y
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_TMIO is not set
# CONFIG_FB_SM501 is not set
# CONFIG_FB_GOLDFISH is not set
CONFIG_FB_VIRTUAL=y
CONFIG_FB_METRONOME=y
CONFIG_FB_MB862XX=y
CONFIG_FB_MB862XX_PCI_GDC=y
CONFIG_FB_MB862XX_I2C=y
# CONFIG_FB_BROADSHEET is not set
# CONFIG_FB_AUO_K190X is not set
CONFIG_FB_SIMPLE=y
# CONFIG_EXYNOS_VIDEO is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
CONFIG_LCD_L4F00242T03=y
CONFIG_LCD_LMS283GF05=y
CONFIG_LCD_LTV350QV=y
CONFIG_LCD_ILI922X=y
CONFIG_LCD_ILI9320=y
CONFIG_LCD_TDO24M=y
CONFIG_LCD_VGG2432A4=y
CONFIG_LCD_PLATFORM=y
CONFIG_LCD_S6E63M0=y
CONFIG_LCD_LD9040=y
CONFIG_LCD_AMS369FG06=y
CONFIG_LCD_LMS501KF03=y
CONFIG_LCD_HX8357=y
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_GENERIC is not set
CONFIG_BACKLIGHT_LM3533=y
CONFIG_BACKLIGHT_CARILLO_RANCH=y
CONFIG_BACKLIGHT_DA903X=y
CONFIG_BACKLIGHT_DA9052=y
CONFIG_BACKLIGHT_MAX8925=y
# CONFIG_BACKLIGHT_APPLE is not set
# CONFIG_BACKLIGHT_SAHARA is not set
CONFIG_BACKLIGHT_WM831X=y
# CONFIG_BACKLIGHT_ADP8860 is not set
CONFIG_BACKLIGHT_ADP8870=y
CONFIG_BACKLIGHT_PCF50633=y
# CONFIG_BACKLIGHT_LM3630A is not set
CONFIG_BACKLIGHT_LM3639=y
# CONFIG_BACKLIGHT_LP855X is not set
# CONFIG_BACKLIGHT_LP8788 is not set
CONFIG_BACKLIGHT_TPS65217=y
CONFIG_BACKLIGHT_AS3711=y
CONFIG_BACKLIGHT_GPIO=y
CONFIG_BACKLIGHT_LV5207LP=y
# CONFIG_BACKLIGHT_BD6107 is not set
# CONFIG_LOGO is not set
CONFIG_SOUND=y
# CONFIG_SOUND_OSS_CORE is not set
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_COMPRESS_OFFLOAD=y
CONFIG_SND_JACK=y
# CONFIG_SND_SEQUENCER is not set
# CONFIG_SND_MIXER_OSS is not set
# CONFIG_SND_PCM_OSS is not set
CONFIG_SND_DYNAMIC_MINORS=y
CONFIG_SND_MAX_CARDS=32
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
CONFIG_SND_DEBUG=y
# CONFIG_SND_DEBUG_VERBOSE is not set
CONFIG_SND_PCM_XRUN_DEBUG=y
CONFIG_SND_VMASTER=y
CONFIG_SND_KCTL_JACK=y
CONFIG_SND_DMA_SGBUF=y
# CONFIG_SND_RAWMIDI_SEQ is not set
# CONFIG_SND_OPL3_LIB_SEQ is not set
# CONFIG_SND_OPL4_LIB_SEQ is not set
# CONFIG_SND_SBAWE_SEQ is not set
# CONFIG_SND_EMU10K1_SEQ is not set
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_VX_LIB=y
CONFIG_SND_AC97_CODEC=y
# CONFIG_SND_DRIVERS is not set
CONFIG_SND_SB_COMMON=y
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
CONFIG_SND_ALS4000=y
CONFIG_SND_ALI5451=y
CONFIG_SND_ASIHPI=y
CONFIG_SND_ATIIXP=y
CONFIG_SND_ATIIXP_MODEM=y
CONFIG_SND_AU8810=y
CONFIG_SND_AU8820=y
# CONFIG_SND_AU8830 is not set
CONFIG_SND_AW2=y
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=y
# CONFIG_SND_BT87X_OVERCLOCK is not set
CONFIG_SND_CA0106=y
# CONFIG_SND_CMIPCI is not set
CONFIG_SND_OXYGEN_LIB=y
# CONFIG_SND_OXYGEN is not set
CONFIG_SND_CS4281=y
CONFIG_SND_CS46XX=y
CONFIG_SND_CS46XX_NEW_DSP=y
# CONFIG_SND_CS5530 is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
CONFIG_SND_DARLA20=y
CONFIG_SND_GINA20=y
CONFIG_SND_LAYLA20=y
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
CONFIG_SND_LAYLA24=y
CONFIG_SND_MONA=y
CONFIG_SND_MIA=y
# CONFIG_SND_ECHO3G is not set
CONFIG_SND_INDIGO=y
CONFIG_SND_INDIGOIO=y
CONFIG_SND_INDIGODJ=y
CONFIG_SND_INDIGOIOX=y
CONFIG_SND_INDIGODJX=y
CONFIG_SND_EMU10K1=y
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
CONFIG_SND_ES1938=y
CONFIG_SND_ES1968=y
# CONFIG_SND_ES1968_INPUT is not set
CONFIG_SND_ES1968_RADIO=y
CONFIG_SND_FM801=y
# CONFIG_SND_FM801_TEA575X_BOOL is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_PREALLOC_SIZE=64
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_RECONFIG=y
CONFIG_SND_HDA_INPUT_BEEP=y
CONFIG_SND_HDA_INPUT_BEEP_MODE=1
CONFIG_SND_HDA_INPUT_JACK=y
CONFIG_SND_HDA_PATCH_LOADER=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
CONFIG_SND_HDA_CODEC_VIA=y
# CONFIG_SND_HDA_CODEC_HDMI is not set
CONFIG_SND_HDA_CODEC_CIRRUS=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CA0110=y
# CONFIG_SND_HDA_CODEC_CA0132 is not set
# CONFIG_SND_HDA_CODEC_CMEDIA is not set
# CONFIG_SND_HDA_CODEC_SI3054 is not set
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0
# CONFIG_SND_HDSP is not set
CONFIG_SND_HDSPM=y
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
CONFIG_SND_INTEL8X0M=y
CONFIG_SND_KORG1212=y
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
CONFIG_SND_PCXHR=y
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
CONFIG_SND_RME96=y
CONFIG_SND_RME9652=y
CONFIG_SND_SONICVIBES=y
CONFIG_SND_TRIDENT=y
CONFIG_SND_VIA82XX=y
# CONFIG_SND_VIA82XX_MODEM is not set
CONFIG_SND_VIRTUOSO=y
CONFIG_SND_VX222=y
CONFIG_SND_YMFPCI=y
# CONFIG_SND_SPI is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
CONFIG_SND_PDAUDIOCF=y
CONFIG_SND_SOC=y
# CONFIG_SND_ATMEL_SOC is not set
# CONFIG_SND_DESIGNWARE_I2S is not set
CONFIG_SND_SOC_I2C_AND_SPI=y
CONFIG_SND_SIMPLE_CARD=y
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=y
#
# HID support
#
CONFIG_HID=y
CONFIG_HID_BATTERY_STRENGTH=y
# CONFIG_HIDRAW is not set
CONFIG_UHID=y
# CONFIG_HID_GENERIC is not set
#
# Special HID drivers
#
# CONFIG_HID_A4TECH is not set
CONFIG_HID_ACRUX=y
CONFIG_HID_ACRUX_FF=y
CONFIG_HID_APPLE=y
CONFIG_HID_AUREAL=y
CONFIG_HID_BELKIN=y
CONFIG_HID_CHERRY=y
CONFIG_HID_CHICONY=y
# CONFIG_HID_PRODIKEYS is not set
CONFIG_HID_CYPRESS=y
CONFIG_HID_DRAGONRISE=y
CONFIG_DRAGONRISE_FF=y
CONFIG_HID_EMS_FF=y
CONFIG_HID_ELECOM=y
CONFIG_HID_EZKEY=y
CONFIG_HID_KEYTOUCH=y
CONFIG_HID_KYE=y
# CONFIG_HID_UCLOGIC is not set
CONFIG_HID_WALTOP=y
CONFIG_HID_GYRATION=y
CONFIG_HID_ICADE=y
CONFIG_HID_TWINHAN=y
CONFIG_HID_KENSINGTON=y
CONFIG_HID_LCPOWER=y
# CONFIG_HID_LENOVO_TPKBD is not set
CONFIG_HID_LOGITECH=y
CONFIG_LOGITECH_FF=y
# CONFIG_LOGIRUMBLEPAD2_FF is not set
CONFIG_LOGIG940_FF=y
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_HID_MAGICMOUSE is not set
CONFIG_HID_MICROSOFT=y
CONFIG_HID_MONTEREY=y
CONFIG_HID_MULTITOUCH=y
# CONFIG_HID_ORTEK is not set
CONFIG_HID_PANTHERLORD=y
CONFIG_PANTHERLORD_FF=y
CONFIG_HID_PETALYNX=y
CONFIG_HID_PICOLCD=y
CONFIG_HID_PICOLCD_FB=y
CONFIG_HID_PICOLCD_BACKLIGHT=y
# CONFIG_HID_PICOLCD_LCD is not set
CONFIG_HID_PICOLCD_LEDS=y
# CONFIG_HID_PRIMAX is not set
CONFIG_HID_SAITEK=y
CONFIG_HID_SAMSUNG=y
# CONFIG_HID_SPEEDLINK is not set
CONFIG_HID_STEELSERIES=y
CONFIG_HID_SUNPLUS=y
CONFIG_HID_GREENASIA=y
# CONFIG_GREENASIA_FF is not set
# CONFIG_HID_SMARTJOYPLUS is not set
CONFIG_HID_TIVO=y
CONFIG_HID_TOPSEED=y
CONFIG_HID_THINGM=y
CONFIG_HID_THRUSTMASTER=y
CONFIG_THRUSTMASTER_FF=y
# CONFIG_HID_WACOM is not set
CONFIG_HID_WIIMOTE=y
# CONFIG_HID_XINMO is not set
# CONFIG_HID_ZEROPLUS is not set
# CONFIG_HID_ZYDACRON is not set
CONFIG_HID_SENSOR_HUB=y
#
# I2C HID support
#
CONFIG_I2C_HID=y
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_SAMSUNG_USB2PHY is not set
# CONFIG_SAMSUNG_USB3PHY is not set
# CONFIG_USB_GPIO_VBUS is not set
# CONFIG_TAHVO_USB is not set
# CONFIG_USB_GADGET is not set
CONFIG_UWB=y
CONFIG_UWB_WHCI=y
# CONFIG_MMC is not set
CONFIG_MEMSTICK=y
CONFIG_MEMSTICK_DEBUG=y
#
# MemoryStick drivers
#
# CONFIG_MEMSTICK_UNSAFE_RESUME is not set
CONFIG_MSPRO_BLOCK=y
CONFIG_MS_BLOCK=y
#
# MemoryStick Host Controller Drivers
#
CONFIG_MEMSTICK_TIFM_MS=y
# CONFIG_MEMSTICK_JMICRON_38X is not set
CONFIG_MEMSTICK_R592=y
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y
#
# LED drivers
#
CONFIG_LEDS_LM3530=y
# CONFIG_LEDS_LM3533 is not set
# CONFIG_LEDS_LM3642 is not set
CONFIG_LEDS_PCA9532=y
CONFIG_LEDS_PCA9532_GPIO=y
# CONFIG_LEDS_GPIO is not set
CONFIG_LEDS_LP3944=y
CONFIG_LEDS_LP55XX_COMMON=y
# CONFIG_LEDS_LP5521 is not set
# CONFIG_LEDS_LP5523 is not set
CONFIG_LEDS_LP5562=y
# CONFIG_LEDS_LP8501 is not set
CONFIG_LEDS_LP8788=y
CONFIG_LEDS_CLEVO_MAIL=y
CONFIG_LEDS_PCA955X=y
CONFIG_LEDS_PCA963X=y
# CONFIG_LEDS_PCA9685 is not set
# CONFIG_LEDS_WM831X_STATUS is not set
CONFIG_LEDS_WM8350=y
CONFIG_LEDS_DA903X=y
CONFIG_LEDS_DA9052=y
CONFIG_LEDS_DAC124S085=y
CONFIG_LEDS_REGULATOR=y
# CONFIG_LEDS_BD2802 is not set
# CONFIG_LEDS_INTEL_SS4200 is not set
CONFIG_LEDS_LT3593=y
CONFIG_LEDS_DELL_NETBOOKS=y
CONFIG_LEDS_MC13783=y
CONFIG_LEDS_TCA6507=y
CONFIG_LEDS_MAX8997=y
CONFIG_LEDS_LM355x=y
# CONFIG_LEDS_OT200 is not set
CONFIG_LEDS_BLINKM=y
#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_ONESHOT=y
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
CONFIG_LEDS_TRIGGER_CPU=y
CONFIG_LEDS_TRIGGER_GPIO=y
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
#
# iptables trigger is under Netfilter config (LED target)
#
# CONFIG_LEDS_TRIGGER_TRANSIENT is not set
CONFIG_LEDS_TRIGGER_CAMERA=y
CONFIG_ACCESSIBILITY=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 is not set
CONFIG_RTC_SYSTOHC=y
CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
# CONFIG_RTC_DEBUG is not set
#
# RTC interfaces
#
CONFIG_RTC_INTF_PROC=y
# CONFIG_RTC_INTF_DEV is not set
CONFIG_RTC_DRV_TEST=y
#
# I2C RTC drivers
#
CONFIG_RTC_DRV_DS1307=y
CONFIG_RTC_DRV_DS1374=y
CONFIG_RTC_DRV_DS1672=y
CONFIG_RTC_DRV_DS3232=y
CONFIG_RTC_DRV_LP8788=y
CONFIG_RTC_DRV_MAX6900=y
CONFIG_RTC_DRV_MAX8907=y
CONFIG_RTC_DRV_MAX8925=y
CONFIG_RTC_DRV_MAX8997=y
# CONFIG_RTC_DRV_RS5C372 is not set
CONFIG_RTC_DRV_ISL1208=y
# CONFIG_RTC_DRV_ISL12022 is not set
CONFIG_RTC_DRV_ISL12057=y
CONFIG_RTC_DRV_X1205=y
CONFIG_RTC_DRV_PCF2127=y
# CONFIG_RTC_DRV_PCF8523 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
CONFIG_RTC_DRV_M41T80=y
# CONFIG_RTC_DRV_M41T80_WDT is not set
CONFIG_RTC_DRV_BQ32K=y
# CONFIG_RTC_DRV_TPS65910 is not set
CONFIG_RTC_DRV_RC5T583=y
CONFIG_RTC_DRV_S35390A=y
CONFIG_RTC_DRV_FM3130=y
# CONFIG_RTC_DRV_RX8581 is not set
# CONFIG_RTC_DRV_RX8025 is not set
CONFIG_RTC_DRV_EM3027=y
CONFIG_RTC_DRV_RV3029C2=y
CONFIG_RTC_DRV_S5M=y
#
# SPI RTC drivers
#
CONFIG_RTC_DRV_M41T93=y
# CONFIG_RTC_DRV_M41T94 is not set
CONFIG_RTC_DRV_DS1305=y
# CONFIG_RTC_DRV_DS1390 is not set
# CONFIG_RTC_DRV_MAX6902 is not set
CONFIG_RTC_DRV_R9701=y
CONFIG_RTC_DRV_RS5C348=y
CONFIG_RTC_DRV_DS3234=y
CONFIG_RTC_DRV_PCF2123=y
# CONFIG_RTC_DRV_RX4581 is not set
#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
CONFIG_RTC_DRV_DS1286=y
# CONFIG_RTC_DRV_DS1511 is not set
CONFIG_RTC_DRV_DS1553=y
# CONFIG_RTC_DRV_DS1742 is not set
CONFIG_RTC_DRV_DA9052=y
CONFIG_RTC_DRV_STK17TA8=y
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T35 is not set
CONFIG_RTC_DRV_M48T59=y
CONFIG_RTC_DRV_MSM6242=y
CONFIG_RTC_DRV_BQ4802=y
CONFIG_RTC_DRV_RP5C01=y
CONFIG_RTC_DRV_V3020=y
CONFIG_RTC_DRV_DS2404=y
# CONFIG_RTC_DRV_WM831X is not set
CONFIG_RTC_DRV_WM8350=y
CONFIG_RTC_DRV_PCF50633=y
# CONFIG_RTC_DRV_AB3100 is not set
#
# on-CPU RTC drivers
#
# CONFIG_RTC_DRV_MC13XXX is not set
# CONFIG_RTC_DRV_MOXART is not set
#
# HID Sensor RTC drivers
#
CONFIG_DMADEVICES=y
CONFIG_DMADEVICES_DEBUG=y
CONFIG_DMADEVICES_VDEBUG=y
#
# DMA Devices
#
CONFIG_INTEL_MID_DMAC=y
CONFIG_INTEL_IOATDMA=y
CONFIG_DW_DMAC_CORE=y
CONFIG_DW_DMAC=y
# CONFIG_DW_DMAC_PCI is not set
# CONFIG_TIMB_DMA is not set
# CONFIG_PCH_DMA is not set
CONFIG_DMA_ENGINE=y
CONFIG_DMA_ACPI=y
#
# DMA Clients
#
CONFIG_ASYNC_TX_DMA=y
# CONFIG_DMATEST is not set
CONFIG_DMA_ENGINE_RAID=y
CONFIG_DCA=y
CONFIG_AUXDISPLAY=y
CONFIG_UIO=y
CONFIG_UIO_CIF=y
CONFIG_UIO_PDRV_GENIRQ=y
CONFIG_UIO_DMEM_GENIRQ=y
CONFIG_UIO_AEC=y
CONFIG_UIO_SERCOS3=y
CONFIG_UIO_PCI_GENERIC=y
CONFIG_UIO_NETX=y
CONFIG_UIO_MF624=y
CONFIG_VIRT_DRIVERS=y
CONFIG_VIRTIO=y
#
# Virtio drivers
#
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VIRTIO_BALLOON is not set
CONFIG_VIRTIO_MMIO=y
# CONFIG_VIRTIO_MMIO_CMDLINE_DEVICES is not set
#
# Microsoft Hyper-V guest support
#
# CONFIG_HYPERV is not set
# CONFIG_STAGING is not set
CONFIG_X86_PLATFORM_DEVICES=y
# CONFIG_ACER_WMI is not set
CONFIG_ACERHDF=y
CONFIG_ASUS_LAPTOP=y
CONFIG_DELL_LAPTOP=y
CONFIG_DELL_WMI=y
CONFIG_DELL_WMI_AIO=y
# CONFIG_FUJITSU_LAPTOP is not set
CONFIG_FUJITSU_TABLET=y
CONFIG_HP_ACCEL=y
# CONFIG_HP_WIRELESS is not set
CONFIG_HP_WMI=y
CONFIG_PANASONIC_LAPTOP=y
# CONFIG_THINKPAD_ACPI is not set
CONFIG_SENSORS_HDAPS=y
CONFIG_ACPI_WMI=y
CONFIG_MSI_WMI=y
CONFIG_TOPSTAR_LAPTOP=y
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_TOSHIBA_BT_RFKILL is not set
CONFIG_ACPI_CMPC=y
CONFIG_INTEL_IPS=y
CONFIG_IBM_RTL=y
# CONFIG_XO15_EBOOK is not set
# CONFIG_SAMSUNG_LAPTOP is not set
CONFIG_MXM_WMI=y
CONFIG_SAMSUNG_Q10=y
CONFIG_APPLE_GMUX=y
# CONFIG_INTEL_RST is not set
CONFIG_INTEL_SMARTCONNECT=y
CONFIG_PVPANIC=y
# CONFIG_CHROME_PLATFORMS is not set
CONFIG_CLKDEV_LOOKUP=y
CONFIG_HAVE_CLK_PREPARE=y
CONFIG_COMMON_CLK=y
#
# Common Clock Framework
#
CONFIG_COMMON_CLK_WM831X=y
CONFIG_COMMON_CLK_SI5351=y
# CONFIG_COMMON_CLK_S2MPS11 is not set
#
# Hardware Spinlock drivers
#
CONFIG_CLKEVT_I8253=y
CONFIG_I8253_LOCK=y
CONFIG_CLKBLD_I8253=y
CONFIG_MAILBOX=y
# CONFIG_IOMMU_SUPPORT is not set
#
# Remoteproc drivers
#
CONFIG_REMOTEPROC=y
CONFIG_STE_MODEM_RPROC=y
#
# Rpmsg drivers
#
CONFIG_PM_DEVFREQ=y
#
# DEVFREQ Governors
#
# CONFIG_DEVFREQ_GOV_SIMPLE_ONDEMAND is not set
# CONFIG_DEVFREQ_GOV_PERFORMANCE is not set
CONFIG_DEVFREQ_GOV_POWERSAVE=y
CONFIG_DEVFREQ_GOV_USERSPACE=y
#
# DEVFREQ Drivers
#
CONFIG_EXTCON=y
#
# Extcon Device Drivers
#
CONFIG_EXTCON_GPIO=y
# CONFIG_EXTCON_ADC_JACK is not set
CONFIG_EXTCON_MAX14577=y
# CONFIG_EXTCON_MAX8997 is not set
CONFIG_EXTCON_ARIZONA=y
CONFIG_MEMORY=y
CONFIG_IIO=y
CONFIG_IIO_BUFFER=y
CONFIG_IIO_BUFFER_CB=y
CONFIG_IIO_KFIFO_BUF=y
CONFIG_IIO_TRIGGERED_BUFFER=y
CONFIG_IIO_TRIGGER=y
CONFIG_IIO_CONSUMERS_PER_TRIGGER=2
#
# Accelerometers
#
CONFIG_BMA180=y
# CONFIG_HID_SENSOR_ACCEL_3D is not set
CONFIG_KXSD9=y
#
# Analog to digital converters
#
CONFIG_AD_SIGMA_DELTA=y
# CONFIG_AD7266 is not set
CONFIG_AD7298=y
CONFIG_AD7476=y
CONFIG_AD7791=y
CONFIG_AD7793=y
CONFIG_AD7887=y
# CONFIG_AD7923 is not set
# CONFIG_LP8788_ADC is not set
CONFIG_MAX1363=y
CONFIG_MCP320X=y
# CONFIG_MCP3422 is not set
CONFIG_NAU7802=y
# CONFIG_TI_ADC081C is not set
CONFIG_TI_AM335X_ADC=y
#
# Amplifiers
#
# CONFIG_AD8366 is not set
#
# Hid Sensor IIO Common
#
CONFIG_HID_SENSOR_IIO_COMMON=y
CONFIG_HID_SENSOR_IIO_TRIGGER=y
#
# Digital to analog converters
#
# CONFIG_AD5064 is not set
CONFIG_AD5360=y
CONFIG_AD5380=y
# CONFIG_AD5421 is not set
CONFIG_AD5446=y
CONFIG_AD5449=y
CONFIG_AD5504=y
CONFIG_AD5624R_SPI=y
CONFIG_AD5686=y
CONFIG_AD5755=y
# CONFIG_AD5764 is not set
CONFIG_AD5791=y
# CONFIG_AD7303 is not set
CONFIG_MAX517=y
CONFIG_MCP4725=y
#
# Frequency Synthesizers DDS/PLL
#
#
# Clock Generator/Distribution
#
CONFIG_AD9523=y
#
# Phase-Locked Loop (PLL) frequency synthesizers
#
# CONFIG_ADF4350 is not set
#
# Digital gyroscope sensors
#
CONFIG_ADIS16080=y
CONFIG_ADIS16130=y
CONFIG_ADIS16136=y
CONFIG_ADIS16260=y
# CONFIG_ADXRS450 is not set
CONFIG_HID_SENSOR_GYRO_3D=y
CONFIG_ITG3200=y
#
# Humidity sensors
#
CONFIG_DHT11=y
#
# Inertial measurement units
#
CONFIG_ADIS16400=y
CONFIG_ADIS16480=y
CONFIG_IIO_ADIS_LIB=y
CONFIG_IIO_ADIS_LIB_BUFFER=y
#
# Light sensors
#
CONFIG_ADJD_S311=y
CONFIG_APDS9300=y
CONFIG_CM32181=y
CONFIG_CM36651=y
# CONFIG_GP2AP020A00F is not set
CONFIG_HID_SENSOR_ALS=y
CONFIG_SENSORS_LM3533=y
CONFIG_TCS3472=y
CONFIG_SENSORS_TSL2563=y
CONFIG_TSL4531=y
CONFIG_VCNL4000=y
#
# Magnetometer sensors
#
# CONFIG_AK8975 is not set
CONFIG_MAG3110=y
# CONFIG_HID_SENSOR_MAGNETOMETER_3D is not set
#
# Inclinometer sensors
#
CONFIG_HID_SENSOR_INCLINOMETER_3D=y
#
# Triggers - standalone
#
CONFIG_IIO_INTERRUPT_TRIGGER=y
#
# Pressure sensors
#
CONFIG_MPL3115=y
#
# Temperature sensors
#
CONFIG_TMP006=y
# CONFIG_NTB is not set
# CONFIG_VME_BUS is not set
# CONFIG_PWM is not set
CONFIG_IPACK_BUS=y
CONFIG_BOARD_TPCI200=y
# CONFIG_SERIAL_IPOCTAL is not set
CONFIG_RESET_CONTROLLER=y
CONFIG_FMC=y
CONFIG_FMC_FAKEDEV=y
CONFIG_FMC_TRIVIAL=y
# CONFIG_FMC_WRITE_EEPROM is not set
CONFIG_FMC_CHARDEV=y
#
# PHY Subsystem
#
CONFIG_GENERIC_PHY=y
# CONFIG_PHY_EXYNOS_MIPI_VIDEO is not set
# CONFIG_BCM_KONA_USB2_PHY is not set
CONFIG_POWERCAP=y
CONFIG_INTEL_RAPL=y
#
# Firmware Drivers
#
CONFIG_EDD=y
# CONFIG_EDD_OFF is not set
# CONFIG_FIRMWARE_MEMMAP is not set
CONFIG_DELL_RBU=y
CONFIG_DCDBAS=y
# CONFIG_DMIID is not set
CONFIG_DMI_SCAN_MACHINE_NON_EFI_FALLBACK=y
# CONFIG_ISCSI_IBFT_FIND is not set
CONFIG_GOOGLE_FIRMWARE=y
#
# Google Firmware Drivers
#
# CONFIG_GOOGLE_MEMCONSOLE is not set
#
# File systems
#
CONFIG_DCACHE_WORD_ACCESS=y
CONFIG_EXT2_FS=y
# CONFIG_EXT2_FS_XATTR is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
CONFIG_EXT3_FS_XATTR=y
# CONFIG_EXT3_FS_POSIX_ACL is not set
CONFIG_EXT3_FS_SECURITY=y
# CONFIG_EXT4_FS is not set
CONFIG_JBD=y
CONFIG_JBD_DEBUG=y
CONFIG_FS_MBCACHE=y
CONFIG_REISERFS_FS=y
CONFIG_REISERFS_CHECK=y
CONFIG_REISERFS_PROC_INFO=y
# CONFIG_REISERFS_FS_XATTR is not set
CONFIG_JFS_FS=y
CONFIG_JFS_POSIX_ACL=y
# CONFIG_JFS_SECURITY is not set
CONFIG_JFS_DEBUG=y
CONFIG_JFS_STATISTICS=y
CONFIG_XFS_FS=y
CONFIG_XFS_QUOTA=y
# CONFIG_XFS_POSIX_ACL is not set
CONFIG_XFS_RT=y
CONFIG_XFS_WARN=y
# CONFIG_XFS_DEBUG is not set
# CONFIG_GFS2_FS is not set
CONFIG_BTRFS_FS=y
# CONFIG_BTRFS_FS_POSIX_ACL is not set
CONFIG_BTRFS_FS_CHECK_INTEGRITY=y
# CONFIG_BTRFS_FS_RUN_SANITY_TESTS is not set
# CONFIG_BTRFS_DEBUG is not set
# CONFIG_BTRFS_ASSERT is not set
CONFIG_NILFS2_FS=y
CONFIG_FS_POSIX_ACL=y
CONFIG_EXPORTFS=y
# CONFIG_FILE_LOCKING is not set
CONFIG_FSNOTIFY=y
# CONFIG_DNOTIFY is not set
CONFIG_INOTIFY_USER=y
CONFIG_FANOTIFY=y
CONFIG_QUOTA=y
# CONFIG_QUOTA_NETLINK_INTERFACE is not set
# CONFIG_PRINT_QUOTA_WARNING is not set
CONFIG_QUOTA_DEBUG=y
CONFIG_QUOTA_TREE=y
CONFIG_QFMT_V1=y
CONFIG_QFMT_V2=y
CONFIG_QUOTACTL=y
# CONFIG_AUTOFS4_FS is not set
# CONFIG_FUSE_FS is not set
#
# Caches
#
CONFIG_FSCACHE=y
# CONFIG_FSCACHE_STATS is not set
# CONFIG_FSCACHE_HISTOGRAM is not set
CONFIG_FSCACHE_DEBUG=y
# CONFIG_FSCACHE_OBJECT_LIST is not set
CONFIG_CACHEFILES=y
# CONFIG_CACHEFILES_DEBUG is not set
# CONFIG_CACHEFILES_HISTOGRAM is not set
#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
CONFIG_ZISOFS=y
# CONFIG_UDF_FS is not set
#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set
#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
# CONFIG_PROC_VMCORE is not set
# CONFIG_PROC_SYSCTL is not set
CONFIG_PROC_PAGE_MONITOR=y
# CONFIG_SYSFS is not set
# CONFIG_TMPFS is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set
# CONFIG_MISC_FILESYSTEMS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-1"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
CONFIG_NLS_CODEPAGE_775=y
CONFIG_NLS_CODEPAGE_850=y
CONFIG_NLS_CODEPAGE_852=y
CONFIG_NLS_CODEPAGE_855=y
CONFIG_NLS_CODEPAGE_857=y
# CONFIG_NLS_CODEPAGE_860 is not set
CONFIG_NLS_CODEPAGE_861=y
CONFIG_NLS_CODEPAGE_862=y
CONFIG_NLS_CODEPAGE_863=y
CONFIG_NLS_CODEPAGE_864=y
CONFIG_NLS_CODEPAGE_865=y
CONFIG_NLS_CODEPAGE_866=y
CONFIG_NLS_CODEPAGE_869=y
CONFIG_NLS_CODEPAGE_936=y
CONFIG_NLS_CODEPAGE_950=y
CONFIG_NLS_CODEPAGE_932=y
CONFIG_NLS_CODEPAGE_949=y
# CONFIG_NLS_CODEPAGE_874 is not set
CONFIG_NLS_ISO8859_8=y
CONFIG_NLS_CODEPAGE_1250=y
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
# CONFIG_NLS_ISO8859_2 is not set
CONFIG_NLS_ISO8859_3=y
CONFIG_NLS_ISO8859_4=y
CONFIG_NLS_ISO8859_5=y
CONFIG_NLS_ISO8859_6=y
CONFIG_NLS_ISO8859_7=y
# CONFIG_NLS_ISO8859_9 is not set
CONFIG_NLS_ISO8859_13=y
CONFIG_NLS_ISO8859_14=y
CONFIG_NLS_ISO8859_15=y
# CONFIG_NLS_KOI8_R is not set
CONFIG_NLS_KOI8_U=y
# CONFIG_NLS_MAC_ROMAN is not set
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=y
CONFIG_NLS_MAC_ICELAND=y
# CONFIG_NLS_MAC_INUIT is not set
CONFIG_NLS_MAC_ROMANIAN=y
CONFIG_NLS_MAC_TURKISH=y
# CONFIG_NLS_UTF8 is not set
#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
#
# printk and dmesg options
#
CONFIG_PRINTK_TIME=y
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4
CONFIG_BOOT_PRINTK_DELAY=y
# CONFIG_DYNAMIC_DEBUG is not set
#
# Compile-time checks and compiler options
#
# CONFIG_DEBUG_INFO is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
# CONFIG_ENABLE_MUST_CHECK is not set
CONFIG_FRAME_WARN=2048
CONFIG_STRIP_ASM_SYMS=y
CONFIG_READABLE_ASM=y
CONFIG_UNUSED_SYMBOLS=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 is not set
CONFIG_MAGIC_SYSRQ=y
CONFIG_MAGIC_SYSRQ_DEFAULT_ENABLE=0x1
CONFIG_DEBUG_KERNEL=y
#
# Memory Debugging
#
CONFIG_DEBUG_PAGEALLOC=y
CONFIG_WANT_PAGE_DEBUG_FLAGS=y
CONFIG_PAGE_GUARD=y
# CONFIG_DEBUG_OBJECTS is not set
CONFIG_HAVE_DEBUG_KMEMLEAK=y
# CONFIG_DEBUG_KMEMLEAK is not set
CONFIG_DEBUG_STACK_USAGE=y
# CONFIG_DEBUG_VM is not set
CONFIG_DEBUG_VIRTUAL=y
CONFIG_DEBUG_MEMORY_INIT=y
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 is not set
# CONFIG_PANIC_ON_OOPS is not set
CONFIG_PANIC_ON_OOPS_VALUE=0
CONFIG_PANIC_TIMEOUT=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
# CONFIG_TIMER_STATS is not set
#
# Lock Debugging (spinlocks, mutexes, etc...)
#
CONFIG_DEBUG_RT_MUTEXES=y
CONFIG_DEBUG_PI_LIST=y
# CONFIG_RT_MUTEX_TESTER 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=y
CONFIG_DEBUG_LOCKDEP=y
CONFIG_DEBUG_ATOMIC_SLEEP=y
CONFIG_DEBUG_LOCKING_API_SELFTESTS=y
CONFIG_TRACE_IRQFLAGS=y
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_NOTIFIERS=y
CONFIG_DEBUG_CREDENTIALS=y
#
# RCU Debugging
#
# CONFIG_PROVE_RCU is not set
CONFIG_SPARSE_RCU_POINTER=y
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_RCU_TRACE is not set
# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
CONFIG_NOTIFIER_ERROR_INJECTION=y
# CONFIG_PM_NOTIFIER_ERROR_INJECT is not set
CONFIG_FAULT_INJECTION=y
CONFIG_FAIL_PAGE_ALLOC=y
# CONFIG_FAIL_MAKE_REQUEST is not set
# CONFIG_FAIL_IO_TIMEOUT is not set
CONFIG_LATENCYTOP=y
CONFIG_ARCH_HAS_DEBUG_STRICT_USER_COPY_CHECKS=y
# CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set
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_FUNCTION_TRACE_MCOUNT_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 is not set
# CONFIG_IRQSOFF_TRACER is not set
CONFIG_SCHED_TRACER=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_TRACER_SNAPSHOT=y
# CONFIG_TRACER_SNAPSHOT_PER_CPU_SWAP is not set
CONFIG_BRANCH_PROFILE_NONE=y
# CONFIG_PROFILE_ANNOTATED_BRANCHES is not set
# CONFIG_PROFILE_ALL_BRANCHES is not set
# CONFIG_STACK_TRACER is not set
# CONFIG_UPROBE_EVENT is not set
# CONFIG_PROBE_EVENTS is not set
# CONFIG_DYNAMIC_FTRACE is not set
# CONFIG_FUNCTION_PROFILER is not set
# CONFIG_FTRACE_STARTUP_TEST is not set
CONFIG_MMIOTRACE=y
# CONFIG_RING_BUFFER_BENCHMARK is not set
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
#
# Runtime Testing
#
CONFIG_LKDTM=y
# CONFIG_TEST_LIST_SORT is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
CONFIG_RBTREE_TEST=y
CONFIG_ATOMIC64_SELFTEST=y
# CONFIG_TEST_STRING_HELPERS is not set
CONFIG_TEST_KSTRTOX=y
CONFIG_PROVIDE_OHCI1394_DMA_INIT=y
CONFIG_BUILD_DOCSRC=y
# CONFIG_DMA_API_DEBUG is not set
# 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 is not set
# CONFIG_X86_PTDUMP is not set
# CONFIG_DEBUG_RODATA is not set
# CONFIG_DOUBLEFAULT is not set
# CONFIG_DEBUG_TLBFLUSH is not set
CONFIG_IOMMU_DEBUG=y
# CONFIG_IOMMU_STRESS is not set
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=y
# CONFIG_IO_DELAY_0XED is not set
# CONFIG_IO_DELAY_UDELAY is not set
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=0
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
CONFIG_OPTIMIZE_INLINING=y
# CONFIG_DEBUG_NMI_SELFTEST is not set
# CONFIG_X86_DEBUG_STATIC_CPU_HAS is not set
#
# Security options
#
CONFIG_KEYS=y
# CONFIG_PERSISTENT_KEYRINGS is not set
CONFIG_TRUSTED_KEYS=y
CONFIG_ENCRYPTED_KEYS=y
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
# CONFIG_SECURITY_DMESG_RESTRICT is not set
CONFIG_SECURITYFS=y
CONFIG_DEFAULT_SECURITY_DAC=y
CONFIG_DEFAULT_SECURITY=""
CONFIG_XOR_BLOCKS=y
CONFIG_CRYPTO=y
#
# Crypto core or helper
#
# CONFIG_CRYPTO_FIPS is not set
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_PCOMP=y
CONFIG_CRYPTO_PCOMP2=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_MANAGER2=y
# CONFIG_CRYPTO_USER is not set
# CONFIG_CRYPTO_MANAGER_DISABLE_TESTS is not set
CONFIG_CRYPTO_GF128MUL=y
CONFIG_CRYPTO_NULL=y
CONFIG_CRYPTO_WORKQUEUE=y
CONFIG_CRYPTO_CRYPTD=y
CONFIG_CRYPTO_AUTHENC=y
CONFIG_CRYPTO_ABLK_HELPER=y
CONFIG_CRYPTO_GLUE_HELPER_X86=y
#
# Authenticated Encryption with Associated Data
#
CONFIG_CRYPTO_CCM=y
CONFIG_CRYPTO_GCM=y
CONFIG_CRYPTO_SEQIV=y
#
# Block modes
#
CONFIG_CRYPTO_CBC=y
CONFIG_CRYPTO_CTR=y
# CONFIG_CRYPTO_CTS is not set
# CONFIG_CRYPTO_ECB is not set
CONFIG_CRYPTO_LRW=y
# CONFIG_CRYPTO_PCBC is not set
CONFIG_CRYPTO_XTS=y
#
# Hash modes
#
CONFIG_CRYPTO_CMAC=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_XCBC=y
# CONFIG_CRYPTO_VMAC is not set
#
# Digest
#
CONFIG_CRYPTO_CRC32C=y
# CONFIG_CRYPTO_CRC32C_INTEL is not set
CONFIG_CRYPTO_CRC32=y
CONFIG_CRYPTO_CRC32_PCLMUL=y
CONFIG_CRYPTO_CRCT10DIF=y
# CONFIG_CRYPTO_CRCT10DIF_PCLMUL is not set
CONFIG_CRYPTO_GHASH=y
CONFIG_CRYPTO_MD4=y
# CONFIG_CRYPTO_MD5 is not set
CONFIG_CRYPTO_MICHAEL_MIC=y
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA1_SSSE3=y
CONFIG_CRYPTO_SHA256_SSSE3=y
CONFIG_CRYPTO_SHA512_SSSE3=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
CONFIG_CRYPTO_WP512=y
CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL=y
#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
CONFIG_CRYPTO_AES_NI_INTEL=y
CONFIG_CRYPTO_ANUBIS=y
# CONFIG_CRYPTO_ARC4 is not set
CONFIG_CRYPTO_BLOWFISH=y
CONFIG_CRYPTO_BLOWFISH_COMMON=y
# CONFIG_CRYPTO_BLOWFISH_X86_64 is not set
CONFIG_CRYPTO_CAMELLIA=y
CONFIG_CRYPTO_CAMELLIA_X86_64=y
CONFIG_CRYPTO_CAMELLIA_AESNI_AVX_X86_64=y
# CONFIG_CRYPTO_CAMELLIA_AESNI_AVX2_X86_64 is not set
CONFIG_CRYPTO_CAST_COMMON=y
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set
CONFIG_CRYPTO_CAST6=y
CONFIG_CRYPTO_CAST6_AVX_X86_64=y
CONFIG_CRYPTO_DES=y
CONFIG_CRYPTO_FCRYPT=y
# CONFIG_CRYPTO_KHAZAD is not set
CONFIG_CRYPTO_SALSA20=y
CONFIG_CRYPTO_SALSA20_X86_64=y
# 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=y
CONFIG_CRYPTO_TWOFISH=y
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y
CONFIG_CRYPTO_TWOFISH_X86_64_3WAY=y
# CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set
#
# Compression
#
CONFIG_CRYPTO_DEFLATE=y
CONFIG_CRYPTO_ZLIB=y
CONFIG_CRYPTO_LZO=y
CONFIG_CRYPTO_LZ4=y
CONFIG_CRYPTO_LZ4HC=y
#
# Random Number Generation
#
CONFIG_CRYPTO_ANSI_CPRNG=y
# CONFIG_CRYPTO_USER_API_HASH is not set
# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
CONFIG_CRYPTO_HASH_INFO=y
CONFIG_CRYPTO_HW=y
CONFIG_CRYPTO_DEV_PADLOCK=y
CONFIG_CRYPTO_DEV_PADLOCK_AES=y
CONFIG_CRYPTO_DEV_PADLOCK_SHA=y
# CONFIG_CRYPTO_DEV_CCP 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_HAVE_KVM=y
CONFIG_VIRTUALIZATION=y
CONFIG_BINARY_PRINTF=y
#
# Library routines
#
CONFIG_RAID6_PQ=y
CONFIG_BITREVERSE=y
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_ARCH_USE_CMPXCHG_LOCKREF=y
# CONFIG_CRC_CCITT is not set
CONFIG_CRC16=y
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC32_SELFTEST is not set
# CONFIG_CRC32_SLICEBY8 is not set
# CONFIG_CRC32_SLICEBY4 is not set
# CONFIG_CRC32_SARWATE is not set
CONFIG_CRC32_BIT=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
# CONFIG_CRC8 is not set
# CONFIG_RANDOM32_SELFTEST is not set
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_LZ4_COMPRESS=y
CONFIG_LZ4HC_COMPRESS=y
CONFIG_LZ4_DECOMPRESS=y
CONFIG_XZ_DEC=y
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_XZ_DEC_POWERPC is not set
CONFIG_XZ_DEC_IA64=y
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set
# CONFIG_XZ_DEC_SPARC is not set
CONFIG_XZ_DEC_BCJ=y
CONFIG_XZ_DEC_TEST=y
CONFIG_DECOMPRESS_GZIP=y
CONFIG_DECOMPRESS_LZMA=y
CONFIG_ASSOCIATIVE_ARRAY=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y
CONFIG_CHECK_SIGNATURE=y
CONFIG_NLATTR=y
CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y
CONFIG_AVERAGE=y
CONFIG_CLZ_TAB=y
# CONFIG_CORDIC is not set
# CONFIG_DDR is not set
CONFIG_MPILIB=y
CONFIG_OID_REGISTRY=y
[-- Attachment #6: Type: text/plain, Size: 85 bytes --]
_______________________________________________
LKP mailing list
LKP@linux.intel.com
next reply other threads:[~2014-07-30 4:07 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-30 4:07 Fengguang Wu [this message]
2014-07-30 4:07 ` [x86] BUG: unable to handle kernel paging request at ffff880012770000 Fengguang Wu
2014-07-31 6:41 ` Artem Fetishev
2014-07-31 6:41 ` Artem Fetishev
2014-08-04 12:20 ` Artem Fetishev
2014-08-04 12:20 ` Artem Fetishev
2014-08-04 14:57 ` Fengguang Wu
2014-08-04 14:57 ` Fengguang Wu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20140730040739.GH16537@localhost \
--to=fengguang.wu@intel.com \
--cc=lkp@lists.01.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.