[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-12 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #10 from Mark --- well thanks very much guys, I'll cautiously say that a patched guest kernel seems to resolve it :-) the bug seemed to appear even when the host is untainted; serial log says [ 375.989736] divide error: [#1] SMP

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #9 from Mark --- I'll try both of your suggestions, thanks -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message t

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-11 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #8 from Mark --- Created attachment 166461 --> https://bugzilla.kernel.org/attachment.cgi?id=166461&action=edit dmesg -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from this lis

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 Paolo Bonzini changed: What|Removed |Added CC||bonz...@gnu.org --- Comment #7 from Paolo

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-10 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 Alan changed: What|Removed |Added Status|NEW |NEEDINFO CC|

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #5 from Mark --- Created attachment 166021 --> https://bugzilla.kernel.org/attachment.cgi?id=166021&action=edit result of guest lsmod; identical for mono-cpu / multi-cpu -- You are receiving this mail because: You are watching the

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-02-06 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #4 from Mark --- I should just add that that 'code' segment in the kvm dump is identical every time, I'd be happy to try to track what is causing it, providing someone could give me some pointers to debugging that kind of stuff in more

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #3 from Mark --- Created attachment 165201 --> https://bugzilla.kernel.org/attachment.cgi?id=165201&action=edit host cpuinfo -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscribe from t

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #2 from Mark --- Created attachment 165191 --> https://bugzilla.kernel.org/attachment.cgi?id=165191&action=edit serial log when no smp -- You are receiving this mail because: You are watching the assignee of the bug. -- To unsubscr

[Bug 92291] kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 --- Comment #1 from Mark --- Created attachment 165181 --> https://bugzilla.kernel.org/attachment.cgi?id=165181&action=edit serial log during bug; when smp > 1 -- You are receiving this mail because: You are watching the assignee of the bug. -

[Bug 92291] New: kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well

2015-01-29 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=92291 Bug ID: 92291 Summary: kvm/guest crashes when smp > 1 with AMD FX8300; with host kernel oops from abrt as well Product: Virtualization Version: unspecified Kernel Version: 3.1

[ kvm-Bugs-2441883 ] KVM guest crashes when using linux-md software RAID5

2009-02-01 Thread SourceForge.net
copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Johannes Truschnigg (c0l0) Assigned to: Nobody/Anonymous (nobody) Summary: KVM guest cra

Re: KVM guest crashes

2009-01-26 Thread Alexander Graf
Marcelo Tosatti wrote: > On Mon, Jan 26, 2009 at 04:53:21PM +0100, Alexander Graf wrote: > >>> There are a number of problems that can result in this error, and the >>> problems are possibly different between the in-kernel PIT and userspace >>> PIT emulation (note it also happens with in-kernel

Re: KVM guest crashes

2009-01-26 Thread Marcelo Tosatti
On Mon, Jan 26, 2009 at 04:53:21PM +0100, Alexander Graf wrote: > > There are a number of problems that can result in this error, and the > > problems are possibly different between the in-kernel PIT and userspace > > PIT emulation (note it also happens with in-kernel PIT, just much more > > rarely

Re: KVM guest crashes

2009-01-26 Thread Alexander Graf
Marcelo Tosatti wrote: > Hi Alexander, > > On Thu, Jan 22, 2009 at 09:29:46PM +0100, Alexander Graf wrote: > > >> Following the discussion on IRC, I tried -no-kvm-irqchip and found some >> virtual machines broken after >1 day of stress testing again: >> >> + sudo -u contain2 env -i qemu-kvm -loc

Re: KVM guest crashes

2009-01-24 Thread Alexander Graf
On 24.01.2009, at 14:06, Marcelo Tosatti wrote: On Sat, Jan 24, 2009 at 08:42:06AM +0100, Alexander Graf wrote: rarely now). You can use the no_timer_check kernel option to bypass it. Ok :-). Thanks. The logic in the kernel for this is really stupid (basing timing on clock speed). What about

Re: KVM guest crashes

2009-01-24 Thread Marcelo Tosatti
On Sat, Jan 24, 2009 at 08:42:06AM +0100, Alexander Graf wrote: >> rarely now). You can use the no_timer_check kernel option to bypass >> it. > > Ok :-). Thanks. The logic in the kernel for this is really stupid > (basing timing on clock speed). What about disabling the check if we > detect K

Re: KVM guest crashes

2009-01-23 Thread Alexander Graf
Hi Marcelo, On 23.01.2009, at 23:36, Marcelo Tosatti wrote: Hi Alexander, On Thu, Jan 22, 2009 at 09:29:46PM +0100, Alexander Graf wrote: Following the discussion on IRC, I tried -no-kvm-irqchip and found some virtual machines broken after >1 day of stress testing again: + sudo -u contain

Re: KVM guest crashes

2009-01-23 Thread Marcelo Tosatti
Hi Alexander, On Thu, Jan 22, 2009 at 09:29:46PM +0100, Alexander Graf wrote: > Following the discussion on IRC, I tried -no-kvm-irqchip and found some > virtual machines broken after >1 day of stress testing again: > > + sudo -u contain2 env -i qemu-kvm -localtime -kernel virtio-kernel > -initr

Re: KVM guest crashes

2009-01-23 Thread Alexander Graf
Alexander Graf wrote: > Alexander Graf wrote: > >> Alexander Graf wrote: >> >> [...] >> >> >>> Also after two days of permanent stress testing I also got the Intel >>> machine w/ current git down: >>> >>> + sudo -u contain1 env -i /usr/local/bin/qemu-system-x86_64 -localtime >>> -kernel

Re: KVM guest crashes

2009-01-22 Thread Alexander Graf
Alexander Graf wrote: > Alexander Graf wrote: > > [...] > >> Also after two days of permanent stress testing I also got the Intel >> machine w/ current git down: >> >> + sudo -u contain1 env -i /usr/local/bin/qemu-system-x86_64 -localtime >> -kernel virtio-kernel -initrd virtio-initrd -nographic

Re: KVM guest crashes

2009-01-22 Thread Alexander Graf
Alexander Graf wrote: [...] > Also after two days of permanent stress testing I also got the Intel > machine w/ current git down: > > + sudo -u contain1 env -i /usr/local/bin/qemu-system-x86_64 -localtime > -kernel virtio-kernel -initrd virtio-initrd -nographic -append 'quiet > clocksource=acpi_pm

Re: KVM guest crashes

2009-01-22 Thread Alexander Graf
Avi Kivity wrote: > Avi Kivity wrote: >> >> I suggest checking if you have the latest BIOS update applied. I've >> had bad experiences with un-updated processors. >> > > FWIW, I have an 8-way F9 guest (2.6.27.5-blah) running on an 2x4 > Barcelona host, happily make -j16ing an allmodconfig kernel.

Re: KVM guest crashes

2009-01-21 Thread Alexander Graf
Avi Kivity wrote: > Avi Kivity wrote: >> >> I suggest checking if you have the latest BIOS update applied. I've >> had bad experiences with un-updated processors. >> > > FWIW, I have an 8-way F9 guest (2.6.27.5-blah) running on an 2x4 > Barcelona host, happily make -j16ing an allmodconfig kernel.

Re: KVM guest crashes

2009-01-21 Thread Avi Kivity
Avi Kivity wrote: I suggest checking if you have the latest BIOS update applied. I've had bad experiences with un-updated processors. FWIW, I have an 8-way F9 guest (2.6.27.5-blah) running on an 2x4 Barcelona host, happily make -j16ing an allmodconfig kernel. -- error compiling committe

Re: KVM guest crashes

2009-01-21 Thread Avi Kivity
Alexander Graf wrote: Avi Kivity wrote: Alexander Graf wrote: The guest kernels included here are openSUSE 11.0 (2.6.25) and 11.1 (2.6.27) kernels. Find the tests here: http://alex.csgraf.de/kvm-tests.tar.bz2 And some logs here (NPT enabled): http://alex.csgraf.de/kvm-logs.tar.bz2 I'm

Re: KVM guest crashes

2009-01-21 Thread Alexander Graf
Avi Kivity wrote: > Alexander Graf wrote: >> The guest kernels included here are openSUSE 11.0 (2.6.25) and 11.1 >> (2.6.27) kernels. >> >> Find the tests here: http://alex.csgraf.de/kvm-tests.tar.bz2 >> And some logs here (NPT enabled): http://alex.csgraf.de/kvm-logs.tar.bz2 >> >> I'm somewhat los

Re: KVM guest crashes

2009-01-20 Thread Alexander Graf
On 20.01.2009, at 21:07, Avi Kivity wrote: Alexander Graf wrote: Hi list, recently I've been hitting some KVM bugs others seem to have reported as well, including - CIFS timeouts - Stuck ?? errors - Random segmentation faults in the guest so I figured, I'll put together a stress test

Re: KVM guest crashes

2009-01-20 Thread Avi Kivity
Alexander Graf wrote: Hi list, recently I've been hitting some KVM bugs others seem to have reported as well, including - CIFS timeouts - Stuck ?? errors - Random segmentation faults in the guest so I figured, I'll put together a stress test that can be used to reproduce these issues. This is

KVM guest crashes

2009-01-20 Thread Alexander Graf
Hi list, recently I've been hitting some KVM bugs others seem to have reported as well, including - CIFS timeouts - Stuck ?? errors - Random segmentation faults in the guest so I figured, I'll put together a stress test that can be used to reproduce these issues. This is done by using a CIFS mou

[ kvm-Bugs-2441883 ] KVM guest crashes when using linux-md software RAID5

2008-12-24 Thread SourceForge.net
the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None >Status: Pending Resolution: None Priority: 5 Private: No Submitted By: Johannes Truschnigg (c0l0) Assigned to: Nobody/Anonymous (nobody) Summary: KVM guest crashes w

[ kvm-Bugs-2441883 ] KVM guest crashes when using linux-md software RAID5

2008-12-17 Thread SourceForge.net
a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Johannes Truschnigg (c0l0) Assigned to: Nobody/Anonymous (nobody) Summary: KVM g