Description
Description
We're testing PVM on AWS EC2 and we're running into some issues with restoring snapshots on EC2 (c5.large
in particular, but this also occurs on all other non-bare metal instance types - both Intel and AMD). Snapshot restores work well on GCP non-bare metal hosts with Cloud Hypervisor (and on bare metal hosts with the Intel KVM module unloaded and the PVM module loaded), but they lead to host kernel panics when used on AWS EC2. There are also some error messages (see further down) related to it not being able to set MSRs for the guest (a similar error occurs for Firecracker's snapshot restores, too!) in the load step before the kernel crashes.
Note that this only happens when the snapshot is resumed from a different host than the one that it was created on, so when a snapshot is created on host A, moved from host A to host B and resumed on host B. Both instance types in this are the same (same CPU etc.). It does not occur if the snapshot is simply resumed from the same host that it was created on.
Reproduction
This is tested against the latest
pvm
branch of this repository with the PVM-provided guest kernel config and happens with both of the two following host kernel configs: Fedora's bare metal config and AWS's default config with PVM enabled and loaded for both. We've set up a CI/CD repo here to easily use those kernels on EC2: https://github.com/loopholelabs/linux-pvm-ci
Snapshot/Restore
To reproduce (35.89.175.21
is the first EC2 instance, 34.214.167.180
is the second EC2 host, and rsync
is used to sync the snapshot, rootfs etc. between the VMs):
rsync -a --progress /tmp/pvm-experimentation/ [email protected]:/home/fedora/Projects/pvm-experimentation/ # /tmp/pvm-experimentation/ contains the rootfs, PVM guest kernel etc.
curl -Lo ~/Downloads/cloud-hypervisor https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/v38.0/cloud-hypervisor-static
curl -Lo ~/Downloads/ch-remote https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/v38.0/ch-remote-static
sudo install ~/Downloads/cloud-hypervisor /usr/bin
sudo install ~/Downloads/ch-remote /usr/bin
cd ~/Projects/pvm-experimentation/ && rm -f /tmp/cloud-hypervisor.sock && cloud-hypervisor \
--api-socket /tmp/cloud-hypervisor.sock \
--cpus boot=1,max_phys_bits=43 \
--memory size=512M \
--kernel vmlinux \
--console off \
--serial tty \
--cmdline "root=/dev/vda console=ttyS0 rw modules=ext4 rootfstype=ext4 pti=off" \
--disk path=rootfs.ext4 path=initramfs.img
ch-remote --api-socket=/tmp/cloud-hypervisor.sock pause
rm -rf /home/fedora/Downloads/drafter-snapshots && mkdir -p /home/fedora/Downloads/drafter-snapshots && ch-remote --api-socket=/tmp/cloud-hypervisor.sock snapshot file:///home/fedora/Downloads/drafter-snapshots
pkill cloud-hy
rsync -a --progress [email protected]:/home/fedora/Projects/pvm-experimentation/ /tmp/pvm-experimentation/ && rsync -a --progress [email protected]:/home/fedora/Downloads/drafter-snapshots/ /tmp/drafter-snapshots/ && rsync -a --progress /tmp/pvm-experimentation/ [email protected]:/home/fedora/Projects/pvm-experimentation/ && rsync -a --progress /tmp/drafter-snapshots/ [email protected]:/home/fedora/Downloads/drafter-snapshots/
curl -Lo ~/Downloads/cloud-hypervisor https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/v38.0/cloud-hypervisor-static
curl -Lo ~/Downloads/ch-remote https://github.com/cloud-hypervisor/cloud-hypervisor/releases/download/v38.0/ch-remote-static
sudo install ~/Downloads/cloud-hypervisor /usr/bin
sudo install ~/Downloads/ch-remote /usr/bin
cd ~/Projects/pvm-experimentation/ && rm -f /tmp/cloud-hypervisor.sock && cloud-hypervisor \
--api-socket /tmp/cloud-hypervisor.sock \
--restore source_url=file:///home/fedora/Downloads/drafter-snapshots
ch-remote --api-socket=/tmp/cloud-hypervisor.sock resume
Live Migration
The same issue also occurs with Cloud Hypervisor's live migration:
rsync -a --progress /tmp/pvm-experimentation/ [email protected]:/home/fedora/Projects/pvm-experimentation/
cd ~/Projects/pvm-experimentation/ && rm -f /tmp/cloud-hypervisor.sock && cloud-hypervisor \
--api-socket /tmp/cloud-hypervisor.sock \
--cpus boot=1,max_phys_bits=43 \
--memory size=512M \
--kernel vmlinux \
--console off \
--serial tty \
--cmdline "root=/dev/vda console=ttyS0 rw modules=ext4 rootfstype=ext4 pti=off" \
--disk path=rootfs.ext4 path=initramfs.img
cd ~/Projects/pvm-experimentation/ && rm -f /tmp/cloud-hypervisor.sock && cloud-hypervisor --api-socket /tmp/cloud-hypervisor.sock
ch-remote --api-socket=/tmp/cloud-hypervisor.sock receive-migration unix:/tmp/mig
socat TCP-LISTEN:6000,reuseaddr UNIX-CLIENT:/tmp/mig
socat UNIX-LISTEN:/tmp/mig,reuseaddr TCP:34.214.167.180:6000
ch-remote --api-socket=/tmp/cloud-hypervisor.sock send-migration unix:/tmp/mig
Full Kernel Panic
Expand section
[ 346.852957] BUG: kernel NULL pointer dereference, address: 0000000000000000
[ 346.881359] #PF: supervisor read access in kernel mode
[ 346.905711] #PF: error_code(0x0000) - not-present page
[ 346.930199] PGD 0 P4D 0
[ 346.941589] Oops: 0000 [#1] PREEMPT SMP NOPTI
[ 346.962726] CPU: 0 PID: 1083 Comm: vcpu0 Not tainted 6.7.0-rc6-pvm-host-fedora-baremetal #1
[ 347.003980] Hardware name: Amazon EC2 c5.large/, BIOS 1.0 10/16/2017
[ 347.033695] RIP: 0010:pvm_vcpu_run+0x415/0x560 [kvm_pvm]
[ 347.058894] Code: f8 01 0f 85 ad fe ff ff 48 8b 93 d0 19 00 00 48 8b 83 a8 1a 00 00 80 e6 fd 48 83 bb 18 1b 00 00 00 48 89 93 d0 19 00 00 74 12 <48> 8b 00 25 00 02 00 00 48 09 d0 48 89 83 d0 19 00 00 48 b8 33 00
[ 347.151883] RSP: 0000:ffffa0cc01d43d98 EFLAGS: 00010006
[ 347.174132] RAX: 0000000000000000 RBX: ffff8bfccae00000 RCX: 000000000000000e
[ 347.208690] RDX: 0000000000010012 RSI: fffffe3de5515f58 RDI: fffffe3de5515f58
[ 347.242816] RBP: ffffa0cc01d43db0 R08: 0000000000000000 R09: 0000000000000000
[ 347.276942] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000001
[ 347.312976] R13: 0000000000000001 R14: 0000000000000000 R15: ffff8bfccae00038
[ 347.346938] FS: 0000000000000000(0000) GS:ffff8bfcf2600000(0000) knlGS:fffff0001f400000
[ 347.387738] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 347.412850] CR2: 0000000000000000 CR3: 0000000104d04005 CR4: 00000000007706f0
[ 347.447733] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 347.481654] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 347.516084] PKRU: 00000000
[ 347.528191] Call Trace:
[ 347.539797] <TASK>
[ 347.549621] ? __die+0x23/0x70
[ 347.564375] ? page_fault_oops+0x16f/0x4e0
[ 347.584057] ? exc_page_fault+0x7e/0x180
[ 347.602824] ? asm_exc_page_fault+0x31/0x50
[ 347.622910] ? pvm_vcpu_run+0x415/0x560 [kvm_pvm]
[ 347.645652] ? pvm_vcpu_run+0x20f/0x560 [kvm_pvm]
[ 347.668012] kvm_arch_vcpu_ioctl_run+0xb48/0x16b0 [kvm]
[ 347.693157] kvm_vcpu_ioctl+0x195/0x700 [kvm]
[ 347.713743] __x64_sys_ioctl+0x97/0xd0
[ 347.731614] do_syscall_64+0x64/0xe0
[ 347.748988] ? exc_page_fault+0x7e/0x180
[ 347.767893] entry_SYSCALL_64_after_hwframe+0x6c/0x74
[ 347.792071] RIP: 0033:0x7f9a5cb37d21
[ 347.809089] Code: 63 f6 48 8d 44 24 60 48 89 54 24 30 48 89 44 24 10 48 8d 44 24 20 48 89 44 24 18 b8 10 00 00 00 c7 44 24 08 10 00 00 00 0f 05 <48> 63 f8 e8 a7 e8 ff ff 48 83 c4 58 c3 41 55 41 54 49 89 fc 55 53
[ 347.904898] RSP: 002b:00007f9a3b9ea4c0 EFLAGS: 00000206 ORIG_RAX: 0000000000000010
[ 347.939281] RAX: ffffffffffffffda RBX: 00007f9a3b9ea6c8 RCX: 00007f9a5cb37d21
[ 347.972074] RDX: 0000000000000000 RSI: 000000000000ae80 RDI: 0000000000000019
[ 348.006023] RBP: 0000000000000000 R08: 0000000000000000 R09: 00000000ffffffff
[ 348.040421] R10: 0000000000000000 R11: 0000000000000206 R12: 7fffffffffffffff
[ 348.074372] R13: 00007f9a3b9ea778 R14: 000055555628cf30 R15: 00007f9a3b9ea600
[ 348.108752] </TASK>
[ 348.118179] Modules linked in: rfkill vfat fat intel_rapl_msr intel_rapl_common intel_uncore_frequency_common isst_if_common nfit libnvdimm snd_pcm rapl snd_timer snd ppdev soundcore parport_pc pcspkr ena i2c_piix4 parport kvm_pvm kvm irqbypass loop fuse zram crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 nvme nvme_core nvme_auth serio_raw
[ 348.312194] CR2: 0000000000000000
[ 348.323646] ---[ end trace 0000000000000000 ]---
[ 348.345924] RIP: 0010:pvm_vcpu_run+0x415/0x560 [kvm_pvm]
[ 348.371447] Code: f8 01 0f 85 ad fe ff ff 48 8b 93 d0 19 00 00 48 8b 83 a8 1a 00 00 80 e6 fd 48 83 bb 18 1b 00 00 00 48 89 93 d0 19 00 00 74 12 <48> 8b 00 25 00 02 00 00 48 09 d0 48 89 83 d0 19 00 00 48 b8 33 00
[ 348.467224] RSP: 0000:ffffa0cc01d43d98 EFLAGS: 00010006
[ 348.488438] RAX: 0000000000000000 RBX: ffff8bfccae00000 RCX: 000000000000000e
[ 348.522807] RDX: 0000000000010012 RSI: fffffe3de5515f58 RDI: fffffe3de5515f58
[ 348.557155] RBP: ffffa0cc01d43db0 R08: 0000000000000000 R09: 0000000000000000
[ 348.591135] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000001
[ 348.625656] R13: 0000000000000001 R14: 0000000000000000 R15: ffff8bfccae00038
[ 348.659672] FS: 0000000000000000(0000) GS:ffff8bfcf2600000(0000) knlGS:fffff0001f400000
[ 348.700064] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 348.725717] CR2: 0000000000000000 CR3: 0000000104d04005 CR4: 00000000007706f0
[ 348.760121] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 348.794529] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 348.828520] PKRU: 00000000
[ 348.840602] note: vcpu0[1083] exited with irqs disabled
[ 348.866241] note: vcpu0[1083] exited with preempt_count 1
[ 350.417480] ------------[ cut here ]------------
[ 350.435901] Bad FPU state detected at restore_fpregs_from_fpstate+0x46/0xa0, reinitializing FPU registers.
[ 350.435912] WARNING: CPU: 0 PID: 778 at arch/x86/mm/extable.c:126 fixup_exception+0x2df/0x310
[ 350.525546] Modules linked in: rfkill vfat fat intel_rapl_msr intel_rapl_common intel_uncore_frequency_common isst_if_common nfit libnvdimm snd_pcm rapl snd_timer snd ppdev soundcore parport_pc pcspkr ena i2c_piix4 parport kvm_pvm kvm irqbypass loop fuse zram crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 nvme nvme_core nvme_auth serio_raw
[ 350.716715] CPU: 0 PID: 778 Comm: gmain Tainted: G D 6.7.0-rc6-pvm-host-fedora-baremetal #1
[ 350.761717] Hardware name: Amazon EC2 c5.large/, BIOS 1.0 10/16/2017
[ 350.790120] RIP: 0010:fixup_exception+0x2df/0x310
[ 350.812429] Code: ff ff 31 c9 e9 69 ff ff ff 0f 0b 48 c7 c2 50 fa b8 90 e9 26 ff ff ff 48 c7 c7 b0 73 b1 8f c6 05 8f 92 03 02 01 e8 b1 3d 07 00 <0f> 0b eb ca 0f 0b 48 c7 c2 50 fa b8 90 e9 e5 fd ff ff 83 f8 0c 74
[ 350.908252] RSP: 0000:ffffa0cc01d8fcb0 EFLAGS: 00010086
[ 350.929556] RAX: 0000000000000000 RBX: ffffffff8fcc7f4c RCX: 0000000000000027
[ 350.963955] RDX: ffff8bfcf2620588 RSI: 0000000000000001 RDI: ffff8bfcf2620580
[ 350.997973] RBP: 000000000000000d R08: 0000000000000000 R09: ffffa0cc01d8fb38
[ 351.032368] R10: 0000000000000003 R11: ffffffff8ff45808 R12: 0000000000000000
[ 351.066326] R13: ffffa0cc01d8fda8 R14: 0000000000000000 R15: 0000000000000000
[ 351.100720] FS: 00007f9b5f3ff6c0(0000) GS:ffff8bfcf2600000(0000) knlGS:0000000000000000
[ 351.141023] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 351.166580] CR2: 0000000000000000 CR3: 0000000102fae002 CR4: 00000000007706f0
[ 351.201349] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 351.235368] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 351.269715] PKRU: 55555554
[ 351.281440] Call Trace:
[ 351.293442] <TASK>
[ 351.303273] ? fixup_exception+0x2df/0x310
[ 351.323342] ? __warn+0x80/0x130
[ 351.338631] ? fixup_exception+0x2df/0x310
[ 351.358310] ? report_bug+0x171/0x1a0
[ 351.375768] ? console_unlock+0x77/0x120
[ 351.394538] ? handle_bug+0x3c/0x80
[ 351.411059] ? exc_invalid_op+0x17/0x70
[ 351.429396] ? asm_exc_invalid_op+0x25/0x50
[ 351.449463] ? fixup_exception+0x2df/0x310
[ 351.469098] gp_try_fixup_and_notify+0x1e/0xb0
[ 351.490472] exc_general_protection+0x148/0x420
[ 351.512321] asm_exc_general_protection+0x31/0x50
[ 351.534622] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 351.561800] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 351.657447] RSP: 0000:ffffa0cc01d8fe58 EFLAGS: 00010046
[ 351.678271] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffff8bfcc9db5500
[ 351.713043] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffff8bfcc9db5540
[ 351.747040] RBP: ffff8bfcc9db54c0 R08: 0000000000000000 R09: 0000000000000000
[ 351.781380] R10: 0000000000000001 R11: 0000000000000100 R12: 0000000000000000
[ 351.815694] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 351.849656] switch_fpu_return+0x4f/0xe0
[ 351.867976] exit_to_user_mode_prepare+0x13b/0x1f0
[ 351.891179] syscall_exit_to_user_mode+0x1b/0x40
[ 351.913077] do_syscall_64+0x70/0xe0
[ 351.930075] ? syscall_exit_to_user_mode+0x2b/0x40
[ 351.953265] ? do_syscall_64+0x70/0xe0
[ 351.971118] ? do_syscall_64+0x70/0xe0
[ 351.988993] ? do_syscall_64+0x70/0xe0
[ 352.006873] ? do_syscall_64+0x70/0xe0
[ 352.024931] entry_SYSCALL_64_after_hwframe+0x6c/0x74
[ 352.049079] RIP: 0033:0x7f9b608c6b8d
[ 352.066035] Code: e5 48 83 ec 20 89 55 ec 48 89 75 f0 48 89 7d f8 e8 98 2e f8 ff 8b 55 ec 48 8b 75 f0 41 89 c0 48 8b 7d f8 b8 07 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 2b 44 89 c7 89 45 f8 e8 f0 2e f8 ff 8b 45 f8
[ 352.162344] RSP: 002b:00007f9b5f3fdfa0 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[ 352.196837] RAX: 0000000000000000 RBX: 000055a0d99351e0 RCX: 00007f9b608c6b8d
[ 352.229686] RDX: 0000000000000f9c RSI: 0000000000000002 RDI: 000055a0d9935360
[ 352.263651] RBP: 00007f9b5f3fdfc0 R08: 0000000000000000 R09: 000000007fffffff
[ 352.297737] R10: 000055a0d99351e0 R11: 0000000000000293 R12: 000000007fffffff
[ 352.332108] R13: 0000000000000f9c R14: 0000000000000002 R15: 000055a0d9935360
[ 352.366318] </TASK>
[ 352.376035] ---[ end trace 0000000000000000 ]---
[ 352.398636] BUG: TASK stack guard page was hit at 0000000012290d45 (stack is 00000000bb024c83..000000003c5a8904)
[ 352.398639] stack guard page: 0000 [#2] PREEMPT SMP NOPTI
[ 352.398641] CPU: 0 PID: 778 Comm: gmain Tainted: G D W 6.7.0-rc6-pvm-host-fedora-baremetal #1
[ 352.398643] Hardware name: Amazon EC2 c5.large/, BIOS 1.0 10/16/2017
[ 352.398644] RIP: 0010:exc_general_protection+0x23/0x420
[ 352.398647] Code: 90 90 90 90 90 90 90 66 0f 1f 00 41 55 41 54 55 48 89 f5 53 48 89 fb 48 83 ec 78 65 48 8b 05 34 c3 01 71 48 89 44 24 70 31 c0 <e8> 48 4a 00 00 41 89 c4 48 b8 67 65 6e 65 72 61 6c 20 48 c7 44 24
[ 352.398648] RSP: 0000:ffffa0cc01d8bfc8 EFLAGS: 00010046
[ 352.398650] RAX: 0000000000000000 RBX: ffffa0cc01d8c068 RCX: ffffffff8f202277
[ 352.398651] RDX: 0000000000000000 RSI: 0000000000000000 RDI: ffffa0cc01d8c068
[ 352.398651] RBP: 0000000000000000 R08: 0000000000000000 R09: 0000000000000000
[ 352.398652] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398652] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 352.398653] FS: 00007f9b5f3ff6c0(0000) GS:ffff8bfcf2600000(0000) knlGS:0000000000000000
[ 352.398654] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 352.398655] CR2: ffffa0cc01d8bfb8 CR3: 0000000102fae002 CR4: 00000000007706f0
[ 352.398658] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 352.398659] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 352.398659] PKRU: 55555554
[ 352.398660] Call Trace:
[ 352.398661] <#DF>
[ 352.398662] ? die+0x36/0x90
[ 352.398666] ? handle_stack_overflow+0x4d/0x60
[ 352.398670] ? exc_double_fault+0x123/0x1b0
[ 352.398671] ? asm_exc_double_fault+0x23/0x30
[ 352.398674] ? asm_load_gs_index+0x7/0x40
[ 352.398677] ? exc_general_protection+0x23/0x420
[ 352.398678] </#DF>
[ 352.398679] <TASK>
[ 352.398679] asm_exc_general_protection+0x31/0x50
[ 352.398681] RIP: 0010:restore_fpregs_from_fpstate+0x42/0xa0
[ 352.398684] Code: cc cc cc db e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 <48> 0f c7 1f 48 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae
[ 352.398684] RSP: 0000:ffffa0cc01d8c110 EFLAGS: 00010046
[ 352.398685] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398686] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398687] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398687] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398688] R13: ffffa0cc01d8c228 R14: 0000000000000000 R15: 0000000000000000
[ 352.398690] fixup_exception+0x2b2/0x310
[ 352.398692] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398694] exc_general_protection+0x148/0x420
[ 352.398696] asm_exc_general_protection+0x31/0x50
[ 352.398698] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398699] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398700] RSP: 0000:ffffa0cc01d8c2d0 EFLAGS: 00010046
[ 352.398700] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398701] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398702] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398702] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398703] R13: ffffa0cc01d8c3e8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398704] fixup_exception+0x2b2/0x310
[ 352.398705] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398707] exc_general_protection+0x148/0x420
[ 352.398709] asm_exc_general_protection+0x31/0x50
[ 352.398711] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398712] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398713] RSP: 0000:ffffa0cc01d8c490 EFLAGS: 00010046
[ 352.398713] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398714] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398714] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398715] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398715] R13: ffffa0cc01d8c5a8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398716] fixup_exception+0x2b2/0x310
[ 352.398718] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398719] exc_general_protection+0x148/0x420
[ 352.398721] asm_exc_general_protection+0x31/0x50
[ 352.398723] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398724] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398725] RSP: 0000:ffffa0cc01d8c650 EFLAGS: 00010046
[ 352.398725] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398726] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398726] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398727] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398727] R13: ffffa0cc01d8c768 R14: 0000000000000000 R15: 0000000000000000
[ 352.398729] fixup_exception+0x2b2/0x310
[ 352.398730] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398732] exc_general_protection+0x148/0x420
[ 352.398733] asm_exc_general_protection+0x31/0x50
[ 352.398735] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398736] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398737] RSP: 0000:ffffa0cc01d8c810 EFLAGS: 00010046
[ 352.398738] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398738] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398739] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398739] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398740] R13: ffffa0cc01d8c928 R14: 0000000000000000 R15: 0000000000000000
[ 352.398741] fixup_exception+0x2b2/0x310
[ 352.398742] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398744] exc_general_protection+0x148/0x420
[ 352.398745] asm_exc_general_protection+0x31/0x50
[ 352.398747] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398748] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398749] RSP: 0000:ffffa0cc01d8c9d0 EFLAGS: 00010046
[ 352.398750] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398750] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398751] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398752] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398752] R13: ffffa0cc01d8cae8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398754] fixup_exception+0x2b2/0x310
[ 352.398755] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398757] exc_general_protection+0x148/0x420
[ 352.398758] asm_exc_general_protection+0x31/0x50
[ 352.398760] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398761] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398762] RSP: 0000:ffffa0cc01d8cb90 EFLAGS: 00010046
[ 352.398762] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398763] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398763] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398764] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398764] R13: ffffa0cc01d8cca8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398766] fixup_exception+0x2b2/0x310
[ 352.398767] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398768] exc_general_protection+0x148/0x420
[ 352.398770] asm_exc_general_protection+0x31/0x50
[ 352.398772] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398773] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398774] RSP: 0000:ffffa0cc01d8cd50 EFLAGS: 00010046
[ 352.398774] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398775] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398775] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398776] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398776] R13: ffffa0cc01d8ce68 R14: 0000000000000000 R15: 0000000000000000
[ 352.398777] fixup_exception+0x2b2/0x310
[ 352.398778] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398780] exc_general_protection+0x148/0x420
[ 352.398782] asm_exc_general_protection+0x31/0x50
[ 352.398784] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398785] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398786] RSP: 0000:ffffa0cc01d8cf10 EFLAGS: 00010046
[ 352.398786] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398787] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398788] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398788] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398789] R13: ffffa0cc01d8d028 R14: 0000000000000000 R15: 0000000000000000
[ 352.398790] fixup_exception+0x2b2/0x310
[ 352.398791] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398793] exc_general_protection+0x148/0x420
[ 352.398795] asm_exc_general_protection+0x31/0x50
[ 352.398796] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398797] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398798] RSP: 0000:ffffa0cc01d8d0d0 EFLAGS: 00010046
[ 352.398799] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398800] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398800] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398801] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398801] R13: ffffa0cc01d8d1e8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398803] fixup_exception+0x2b2/0x310
[ 352.398804] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398806] exc_general_protection+0x148/0x420
[ 352.398807] asm_exc_general_protection+0x31/0x50
[ 352.398809] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398810] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398811] RSP: 0000:ffffa0cc01d8d290 EFLAGS: 00010046
[ 352.398811] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398812] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398812] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398813] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398813] R13: ffffa0cc01d8d3a8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398815] fixup_exception+0x2b2/0x310
[ 352.398816] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398818] exc_general_protection+0x148/0x420
[ 352.398819] asm_exc_general_protection+0x31/0x50
[ 352.398821] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398822] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398823] RSP: 0000:ffffa0cc01d8d450 EFLAGS: 00010046
[ 352.398823] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398824] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398824] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398825] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398825] R13: ffffa0cc01d8d568 R14: 0000000000000000 R15: 0000000000000000
[ 352.398827] fixup_exception+0x2b2/0x310
[ 352.398828] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398829] exc_general_protection+0x148/0x420
[ 352.398831] asm_exc_general_protection+0x31/0x50
[ 352.398833] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398834] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398835] RSP: 0000:ffffa0cc01d8d610 EFLAGS: 00010046
[ 352.398835] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398836] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398837] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398837] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398838] R13: ffffa0cc01d8d728 R14: 0000000000000000 R15: 0000000000000000
[ 352.398841] fixup_exception+0x2b2/0x310
[ 352.398843] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398845] exc_general_protection+0x148/0x420
[ 352.398848] asm_exc_general_protection+0x31/0x50
[ 352.398851] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398852] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398853] RSP: 0000:ffffa0cc01d8d7d0 EFLAGS: 00010046
[ 352.398854] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398854] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398855] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398855] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398855] R13: ffffa0cc01d8d8e8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398857] fixup_exception+0x2b2/0x310
[ 352.398858] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398860] exc_general_protection+0x148/0x420
[ 352.398861] asm_exc_general_protection+0x31/0x50
[ 352.398863] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398864] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398865] RSP: 0000:ffffa0cc01d8d990 EFLAGS: 00010046
[ 352.398866] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398866] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398867] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398867] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398867] R13: ffffa0cc01d8daa8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398869] fixup_exception+0x2b2/0x310
[ 352.398870] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398872] exc_general_protection+0x148/0x420
[ 352.398873] asm_exc_general_protection+0x31/0x50
[ 352.398875] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398876] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398877] RSP: 0000:ffffa0cc01d8db50 EFLAGS: 00010046
[ 352.398877] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398878] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398878] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398879] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398879] R13: ffffa0cc01d8dc68 R14: 0000000000000000 R15: 0000000000000000
[ 352.398881] fixup_exception+0x2b2/0x310
[ 352.398882] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398884] exc_general_protection+0x148/0x420
[ 352.398885] asm_exc_general_protection+0x31/0x50
[ 352.398887] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398888] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398889] RSP: 0000:ffffa0cc01d8dd10 EFLAGS: 00010046
[ 352.398889] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398890] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398890] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398891] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398891] R13: ffffa0cc01d8de28 R14: 0000000000000000 R15: 0000000000000000
[ 352.398893] fixup_exception+0x2b2/0x310
[ 352.398894] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398896] exc_general_protection+0x148/0x420
[ 352.398897] asm_exc_general_protection+0x31/0x50
[ 352.398899] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398900] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398901] RSP: 0000:ffffa0cc01d8ded0 EFLAGS: 00010046
[ 352.398901] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398902] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398902] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398903] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398903] R13: ffffa0cc01d8dfe8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398905] fixup_exception+0x2b2/0x310
[ 352.398906] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398907] exc_general_protection+0x148/0x420
[ 352.398909] asm_exc_general_protection+0x31/0x50
[ 352.398911] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398912] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398913] RSP: 0000:ffffa0cc01d8e090 EFLAGS: 00010046
[ 352.398913] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398914] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398914] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398915] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398915] R13: ffffa0cc01d8e1a8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398917] fixup_exception+0x2b2/0x310
[ 352.398918] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398919] exc_general_protection+0x148/0x420
[ 352.398921] asm_exc_general_protection+0x31/0x50
[ 352.398923] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398924] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398924] RSP: 0000:ffffa0cc01d8e250 EFLAGS: 00010046
[ 352.398925] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398926] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398926] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398927] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398927] R13: ffffa0cc01d8e368 R14: 0000000000000000 R15: 0000000000000000
[ 352.398928] fixup_exception+0x2b2/0x310
[ 352.398929] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398931] exc_general_protection+0x148/0x420
[ 352.398933] asm_exc_general_protection+0x31/0x50
[ 352.398934] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398936] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398936] RSP: 0000:ffffa0cc01d8e410 EFLAGS: 00010046
[ 352.398937] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398937] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398938] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398938] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398939] R13: ffffa0cc01d8e528 R14: 0000000000000000 R15: 0000000000000000
[ 352.398940] fixup_exception+0x2b2/0x310
[ 352.398941] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398943] exc_general_protection+0x148/0x420
[ 352.398945] asm_exc_general_protection+0x31/0x50
[ 352.398946] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398948] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398948] RSP: 0000:ffffa0cc01d8e5d0 EFLAGS: 00010046
[ 352.398949] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398949] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398950] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398950] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398951] R13: ffffa0cc01d8e6e8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398952] fixup_exception+0x2b2/0x310
[ 352.398953] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398955] exc_general_protection+0x148/0x420
[ 352.398957] asm_exc_general_protection+0x31/0x50
[ 352.398958] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398960] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398960] RSP: 0000:ffffa0cc01d8e790 EFLAGS: 00010046
[ 352.398961] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398961] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398962] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398962] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398963] R13: ffffa0cc01d8e8a8 R14: 0000000000000000 R15: 0000000000000000
[ 352.398964] fixup_exception+0x2b2/0x310
[ 352.398965] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398967] exc_general_protection+0x148/0x420
[ 352.398969] asm_exc_general_protection+0x31/0x50
[ 352.398970] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398972] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398972] RSP: 0000:ffffa0cc01d8e950 EFLAGS: 00010046
[ 352.398973] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398973] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398974] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398974] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398975] R13: ffffa0cc01d8ea68 R14: 0000000000000000 R15: 0000000000000000
[ 352.398976] fixup_exception+0x2b2/0x310
[ 352.398977] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398979] exc_general_protection+0x148/0x420
[ 352.398981] asm_exc_general_protection+0x31/0x50
[ 352.398982] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398983] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398984] RSP: 0000:ffffa0cc01d8eb10 EFLAGS: 00010046
[ 352.398985] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398985] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398986] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398986] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398987] R13: ffffa0cc01d8ec28 R14: 0000000000000000 R15: 0000000000000000
[ 352.398988] fixup_exception+0x2b2/0x310
[ 352.398989] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.398991] exc_general_protection+0x148/0x420
[ 352.398993] asm_exc_general_protection+0x31/0x50
[ 352.398994] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.398995] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.398996] RSP: 0000:ffffa0cc01d8ecd0 EFLAGS: 00010046
[ 352.398997] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.398997] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.398998] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.398998] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.398999] R13: ffffa0cc01d8ede8 R14: 0000000000000000 R15: 0000000000000000
[ 352.399000] fixup_exception+0x2b2/0x310
[ 352.399001] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399003] exc_general_protection+0x148/0x420
[ 352.399004] asm_exc_general_protection+0x31/0x50
[ 352.399006] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399007] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399008] RSP: 0000:ffffa0cc01d8ee90 EFLAGS: 00010046
[ 352.399009] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399009] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399010] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399010] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399010] R13: ffffa0cc01d8efa8 R14: 0000000000000000 R15: 0000000000000000
[ 352.399012] fixup_exception+0x2b2/0x310
[ 352.399013] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399015] exc_general_protection+0x148/0x420
[ 352.399016] asm_exc_general_protection+0x31/0x50
[ 352.399018] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399019] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399020] RSP: 0000:ffffa0cc01d8f050 EFLAGS: 00010046
[ 352.399020] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399021] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399021] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399022] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399022] R13: ffffa0cc01d8f168 R14: 0000000000000000 R15: 0000000000000000
[ 352.399024] fixup_exception+0x2b2/0x310
[ 352.399025] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399027] exc_general_protection+0x148/0x420
[ 352.399028] asm_exc_general_protection+0x31/0x50
[ 352.399030] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399031] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399032] RSP: 0000:ffffa0cc01d8f210 EFLAGS: 00010046
[ 352.399032] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399033] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399033] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399034] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399034] R13: ffffa0cc01d8f328 R14: 0000000000000000 R15: 0000000000000000
[ 352.399036] fixup_exception+0x2b2/0x310
[ 352.399037] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399038] exc_general_protection+0x148/0x420
[ 352.399040] asm_exc_general_protection+0x31/0x50
[ 352.399042] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399043] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399044] RSP: 0000:ffffa0cc01d8f3d0 EFLAGS: 00010046
[ 352.399044] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399045] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399045] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399046] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399046] R13: ffffa0cc01d8f4e8 R14: 0000000000000000 R15: 0000000000000000
[ 352.399048] fixup_exception+0x2b2/0x310
[ 352.399049] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399050] exc_general_protection+0x148/0x420
[ 352.399052] asm_exc_general_protection+0x31/0x50
[ 352.399054] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399055] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399056] RSP: 0000:ffffa0cc01d8f590 EFLAGS: 00010046
[ 352.399056] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399057] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399057] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399058] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399058] R13: ffffa0cc01d8f6a8 R14: 0000000000000000 R15: 0000000000000000
[ 352.399059] fixup_exception+0x2b2/0x310
[ 352.399060] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399062] exc_general_protection+0x148/0x420
[ 352.399064] asm_exc_general_protection+0x31/0x50
[ 352.399066] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399067] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399067] RSP: 0000:ffffa0cc01d8f750 EFLAGS: 00010046
[ 352.399068] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399069] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399069] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399069] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399070] R13: ffffa0cc01d8f868 R14: 0000000000000000 R15: 0000000000000000
[ 352.399071] fixup_exception+0x2b2/0x310
[ 352.399072] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399074] exc_general_protection+0x148/0x420
[ 352.399076] asm_exc_general_protection+0x31/0x50
[ 352.399077] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399079] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399079] RSP: 0000:ffffa0cc01d8f910 EFLAGS: 00010046
[ 352.399080] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399080] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399081] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399081] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399082] R13: ffffa0cc01d8fa28 R14: 0000000000000000 R15: 0000000000000000
[ 352.399083] fixup_exception+0x2b2/0x310
[ 352.399084] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399086] exc_general_protection+0x148/0x420
[ 352.399088] asm_exc_general_protection+0x31/0x50
[ 352.399089] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399091] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399091] RSP: 0000:ffffa0cc01d8fad0 EFLAGS: 00010046
[ 352.399092] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399092] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399093] RBP: 000000000000000d R08: 0000000000000000 R09: 0000000000000000
[ 352.399093] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000000
[ 352.399094] R13: ffffa0cc01d8fbe8 R14: 0000000000000000 R15: 0000000000000000
[ 352.399095] fixup_exception+0x2b2/0x310
[ 352.399096] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399098] exc_general_protection+0x148/0x420
[ 352.399099] ? fixup_exception+0x2df/0x310
[ 352.399100] asm_exc_general_protection+0x31/0x50
[ 352.399102] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399103] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399104] RSP: 0000:ffffa0cc01d8fc90 EFLAGS: 00010046
[ 352.399104] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffffffff8fbec700
[ 352.399105] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffffffff8fbec740
[ 352.399105] RBP: 000000000000000d R08: 0000000000000000 R09: ffffa0cc01d8fb38
[ 352.399106] R10: 0000000000000003 R11: ffffffff8ff45808 R12: 0000000000000000
[ 352.399107] R13: ffffa0cc01d8fda8 R14: 0000000000000000 R15: 0000000000000000
[ 352.399108] fixup_exception+0x2b2/0x310
[ 352.399109] gp_try_fixup_and_notify+0x1e/0xb0
[ 352.399111] exc_general_protection+0x148/0x420
[ 352.399112] asm_exc_general_protection+0x31/0x50
[ 352.399114] RIP: 0010:restore_fpregs_from_fpstate+0x46/0xa0
[ 352.399115] Code: e2 0f 77 db 04 24 0f 1f 44 00 00 48 8b 0c 24 66 90 48 8b 05 e4 54 ba 01 48 8d 79 40 48 21 d8 48 89 c2 48 c1 ea 20 48 0f c7 1f <48> 83 c4 08 5b 5d c3 cc cc cc cc 48 8b 04 24 48 0f ae 48 40 48 83
[ 352.399116] RSP: 0000:ffffa0cc01d8fe58 EFLAGS: 00010046
[ 352.399117] RAX: 00000000000000ff RBX: 0000000000060cff RCX: ffff8bfcc9db5500
[ 352.399117] RDX: 0000000000000000 RSI: 0000000000060cff RDI: ffff8bfcc9db5540
[ 352.399118] RBP: ffff8bfcc9db54c0 R08: 0000000000000000 R09: 0000000000000000
[ 352.399118] R10: 0000000000000001 R11: 0000000000000100 R12: 0000000000000000
[ 352.399119] R13: 0000000000000000 R14: 0000000000000000 R15: 0000000000000000
[ 352.399120] switch_fpu_return+0x4f/0xe0
[ 352.399121] exit_to_user_mode_prepare+0x13b/0x1f0
[ 352.399125] syscall_exit_to_user_mode+0x1b/0x40
[ 352.399127] do_syscall_64+0x70/0xe0
[ 352.399129] ? syscall_exit_to_user_mode+0x2b/0x40
[ 352.399131] ? do_syscall_64+0x70/0xe0
[ 352.399133] ? do_syscall_64+0x70/0xe0
[ 352.399134] ? do_syscall_64+0x70/0xe0
[ 352.399136] ? do_syscall_64+0x70/0xe0
[ 352.399137] entry_SYSCALL_64_after_hwframe+0x6c/0x74
[ 352.399139] RIP: 0033:0x7f9b608c6b8d
[ 352.399141] Code: e5 48 83 ec 20 89 55 ec 48 89 75 f0 48 89 7d f8 e8 98 2e f8 ff 8b 55 ec 48 8b 75 f0 41 89 c0 48 8b 7d f8 b8 07 00 00 00 0f 05 <48> 3d 00 f0 ff ff 77 2b 44 89 c7 89 45 f8 e8 f0 2e f8 ff 8b 45 f8
[ 352.399141] RSP: 002b:00007f9b5f3fdfa0 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[ 352.399143] RAX: 0000000000000000 RBX: 000055a0d99351e0 RCX: 00007f9b608c6b8d
[ 352.399143] RDX: 0000000000000f9c RSI: 0000000000000002 RDI: 000055a0d9935360
[ 352.399144] RBP: 00007f9b5f3fdfc0 R08: 0000000000000000 R09: 000000007fffffff
[ 352.399144] R10: 000055a0d99351e0 R11: 0000000000000293 R12: 000000007fffffff
[ 352.399145] R13: 0000000000000f9c R14: 0000000000000002 R15: 000055a0d9935360
[ 352.399146] </TASK>
[ 352.399147] Modules linked in: rfkill vfat fat intel_rapl_msr intel_rapl_common intel_uncore_frequency_common isst_if_common nfit libnvdimm snd_pcm rapl snd_timer snd ppdev soundcore parport_pc pcspkr ena i2c_piix4 parport kvm_pvm kvm irqbypass loop fuse zram crct10dif_pclmul crc32_pclmul crc32c_intel polyval_clmulni polyval_generic ghash_clmulni_intel sha512_ssse3 sha256_ssse3 sha1_ssse3 nvme nvme_core nvme_auth serio_raw
[ 352.399163] ---[ end trace 0000000000000000 ]---
[ 352.399164] RIP: 0010:pvm_vcpu_run+0x415/0x560 [kvm_pvm]
[ 352.399170] Code: f8 01 0f 85 ad fe ff ff 48 8b 93 d0 19 00 00 48 8b 83 a8 1a 00 00 80 e6 fd 48 83 bb 18 1b 00 00 00 48 89 93 d0 19 00 00 74 12 <48> 8b 00 25 00 02 00 00 48 09 d0 48 89 83 d0 19 00 00 48 b8 33 00
[ 352.399171] RSP: 0000:ffffa0cc01d43d98 EFLAGS: 00010006
[ 352.399172] RAX: 0000000000000000 RBX: ffff8bfccae00000 RCX: 000000000000000e
[ 352.399172] RDX: 0000000000010012 RSI: fffffe3de5515f58 RDI: fffffe3de5515f58
[ 352.399173] RBP: ffffa0cc01d43db0 R08: 0000000000000000 R09: 0000000000000000
[ 352.399173] R10: 0000000000000000 R11: 0000000000000000 R12: 0000000000000001
[ 352.399174] R13: 0000000000000001 R14: 0000000000000000 R15: ffff8bfccae00038
[ 352.399174] FS: 00007f9b5f3ff6c0(0000) GS:ffff8bfcf2600000(0000) knlGS:0000000000000000
[ 352.399175] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[ 352.399176] CR2: ffffa0cc01d8bfb8 CR3: 0000000102fae002 CR4: 00000000007706f0
[ 352.399177] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[ 352.399177] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[ 352.399178] PKRU: 55555554
[ 352.399178] Kernel panic - not syncing: Fatal exception in interrupt
[ 352.399367] Kernel Offset: 0xd000000 from 0xffffffff81000000 (relocation range: 0xffffffff80000000-0xffffffffbfffffff)
[ 369.043201] ---[ end Kernel panic - not syncing: Fatal exception in interrupt ]---
Cloud Hypervisor Error Log
cloud-hypervisor: 235.709080ms: <vmm> WARN:hypervisor/src/kvm/mod.rs:2113 -- Detected faulty MSR 0x4b564d02 while setting MSRs
cloud-hypervisor: 235.757064ms: <vmm> WARN:hypervisor/src/kvm/mod.rs:2113 -- Detected faulty MSR 0x4b564d04 while setting MSRs
cloud-hypervisor: 235.778630ms: <vmm> WARN:hypervisor/src/kvm/mod.rs:2113 -- Detected faulty MSR 0x4b564df0 while setting MSRs
cloud-hypervisor: 235.800553ms: <vmm> WARN:hypervisor/src/kvm/mod.rs:2113 -- Detected faulty MSR 0x4b564df1 while setting MSRs
Firecracker Error Log
Received Error. Status code: 400 Bad Request. Message: Load snapshot error: Failed to restore from snapshot: Failed to build microVM from snapshot: Failed to restore vCPUs: Failed to run action on vcpu: Failed to set all KVM MSRs for this vCPU. Only a partial write was done.