Skip to content

Instantly share code, notes, and snippets.

@kiryl
Created February 25, 2016 01:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kiryl/c0f78f9bbf7853736d72 to your computer and use it in GitHub Desktop.
Save kiryl/c0f78f9bbf7853736d72 to your computer and use it in GitHub Desktop.
[ 0.000000] kasan: CONFIG_KASAN_INLINE enabled
[ 0.000000] kasan: GPF could be caused by NULL-ptr deref or user memory accessgeneral protection fault: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC KASAN
[ 0.000000] CPU: 0 PID: 0 Comm: swapper/0 Not tainted 4.5.0-rc5-00210-gb28b9eb94430 #1509
[ 0.000000] Hardware name: QEMU Standard PC (Q35 + ICH9, 2009), BIOS rel-1.8.2-0-g33fbe13 by qemu-project.org 04/01/2014
[ 0.000000] task: ffffffff83016900 ti: ffffffff83000000 task.ti: ffffffff83000000
[ 0.000000] RIP: 0010:[<ffffffff814b587a>] [<ffffffff814b587a>] init_page_owner+0x35a/0x460
[ 0.000000] RSP: 0000:ffffffff83007e38 EFLAGS: 00010046
[ 0.000000] RAX: 0000000000000000 RBX: 0000000000340000 RCX: 0000000000000009
[ 0.000000] RDX: 0000000000000000 RSI: ffffffff8345d448 RDI: ffff8802bffddd10
[ 0.000000] RBP: ffffffff83007eb0 R08: ffffffff83007dc0 R09: 0000000000000000
[ 0.000000] R10: ffff88097b7bf360 R11: 2032313734323331 R12: 0000000000340200
[ 0.000000] R13: dffffc0000000000 R14: ffffea000d000000 R15: ffffea0000000000
[ 0.000000] FS: 0000000000000000(0000) GS:ffff8802b6c00000(0000) knlGS:0000000000000000
[ 0.000000] CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 0.000000] CR2: ffff88097b7ff000 CR3: 000000000300e000 CR4: 00000000000006b0
[ 0.000000] Stack:
[ 0.000000] ffffed009fffffc8 ffff8804fffffe40 ffff8804fffdf440 0000000000000292
[ 0.000000] ffff8804fffde000 ffff8804fffdfe88 0000000000002ec4 ffff8802bffdd000
[ 0.000000] 0000000000500000 ffff8804fffdef88 ffffffff814b5520 ffffea0025e00000
[ 0.000000] Call Trace:
[ 0.000000] [<ffffffff814b5520>] ? __set_page_owner+0x160/0x160
[ 0.000000] [<ffffffff834be363>] page_ext_init+0x1f5/0x339
[ 0.000000] [<ffffffff8345e537>] start_kernel+0x4e3/0x62c
[ 0.000000] [<ffffffff8345e054>] ? thread_info_cache_init+0xb/0xb
[ 0.000000] [<ffffffff827e286b>] ? memblock_reserve+0x59/0x5e
[ 0.000000] [<ffffffff8345d120>] ? early_idt_handler_array+0x120/0x120
[ 0.000000] [<ffffffff8345d2fb>] x86_64_start_reservations+0x2a/0x2c
[ 0.000000] [<ffffffff8345d448>] x86_64_start_kernel+0x14b/0x15a
[ 0.000000] Code: e8 ea ef ea ff 48 8b 75 a0 48 8b 7d 98 e8 3f 98 33 01 e9 7d fd ff ff e8 65 80 df ff 4c 89 f7 e8 7d 51 00 00 48 89 c2 48 c1 ea 03 <42> 80 3c 2a 00 0f 85 e4 00 00 00 48 8b 00 a8 04 0f 85 db fe ff
[ 0.000000] RIP [<ffffffff814b587a>] init_page_owner+0x35a/0x460
[ 0.000000] RSP <ffffffff83007e38>
[ 0.000000] ---[ end trace 72ba4402e7af18d3 ]---
[ 0.000000] Kernel panic - not syncing: Fatal exception
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment