2017-12-20 22:59:34

by Dan Aloni

[permalink] [raw]
Subject: cgroups-related hard lockup in 4.14?

Hi,

Using netconsole, I was able to capture a hard lockup that seems to be
related to cgroups, on a Fedora kernel based on v4.14.4.

By my analysis, from the 16 CPUs below, 14 are on css_set_lock, one is
inside css_task_iter_advance, and the last one stuck trying to send an
IPI, I guess because all other CPUs are spinning.

To add some context, I have been experiencing deadlocks on various
machines starting from 4.13 and it's the first time I was able to
capture one. It takes a few days to reproduce while idling or doing
random work, and I have not yet come up with precise steps that can
nail it.

I can try out patches in order to get more info on this issue.

---

[541705.333160] NMI watchdog: Watchdog detected hard LOCKUP on cpu 7
[541705.333161] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541705.333182] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541705.333203] CPU: 7 PID: 1851 Comm: gsd-media-keys Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541705.333203] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541705.333204] task: ffff881130f4cc00 task.stack: ffffaa5b086bc000
[541705.333208] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541705.333209] RSP: 0018:ffffaa5b086bfc98 EFLAGS: 00000046
[541705.333209] RAX: 0000000000000000 RBX: ffff881130c75400 RCX: ffff88115e9daf80
[541705.333210] RDX: 0000000000000009 RSI: 0000000000280101 RDI: ffffffff8622f3a0
[541705.333210] RBP: ffffaa5b086bfc98 R08: 0000000000200000 R09: 0000000000000000
[541705.333210] R10: 0000000000000000 R11: 0000000000000001 R12: ffff881130f4cc00
[541705.333211] R13: ffff881130f4cc01 R14: ffff881130f4cc00 R15: ffff8811512955f8
[541705.333211] FS: 0000000000000000(0000) GS:ffff88115e9c0000(0000) knlGS:0000000000000000
[541705.333212] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541705.333212] CR2: 00007ffe30e37e38 CR3: 0000000948e09002 CR4: 00000000003626e0
[541705.333213] Call Trace:
[541705.333218] _raw_spin_lock_irq+0x28/0x30
[541705.333220] cgroup_exit+0x4e/0xf0
[541705.333222] do_exit+0x2fc/0xba0
[541705.333223] do_group_exit+0x47/0xb0
[541705.333226] get_signal+0x27b/0x590
[541705.333229] ? compat_poll_select_copy_remaining+0x120/0x120
[541705.333231] do_signal+0x37/0x680
[541705.333233] ? eventfd_read+0x55/0x90
[541705.333236] ? __sys_recvmsg+0x80/0x90
[541705.333238] exit_to_usermode_loop+0x6e/0xb0
[541705.333239] syscall_return_slowpath+0xc6/0xd0
[541705.333240] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541705.333241] RIP: 0033:0x7fd21142ed2d
[541705.333241] RSP: 002b:00007fff27a90260 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541705.333242] RAX: 0000000000000002 RBX: 000055621189d690 RCX: 00007fd21142ed2d
[541705.333242] RDX: 00000000ffffffff RSI: 0000000000000006 RDI: 000055621191e590
[541705.333243] RBP: 0000000000000006 R08: 0000000000000006 R09: 00005562118fdc3c
[541705.333243] R10: 0000556211871800 R11: 0000000000000293 R12: 000055621191e590
[541705.333243] R13: 00000000ffffffff R14: 00007fd211c8db80 R15: 0000000000000006
[541705.333244] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541705.754643] NMI watchdog: Watchdog detected hard LOCKUP on cpu 2
[541705.754643] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541705.754658] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541705.754671] CPU: 2 PID: 3823 Comm: cleanup Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541705.754672] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541705.754672] task: ffff881104cd8000 task.stack: ffffaa5b0c01c000
[541705.754675] RIP: 0010:queued_spin_lock_slowpath+0x135/0x1a0
[541705.754676] RSP: 0018:ffffaa5b0c01fe70 EFLAGS: 00000002
[541705.754676] RAX: 0000000000200101 RBX: ffff880876c61200 RCX: 0000000000000001
[541705.754677] RDX: 0000000000000101 RSI: 0000000000000001 RDI: ffffffff8622f3a0
[541705.754677] RBP: ffffaa5b0c01fe70 R08: 0000000000000101 R09: 0000000000000000
[541705.754678] R10: 0000000000000000 R11: 0000000000000001 R12: ffff881104cd8000
[541705.754678] R13: 00007ffd33a43200 R14: ffff881104cd8000 R15: ffff881151df4878
[541705.754679] FS: 0000000000000000(0000) GS:ffff88115e880000(0000) knlGS:0000000000000000
[541705.754679] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541705.754679] CR2: 000055c83b787018 CR3: 0000000948e09003 CR4: 00000000003626e0
[541705.754680] Call Trace:
[541705.754683] _raw_spin_lock_irq+0x28/0x30
[541705.754685] cgroup_exit+0x4e/0xf0
[541705.754686] do_exit+0x2fc/0xba0
[541705.754688] ? ____fput+0xe/0x10
[541705.754689] SyS_exit+0x17/0x20
[541705.754690] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541705.754691] RIP: 0033:0x7f0145274426
[541705.754691] RSP: 002b:00007f013ade6d50 EFLAGS: 00000246 ORIG_RAX: 000000000000003c
[541705.754692] RAX: ffffffffffffffda RBX: 000055d81bf83d20 RCX: 00007f0145274426
[541705.754692] RDX: 000000000000003c RSI: 00000000007fb000 RDI: 0000000000000000
[541705.754692] RBP: 0000000000000000 R08: 00007f01300008c0 R09: 0000000000000120
[541705.754693] R10: 0000000000000010 R11: 0000000000000246 R12: 00007f013ade6cd8
[541705.754693] R13: 00007ffd33a43200 R14: 00007f013ade79c0 R15: 0000000000000000
[541705.754694] Code: 66 31 c0 41 39 c0 74 ea 4d 85 c9 c6 07 01 74 2d 41 c7 41 08 01 00 00 00 eb 96 83 fa 01 0f 84 f4 fe ff ff 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 66 89 07 5d c3 f3 90 4c 8b 09
[541706.037278] NMI watchdog: Watchdog detected hard LOCKUP on cpu 4
[541706.037279] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541706.037289] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541706.037299] CPU: 4 PID: 3935 Comm: gmain Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541706.037300] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541706.037300] task: ffff8810fd2d8000 task.stack: ffffaa5b0c464000
[541706.037302] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541706.037302] RSP: 0018:ffffaa5b0c467c98 EFLAGS: 00000046
[541706.037303] RAX: 0000000000000000 RBX: ffff881101c52c00 RCX: ffff88115e91af80
[541706.037303] RDX: 000000000000000e RSI: 00000000003c0101 RDI: ffffffff8622f3a0
[541706.037304] RBP: ffffaa5b0c467c98 R08: 0000000000140000 R09: 0000000000000000
[541706.037304] R10: 0000000000000000 R11: 0000000000000321 R12: ffff8810fd2d8000
[541706.037304] R13: ffff8810fd2d8000 R14: ffff8810fd2d8000 R15: ffff881151268df8
[541706.037305] FS: 0000000000000000(0000) GS:ffff88115e900000(0000) knlGS:0000000000000000
[541706.037305] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541706.037306] CR2: 0000562b4359ede8 CR3: 0000000948e09001 CR4: 00000000003626e0
[541706.037306] Call Trace:
[541706.037308] _raw_spin_lock_irq+0x28/0x30
[541706.037309] cgroup_exit+0x4e/0xf0
[541706.037310] do_exit+0x2fc/0xba0
[541706.037311] do_group_exit+0x47/0xb0
[541706.037313] get_signal+0x27b/0x590
[541706.037314] do_signal+0x37/0x680
[541706.037316] ? strlcpy+0x32/0x50
[541706.037318] ? __set_task_comm+0x54/0xa0
[541706.037320] exit_to_usermode_loop+0x6e/0xb0
[541706.037321] syscall_return_slowpath+0xc6/0xd0
[541706.037322] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541706.037322] RIP: 0033:0x7fe1e6ba2d2d
[541706.037323] RSP: 002b:00007fe1d8df9ca0 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541706.037323] RAX: fffffffffffffdfc RBX: 0000556c4c83f0a0 RCX: 00007fe1e6ba2d2d
[541706.037324] RDX: 00000000ffffffff RSI: 0000000000000001 RDI: 00007fe1d40008e0
[541706.037324] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000556c4c83f128
[541706.037324] R10: 0000556c4c83c100 R11: 0000000000000293 R12: 00007fe1d40008e0
[541706.037325] R13: 00000000ffffffff R14: 00007fe1e798db80 R15: 0000000000000001
[541706.037325] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541706.228230] NMI watchdog: Watchdog detected hard LOCKUP on cpu 8
[541706.228230] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541706.228241] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541706.228253] CPU: 8 PID: 3831 Comm: gmain Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541706.228253] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541706.228254] task: ffff881103df2600 task.stack: ffffaa5b0addc000
[541706.228255] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541706.228256] RSP: 0018:ffffaa5b0addfc98 EFLAGS: 00000046
[541706.228256] RAX: 0000000000000000 RBX: ffff881154cf4000 RCX: ffff88115ea1af80
[541706.228257] RDX: 000000000000000a RSI: 00000000002c0101 RDI: ffffffff8622f3a0
[541706.228257] RBP: ffffaa5b0addfc98 R08: 0000000000240000 R09: 0000000000000000
[541706.228258] R10: 0000000000000000 R11: 0000000000000376 R12: ffff881103df2600
[541706.228258] R13: ffff881103df2601 R14: ffff881103df2600 R15: ffff881152521b78
[541706.228258] FS: 0000000000000000(0000) GS:ffff88115ea00000(0000) knlGS:0000000000000000
[541706.228259] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541706.228259] CR2: 000001a09cc77f3f CR3: 0000000948e09006 CR4: 00000000003626e0
[541706.228260] Call Trace:
[541706.228262] _raw_spin_lock_irq+0x28/0x30
[541706.228263] cgroup_exit+0x4e/0xf0
[541706.228264] do_exit+0x2fc/0xba0
[541706.228265] do_group_exit+0x47/0xb0
[541706.228266] get_signal+0x27b/0x590
[541706.228268] do_signal+0x37/0x680
[541706.228270] ? do_futex+0x4bf/0xae0
[541706.228271] ? strlcpy+0x32/0x50
[541706.228273] ? __set_task_comm+0x54/0xa0
[541706.228274] exit_to_usermode_loop+0x6e/0xb0
[541706.228275] syscall_return_slowpath+0xc6/0xd0
[541706.228276] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541706.228277] RIP: 0033:0x7fda84b25d2d
[541706.228277] RSP: 002b:00007fda7c4e0d20 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541706.228278] RAX: fffffffffffffdfc RBX: 00005594c6360800 RCX: 00007fda84b25d2d
[541706.228278] RDX: 00000000ffffffff RSI: 0000000000000001 RDI: 00007fda740008e0
[541706.228278] RBP: 0000000000000001 R08: 0000000000000001 R09: 00005594c6360888
[541706.228279] R10: 00005594c6348940 R11: 0000000000000293 R12: 00007fda740008e0
[541706.228279] R13: 00000000ffffffff R14: 00007fda85271b80 R15: 0000000000000001
[541706.228280] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541707.212692] NMI watchdog: Watchdog detected hard LOCKUP on cpu 6
[541707.212692] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541707.212703] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541707.212714] CPU: 6 PID: 1865 Comm: gdbus Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541707.212715] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541707.212715] task: ffff881151498000 task.stack: ffffaa5b0ac94000
[541707.212717] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541707.212717] RSP: 0018:ffffaa5b0ac97c98 EFLAGS: 00000046
[541707.212718] RAX: 0000000000000000 RBX: ffff881130c75400 RCX: ffff88115e99af80
[541707.212718] RDX: 0000000000000005 RSI: 0000000000180101 RDI: ffffffff8622f3a0
[541707.212719] RBP: ffffaa5b0ac97c98 R08: 00000000001c0000 R09: 0000000000000000
[541707.212719] R10: 0000000000000000 R11: 0000000000000325 R12: ffff881151498000
[541707.212719] R13: ffff881151498001 R14: ffff881151498000 R15: ffff8811517ff0f8
[541707.212720] FS: 00007f1955d29700(0000) GS:ffff88115e980000(0000) knlGS:0000000000000000
[541707.212720] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541707.212721] CR2: 000056006f2ad110 CR3: 0000000948e09001 CR4: 00000000003626e0
[541707.212721] Call Trace:
[541707.212723] _raw_spin_lock_irq+0x28/0x30
[541707.212724] cgroup_exit+0x4e/0xf0
[541707.212725] do_exit+0x2fc/0xba0
[541707.212727] ? default_wake_function+0x12/0x20
[541707.212728] do_group_exit+0x47/0xb0
[541707.212729] get_signal+0x27b/0x590
[541707.212731] do_signal+0x37/0x680
[541707.212733] exit_to_usermode_loop+0x6e/0xb0
[541707.212734] syscall_return_slowpath+0xc6/0xd0
[541707.212735] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541707.212735] RIP: 0033:0x7f19641b0d2d
[541707.212736] RSP: 002b:00007f1955d28b10 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541707.212736] RAX: fffffffffffffdfc RBX: 0000562b976fbef0 RCX: 00007f19641b0d2d
[541707.212737] RDX: 00000000ffffffff RSI: 0000000000000002 RDI: 00007f19480010c0
[541707.212737] RBP: 0000000000000002 R08: 0000000000000002 R09: 0000562b976fbf78
[541707.212738] R10: 0000562b976b6a20 R11: 0000000000000293 R12: 00007f19480010c0
[541707.212738] R13: 00000000ffffffff R14: 00007f1964a0fb80 R15: 0000000000000002
[541707.212739] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541707.789303] NMI watchdog: Watchdog detected hard LOCKUP on cpu 9
[541707.789304] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541707.789317] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541707.789330] CPU: 9 PID: 3906 Comm: obexd Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541707.789330] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541707.789331] task: ffff8810fd05cc00 task.stack: ffffaa5b0c2d4000
[541707.789333] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541707.789334] RSP: 0018:ffffaa5b0c2d7e40 EFLAGS: 00000046
[541707.789334] RAX: 0000000000000000 RBX: ffff881120e85800 RCX: ffff88115ea5af80
[541707.789335] RDX: 0000000000000006 RSI: 00000000001c0101 RDI: ffffffff8622f3a0
[541707.789335] RBP: ffffaa5b0c2d7e40 R08: 0000000000280000 R09: 0000000000000000
[541707.789336] R10: 0000000000000000 R11: 00000000000001d0 R12: ffff8810fd05cc00
[541707.789336] R13: ffff8810fd05cc01 R14: ffff8810fd05cc00 R15: ffff8811519243f8
[541707.789337] FS: 0000000000000000(0000) GS:ffff88115ea40000(0000) knlGS:0000000000000000
[541707.789337] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541707.789338] CR2: 00007ff55d63af40 CR3: 0000000948e09001 CR4: 00000000003626e0
[541707.789338] Call Trace:
[541707.789341] _raw_spin_lock_irq+0x28/0x30
[541707.789342] cgroup_exit+0x4e/0xf0
[541707.789343] do_exit+0x2fc/0xba0
[541707.789345] do_group_exit+0x47/0xb0
[541707.789346] SyS_exit_group+0x14/0x20
[541707.789347] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541707.789348] RIP: 0033:0x7ff56092eff8
[541707.789348] RSP: 002b:00007ffe9c07c7b8 EFLAGS: 00000246 ORIG_RAX: 00000000000000e7
[541707.789349] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007ff56092eff8
[541707.789349] RDX: 0000000000000000 RSI: 000000000000003c RDI: 0000000000000000
[541707.789350] RBP: 00007ffe9c07c7b0 R08: 00000000000000e7 R09: ffffffffffffff90
[541707.789350] R10: 00007ff55d31ab40 R11: 0000000000000246 R12: 00007ff562696000
[541707.789351] R13: 00007ff5625d1860 R14: 00007ffe9c07c728 R15: 00007ff55d83dc10
[541707.789352] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541708.196178] NMI watchdog: Watchdog detected hard LOCKUP on cpu 1
[541708.196179] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541708.196188] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541708.196197] CPU: 1 PID: 1 Comm: systemd Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541708.196198] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541708.196198] task: ffff881157c7cc00 task.stack: ffffaa5b00078000
[541708.196199] RIP: 0010:css_task_iter_advance+0x4d/0x70
[541708.196199] RSP: 0018:ffffaa5b0007bce0 EFLAGS: 00000006
[541708.196200] RAX: ffff88105e5f8890 RBX: ffff8810537fe290 RCX: dead000000000200
[541708.196200] RDX: ffff88105e5f88a0 RSI: ffff88105e5f88a0 RDI: ffff88115123e1e0
[541708.196201] RBP: ffffaa5b0007bcf0 R08: ffff88105e5f88a0 R09: ffff88115123e180
[541708.196201] R10: ffff88115e406b80 R11: 0000000000002000 R12: ffff88115123e180
[541708.196201] R13: 0000000000000000 R14: 0000000000000003 R15: ffff880ffa165800
[541708.196202] FS: 00007fd9b0aeaa00(0000) GS:ffff88115e840000(0000) knlGS:0000000000000000
[541708.196202] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541708.196203] CR2: 00007fd9ac3dff0c CR3: 00000010553da003 CR4: 00000000003626e0
[541708.196203] Call Trace:
[541708.196204] css_task_iter_next+0x53/0x70
[541708.196205] __cgroup_procs_start.isra.32+0x6d/0xe0
[541708.196206] cgroup_procs_start+0x5a/0x60
[541708.196208] cgroup_seqfile_start+0x1a/0x20
[541708.196210] kernfs_seq_start+0x4f/0x90
[541708.196212] seq_read+0xa0/0x3f0
[541708.196215] ? _copy_to_user+0x26/0x30
[541708.196216] kernfs_fop_read+0x134/0x180
[541708.196219] __vfs_read+0x37/0x160
[541708.196221] ? security_file_permission+0x9b/0xc0
[541708.196222] vfs_read+0x8e/0x130
[541708.196223] SyS_read+0x55/0xc0
[541708.196224] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541708.196225] RIP: 0033:0x7fd9af16042d
[541708.196225] RSP: 002b:00007ffc5a240fc0 EFLAGS: 00000293 ORIG_RAX: 0000000000000000
[541708.196225] RAX: ffffffffffffffda RBX: 00000000000000bc RCX: 00007fd9af16042d
[541708.196226] RDX: 0000000000001000 RSI: 0000556a8176f6b0 RDI: 00000000000000bc
[541708.196226] RBP: 00007ffc5a241960 R08: 0000556a8176f6b0 R09: 0000000000000000
[541708.196226] R10: 00007fd9af42fb38 R11: 0000000000000293 R12: 0000000000000000
[541708.196227] R13: 0000556a816cf680 R14: 0000000000000002 R15: 0000556a7fbda716
[541708.196227] Code: 24 08 01 49 89 5c 24 30 74 3b 49 8b 44 24 30 48 85 c0 74 31 8b 80 9c fb ff ff 85 c0 79 27 48 8b 1b 49 39 5c 24 38 49 8b 44 24 40 <75> cb 48 8b 18 48 39 d8 75 c8 4c 89 e7 e8 91 fd ff ff 41 f6 44
[541708.415536] NMI watchdog: Watchdog detected hard LOCKUP on cpu 3
[541708.415537] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541708.415548] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541708.415559] CPU: 3 PID: 3405 Comm: systemd Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541708.415559] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541708.415559] task: ffff881111e5cc00 task.stack: ffffaa5b0e034000
[541708.415561] RIP: 0010:queued_spin_lock_slowpath+0xee/0x1a0
[541708.415562] RSP: 0018:ffffaa5b0e037cd0 EFLAGS: 00000002
[541708.415562] RAX: 0000000000000000 RBX: ffff8810efbaab00 RCX: ffff88115e8daf80
[541708.415563] RDX: 0000000000200101 RSI: 0000000000000101 RDI: ffffffff8622f3a0
[541708.415563] RBP: ffffaa5b0e037cd0 R08: 0000000000100000 R09: 0000000000000000
[541708.415564] R10: ffff88115e406b80 R11: 0000000000004000 R12: ffff88111784dc00
[541708.415564] R13: 0000000000000003 R14: 0000000000000003 R15: ffff88111784dc00
[541708.415565] FS: 00007fe40a8d0a00(0000) GS:ffff88115e8c0000(0000) knlGS:0000000000000000
[541708.415565] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541708.415565] CR2: 0000557888dbbde8 CR3: 0000001010f78004 CR4: 00000000003626e0
[541708.415566] Call Trace:
[541708.415568] _raw_spin_lock_irq+0x28/0x30
[541708.415569] css_task_iter_start+0x58/0xc0
[541708.415570] __cgroup_procs_start.isra.32+0xc9/0xe0
[541708.415571] cgroup_procs_start+0x5a/0x60
[541708.415572] cgroup_seqfile_start+0x1a/0x20
[541708.415574] kernfs_seq_start+0x4f/0x90
[541708.415575] seq_read+0xa0/0x3f0
[541708.415577] ? _copy_to_user+0x26/0x30
[541708.415578] kernfs_fop_read+0x134/0x180
[541708.415580] __vfs_read+0x37/0x160
[541708.415582] ? security_file_permission+0x9b/0xc0
[541708.415583] vfs_read+0x8e/0x130
[541708.415583] SyS_read+0x55/0xc0
[541708.415585] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541708.415585] RIP: 0033:0x7fe408f46410
[541708.415586] RSP: 002b:00007ffe9c113768 EFLAGS: 00000246 ORIG_RAX: 0000000000000000
[541708.415586] RAX: ffffffffffffffda RBX: 000000000000001b RCX: 00007fe408f46410
[541708.415587] RDX: 0000000000001000 RSI: 0000557888dabd80 RDI: 000000000000001b
[541708.415587] RBP: 00007ffe9c1140f0 R08: 0000557888dabd80 R09: 0000000000000077
[541708.415587] R10: 00007fe409215b38 R11: 0000000000000246 R12: 0000000000000000
[541708.415588] R13: 0000557888d7a070 R14: 000000000000000f R15: 0000557887cd2716
[541708.415588] Code: f3 90 8b 37 81 fe 00 01 00 00 74 f4 e9 5f ff ff ff 44 89 c0 c1 e8 10 66 87 47 02 89 c2 c1 e2 10 85 d2 75 6a 45 31 c9 eb 02 f3 90 <8b> 17 66 85 d2 75 f7 be 01 00 00 00 eb 0c 89 d0 f0 0f b1 37 39
[541708.658095] NMI watchdog: Watchdog detected hard LOCKUP on cpu 5
[541708.658096] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541708.658107] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541708.658118] CPU: 5 PID: 1859 Comm: gmain Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541708.658118] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541708.658119] task: ffff88115253cc00 task.stack: ffffaa5b08024000
[541708.658121] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541708.658121] RSP: 0018:ffffaa5b08027c98 EFLAGS: 00000046
[541708.658122] RAX: 0000000000000000 RBX: ffff881130c75400 RCX: ffff88115e95af80
[541708.658122] RDX: 0000000000000000 RSI: 0000000000040101 RDI: ffffffff8622f3a0
[541708.658122] RBP: ffffaa5b08027c98 R08: 0000000000180000 R09: 0000000000000000
[541708.658123] R10: 0000000000000000 R11: 000000000000039b R12: ffff88115253cc00
[541708.658123] R13: ffff88115253cc01 R14: ffff88115253cc00 R15: ffff8811517fa8f8
[541708.658124] FS: 00007f202c0d1700(0000) GS:ffff88115e940000(0000) knlGS:0000000000000000
[541708.658124] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541708.658124] CR2: 00007f9b1d0f6308 CR3: 0000000948e09005 CR4: 00000000003626e0
[541708.658125] Call Trace:
[541708.658127] _raw_spin_lock_irq+0x28/0x30
[541708.658128] cgroup_exit+0x4e/0xf0
[541708.658129] do_exit+0x2fc/0xba0
[541708.658130] do_group_exit+0x47/0xb0
[541708.658131] get_signal+0x27b/0x590
[541708.658132] do_signal+0x37/0x680
[541708.658134] ? strlcpy+0x32/0x50
[541708.658135] ? __set_task_comm+0x54/0xa0
[541708.658136] exit_to_usermode_loop+0x6e/0xb0
[541708.658137] syscall_return_slowpath+0xc6/0xd0
[541708.658138] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541708.658139] RIP: 0033:0x7f203a27dd2d
[541708.658139] RSP: 002b:00007f202c0d0b20 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541708.658140] RAX: fffffffffffffdfc RBX: 0000556f2649fe60 RCX: 00007f203a27dd2d
[541708.658140] RDX: 00000000ffffffff RSI: 0000000000000001 RDI: 00007f20240008e0
[541708.658141] RBP: 0000000000000001 R08: 0000000000000001 R09: 0000556f2649fee8
[541708.658141] R10: 0000556f264662c0 R11: 0000000000000293 R12: 00007f20240008e0
[541708.658141] R13: 00000000ffffffff R14: 00007f203a9d5b80 R15: 0000000000000001
[541708.658142] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541709.778576] NMI watchdog: Watchdog detected hard LOCKUP on cpu 15
[541709.778576] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541709.778586] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541709.778595] CPU: 15 PID: 1877 Comm: gmain Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541709.778603] do_exit+0x2fc/0xba0
[541709.778604] do_group_exit+0x47/0xb0
[541709.778605] get_signal+0x27b/0x590
[541709.778606] do_signal+0x37/0x680
[541709.778608] ? strlcpy+0x32/0x50
[541709.778609] ? __set_task_comm+0x54/0xa0
[541709.778610] exit_to_usermode_loop+0x6e/0xb0
[541709.778611] syscall_return_slowpath+0xc6/0xd0
[541709.778612] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541709.778612] RIP: 0033:0x7fd21142ed2d
[541709.778612] RSP: 002b:00007fd200cb7b20 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541709.778613] RAX: fffffffffffffdfc RBX: 00005562118ccff0 RCX: 00007fd21142ed2d
[541709.778613] RDX: 00000000ffffffff RSI: 0000000000000001 RDI: 00007fd1fc0008e0
[541709.778614] RBP: 0000000000000001 R08: 0000000000000001 R09: 00005562118cd078
[541709.778614] R10: 00005562118a1ca0 R11: 0000000000000293 R12: 00007fd1fc0008e0
[541709.778614] R13: 00000000ffffffff R14: 00007fd211c8db80 R15: 0000000000000001
[541709.778615] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541709.924530] NMI watchdog: Watchdog detected hard LOCKUP on cpu 11
[541709.924530] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541709.924540] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541709.924548] CPU: 11 PID: 1855 Comm: gmain Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541709.924549] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541709.924549] task: ffff881151c00000 task.stack: ffffaa5b08794000
[541709.924550] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541709.924550] RSP: 0018:ffffaa5b08797c98 EFLAGS: 00000046
[541709.924551] RAX: 0000000000000000 RBX: ffff881130c75400 RCX: ffff88115eadaf80
[541709.924551] RDX: 000000000000000d RSI: 0000000000380101 RDI: ffffffff8622f3a0
[541709.924552] RBP: ffffaa5b08797c98 R08: 0000000000300000 R09: 0000000000000000
[541709.924552] R10: 0000000000000000 R11: 0000000000000001 R12: ffff881151c00000
[541709.924552] R13: ffff881151c00000 R14: ffff881151c00000 R15: ffff881151921278
[541709.924553] FS: 0000000000000000(0000) GS:ffff88115eac0000(0000) knlGS:0000000000000000
[541709.924553] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541709.924554] CR2: 0000008b5986c2b8 CR3: 0000000948e09003 CR4: 00000000003626e0
[541709.924554] Call Trace:
[541709.924555] _raw_spin_lock_irq+0x28/0x30
[541709.924556] cgroup_exit+0x4e/0xf0
[541709.924557] do_exit+0x2fc/0xba0
[541709.924558] do_group_exit+0x47/0xb0
[541709.924559] get_signal+0x27b/0x590
[541709.924560] ? eventfd_ctx_read+0x67/0x230
[541709.924562] do_signal+0x37/0x680
[541709.924562] ? eventfd_read+0x55/0x90
[541709.924564] exit_to_usermode_loop+0x6e/0xb0
[541709.924565] syscall_return_slowpath+0xc6/0xd0
[541709.924566] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541709.924566] RIP: 0033:0x7f6ef605cd2d
[541709.924567] RSP: 002b:00007f6ee83a4b20 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541709.924567] RAX: fffffffffffffdfc RBX: 0000557f3bad8e60 RCX: 00007f6ef605cd2d
[541709.924568] RDX: 00000000ffffffff RSI: 0000000000000002 RDI: 00007f6ee00008e0
[541709.924568] RBP: 0000000000000002 R08: 0000000000000002 R09: 0000557f3bb039e0
[541709.924568] R10: 0000557f3bb03d40 R11: 0000000000000293 R12: 00007f6ee00008e0
[541709.924569] R13: 00000000ffffffff R14: 00007f6ef68e3b80 R15: 0000000000000002
[541709.924569] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541710.536876] NMI watchdog: Watchdog detected hard LOCKUP on cpu 0
[541710.536877] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541710.536886] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541710.536895] CPU: 0 PID: 1782 Comm: threaded-ml Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541710.536895] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541710.536895] task: ffff8811242c0000 task.stack: ffffaa5b08b3c000
[541710.536897] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[541710.536897] RSP: 0018:ffffaa5b08b3fc98 EFLAGS: 00000046
[541710.536897] RAX: 0000000000000000 RBX: ffff881130c75400 RCX: ffff88115e81af80
[541710.536898] RDX: 0000000000000004 RSI: 0000000000140101 RDI: ffffffff8622f3a0
[541710.536898] RBP: ffffaa5b08b3fc98 R08: 0000000000040000 R09: 0000000000000000
[541710.536898] R10: 0000000000000000 R11: 0000000000000001 R12: ffff8811242c0000
[541713.064737] RBP: ffffaa5b0c0b7c98 R08: 00000000002c0000 R09: 0000000000000000
[541713.064737] R10: 0000000000000000 R11: 0000000000000011 R12: ffff881117940000
[541713.064738] R13: ffff881117940001 R14: ffff881117940000 R15: ffff881151ff1278
[541713.064738] FS: 0000000000000000(0000) GS:ffff88115ea80000(0000) knlGS:0000000000000000
[541713.064739] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541713.064739] CR2: 00007fb62243e9d0 CR3: 0000000948e09005 CR4: 00000000003626e0
[541713.064739] Call Trace:
[541713.064740] _raw_spin_lock_irq+0x28/0x30
[541713.064741] cgroup_exit+0x4e/0xf0
[541713.064742] do_exit+0x2fc/0xba0
[541713.064743] do_group_exit+0x47/0xb0
[541713.064744] get_signal+0x27b/0x590
[541713.064745] do_signal+0x37/0x680
[541713.064747] ? strlcpy+0x32/0x50
[541713.064748] ? __set_task_comm+0x54/0xa0
[541713.064749] exit_to_usermode_loop+0x6e/0xb0
[541713.064750] syscall_return_slowpath+0xc6/0xd0
[541713.064751] entry_SYSCALL_64_fastpath+0xa3/0xa5
[541713.064751] RIP: 0033:0x7f7525074d2d
[541713.064752] RSP: 002b:00007f751c5e0d20 EFLAGS: 00000293 ORIG_RAX: 0000000000000007
[541713.064752] RAX: fffffffffffffdfc RBX: 000055abf4f69000 RCX: 00007f7525074d2d
[541713.064753] RDX: 00000000ffffffff RSI: 0000000000000001 RDI: 00007f75140008e0
[541713.064753] RBP: 0000000000000001 R08: 0000000000000001 R09: 000055abf4f69088
[541713.064753] R10: 000055abf4f2d940 R11: 0000000000000293 R12: 00007f75140008e0
[541713.064754] R13: 00000000ffffffff R14: 00007f75257c0b80 R15: 0000000000000001
[541713.064754] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 85 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[541722.376038] watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [CPU 1/KVM:13060]
[541722.376693] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541722.376709] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541722.376724] CPU: 12 PID: 13060 Comm: CPU 1/KVM Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[541722.376725] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541722.376726] task: ffff881046640000 task.stack: ffffaa5b0c214000
[541722.376729] RIP: 0010:smp_call_function_single+0xdc/0x100
[541722.376730] RSP: 0018:ffffaa5b0c217a40 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
[541722.376731] RAX: 0000000000000000 RBX: ffff881032728000 RCX: 0000000000000000
[541722.376733] RDX: 0000000000000001 RSI: 00000000000000fb RDI: 0000000000000202
[541722.376734] RBP: ffffaa5b0c217a90 R08: ffffaa5b0c070000 R09: 0000000000001888
[541722.376736] R10: ffffaa5b0c217ac0 R11: 00000000000002b4 R12: 000000000000000c
[541722.376737] R13: ffff8810eead8000 R14: 000000000000000c R15: 000000000000000b
[541722.376738] FS: 00007f6a9772c700(0000) GS:ffff88115eb00000(0000) knlGS:0000000000000000
[541722.376739] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541722.376740] CR2: 00007f359cca9000 CR3: 0000000f64637003 CR4: 00000000003626e0
[541722.376741] Call Trace:
[541722.376747] ? hardware_enable+0x190/0x190 [kvm_intel]
[541722.376750] vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541722.376752] ? vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541722.376756] ? hrtimer_try_to_cancel+0x2a/0x110
[541722.376757] ? timerqueue_add+0x57/0x80
[541722.376760] ? update_load_avg+0x429/0x590
[541722.376762] ? update_curr+0x159/0x1b0
[541722.376763] ? update_curr+0x7a/0x1b0
[541722.376781] kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541722.376789] ? kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541722.376796] kvm_sched_in+0x39/0x40 [kvm]
[541722.376801] ? kvm_sched_in+0x39/0x40 [kvm]
[541722.376804] finish_task_switch+0x157/0x240
[541722.376806] __schedule+0x241/0x860
[541722.376815] ? kvm_apic_has_interrupt+0x45/0x90 [kvm]
[541722.376816] schedule+0x2c/0x80
[541722.376823] kvm_vcpu_block+0x8a/0x2f0 [kvm]
[541722.376831] kvm_arch_vcpu_ioctl_run+0x13c/0x1650 [kvm]
[541722.376838] kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541722.376844] ? kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541722.376846] do_vfs_ioctl+0xa5/0x600
[541722.376848] SyS_ioctl+0x79/0x90
[541722.376850] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541722.376851] RIP: 0033:0x7f6aa7f80847
[541722.376853] RSP: 002b:00007f6a9772b7c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[541722.376855] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f6aa7f80847
[541722.376856] RDX: 0000000000000000 RSI: 000000000000ae80 RDI: 0000000000000017
[541722.376857] RBP: 000055c7159bc8e0 R08: 000055c7159d7e30 R09: 00000000000000ff
[541722.376858] R10: 000055c71b04e0e0 R11: 0000000000000246 R12: 000055c718c1e0a6
[541722.376859] R13: 0000000000000000 R14: 00007f6ab180f000 R15: 000055c718c1e000
[541722.376860] Code: 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 7e fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 f4 fa 0a 01 85 c0 75 81 0f
[541749.256510] watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [CPU 1/KVM:13060]
[541749.256512] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541749.256527] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541749.256542] CPU: 12 PID: 13060 Comm: CPU 1/KVM Tainted: P C OEL 4.14.4-200.fc26.x86_64 #1
[541749.256543] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541749.256545] task: ffff881046640000 task.stack: ffffaa5b0c214000
[541749.256547] RIP: 0010:smp_call_function_single+0xda/0x100
[541749.256548] RSP: 0018:ffffaa5b0c217a40 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
[541749.256549] RAX: 0000000000000000 RBX: ffff881032728000 RCX: 0000000000000000
[541749.256550] RDX: 0000000000000001 RSI: 00000000000000fb RDI: 0000000000000202
[541749.256551] RBP: ffffaa5b0c217a90 R08: ffffaa5b0c070000 R09: 0000000000001888
[541749.256552] R10: ffffaa5b0c217ac0 R11: 00000000000002b4 R12: 000000000000000c
[541749.256553] R13: ffff8810eead8000 R14: 000000000000000c R15: 000000000000000b
[541749.256554] FS: 00007f6a9772c700(0000) GS:ffff88115eb00000(0000) knlGS:0000000000000000
[541749.256556] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541749.256557] CR2: 00007f359cca9000 CR3: 0000000f64637003 CR4: 00000000003626e0
[541749.256558] Call Trace:
[541749.256562] ? hardware_enable+0x190/0x190 [kvm_intel]
[541749.256564] vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541749.256566] ? vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541749.256569] ? hrtimer_try_to_cancel+0x2a/0x110
[541749.256570] ? timerqueue_add+0x57/0x80
[541749.256573] ? update_load_avg+0x429/0x590
[541749.256574] ? update_curr+0x159/0x1b0
[541749.256575] ? update_curr+0x7a/0x1b0
[541749.256587] kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541749.256595] ? kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541749.256602] kvm_sched_in+0x39/0x40 [kvm]
[541749.256608] ? kvm_sched_in+0x39/0x40 [kvm]
[541749.256610] finish_task_switch+0x157/0x240
[541749.256611] __schedule+0x241/0x860
[541749.256620] ? kvm_apic_has_interrupt+0x45/0x90 [kvm]
[541749.256622] schedule+0x2c/0x80
[541749.256628] kvm_vcpu_block+0x8a/0x2f0 [kvm]
[541749.256636] kvm_arch_vcpu_ioctl_run+0x13c/0x1650 [kvm]
[541749.256643] kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541749.256649] ? kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541749.256651] do_vfs_ioctl+0xa5/0x600
[541749.256653] SyS_ioctl+0x79/0x90
[541749.256655] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541749.256656] RIP: 0033:0x7f6aa7f80847
[541749.256657] RSP: 002b:00007f6a9772b7c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[541749.256658] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f6aa7f80847
[541749.256659] RDX: 0000000000000000 RSI: 000000000000ae80 RDI: 0000000000000017
[541749.256660] RBP: 000055c7159bc8e0 R08: 000055c7159d7e30 R09: 00000000000000ff
[541749.256661] R10: 000055c71b04e0e0 R11: 0000000000000246 R12: 000055c718c1e0a6
[541749.256662] R13: 0000000000000000 R14: 00007f6ab180f000 R15: 000055c718c1e000
[541749.256664] Code: 3c 25 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 7e fe ff ff 8b 55 c8 83 e2 01 74 0a <f3> 90 8b 55 c8 83 e2 01 75 f6 eb c2 8b 05 f4 fa 0a 01 85 c0 75
[541776.136981] watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [CPU 1/KVM:13060]
[541776.136982] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541776.136997] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541776.137011] CPU: 12 PID: 13060 Comm: CPU 1/KVM Tainted: P C OEL 4.14.4-200.fc26.x86_64 #1
[541776.137012] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541776.137014] task: ffff881046640000 task.stack: ffffaa5b0c214000
[541776.137016] RIP: 0010:smp_call_function_single+0xdf/0x100
[541776.137017] RSP: 0018:ffffaa5b0c217a40 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
[541776.137018] RAX: 0000000000000000 RBX: ffff881032728000 RCX: 0000000000000000
[541776.137019] RDX: 0000000000000003 RSI: 00000000000000fb RDI: 0000000000000202
[541776.137020] RBP: ffffaa5b0c217a90 R08: ffffaa5b0c070000 R09: 0000000000001888
[541776.137021] R10: ffffaa5b0c217ac0 R11: 00000000000002b4 R12: 000000000000000c
[541776.137022] R13: ffff8810eead8000 R14: 000000000000000c R15: 000000000000000b
[541776.137023] FS: 00007f6a9772c700(0000) GS:ffff88115eb00000(0000) knlGS:0000000000000000
[541776.137024] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541776.137026] CR2: 00007f359cca9000 CR3: 0000000f64637003 CR4: 00000000003626e0
[541776.137027] Call Trace:
[541776.137030] ? hardware_enable+0x190/0x190 [kvm_intel]
[541776.137032] vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541776.137034] ? vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541776.137036] ? hrtimer_try_to_cancel+0x2a/0x110
[541776.137038] ? timerqueue_add+0x57/0x80
[541776.137039] ? update_load_avg+0x429/0x590
[541776.137041] ? update_curr+0x159/0x1b0
[541776.137043] ? update_curr+0x7a/0x1b0
[541776.137051] kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541776.137058] ? kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541776.137064] kvm_sched_in+0x39/0x40 [kvm]
[541776.137070] ? kvm_sched_in+0x39/0x40 [kvm]
[541776.137072] finish_task_switch+0x157/0x240
[541776.137074] __schedule+0x241/0x860
[541776.137083] ? kvm_apic_has_interrupt+0x45/0x90 [kvm]
[541776.137084] schedule+0x2c/0x80
[541776.137091] kvm_vcpu_block+0x8a/0x2f0 [kvm]
[541776.137099] kvm_arch_vcpu_ioctl_run+0x13c/0x1650 [kvm]
[541776.137106] kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541776.137112] ? kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541776.137114] do_vfs_ioctl+0xa5/0x600
[541776.137117] SyS_ioctl+0x79/0x90
[541776.137119] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541776.137120] RIP: 0033:0x7f6aa7f80847
[541776.137121] RSP: 002b:00007f6a9772b7c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[541776.137123] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f6aa7f80847
[541776.137124] RDX: 0000000000000000 RSI: 000000000000ae80 RDI: 0000000000000017
[541776.137125] RBP: 000055c7159bc8e0 R08: 000055c7159d7e30 R09: 00000000000000ff
[541776.137126] R10: 000055c71b04e0e0 R11: 0000000000000246 R12: 000055c718c1e0a6
[541776.137127] R13: 0000000000000000 R14: 00007f6ab180f000 R15: 000055c718c1e000
[541776.137129] Code: 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 7e fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 8b 55 c8 <83> e2 01 75 f6 eb c2 8b 05 f4 fa 0a 01 85 c0 75 81 0f ff e9 7a
[541803.017453] watchdog: BUG: soft lockup - CPU#12 stuck for 22s! [CPU 1/KVM:13060]
[541803.017454] Modules linked in: netlink_diag rpcsec_gss_krb5 vhost_net vhost tap fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi intel_rapl x86_pkg_temp_thermal intel_powerclamp coretemp arc4 kvm_intel r8822be(C) kvm snd_hda_codec_realtek
[541803.017469] snd_hda_codec_generic irqbypass crct10dif_pclmul crc32_pclmul snd_hda_intel ghash_clmulni_intel intel_cstate snd_hda_codec mac80211 snd_hda_core snd_hwdep snd_seq btusb snd_seq_device btrtl drm_kms_helper btbcm snd_pcm intel_uncore eeepc_wmi iTCO_wdt asus_wmi iTCO_vendor_support btintel sparse_keymap intel_rapl_perf bluetooth cfg80211 video drm wmi_bmof snd_timer snd tpm_tis ioatdma tpm_tis_core ecdh_generic mei_me joydev i2c_i801 soundcore rfkill shpchp mei dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss binfmt_misc nfs_acl lockd grace sunrpc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[541803.017482] CPU: 12 PID: 13060 Comm: CPU 1/KVM Tainted: P C OEL 4.14.4-200.fc26.x86_64 #1
[541803.017483] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[541803.017485] task: ffff881046640000 task.stack: ffffaa5b0c214000
[541803.017486] RIP: 0010:smp_call_function_single+0xdc/0x100
[541803.017488] RSP: 0018:ffffaa5b0c217a40 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
[541803.017489] RAX: 0000000000000000 RBX: ffff881032728000 RCX: 0000000000000000
[541803.017491] RDX: 0000000000000001 RSI: 00000000000000fb RDI: 0000000000000202
[541803.017492] RBP: ffffaa5b0c217a90 R08: ffffaa5b0c070000 R09: 0000000000001888
[541803.017493] R10: ffffaa5b0c217ac0 R11: 00000000000002b4 R12: 000000000000000c
[541803.017495] R13: ffff8810eead8000 R14: 000000000000000c R15: 000000000000000b
[541803.017496] FS: 00007f6a9772c700(0000) GS:ffff88115eb00000(0000) knlGS:0000000000000000
[541803.017497] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[541803.017498] CR2: 00007f359cca9000 CR3: 0000000f64637003 CR4: 00000000003626e0
[541803.017499] Call Trace:
[541803.017501] ? hardware_enable+0x190/0x190 [kvm_intel]
[541803.017504] vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541803.017506] ? vmx_vcpu_load+0x30d/0x360 [kvm_intel]
[541803.017508] ? hrtimer_try_to_cancel+0x2a/0x110
[541803.017509] ? timerqueue_add+0x57/0x80
[541803.017512] ? update_load_avg+0x429/0x590
[541803.017513] ? update_curr+0x159/0x1b0
[541803.017514] ? update_curr+0x7a/0x1b0
[541803.017522] kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541803.017529] ? kvm_arch_vcpu_load+0x69/0x240 [kvm]
[541803.017535] kvm_sched_in+0x39/0x40 [kvm]
[541803.017542] ? kvm_sched_in+0x39/0x40 [kvm]
[541803.017544] finish_task_switch+0x157/0x240
[541803.017545] __schedule+0x241/0x860
[541803.017553] ? kvm_apic_has_interrupt+0x45/0x90 [kvm]
[541803.017555] schedule+0x2c/0x80
[541803.017562] kvm_vcpu_block+0x8a/0x2f0 [kvm]
[541803.017569] kvm_arch_vcpu_ioctl_run+0x13c/0x1650 [kvm]
[541803.017576] kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541803.017582] ? kvm_vcpu_ioctl+0x2a6/0x620 [kvm]
[541803.017584] do_vfs_ioctl+0xa5/0x600
[541803.017586] SyS_ioctl+0x79/0x90
[541803.017588] entry_SYSCALL_64_fastpath+0x1a/0xa5
[541803.017589] RIP: 0033:0x7f6aa7f80847
[541803.017590] RSP: 002b:00007f6a9772b7c8 EFLAGS: 00000246 ORIG_RAX: 0000000000000010
[541803.017592] RAX: ffffffffffffffda RBX: 0000000000000001 RCX: 00007f6aa7f80847
[541803.017593] RDX: 0000000000000000 RSI: 000000000000ae80 RDI: 0000000000000017
[541803.017594] RBP: 000055c7159bc8e0 R08: 000055c7159d7e30 R09: 00000000000000ff
[541803.017595] R10: 000055c71b04e0e0 R11: 0000000000000246 R12: 000055c718c1e0a6
[541803.017596] R13: 0000000000000000 R14: 00007f6ab180f000 R15: 000055c718c1e000
[541803.017597] Code: 28 00 00 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 7e fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 <8b> 55 c8 83 e2 01 75 f6 eb c2 8b 05 f4 fa 0a 01 85 c0 75 81 0f

--
Dan Aloni


2017-12-20 23:24:18

by Tejun Heo

[permalink] [raw]
Subject: Re: cgroups-related hard lockup in 4.14?

On Thu, Dec 21, 2017 at 12:59:23AM +0200, Dan Aloni wrote:
> Hi,
>
> Using netconsole, I was able to capture a hard lockup that seems to be
> related to cgroups, on a Fedora kernel based on v4.14.4.
>
> By my analysis, from the 16 CPUs below, 14 are on css_set_lock, one is
> inside css_task_iter_advance, and the last one stuck trying to send an
> IPI, I guess because all other CPUs are spinning.
>
> To add some context, I have been experiencing deadlocks on various
> machines starting from 4.13 and it's the first time I was able to
> capture one. It takes a few days to reproduce while idling or doing
> random work, and I have not yet come up with precise steps that can
> nail it.
>
> I can try out patches in order to get more info on this issue.

Can you please try the following patch?

https://marc.info/?l=linux-cgroups&m=151378281708793&q=raw

Thanks.

--
tejun

2017-12-21 07:30:28

by Dan Aloni

[permalink] [raw]
Subject: Re: cgroups-related hard lockup in 4.14?

On Wed, Dec 20, 2017 at 03:24:09PM -0800, Tejun Heo wrote:
> On Thu, Dec 21, 2017 at 12:59:23AM +0200, Dan Aloni wrote:
> > Hi,
> >
> > Using netconsole, I was able to capture a hard lockup that seems to be
> > related to cgroups, on a Fedora kernel based on v4.14.4.
> >
> > By my analysis, from the 16 CPUs below, 14 are on css_set_lock, one is
> > inside css_task_iter_advance, and the last one stuck trying to send an
> > IPI, I guess because all other CPUs are spinning.
> >
> > To add some context, I have been experiencing deadlocks on various
> > machines starting from 4.13 and it's the first time I was able to
> > capture one. It takes a few days to reproduce while idling or doing
> > random work, and I have not yet come up with precise steps that can
> > nail it.
> >
> > I can try out patches in order to get more info on this issue.
>
> Can you please try the following patch?
>
> https://marc.info/?l=linux-cgroups&m=151378281708793&q=raw

Sure, I'll try.

While building the kernel with the patch, in the meanwhile, I've
had another lockup with the same kernel, with a different set of
stack traces, but also cgroups-related because it's a BUG_ON()
triggered in mem_cgroup_update_lru_size.


[39229.630404] mem_cgroup_update_lru_size(ffff8e45de412000, 2, -1): lru_size -1
[39229.630420] ------------[ cut here ]------------
[39229.630427] WARNING: CPU: 4 PID: 32431 at mm/memcontrol.c:1017 mem_cgroup_update_lru_size+0x80/0x90
[39229.630428] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39229.630452] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39229.630474] CPU: 4 PID: 32431 Comm: ld Tainted: P C OE 4.14.4-200.fc26.x86_64 #1
[39229.630476] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39229.630477] task: ffff8e4172372600 task.stack: ffffb24960c94000
[39229.630480] RIP: 0010:mem_cgroup_update_lru_size+0x80/0x90
[39229.630481] RSP: 0018:ffffb24960c97c08 EFLAGS: 00010086
[39229.630482] RAX: 0000000000000040 RBX: ffffb24960c97dc0 RCX: 0000000000000000
[39229.630483] RDX: 0000000000000000 RSI: ffff8e45de90e138 RDI: ffff8e45de90e138
[39229.630484] RBP: ffffb24960c97c08 R08: 00000000000004f8 R09: ffff8e45cfa2c8c0
[39229.630485] R10: ffffffffffffffff R11: 0000001013521602 R12: ffffd3f8b7db3c80
[39229.630486] R13: 0000000000000006 R14: ffffffff93f76720 R15: 0000000000000009
[39229.630488] FS: 00007f736e0dcb40(0000) GS:ffff8e45de900000(0000) knlGS:0000000000000000
[39229.630489] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39229.630491] CR2: 000055a970be67d8 CR3: 0000000f8477d004 CR4: 00000000003606e0
[39229.630492] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39229.630493] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39229.630494] Call Trace:
[39229.630500] release_pages+0x3a4/0x470
[39229.630502] __pagevec_release+0x2e/0x40
[39229.630504] truncate_inode_pages_range+0x321/0x920
[39229.630507] truncate_inode_pages_final+0x41/0x50
[39229.630510] ext4_evict_inode+0x107/0x5b0
[39229.630513] evict+0xcc/0x190
[39229.630514] iput+0x147/0x210
[39229.630516] do_unlinkat+0x1a7/0x2f0
[39229.630518] SyS_unlink+0x16/0x20
[39229.630521] entry_SYSCALL_64_fastpath+0x1a/0xa5
[39229.630523] RIP: 0033:0x7f736d68de47
[39229.630524] RSP: 002b:00007fff7aba44e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000057
[39229.630525] RAX: ffffffffffffffda RBX: 00007f736d95bb38 RCX: 00007f736d68de47
[39229.630526] RDX: 0000000000000001 RSI: 00007fff7aba44f0 RDI: 000055a970be67e0
[39229.630527] RBP: 00007f736d95bae0 R08: 0000000000000007 R09: 00007fff7aba4570
[39229.630528] R10: 00007fff7aba4570 R11: 0000000000000246 R12: 000000000000000d
[39229.630529] R13: 0000000000000ff0 R14: 00007f736d95bb38 R15: 0000000000002710
[39229.630530] Code: 47 9d cb 00 00 74 02 0f 0b 41 89 c8 48 89 fa 89 f1 48 c7 c7 64 29 ca 93 48 c7 c6 90 af a2 93 c6 05 26 9d cb 00 01 e8 61 4b e9 ff <0f> ff eb d8 66 90 66 2e 0f 1f 84 00 00 00 00 00 0f 1f 44 00 00
[39229.630544] ---[ end trace acf20909354c52c9 ]---
[39229.630547] ------------[ cut here ]------------
[39229.630548] kernel BUG at mm/memcontrol.c:1018!
[39229.630552] invalid opcode: 0000 [#1] SMP
[39229.630553] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39229.630565] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39229.630577] CPU: 4 PID: 32431 Comm: ld Tainted: P WC OE 4.14.4-200.fc26.x86_64 #1
[39229.630578] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39229.630579] task: ffff8e4172372600 task.stack: ffffb24960c94000
[39229.630581] RIP: 0010:mem_cgroup_update_lru_size+0x5c/0x90
[39229.630582] RSP: 0018:ffffb24960c97c08 EFLAGS: 00010086
[39229.630583] RAX: 0000000000000040 RBX: ffffb24960c97dc0 RCX: 0000000000000000
[39229.630584] RDX: 0000000000000000 RSI: ffff8e45de90e138 RDI: ffff8e45de90e138
[39229.630585] RBP: ffffb24960c97c08 R08: 00000000000004f8 R09: ffff8e45cfa2c8c0
[39229.630586] R10: ffffffffffffffff R11: 0000001013521602 R12: ffffd3f8b7db3c80
[39229.630587] R13: 0000000000000006 R14: ffffffff93f76720 R15: 0000000000000009
[39229.630588] FS: 00007f736e0dcb40(0000) GS:ffff8e45de900000(0000) knlGS:0000000000000000
[39229.630589] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39229.630590] CR2: 000055a970be67d8 CR3: 0000000f8477d004 CR4: 00000000003606e0
[39229.630591] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39229.630592] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39229.630593] Call Trace:
[39229.630595] release_pages+0x3a4/0x470
[39229.630597] __pagevec_release+0x2e/0x40
[39229.630599] truncate_inode_pages_range+0x321/0x920
[39229.630601] truncate_inode_pages_final+0x41/0x50
[39229.630603] ext4_evict_inode+0x107/0x5b0
[39229.630605] evict+0xcc/0x190
[39229.630606] iput+0x147/0x210
[39229.630608] do_unlinkat+0x1a7/0x2f0
[39229.630609] SyS_unlink+0x16/0x20
[39229.630611] entry_SYSCALL_64_fastpath+0x1a/0xa5
[39229.630612] RIP: 0033:0x7f736d68de47
[39229.630613] RSP: 002b:00007fff7aba44e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000057
[39229.630614] RAX: ffffffffffffffda RBX: 00007f736d95bb38 RCX: 00007f736d68de47
[39229.630615] RDX: 0000000000000001 RSI: 00007fff7aba44f0 RDI: 000055a970be67e0
[39229.630616] RBP: 00007f736d95bae0 R08: 0000000000000007 R09: 00007fff7aba4570
[39229.630617] R10: 00007fff7aba4570 R11: 0000000000000246 R12: 000000000000000d
[39229.630618] R13: 0000000000000ff0 R14: 00007f736d95bb38 R15: 0000000000002710
[39229.630619] Code: 0d 48 63 c9 4c 01 c9 48 89 88 90 00 00 00 5d c3 48 63 d1 49 01 d1 4d 85 c9 4c 89 88 90 00 00 00 79 db 80 3d 47 9d cb 00 00 74 02 <0f> 0b 41 89 c8 48 89 fa 89 f1 48 c7 c7 64 29 ca 93 48 c7 c6 90
[39229.630634] RIP: mem_cgroup_update_lru_size+0x5c/0x90 RSP: ffffb24960c97c08
[39229.630635] ---[ end trace acf20909354c52ca ]---
[39241.112951] NMI watchdog: Watchdog detected hard LOCKUP on cpu 2
[39241.112952] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39241.112965] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39241.112977] CPU: 2 PID: 6073 Comm: chrome Tainted: P D WC OE 4.14.4-200.fc26.x86_64 #1
[39241.112977] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39241.112978] task: ffff8e453f594c00 task.stack: ffffb2494c4cc000
[39241.112982] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[39241.112982] RSP: 0000:ffffb2494c4cfd10 EFLAGS: 00000046
[39241.112983] RAX: 0000000000000000 RBX: 0000000000000246 RCX: ffff8e45de89af80
[39241.112983] RDX: 000000000000000d RSI: 0000000000380101 RDI: ffff8e461fffe180
[39241.112983] RBP: ffffb2494c4cfd10 R08: 00000000000c0000 R09: 0000000000000000
[39241.112984] R10: 00000000010a0000 R11: 0000000000000000 R12: ffff8e45de894960
[39241.112984] R13: 0000000000000000 R14: ffffd3f8b8620580 R15: ffff8e461ffd4000
[39241.112984] FS: 00007f2e94c04ac0(0000) GS:ffff8e45de880000(0000) knlGS:0000000000000000
[39241.112985] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39241.112985] CR2: 0000141e905f9000 CR3: 0000000f98435001 CR4: 00000000003606e0
[39241.112986] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39241.112986] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39241.112986] Call Trace:
[39241.112989] _raw_spin_lock_irqsave+0x37/0x40
[39241.112991] pagevec_lru_move_fn+0x72/0xf0
[39241.112992] ? get_kernel_page+0x60/0x60
[39241.112993] __lru_cache_add+0x5f/0x80
[39241.112994] lru_cache_add+0x3a/0x80
[39241.112995] lru_cache_add_active_or_unevictable+0x4c/0xf0
[39241.112997] __handle_mm_fault+0xafc/0x12f0
[39241.112998] handle_mm_fault+0xb1/0x200
[39241.112999] __do_page_fault+0x257/0x4d0
[39241.113002] ? syscall_trace_enter+0xda/0x2d0
[39241.113003] do_page_fault+0x38/0x120
[39241.113004] page_fault+0x22/0x30
[39241.113005] RIP: 0033:0x1d011408af1d
[39241.113005] RSP: 002b:00007ffff3c88708 EFLAGS: 00010206
[39241.113005] RAX: 0000000000000027 RBX: 0000141e905f8fb1 RCX: 0000141e905f8fe1
[39241.113006] RDX: 000000000000002a RSI: 000000000000001f RDI: 0000000000000072
[39241.113006] RBP: 00007ffff3c88778 R08: 0000000000000008 R09: 0000141e905f9008
[39241.113006] R10: 0000000000000048 R11: 0000000000000000 R12: 0000000d00000000
[39241.113006] R13: 0000195ba7cca0c8 R14: 0000000000000000 R15: 0000000000000000
[39241.113007] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 93 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[39242.383811] NMI watchdog: Watchdog detected hard LOCKUP on cpu 15
[39242.383812] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39242.383822] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39242.383831] CPU: 15 PID: 32433 Comm: gpg-agent Tainted: P D WC OE 4.14.4-200.fc26.x86_64 #1
[39242.383831] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39242.383832] task: ffff8e44f2672600 task.stack: ffffb2496ce9c000
[39242.383834] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[39242.383834] RSP: 0018:ffffb2496ce9fd30 EFLAGS: 00000046
[39242.383835] RAX: 0000000000000000 RBX: 0000000000000246 RCX: ffff8e45debdaf80
[39242.383835] RDX: 0000000000000002 RSI: 00000000000c0101 RDI: ffff8e461fffe180
[39242.383835] RBP: ffffb2496ce9fd30 R08: 0000000000400000 R09: 0000000000000050
[39242.383836] R10: 00007f7ed150f000 R11: ffff8e44f2672600 R12: ffff8e45debd4960
[39242.383836] R13: 0000000000000000 R14: ffffd3f8ba5e2dc0 R15: ffff8e461ffd4000
[39242.383837] FS: 00007f7ed1d0e700(0000) GS:ffff8e45debc0000(0000) knlGS:0000000000000000
[39242.383837] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39242.383837] CR2: 00007f0848e5f020 CR3: 0000000fc413c002 CR4: 00000000003606e0
[39242.383838] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39242.383838] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39242.383838] Call Trace:
[39242.383840] _raw_spin_lock_irqsave+0x37/0x40
[39242.383841] pagevec_lru_move_fn+0x72/0xf0
[39242.383842] ? get_kernel_page+0x60/0x60
[39242.383843] lru_add_drain_cpu+0xec/0x100
[39242.383844] lru_add_drain+0x15/0x20
[39242.383846] zap_page_range+0x39/0x160
[39242.383848] ? kernel_wait4+0x94/0x130
[39242.383849] ? task_stopped_code+0x50/0x50
[39242.383849] ? find_vma+0x68/0x70
[39242.383851] SyS_madvise+0x663/0x940
[39242.383853] ? ____fput+0xe/0x10
[39242.383854] entry_SYSCALL_64_fastpath+0x1a/0xa5
[39242.383855] RIP: 0033:0x7f7ed91bab17
[39242.383855] RSP: 002b:00007f7ed1d0df48 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
[39242.383856] RAX: ffffffffffffffda RBX: 00007f7ec40008c0 RCX: 00007f7ed91bab17
[39242.383856] RDX: 0000000000000004 RSI: 00000000007fb000 RDI: 00007f7ed150e000
[39242.383856] RBP: 0000000000000000 R08: 0000555dc4750610 R09: 0000000000000050
[39242.383856] R10: 0000000000000000 R11: 0000000000000206 R12: 00007f7ec4000a10
[39242.383857] R13: 00007ffcbf213730 R14: 0000555dc4750760 R15: 000000000000000f
[39242.383857] ? entry_SYSCALL_64_fastpath+0x1a/0xa5
[39242.383858] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 93 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[39244.875349] NMI watchdog: Watchdog detected hard LOCKUP on cpu 13
[39244.875349] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39244.875359] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39244.875367] CPU: 13 PID: 71347 Comm: TaskSchedulerFo Tainted: P D WC OE 4.14.4-200.fc26.x86_64 #1
[39244.875367] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39244.875367] task: ffff8e452cfd4c00 task.stack: ffffb2494c3fc000
[39244.875369] RIP: 0010:queued_spin_lock_slowpath+0xee/0x1a0
[39244.875370] RSP: 0018:ffffb2494c3ffd30 EFLAGS: 00000002
[39244.875370] RAX: 0000000000000000 RBX: 0000000000000246 RCX: ffff8e45deb5af80
[39244.875370] RDX: 00000000003c0101 RSI: 0000000000000101 RDI: ffff8e461fffe180
[39244.875371] RBP: ffffb2494c3ffd30 R08: 0000000000380000 R09: 0000000000000000
[39244.875371] R10: 00007fcab59d2000 R11: ffff8e452cfd4c00 R12: ffff8e45deb54960
[39244.875371] R13: 0000000000000000 R14: ffffd3f8b91c0240 R15: ffff8e461ffd4000
[39244.875372] FS: 00007fcab61d1700(0000) GS:ffff8e45deb40000(0000) knlGS:0000000000000000
[39244.875372] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39244.875372] CR2: 00007fcab61ce308 CR3: 0000000fb68ea001 CR4: 00000000003606e0
[39244.875373] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39244.875373] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39244.875373] Call Trace:
[39244.875375] _raw_spin_lock_irqsave+0x37/0x40
[39244.875376] pagevec_lru_move_fn+0x72/0xf0
[39244.875377] ? get_kernel_page+0x60/0x60
[39244.875378] lru_add_drain_cpu+0xec/0x100
[39244.875379] lru_add_drain+0x15/0x20
[39244.875380] zap_page_range+0x39/0x160
[39244.875381] ? find_vma+0x68/0x70
[39244.875382] SyS_madvise+0x663/0x940
[39244.875384] entry_SYSCALL_64_fastpath+0x1a/0xa5
[39244.875384] RIP: 0033:0x7fcaf2de8b17
[39244.875385] RSP: 002b:00007fcab61d0b88 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
[39244.875385] RAX: ffffffffffffffda RBX: 00007fcab61d1a88 RCX: 00007fcaf2de8b17
[39244.875385] RDX: 0000000000000004 RSI: 00000000007fb000 RDI: 00007fcab59d1000
[39244.875385] RBP: 00000ad996670000 R08: 0000000000000000 R09: 000055cc95d18570
[39244.875386] R10: 0000000000000000 R11: 0000000000000206 R12: 0000000000000020
[39244.875386] R13: 00007fcaf92e90a0 R14: 00007fcaf92e92a0 R15: 00007fcab61cfb10
[39244.875387] ? entry_SYSCALL_64_fastpath+0x1a/0xa5
[39244.875387] Code: f3 90 8b 37 81 fe 00 01 00 00 74 f4 e9 5f ff ff ff 44 89 c0 c1 e8 10 66 87 47 02 89 c2 c1 e2 10 85 d2 75 6a 45 31 c9 eb 02 f3 90 <8b> 17 66 85 d2 75 f7 be 01 00 00 00 eb 0c 89 d0 f0 0f b1 37 39
[39244.967075] NMI watchdog: Watchdog detected hard LOCKUP on cpu 14
[39244.967075] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39244.967084] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39244.967092] CPU: 14 PID: 32434 Comm: automount Tainted: P D WC OE 4.14.4-200.fc26.x86_64 #1
[39244.967092] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39244.967093] task: ffff8e450a8f8000 task.stack: ffffb24960c9c000
[39244.967094] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[39244.967095] RSP: 0018:ffffb24960c9fd30 EFLAGS: 00000046
[39244.967095] RAX: 0000000000000000 RBX: 0000000000000246 RCX: ffff8e45deb9af80
[39244.967095] RDX: 000000000000000f RSI: 0000000000400101 RDI: ffff8e461fffe180
[39244.967096] RBP: ffffb24960c9fd30 R08: 00000000003c0000 R09: 000055e747c15ae0
[39244.967096] R10: 00007fc3a8167000 R11: ffff8e450a8f8000 R12: ffff8e45deb94960
[39244.967096] R13: 0000000000000000 R14: ffffd3f8aec572c0 R15: ffff8e461ffd4000
[39244.967097] FS: 00007fc3a8266700(0000) GS:ffff8e45deb80000(0000) knlGS:0000000000000000
[39244.967097] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39244.967097] CR2: 00007fa919b6f000 CR3: 00000010118d6001 CR4: 00000000003606e0
[39244.967098] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39244.967098] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39244.967098] Call Trace:
[39244.967100] _raw_spin_lock_irqsave+0x37/0x40
[39244.967101] pagevec_lru_move_fn+0x72/0xf0
[39244.967102] ? get_kernel_page+0x60/0x60
[39244.967103] lru_add_drain_cpu+0xec/0x100
[39244.967104] lru_add_drain+0x15/0x20
[39244.967105] zap_page_range+0x39/0x160
[39244.967108] ? do_futex+0x4bf/0xae0
[39244.967110] ? lockref_put_or_lock+0x60/0x80
[39244.967111] ? find_vma+0x68/0x70
[39244.967112] SyS_madvise+0x663/0x940
[39244.967113] entry_SYSCALL_64_fastpath+0x1a/0xa5
[39244.967113] RIP: 0033:0x7fc3ab274b17
[39244.967114] RSP: 002b:00007fc3a8265e08 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
[39244.967114] RAX: ffffffffffffffda RBX: 00007fc38c000920 RCX: 00007fc3ab274b17
[39244.967115] RDX: 0000000000000004 RSI: 00000000000fb000 RDI: 00007fc3a8166000
[39244.967115] RBP: 00007fc3ab535400 R08: 0000000000000000 R09: 000055e747c15ae0
[39244.967115] R10: 0000000000000000 R11: 0000000000000206 R12: 0000000000000000
[39244.967115] R13: 00007fc3a8262c1a R14: 00007fc394000a90 R15: 00007fc3a8265cac
[39244.967116] ? entry_SYSCALL_64_fastpath+0x1a/0xa5
[39244.967117] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 93 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[39246.911358] NMI watchdog: Watchdog detected hard LOCKUP on cpu 4
[39246.911359] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39246.911367] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39246.911374] CPU: 4 PID: 32431 Comm: ld Tainted: P D WC OE 4.14.4-200.fc26.x86_64 #1
[39246.911374] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39246.911375] task: ffff8e4172372600 task.stack: ffffb24960c94000
[39246.911377] RIP: 0010:queued_spin_lock_slowpath+0x135/0x1a0
[39246.911377] RSP: 0018:ffffb24960c97cb0 EFLAGS: 00000002
[39246.911377] RAX: 00000000003c0101 RBX: 0000000000000246 RCX: 0000000000000001
[39246.911378] RDX: 0000000000000101 RSI: 0000000000000001 RDI: ffff8e461fffe180
[39246.911378] RBP: ffffb24960c97cb0 R08: 0000000000000101 R09: 0000000000000000
[39246.911378] R10: 00000000010a0000 R11: 00000000ffffff80 R12: ffffd3f8b1807900
[39246.911379] R13: 0000000000000000 R14: ffffffff93f76720 R15: 0000000000000000
[39246.911379] FS: 0000000000000000(0000) GS:ffff8e45de900000(0000) knlGS:0000000000000000
[39246.911379] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39246.911380] CR2: 000055a970be67d8 CR3: 0000000421e09001 CR4: 00000000003606e0
[39246.911380] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39246.911380] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39246.911380] Call Trace:
[39246.911382] _raw_spin_lock_irqsave+0x37/0x40
[39246.911383] release_pages+0x252/0x470
[39246.911385] ? ___pud_free_tlb+0x7a/0x90
[39246.911386] free_pages_and_swap_cache+0xba/0xd0
[39246.911387] tlb_flush_mmu_free+0x36/0x60
[39246.911388] arch_tlb_finish_mmu+0x47/0x80
[39246.911388] tlb_finish_mmu+0x23/0x30
[39246.911389] exit_mmap+0xea/0x190
[39246.911392] mmput+0x66/0x140
[39246.911393] do_exit+0x285/0xba0
[39246.911394] rewind_stack_do_exit+0x17/0x20
[39246.911394] RIP: 0033:0x7f736d68de47
[39246.911394] RSP: 002b:00007fff7aba44e8 EFLAGS: 00000246 ORIG_RAX: 0000000000000057
[39246.911395] RAX: ffffffffffffffda RBX: 00007f736d95bb38 RCX: 00007f736d68de47
[39246.911395] RDX: 0000000000000001 RSI: 00007fff7aba44f0 RDI: 000055a970be67e0
[39246.911395] RBP: 00007f736d95bae0 R08: 0000000000000007 R09: 00007fff7aba4570
[39246.911396] R10: 00007fff7aba4570 R11: 0000000000000246 R12: 000000000000000d
[39246.911396] R13: 0000000000000ff0 R14: 00007f736d95bb38 R15: 0000000000002710
[39246.911397] Code: 66 31 c0 41 39 c0 74 ea 4d 85 c9 c6 07 01 74 2d 41 c7 41 08 01 00 00 00 eb 96 83 fa 01 0f 84 f4 fe ff ff 8b 07 84 c0 74 08 f3 90 <8b> 07 84 c0 75 f8 b8 01 00 00 00 66 89 07 5d c3 f3 90 4c 8b 09
[39253.452016] watchdog: BUG: soft lockup - CPU#11 stuck for 21s! [TaskSchedulerFo:37695]
[39253.452154] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39253.452169] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39253.452183] CPU: 11 PID: 37695 Comm: TaskSchedulerFo Tainted: P D WC OE 4.14.4-200.fc26.x86_64 #1
[39253.452184] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39253.452185] task: ffff8e428bb4cc00 task.stack: ffffb24968344000
[39253.452188] RIP: 0010:smp_call_function_single+0xdf/0x100
[39253.452189] RSP: 0018:ffffb24968347ca0 EFLAGS: 00000202 ORIG_RAX: ffffffffffffff10
[39253.452191] RAX: 0000000000000000 RBX: 000000000000000b RCX: 0000000000000000
[39253.452193] RDX: 0000000000000003 RSI: 00000000000000fb RDI: 0000000000000202
[39253.452194] RBP: ffffb24968347cf0 R08: 000000000000000d R09: 0000000000002800
[39253.452195] R10: ffffb24968347d10 R11: ffff8e428bb4cc00 R12: ffff8e45d1805910
[39253.452196] R13: 000000000000000b R14: ffffffff9306ecd0 R15: ffffb24968347d88
[39253.452197] FS: 00007fcad8ec9700(0000) GS:ffff8e45deac0000(0000) knlGS:0000000000000000
[39253.452199] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39253.452270] CR2: 00007fede9748a40 CR3: 0000000fb68ea001 CR4: 00000000003606e0
[39253.452272] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39253.452273] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39253.452274] Call Trace:
[39253.452277] ? flush_tlb_func_common.constprop.9+0x260/0x260
[39253.452280] smp_call_function_many+0x1cc/0x250
[39253.452281] ? smp_call_function_many+0x1cc/0x250
[39253.452283] native_flush_tlb_others+0xd4/0x130
[39253.452285] flush_tlb_mm_range+0xae/0x120
[39253.452287] zap_page_range+0xda/0x160
[39253.452289] ? find_vma+0x68/0x70
[39253.452291] SyS_madvise+0x663/0x940
[39253.452294] entry_SYSCALL_64_fastpath+0x1a/0xa5
[39253.452295] RIP: 0033:0x7fcaf2de8b17
[39253.452296] RSP: 002b:00007fcad8ec8958 EFLAGS: 00000206 ORIG_RAX: 000000000000001c
[39253.452298] RAX: ffffffffffffffda RBX: 0000000000000004 RCX: 00007fcaf2de8b17
[39253.452299] RDX: 0000000000000004 RSI: 0000000000003000 RDI: 00000ad999bc4000
[39253.452300] RBP: 00007fcad8ec8710 R08: 0000000000000000 R09: 0000000000000000
[39253.452301] R10: 0000000000000000 R11: 0000000000000206 R12: 0000000000000101
[39253.452303] R13: 000000000000000a R14: 00000ad998b395c0 R15: 00007fcad8ec81a8
[39253.452304] ? entry_SYSCALL_64_fastpath+0x1a/0xa5
[39253.452306] Code: 00 75 40 48 83 c4 48 41 5a 5d 49 8d 62 f8 c3 48 89 d1 48 89 f2 48 8d 75 b0 e8 7e fe ff ff 8b 55 c8 83 e2 01 74 0a f3 90 8b 55 c8 <83> e2 01 75 f6 eb c2 8b 05 f4 fa 0a 01 85 c0 75 81 0f ff e9 7a
[39255.936049] NMI watchdog: Watchdog detected hard LOCKUP on cpu 9
[39255.936049] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39255.936060] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39255.936071] CPU: 9 PID: 6083 Comm: chrome Tainted: P D WC OEL 4.14.4-200.fc26.x86_64 #1
[39255.936071] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39255.936072] task: ffff8e453f590000 task.stack: ffffb2494c834000
[39255.936073] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[39255.936074] RSP: 0018:ffffb2494c837d00 EFLAGS: 00000046
[39255.936074] RAX: 0000000000000000 RBX: 0000000000000246 RCX: ffff8e45dea5af80
[39255.936075] RDX: 000000000000000e RSI: 00000000003c0101 RDI: ffff8e461fffe180
[39255.936075] RBP: ffffb2494c837d00 R08: 0000000000280000 R09: 0000000000000001
[39255.936075] R10: 0000398851b35000 R11: ffff8e453f590000 R12: ffff8e45dea54960
[39255.936076] R13: 0000000000000000 R14: ffffd3f8b9882440 R15: ffff8e461ffd4000
[39255.936076] FS: 00007f2e94c04ac0(0000) GS:ffff8e45dea40000(0000) knlGS:0000000000000000
[39255.936077] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39255.936077] CR2: 0000398851b34000 CR3: 0000000f8f2a5006 CR4: 00000000003606e0
[39255.936078] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39255.936078] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39255.936078] Call Trace:
[39255.936080] _raw_spin_lock_irqsave+0x37/0x40
[39255.936082] pagevec_lru_move_fn+0x72/0xf0
[39255.936083] ? get_kernel_page+0x60/0x60
[39255.936084] lru_add_drain_cpu+0xec/0x100
[39255.936085] lru_add_drain+0x15/0x20
[39255.936086] zap_page_range+0x39/0x160
[39255.936088] ? __seccomp_filter+0x49/0x580
[39255.936089] ? find_vma+0x1b/0x70
[39255.936090] SyS_madvise+0x663/0x940
[39255.936091] ? __secure_computing+0x3f/0xe0
[39255.936093] do_syscall_64+0x67/0x180
[39255.936094] ? do_syscall_64+0x67/0x180
[39255.936095] entry_SYSCALL64_slow_path+0x25/0x25
[39255.936095] RIP: 0033:0x7f2e8e5c4b17
[39255.936096] RSP: 002b:00007ffff3c896a8 EFLAGS: 00000202 ORIG_RAX: 000000000000001c
[39255.936096] RAX: ffffffffffffffda RBX: 0000398851b34000 RCX: 00007f2e8e5c4b17
[39255.936097] RDX: 0000000000000004 RSI: 0000000000001000 RDI: 0000398851b34000
[39255.936097] RBP: 0000000000000000 R08: 0000398851a019a0 R09: 0000000000000001
[39255.936097] R10: 00007ffff3c89750 R11: 0000000000000202 R12: 0000000000001000
[39255.936098] R13: 0000000000001c00 R14: 0000000000001000 R15: 0000398851b34000
[39255.936098] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 93 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f
[39262.939951] NMI watchdog: Watchdog detected hard LOCKUP on cpu 1
[39262.939952] Modules linked in: fuse xt_CHECKSUM ipt_MASQUERADE nf_nat_masquerade_ipv4 tun netconsole nf_conntrack_netbios_ns nf_conntrack_broadcast xt_CT ip6t_rpfilter ip6t_REJECT nf_reject_ipv6 xt_conntrack ip_set nfnetlink ebtable_nat ebtable_broute ip6table_nat nf_conntrack_ipv6 nf_defrag_ipv6 nf_nat_ipv6 ip6table_mangle ip6table_raw ip6table_security iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack libcrc32c iptable_mangle iptable_raw bridge stp llc iptable_security ebtable_filter ebtables ip6table_filter ip6_tables bnep vfat fat nvidia_drm(POE) nvidia_modeset(POE) nvidia_uvm(POE) nvidia(POE) snd_hda_codec_hdmi arc4 intel_rapl r8822be(C) x86_pkg_temp_thermal intel_powerclamp snd_hda_codec_realtek coretemp snd_hda_codec_generic kvm_intel kvm mac80211 snd_hda_intel snd_hda_codec
[39262.939961] irqbypass crct10dif_pclmul snd_hda_core btusb crc32_pclmul drm_kms_helper snd_hwdep btrtl btbcm snd_seq ghash_clmulni_intel cfg80211 btintel iTCO_wdt intel_cstate snd_seq_device iTCO_vendor_support drm snd_pcm bluetooth intel_uncore eeepc_wmi asus_wmi intel_rapl_perf sparse_keymap snd_timer mei_me ecdh_generic video joydev wmi_bmof rfkill mei snd shpchp i2c_i801 soundcore ioatdma tpm_tis tpm_tis_core dca tpm intel_lpss_acpi intel_lpss nfsd auth_rpcgss nfs_acl lockd grace sunrpc binfmt_misc e1000e mxm_wmi ptp crc32c_intel pps_core wmi
[39262.939969] CPU: 1 PID: 32435 Comm: systemd-journal Tainted: P D WC OEL 4.14.4-200.fc26.x86_64 #1
[39262.939969] Hardware name: System manufacturer System Product Name/ROG STRIX X299-E GAMING, BIOS 1004 11/14/2017
[39262.939970] task: ffff8e450f278000 task.stack: ffffb24960c1c000
[39262.939971] RIP: 0010:queued_spin_lock_slowpath+0x17b/0x1a0
[39262.939971] RSP: 0018:ffffb24960c1fa48 EFLAGS: 00000046
[39262.939972] RAX: 0000000000000000 RBX: 0000000000000246 RCX: ffff8e45de85af80
[39262.939972] RDX: 0000000000000009 RSI: 0000000000280101 RDI: ffff8e461fffe180
[39262.939973] RBP: ffffb24960c1fa48 R08: 0000000000080000 R09: 0000000000fa0000
[39262.939973] R10: ffffb24960c1f8f0 R11: 0000000000000000 R12: ffff8e45de854960
[39262.939973] R13: 0000000000000000 R14: ffffd3f8ae28c180 R15: ffff8e461ffd4000
[39262.939974] FS: 00007fa9196ec700(0000) GS:ffff8e45de840000(0000) knlGS:0000000000000000
[39262.939974] CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
[39262.939975] CR2: 00001e486d610000 CR3: 0000001051d10003 CR4: 00000000003606e0
[39262.939975] DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
[39262.939975] DR3: 0000000000000000 DR6: 00000000fffe0ff0 DR7: 0000000000000400
[39262.939976] Call Trace:
[39262.939977] _raw_spin_lock_irqsave+0x37/0x40
[39262.939978] pagevec_lru_move_fn+0x72/0xf0
[39262.939979] ? get_kernel_page+0x60/0x60
[39262.939980] lru_add_drain_cpu+0xec/0x100
[39262.939981] __pagevec_release+0x19/0x40
[39262.939983] mpage_prepare_extent_to_map+0x30e/0x320
[39262.939984] ext4_writepages+0x45d/0xf30
[39262.939986] ? check_preempt_curr+0x7d/0x90
[39262.939987] do_writepages+0x48/0xe0
[39262.939988] ? do_writepages+0x48/0xe0
[39262.939989] ? seccomp_run_filters+0x57/0xc0
[39262.939991] __filemap_fdatawrite_range+0xc1/0x100
[39262.939992] ? __filemap_fdatawrite_range+0xc1/0x100
[39262.939994] file_write_and_wait_range+0x5a/0xb0
[39262.939996] ext4_sync_file+0x10a/0x3b0
[39262.939998] vfs_fsync_range+0x49/0xa0
[39262.939999] do_fsync+0x3d/0x70
[39262.940000] SyS_fsync+0x10/0x20
[39262.940001] do_syscall_64+0x67/0x180
[39262.940002] entry_SYSCALL64_slow_path+0x25/0x25
[39262.940002] RIP: 0033:0x7fa91fbc682d
[39262.940002] RSP: 002b:00007fa9196ebc50 EFLAGS: 00000293 ORIG_RAX: 000000000000004a
[39262.940003] RAX: ffffffffffffffda RBX: 000055cd2a054810 RCX: 00007fa91fbc682d
[39262.940003] RDX: d6a4b17516e1ee38 RSI: 0000000000000000 RDI: 0000000000000011
[39262.940004] RBP: 00007fa920585c8c R08: 00007fa9196ec700 R09: 00007fa9196ec700
[39262.940004] R10: 00007fa9196ec9d0 R11: 0000000000000293 R12: 0000000000000002
[39262.940004] R13: 00007ffc291c2b60 R14: 000055cd2a055c10 R15: 0000000000000015
[39262.940005] Code: c9 c1 ea 12 83 e0 03 83 ea 01 48 c1 e0 04 48 63 d2 48 05 80 af 01 00 48 03 04 d5 c0 13 d4 93 48 89 08 8b 41 08 85 c0 75 09 f3 90 <8b> 41 08 85 c0 74 f7 4c 8b 09 4d 85 c9 0f 84 59 ff ff ff 41 0f

--
Dan Aloni