Created
April 24, 2017 02:58
-
-
Save satoru-takeuchi/fa4fb0df40a0cf7d31e41152bbee0fb3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
[ 0.227720] raid6: sse2x1 gen() 7985 MB/s | |
[ 0.295709] raid6: sse2x1 xor() 8181 MB/s | |
[ 0.363706] raid6: sse2x2 gen() 17531 MB/s | |
[ 0.431699] raid6: sse2x2 xor() 11098 MB/s | |
[ 0.499693] raid6: sse2x4 gen() 18509 MB/s | |
[ 0.567688] raid6: sse2x4 xor() 10177 MB/s | |
[ 0.571692] invalid opcode: 0000 [#1] SMP | |
[ 0.572312] Modules linked in: | |
[ 0.572822] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.11.0-rc8-ktest #1 | |
[ 0.573734] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS Ubuntu-1.8.2-1ubuntu1 04/01/2014 | |
[ 0.575040] task: ffff8f791e1c0000 task.stack: ffff9c72c00d0000 | |
[ 0.575865] RIP: 0010:raid6_avx21_gen_syndrome+0x3d/0x120 | |
[ 0.576634] RSP: 0018:ffff9c72c00d3d70 EFLAGS: 00010246 | |
[ 0.577376] RAX: 0000000000000000 RBX: ffff9c72c00d3dc0 RCX: 00000000fffedb97 | |
[ 0.578327] RDX: 0000000000000000 RSI: 0000000000001000 RDI: 0000000000000012 | |
[ 0.579283] RBP: ffff9c72c00d3da0 R08: 0000000000000000 R09: 00000000000000cd | |
[ 0.580243] R10: 00000000fffedb86 R11: ffffffffa617008d R12: 0000000000001000 | |
[ 0.581211] R13: ffff8f791e39e000 R14: ffff8f791e39f000 R15: 0000000000000012 | |
[ 0.582163] FS: 0000000000000000(0000) GS:ffff8f791fc00000(0000) knlGS:0000000000000000 | |
[ 0.583324] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 | |
[ 0.584128] CR2: 0000000000000000 CR3: 000000001be09000 CR4: 00000000003006f0 | |
[ 0.585078] Call Trace: | |
[ 0.594952] raid6_select_algo+0x116/0x30b | |
[ 0.595592] ? libcrc32c_mod_init+0x2b/0x2b | |
[ 0.596240] do_one_initcall+0x53/0x1a0 | |
[ 0.596843] ? parse_args+0x2cf/0x490 | |
[ 0.597421] kernel_init_freeable+0x182/0x21c | |
[ 0.598077] ? rest_init+0x80/0x80 | |
[ 0.598626] kernel_init+0xe/0x100 | |
[ 0.599175] ret_from_fork+0x2c/0x40 | |
[ 0.599741] Code: 55 41 54 53 48 89 d3 48 8d 14 c5 00 00 00 00 41 89 ff 49 89 f4 48 83 ec 08 4c 8b 2c c3 4c 8b 74 13 08 48 89 55 d0 e8 53 ed a9 ff <c5> fd 6f 05 2b 2d 4e 00 c5 e5 ef db 4d 85 e4 48 8b 55 d0 0f 84 | |
[ 0.602215] RIP: raid6_avx21_gen_syndrome+0x3d/0x120 RSP: ffff9c72c00d3d70 | |
[ 0.603154] ---[ end trace 17ee01f86b8fc548 ]--- | |
[ 0.603850] Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b | |
[ 0.603850] | |
[ 0.605276] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x0000000b | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment