All of lore.kernel.org
 help / color / mirror / Atom feed
* ext4/jbd splat in 4.4-rc4+
@ 2015-12-10 14:04 Borislav Petkov
  2015-12-10 16:27 ` Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2015-12-10 14:04 UTC (permalink / raw)
  To: linux-ext4; +Cc: Jan Kara, Theodore Ts'o, Paolo Bonzini, lkml

Hi guys,

I'm getting this nasty splat in ext4 land while booting kernels in
qemu/kvm. Last time it happened while injecting NMIs in the guest using
the qemu monitor, this time too. Any ideas?

Sadly, rIP is gone so I can't really pinpoint the problem but someone
might have an idea.

Last time it happened, the box froze solid, this time it was barely
alive so that I was able to suck dmesg out before it crashes completely.

Any suggestions appreciated.

Thanks.


[   46.189686] tun: Universal TUN/TAP device driver, 1.6
[   46.194791] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 8026.742308] kvm: zapping shadow pages for mmio generation wraparound
[ 8063.356952] BUG: unable to handle kernel NULL pointer dereference at           (null)
[ 8063.364839] IP: [<          (null)>]           (null)
[ 8063.369919] PGD 0 
[ 8063.371956] Oops: 0010 [#1] PREEMPT SMP 
[ 8063.375933] Modules linked in: tun sha256_ssse3 sha256_generic drbg binfmt_misc ipv6 vfat fat fuse dm_crypt dm_mod kvm_amd kvm irqbypass crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd amd64_edac_mod fam15h_power k10temp edac_mce_amd amdkfd amd_iommu_v2 radeon acpi_cpufreq
[ 8063.403458] CPU: 6 PID: 22875 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
[ 8063.410607] Hardware name: To be filled by O.E.M. To be filled by O.E.M./M5A97 EVO R2.0, BIOS 1503 01/16/2013
[ 8063.420538] task: ffff880323511780 ti: ffff8802aa0c0000 task.ti: ffff8802aa0c0000
[ 8063.428044] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[ 8063.435556] RSP: 0018:ffff8802aa0c3ac8  EFLAGS: 00010286
[ 8063.440878] RAX: ffff880323511780 RBX: 0000000000000286 RCX: 0000000000000004
[ 8063.448027] RDX: ffff880323511f08 RSI: 0000000000000000 RDI: ffff880323511701
[ 8063.455168] RBP: ffff8802aa0c3b20 R08: 0000000000000001 R09: 00023e9348964000
[ 8063.462310] R10: ffffffff825d5370 R11: 0000000000000000 R12: 0000000000000000
[ 8063.469451] R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
[ 8063.476602] FS:  00007f7e17c26700(0000) GS:ffff88042d200000(0000) knlGS:0000000000000000
[ 8063.484705] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 8063.490459] CR2: 0000000000000000 CR3: 0000000414dff000 CR4: 00000000000406e0
[ 8063.497607] Stack:
[ 8063.499627]  ffffffff8126ebcf ffff880400000000 0000000000000000 0000000000000286
[ 8063.507114]  00000000aa0c3b08 ffff880427ac3750 ffff880425560000 ffff880427ac3720
[ 8063.514602]  ffff880425560028 0000000000000000 ffff88008e98fe00 ffff8802aa0c3bb0
[ 8063.522090] Call Trace:
[ 8063.524547]  [<ffffffff8126ebcf>] ? start_this_handle+0x10f/0x420
[ 8063.530655]  [<ffffffff8126ec30>] start_this_handle+0x170/0x420
[ 8063.536582]  [<ffffffff8126ebcf>] ? start_this_handle+0x10f/0x420
[ 8063.542682]  [<ffffffff8126e691>] ? new_handle+0x21/0x60
[ 8063.548004]  [<ffffffff8126f34c>] jbd2__journal_start+0xbc/0x290
[ 8063.554020]  [<ffffffff8121bf1e>] ? ext4_da_write_begin+0x12e/0x3c0
[ 8063.560301]  [<ffffffff812499f9>] __ext4_journal_start_sb+0xa9/0x1f0
[ 8063.566662]  [<ffffffff8121bf1e>] ext4_da_write_begin+0x12e/0x3c0
[ 8063.572798]  [<ffffffff81133f42>] generic_perform_write+0xc2/0x1a0
[ 8063.578987]  [<ffffffff811a9b45>] ? file_update_time+0x45/0xf0
[ 8063.584829]  [<ffffffff81135b38>] __generic_file_write_iter+0x198/0x1f0
[ 8063.591458]  [<ffffffff810a916a>] ? __lock_acquire+0x55a/0x1f80
[ 8063.597385]  [<ffffffff812100bd>] ext4_file_write_iter+0xfd/0x470
[ 8063.603486]  [<ffffffff811ac78e>] ? __fget+0x11e/0x210
[ 8063.608633]  [<ffffffff810a2cb4>] ? percpu_down_read+0x44/0x90
[ 8063.614476]  [<ffffffff8118d47d>] __vfs_write+0xad/0xe0
[ 8063.619709]  [<ffffffff8118dcd5>] vfs_write+0xb5/0x1a0
[ 8063.624857]  [<ffffffff8118e912>] SyS_write+0x52/0xc0
[ 8063.629919]  [<ffffffff816e2d5b>] entry_SYSCALL_64_fastpath+0x16/0x6f
[ 8063.636400] Code:  Bad RIP value.
[ 8063.639762] RIP  [<          (null)>]           (null)
[ 8063.644935]  RSP <ffff8802aa0c3ac8>
[ 8063.648428] CR2: 0000000000000000
[ 8063.659798] ---[ end trace a8175120fb0cb0d5 ]---
[ 8109.519651] sysrq: SysRq : HELP : loglevel(0-9) reboot(b) crash(c) show-all-locks(d) terminate-all-tasks(e) memory-full-oom-kill(f) kill-all-tasks(i) thaw-filesystems(j) sak(k) show-backtrace-all-active-cpus(l) show-memory-usage(m) nice-all-RT-tasks(n) poweroff(o) show-registers(p) show-all-timers(q) unraw(r) sync(s) show-task-states(t) unmount(u) force-fb(V) show-blocked-tasks(w) dump-ftrace-buffer(z)

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ext4/jbd splat in 4.4-rc4+
  2015-12-10 14:04 ext4/jbd splat in 4.4-rc4+ Borislav Petkov
@ 2015-12-10 16:27 ` Borislav Petkov
  2015-12-10 16:44     ` [Qemu-devel] " Borislav Petkov
  0 siblings, 1 reply; 10+ messages in thread
From: Borislav Petkov @ 2015-12-10 16:27 UTC (permalink / raw)
  To: linux-ext4; +Cc: Jan Kara, Theodore Ts'o, Paolo Bonzini, lkml

On Thu, Dec 10, 2015 at 03:04:04PM +0100, Borislav Petkov wrote:
> Hi guys,
> 
> I'm getting this nasty splat in ext4 land while booting kernels in
> qemu/kvm. Last time it happened while injecting NMIs in the guest using
> the qemu monitor, this time too. Any ideas?
> 
> Sadly, rIP is gone so I can't really pinpoint the problem but someone
> might have an idea.
> 
> Last time it happened, the box froze solid, this time it was barely
> alive so that I was able to suck dmesg out before it crashes completely.
> 
> Any suggestions appreciated.

Hmm, got a second one, again during injecting NMIs in the guest, the
*host* exploded like this. And this time not in ext4 which would mean,
some corruption is happening.

Paolo, any ideas? What happens when I do "nmi" in qemu's monitor, why
does it corrupt the host?

Lemme test plain rc4 in the guest...

[ 3405.741284] kvm: zapping shadow pages for mmio generation wraparound
[ 3451.874613] kvm: zapping shadow pages for mmio generation wraparound
[ 4493.572305] kvm: zapping shadow pages for mmio generation wraparound
[ 4519.739695] BUG: unable to handle kernel NULL pointer dereference at           (null)
[ 4519.751390] IP: [<          (null)>]           (null)
[ 4519.760275] PGD 0 
[ 4519.766054] Oops: 0010 [#1] PREEMPT SMP 
[ 4519.773785] Modules linked in: tun sha256_ssse3 sha256_generic drbg binfmt_misc ipv6 vfat fat fuse dm_crypt dm_mod kvm_amd kvm irqbypass crc32_pclmul aesni_intel aes_x86_64 lrw gf128mul glue_helper ablk_helper cryptd fam15h_power k10temp amd64_edac_mod edac_mce_amd amdkfd amd_iommu_v2 radeon acpi_cpufreq
[ 4519.809462] CPU: 4 PID: 32028 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
[ 4519.820667] Hardware name: To be filled by O.E.M. To be filled by O.E.M./M5A97 EVO R2.0, BIOS 1503 01/16/2013
[ 4519.834710] task: ffff880423715e00 ti: ffff88040f3a8000 task.ti: ffff88040f3a8000
[ 4519.846340] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[ 4519.857998] RSP: 0018:ffff88040f3abe38  EFLAGS: 00010286
[ 4519.867492] RAX: ffff880423715e00 RBX: 0000000000000286 RCX: 0000000000000001
[ 4519.867494] RDX: ffff8804237164e0 RSI: 0000000000000000 RDI: ffff880423715e01
[ 4519.867496] RBP: ffff88040f3abe90 R08: 0000000000000000 R09: 0000000000000000
[ 4519.867497] R10: 0000000000000000 R11: 0000000000000007 R12: 0000000000000000
[ 4519.867498] R13: 0000000000000002 R14: 0000000000000000 R15: 0000000000000000
[ 4519.867501] FS:  00007ff557300700(0000) GS:ffff88042ce00000(0000) knlGS:0000000000000000
[ 4519.867503] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[ 4519.867505] CR2: 0000000000000000 CR3: 000000040f018000 CR4: 00000000000406e0
[ 4519.867506] Stack:
[ 4519.867511]  ffffffff811ac675 ffff880400000000 0000000000000000 0000000000000286
[ 4519.867515]  000000000f3abe78 ffffffff81a3c1e0 ffff8804288616c0 0000000000000009
[ 4519.867519]  0000000000000000 0000000000004000 00007ff5572ffab0 ffff88040f3abed8
[ 4519.867520] Call Trace:
[ 4519.867529]  [<ffffffff811ac675>] ? __fget+0x5/0x210
[ 4519.867535]  [<ffffffff811ac6c4>] __fget+0x54/0x210
[ 4519.867540]  [<ffffffff811ac675>] ? __fget+0x5/0x210
[ 4519.867545]  [<ffffffff810a6a42>] ? trace_hardirqs_on_caller+0xf2/0x210
[ 4519.867551]  [<ffffffff811ac8e9>] __fget_light+0x29/0x90
[ 4519.867562]  [<ffffffff811ac963>] __fdget+0x13/0x20
[ 4519.867565]  [<ffffffff811a0bbf>] SyS_ioctl+0x2f/0x90
[ 4519.867571]  [<ffffffff816e2d5b>] entry_SYSCALL_64_fastpath+0x16/0x6f
[ 4519.867579] Code:  Bad RIP value.
[ 4519.867581] RIP  [<          (null)>]           (null)
[ 4519.867583]  RSP <ffff88040f3abe38>
[ 4519.867584] CR2: 0000000000000000
[ 4519.867655] ---[ end trace faf028eac08ef3a3 ]---

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
  2015-12-10 16:27 ` Borislav Petkov
@ 2015-12-10 16:44     ` Borislav Petkov
  0 siblings, 0 replies; 10+ messages in thread
From: Borislav Petkov @ 2015-12-10 16:44 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, lkml, qemu-devel

Yap,

this is clearly a qemu/kvm issue. Lemme remove ext4 folks from CC. So
here's what happens:

I boot a kvm guest, connect to its monitor (qemu is started with
"-monitor pty") and on the monitor I issue a couple of times the "nmi"
command. It doesn't explode immediately but it happens pretty often and
when it happens, the *host*(!) freezes with some nasty corruption, see
below.

Thoughts, suggestions, ideas?

...
[   13.564192] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  111.524485] kvm: zapping shadow pages for mmio generation wraparound
[  166.414836] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[  172.408126] kvm: zapping shadow pages for mmio generation wraparound
[  200.912827] BUG: unable to handle kernel NULL pointer dereference at           (null)
[  200.920716] IP: [<          (null)>]           (null)
[  200.925796] PGD 0 
[  200.927833] Oops: 0010 [#1] PREEMPT SMP 
[  200.931258] Modules linked in: binfmt_misc ipv6 vfat fat fuse dm_crypt dm_mod kvm_amd kvm irqq
[  200.931274] CPU: 0 PID: 3936 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
[  200.931275] Hardware name: To be filled by O.E.M. To be filled by O.E.M./M5A97 EVO R2.0, BIOS3
[  200.931276] task: ffff880037ba0000 ti: ffff8804227d8000 task.ti: ffff8804227d8000
[  200.931277] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[  200.931278] RSP: 0018:ffff8804227dbcb0  EFLAGS: 00010292
[  200.931278] RAX: ffff880037ba0000 RBX: 0000000000000292 RCX: 0000000000000003
[  200.931279] RDX: ffff880037ba0750 RSI: 0000000000000000 RDI: ffff880037ba0001
[  200.931280] RBP: ffff8804227dbd08 R08: 0000000000000001 R09: 00000011f89b6000
[  200.931280] R10: ffffffff825c4fd0 R11: 0000000000000000 R12: 0000000000000000
[  200.931281] R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
[  200.931282] FS:  00007fec0faba700(0000) GS:ffff88042c600000(0000) knlGS:0000000000000000
[  200.931283] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[  200.931283] CR2: 0000000000000000 CR3: 00000000b6566000 CR4: 00000000000406f0
[  200.931283] Stack:
[  200.931285]  ffffffff8121004e ffff880400000000 ffffffff00000000 0000000000000292
[  200.931287]  00000000a0305d3c ffff880414612280 ffff880414612210 ffff8804227dbe90
[  200.931288]  ffff880414612130 ffff880037ba0000 ffffffff8121004e ffff8804227dbd90
[  200.931288] Call Trace:
[  200.931293]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931295]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931298]  [<ffffffff816de106>] mutex_lock_nested+0x66/0x3d0
[  200.931299]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931301]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931303]  [<ffffffff810a916a>] ? __lock_acquire+0x55a/0x1f80
[  200.931305]  [<ffffffff8121004e>] ext4_file_write_iter+0x8e/0x470
[  200.931307]  [<ffffffff811ac78e>] ? __fget+0x11e/0x210
[  200.931309]  [<ffffffff810a2cb4>] ? percpu_down_read+0x44/0x90
[  200.931311]  [<ffffffff8118d47d>] __vfs_write+0xad/0xe0
[  200.931313]  [<ffffffff8118dcd5>] vfs_write+0xb5/0x1a0
[  200.931315]  [<ffffffff8118e912>] SyS_write+0x52/0xc0
[  200.931317]  [<ffffffff816e2d5b>] entry_SYSCALL_64_fastpath+0x16/0x6f
[  200.931319] Code:  Bad RIP value.
[  200.931320] RIP  [<          (null)>]           (null)
[  200.931321]  RSP <ffff8804227dbcb0>
[  200.931321] CR2: 0000000000000000
[  200.939353] ---[ end trace 70675f54590d7755 ]---
[  200.939370] note: qemu-system-x86[3936] exited with preempt_count 1


-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
@ 2015-12-10 16:44     ` Borislav Petkov
  0 siblings, 0 replies; 10+ messages in thread
From: Borislav Petkov @ 2015-12-10 16:44 UTC (permalink / raw)
  To: kvm; +Cc: Paolo Bonzini, lkml, qemu-devel

Yap,

this is clearly a qemu/kvm issue. Lemme remove ext4 folks from CC. So
here's what happens:

I boot a kvm guest, connect to its monitor (qemu is started with
"-monitor pty") and on the monitor I issue a couple of times the "nmi"
command. It doesn't explode immediately but it happens pretty often and
when it happens, the *host*(!) freezes with some nasty corruption, see
below.

Thoughts, suggestions, ideas?

...
[   13.564192] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  111.524485] kvm: zapping shadow pages for mmio generation wraparound
[  166.414836] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
[  172.408126] kvm: zapping shadow pages for mmio generation wraparound
[  200.912827] BUG: unable to handle kernel NULL pointer dereference at           (null)
[  200.920716] IP: [<          (null)>]           (null)
[  200.925796] PGD 0 
[  200.927833] Oops: 0010 [#1] PREEMPT SMP 
[  200.931258] Modules linked in: binfmt_misc ipv6 vfat fat fuse dm_crypt dm_mod kvm_amd kvm irqq
[  200.931274] CPU: 0 PID: 3936 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
[  200.931275] Hardware name: To be filled by O.E.M. To be filled by O.E.M./M5A97 EVO R2.0, BIOS3
[  200.931276] task: ffff880037ba0000 ti: ffff8804227d8000 task.ti: ffff8804227d8000
[  200.931277] RIP: 0010:[<0000000000000000>]  [<          (null)>]           (null)
[  200.931278] RSP: 0018:ffff8804227dbcb0  EFLAGS: 00010292
[  200.931278] RAX: ffff880037ba0000 RBX: 0000000000000292 RCX: 0000000000000003
[  200.931279] RDX: ffff880037ba0750 RSI: 0000000000000000 RDI: ffff880037ba0001
[  200.931280] RBP: ffff8804227dbd08 R08: 0000000000000001 R09: 00000011f89b6000
[  200.931280] R10: ffffffff825c4fd0 R11: 0000000000000000 R12: 0000000000000000
[  200.931281] R13: 0000000000000000 R14: 0000000000000001 R15: 0000000000000000
[  200.931282] FS:  00007fec0faba700(0000) GS:ffff88042c600000(0000) knlGS:0000000000000000
[  200.931283] CS:  0010 DS: 0000 ES: 0000 CR0: 000000008005003b
[  200.931283] CR2: 0000000000000000 CR3: 00000000b6566000 CR4: 00000000000406f0
[  200.931283] Stack:
[  200.931285]  ffffffff8121004e ffff880400000000 ffffffff00000000 0000000000000292
[  200.931287]  00000000a0305d3c ffff880414612280 ffff880414612210 ffff8804227dbe90
[  200.931288]  ffff880414612130 ffff880037ba0000 ffffffff8121004e ffff8804227dbd90
[  200.931288] Call Trace:
[  200.931293]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931295]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931298]  [<ffffffff816de106>] mutex_lock_nested+0x66/0x3d0
[  200.931299]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931301]  [<ffffffff8121004e>] ? ext4_file_write_iter+0x8e/0x470
[  200.931303]  [<ffffffff810a916a>] ? __lock_acquire+0x55a/0x1f80
[  200.931305]  [<ffffffff8121004e>] ext4_file_write_iter+0x8e/0x470
[  200.931307]  [<ffffffff811ac78e>] ? __fget+0x11e/0x210
[  200.931309]  [<ffffffff810a2cb4>] ? percpu_down_read+0x44/0x90
[  200.931311]  [<ffffffff8118d47d>] __vfs_write+0xad/0xe0
[  200.931313]  [<ffffffff8118dcd5>] vfs_write+0xb5/0x1a0
[  200.931315]  [<ffffffff8118e912>] SyS_write+0x52/0xc0
[  200.931317]  [<ffffffff816e2d5b>] entry_SYSCALL_64_fastpath+0x16/0x6f
[  200.931319] Code:  Bad RIP value.
[  200.931320] RIP  [<          (null)>]           (null)
[  200.931321]  RSP <ffff8804227dbcb0>
[  200.931321] CR2: 0000000000000000
[  200.939353] ---[ end trace 70675f54590d7755 ]---
[  200.939370] note: qemu-system-x86[3936] exited with preempt_count 1


-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.
--

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
  2015-12-10 16:44     ` [Qemu-devel] " Borislav Petkov
@ 2015-12-10 16:49       ` Paolo Bonzini
  -1 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2015-12-10 16:49 UTC (permalink / raw)
  To: Borislav Petkov, kvm; +Cc: lkml, qemu-devel



On 10/12/2015 17:44, Borislav Petkov wrote:
> Yap,
> 
> this is clearly a qemu/kvm issue. Lemme remove ext4 folks from CC. So
> here's what happens:
> 
> I boot a kvm guest, connect to its monitor (qemu is started with
> "-monitor pty") and on the monitor I issue a couple of times the "nmi"
> command. It doesn't explode immediately but it happens pretty often and
> when it happens, the *host*(!) freezes with some nasty corruption, see
> below.
> 
> Thoughts, suggestions, ideas?

Can you try it on Intel?

Paolo

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
@ 2015-12-10 16:49       ` Paolo Bonzini
  0 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2015-12-10 16:49 UTC (permalink / raw)
  To: Borislav Petkov, kvm; +Cc: lkml, qemu-devel



On 10/12/2015 17:44, Borislav Petkov wrote:
> Yap,
> 
> this is clearly a qemu/kvm issue. Lemme remove ext4 folks from CC. So
> here's what happens:
> 
> I boot a kvm guest, connect to its monitor (qemu is started with
> "-monitor pty") and on the monitor I issue a couple of times the "nmi"
> command. It doesn't explode immediately but it happens pretty often and
> when it happens, the *host*(!) freezes with some nasty corruption, see
> below.
> 
> Thoughts, suggestions, ideas?

Can you try it on Intel?

Paolo

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
  2015-12-10 16:49       ` [Qemu-devel] " Paolo Bonzini
@ 2015-12-10 16:53         ` Borislav Petkov
  -1 siblings, 0 replies; 10+ messages in thread
From: Borislav Petkov @ 2015-12-10 16:53 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: kvm, lkml, qemu-devel

On Thu, Dec 10, 2015 at 05:49:10PM +0100, Paolo Bonzini wrote:
> Can you try it on Intel?

Just did, there it splats even when booting the guest, without even
injecting NMIs:

[  113.233992] ===============================
[  113.238192] [ INFO: suspicious RCU usage. ]
[  113.242393] 4.4.0-rc4+ #1 Not tainted
[  113.246056] -------------------------------
[  113.250257] arch/x86/kvm/trace.h:29 suspicious rcu_dereference_check() usage!
[  113.257400] 
               other info that might help us debug this:

[  113.265432] 
               RCU used illegally from idle CPU!
               rcu_scheduler_active = 1, debug_locks = 0
[  113.276321] RCU used illegally from extended quiescent state!
[  113.282083] 1 lock held by qemu-system-x86/2275:
[  113.286711]  #0:  (&vcpu->mutex){+.+.+.}, at: [<ffffffffa01d472c>] vcpu_load+0x1c/0x80 [kvm]
[  113.295270] 
               stack backtrace:
[  113.299644] CPU: 4 PID: 2275 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
[  113.306706] Hardware name: Dell Inc. Precision T3600/0PTTT9, BIOS A13 05/11/2014
[  113.314122]  0000000000000001 ffff88042f263d28 ffffffff813c2cfc ffff880432d53000
[  113.321575]  ffff88042f263d58 ffffffff810c5157 ffff88042f268000 0000000000000000
[  113.329027]  0000000000000000 0000000000000001 ffff88042f263e10 ffffffffa01ee7c8
[  113.336483] Call Trace:
[  113.338939]  [<ffffffff813c2cfc>] dump_stack+0x4e/0x82
[  113.344098]  [<ffffffff810c5157>] lockdep_rcu_suspicious+0xe7/0x120
[  113.350385]  [<ffffffffa01ee7c8>] kvm_arch_vcpu_ioctl_run+0x16f8/0x19c0 [kvm]
[  113.357544]  [<ffffffffa01ed1a0>] ? kvm_arch_vcpu_ioctl_run+0xd0/0x19c0 [kvm]
[  113.364695]  [<ffffffffa01d4b32>] kvm_vcpu_ioctl+0x342/0x700 [kvm]
[  113.370896]  [<ffffffff810c4a7d>] ? __lock_is_held+0x4d/0x70
[  113.376583]  [<ffffffff812351ae>] ? __fget+0xfe/0x200
[  113.381662]  [<ffffffff812291f1>] do_vfs_ioctl+0x301/0x550
[  113.387156]  [<ffffffff8123531a>] ? __fget_light+0x2a/0x90
[  113.392654]  [<ffffffff81229481>] SyS_ioctl+0x41/0x70
[  113.397739]  [<ffffffff8185cb36>] entry_SYSCALL_64_fastpath+0x16/0x7a
[  113.755008] kvm: zapping shadow pages for mmio generation wraparound

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
@ 2015-12-10 16:53         ` Borislav Petkov
  0 siblings, 0 replies; 10+ messages in thread
From: Borislav Petkov @ 2015-12-10 16:53 UTC (permalink / raw)
  To: Paolo Bonzini; +Cc: lkml, kvm, qemu-devel

On Thu, Dec 10, 2015 at 05:49:10PM +0100, Paolo Bonzini wrote:
> Can you try it on Intel?

Just did, there it splats even when booting the guest, without even
injecting NMIs:

[  113.233992] ===============================
[  113.238192] [ INFO: suspicious RCU usage. ]
[  113.242393] 4.4.0-rc4+ #1 Not tainted
[  113.246056] -------------------------------
[  113.250257] arch/x86/kvm/trace.h:29 suspicious rcu_dereference_check() usage!
[  113.257400] 
               other info that might help us debug this:

[  113.265432] 
               RCU used illegally from idle CPU!
               rcu_scheduler_active = 1, debug_locks = 0
[  113.276321] RCU used illegally from extended quiescent state!
[  113.282083] 1 lock held by qemu-system-x86/2275:
[  113.286711]  #0:  (&vcpu->mutex){+.+.+.}, at: [<ffffffffa01d472c>] vcpu_load+0x1c/0x80 [kvm]
[  113.295270] 
               stack backtrace:
[  113.299644] CPU: 4 PID: 2275 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
[  113.306706] Hardware name: Dell Inc. Precision T3600/0PTTT9, BIOS A13 05/11/2014
[  113.314122]  0000000000000001 ffff88042f263d28 ffffffff813c2cfc ffff880432d53000
[  113.321575]  ffff88042f263d58 ffffffff810c5157 ffff88042f268000 0000000000000000
[  113.329027]  0000000000000000 0000000000000001 ffff88042f263e10 ffffffffa01ee7c8
[  113.336483] Call Trace:
[  113.338939]  [<ffffffff813c2cfc>] dump_stack+0x4e/0x82
[  113.344098]  [<ffffffff810c5157>] lockdep_rcu_suspicious+0xe7/0x120
[  113.350385]  [<ffffffffa01ee7c8>] kvm_arch_vcpu_ioctl_run+0x16f8/0x19c0 [kvm]
[  113.357544]  [<ffffffffa01ed1a0>] ? kvm_arch_vcpu_ioctl_run+0xd0/0x19c0 [kvm]
[  113.364695]  [<ffffffffa01d4b32>] kvm_vcpu_ioctl+0x342/0x700 [kvm]
[  113.370896]  [<ffffffff810c4a7d>] ? __lock_is_held+0x4d/0x70
[  113.376583]  [<ffffffff812351ae>] ? __fget+0xfe/0x200
[  113.381662]  [<ffffffff812291f1>] do_vfs_ioctl+0x301/0x550
[  113.387156]  [<ffffffff8123531a>] ? __fget_light+0x2a/0x90
[  113.392654]  [<ffffffff81229481>] SyS_ioctl+0x41/0x70
[  113.397739]  [<ffffffff8185cb36>] entry_SYSCALL_64_fastpath+0x16/0x7a
[  113.755008] kvm: zapping shadow pages for mmio generation wraparound

-- 
Regards/Gruss,
    Boris.

ECO tip #101: Trim your mails when you reply.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
  2015-12-10 16:53         ` [Qemu-devel] " Borislav Petkov
@ 2015-12-10 17:34           ` Paolo Bonzini
  -1 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2015-12-10 17:34 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: kvm, lkml, qemu-devel



On 10/12/2015 17:53, Borislav Petkov wrote:
> Just did, there it splats even when booting the guest, without even
> injecting NMIs:
> 
> [  113.233992] ===============================
> [  113.238192] [ INFO: suspicious RCU usage. ]
> [  113.242393] 4.4.0-rc4+ #1 Not tainted
> [  113.246056] -------------------------------
> [  113.250257] arch/x86/kvm/trace.h:29 suspicious rcu_dereference_check() usage!
> [  113.257400] 
>                other info that might help us debug this:
> 
> [  113.265432] 
>                RCU used illegally from idle CPU!
>                rcu_scheduler_active = 1, debug_locks = 0
> [  113.276321] RCU used illegally from extended quiescent state!
> [  113.282083] 1 lock held by qemu-system-x86/2275:
> [  113.286711]  #0:  (&vcpu->mutex){+.+.+.}, at: [<ffffffffa01d472c>] vcpu_load+0x1c/0x80 [kvm]
> [  113.295270] 
>                stack backtrace:
> [  113.299644] CPU: 4 PID: 2275 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
> [  113.306706] Hardware name: Dell Inc. Precision T3600/0PTTT9, BIOS A13 05/11/2014
> [  113.314122]  0000000000000001 ffff88042f263d28 ffffffff813c2cfc ffff880432d53000
> [  113.321575]  ffff88042f263d58 ffffffff810c5157 ffff88042f268000 0000000000000000
> [  113.329027]  0000000000000000 0000000000000001 ffff88042f263e10 ffffffffa01ee7c8
> [  113.336483] Call Trace:
> [  113.338939]  [<ffffffff813c2cfc>] dump_stack+0x4e/0x82
> [  113.344098]  [<ffffffff810c5157>] lockdep_rcu_suspicious+0xe7/0x120
> [  113.350385]  [<ffffffffa01ee7c8>] kvm_arch_vcpu_ioctl_run+0x16f8/0x19c0 [kvm]
> [  113.357544]  [<ffffffffa01ed1a0>] ? kvm_arch_vcpu_ioctl_run+0xd0/0x19c0 [kvm]
> [  113.364695]  [<ffffffffa01d4b32>] kvm_vcpu_ioctl+0x342/0x700 [kvm]
> [  113.370896]  [<ffffffff810c4a7d>] ? __lock_is_held+0x4d/0x70
> [  113.376583]  [<ffffffff812351ae>] ? __fget+0xfe/0x200
> [  113.381662]  [<ffffffff812291f1>] do_vfs_ioctl+0x301/0x550
> [  113.387156]  [<ffffffff8123531a>] ? __fget_light+0x2a/0x90
> [  113.392654]  [<ffffffff81229481>] SyS_ioctl+0x41/0x70
> [  113.397739]  [<ffffffff8185cb36>] entry_SYSCALL_64_fastpath+0x16/0x7a
> [  113.755008] kvm: zapping shadow pages for mmio generation wraparound

Wow, this must have been there forever...

Paolo

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [Qemu-devel] freeze host when injecting NMIs in the guest, at least in 4.4-rc4+
@ 2015-12-10 17:34           ` Paolo Bonzini
  0 siblings, 0 replies; 10+ messages in thread
From: Paolo Bonzini @ 2015-12-10 17:34 UTC (permalink / raw)
  To: Borislav Petkov; +Cc: lkml, kvm, qemu-devel



On 10/12/2015 17:53, Borislav Petkov wrote:
> Just did, there it splats even when booting the guest, without even
> injecting NMIs:
> 
> [  113.233992] ===============================
> [  113.238192] [ INFO: suspicious RCU usage. ]
> [  113.242393] 4.4.0-rc4+ #1 Not tainted
> [  113.246056] -------------------------------
> [  113.250257] arch/x86/kvm/trace.h:29 suspicious rcu_dereference_check() usage!
> [  113.257400] 
>                other info that might help us debug this:
> 
> [  113.265432] 
>                RCU used illegally from idle CPU!
>                rcu_scheduler_active = 1, debug_locks = 0
> [  113.276321] RCU used illegally from extended quiescent state!
> [  113.282083] 1 lock held by qemu-system-x86/2275:
> [  113.286711]  #0:  (&vcpu->mutex){+.+.+.}, at: [<ffffffffa01d472c>] vcpu_load+0x1c/0x80 [kvm]
> [  113.295270] 
>                stack backtrace:
> [  113.299644] CPU: 4 PID: 2275 Comm: qemu-system-x86 Not tainted 4.4.0-rc4+ #1
> [  113.306706] Hardware name: Dell Inc. Precision T3600/0PTTT9, BIOS A13 05/11/2014
> [  113.314122]  0000000000000001 ffff88042f263d28 ffffffff813c2cfc ffff880432d53000
> [  113.321575]  ffff88042f263d58 ffffffff810c5157 ffff88042f268000 0000000000000000
> [  113.329027]  0000000000000000 0000000000000001 ffff88042f263e10 ffffffffa01ee7c8
> [  113.336483] Call Trace:
> [  113.338939]  [<ffffffff813c2cfc>] dump_stack+0x4e/0x82
> [  113.344098]  [<ffffffff810c5157>] lockdep_rcu_suspicious+0xe7/0x120
> [  113.350385]  [<ffffffffa01ee7c8>] kvm_arch_vcpu_ioctl_run+0x16f8/0x19c0 [kvm]
> [  113.357544]  [<ffffffffa01ed1a0>] ? kvm_arch_vcpu_ioctl_run+0xd0/0x19c0 [kvm]
> [  113.364695]  [<ffffffffa01d4b32>] kvm_vcpu_ioctl+0x342/0x700 [kvm]
> [  113.370896]  [<ffffffff810c4a7d>] ? __lock_is_held+0x4d/0x70
> [  113.376583]  [<ffffffff812351ae>] ? __fget+0xfe/0x200
> [  113.381662]  [<ffffffff812291f1>] do_vfs_ioctl+0x301/0x550
> [  113.387156]  [<ffffffff8123531a>] ? __fget_light+0x2a/0x90
> [  113.392654]  [<ffffffff81229481>] SyS_ioctl+0x41/0x70
> [  113.397739]  [<ffffffff8185cb36>] entry_SYSCALL_64_fastpath+0x16/0x7a
> [  113.755008] kvm: zapping shadow pages for mmio generation wraparound

Wow, this must have been there forever...

Paolo

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-12-10 17:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-10 14:04 ext4/jbd splat in 4.4-rc4+ Borislav Petkov
2015-12-10 16:27 ` Borislav Petkov
2015-12-10 16:44   ` freeze host when injecting NMIs in the guest, at least " Borislav Petkov
2015-12-10 16:44     ` [Qemu-devel] " Borislav Petkov
2015-12-10 16:49     ` Paolo Bonzini
2015-12-10 16:49       ` [Qemu-devel] " Paolo Bonzini
2015-12-10 16:53       ` Borislav Petkov
2015-12-10 16:53         ` [Qemu-devel] " Borislav Petkov
2015-12-10 17:34         ` Paolo Bonzini
2015-12-10 17:34           ` [Qemu-devel] " Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.