[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 kernelbugzilla.org.mark...@dfgh.net --- 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 [

[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 kernelbugzilla.org.mark...@dfgh.net --- Created attachment 166461 -- https://bugzilla.kernel.org/attachment.cgi?id=166461action=edit dmesg -- You are receiving this mail because: You are watching the assignee of the

[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 kernelbugzilla.org.mark...@dfgh.net --- 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

[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 a...@lxorguk.ukuu.org.uk changed: What|Removed |Added Status|NEW |NEEDINFO

[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 bonz...@gnu.org changed: What|Removed |Added CC||bonz...@gnu.org ---

[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 kernelbugzilla.org.mark...@dfgh.net --- 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

[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 kernelbugzilla.org.mark...@dfgh.net --- Created attachment 166021 -- https://bugzilla.kernel.org/attachment.cgi?id=166021action=edit result of guest lsmod; identical for mono-cpu / multi-cpu -- You are receiving this

[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 kernelbugzilla.org.mark...@dfgh.net --- Created attachment 165181 -- https://bugzilla.kernel.org/attachment.cgi?id=165181action=edit serial log during bug; when smp 1 -- You are receiving this mail because: You are

[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.18.3

[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 kernelbugzilla.org.mark...@dfgh.net --- Created attachment 165201 -- https://bugzilla.kernel.org/attachment.cgi?id=165201action=edit host cpuinfo -- You are receiving this mail because: You are watching the assignee of

[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 kernelbugzilla.org.mark...@dfgh.net --- Created attachment 165191 -- https://bugzilla.kernel.org/attachment.cgi?id=165191action=edit serial log when no smp -- You are receiving this mail because: You are watching the

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

2009-02-01 Thread SourceForge.net
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 crashes when using

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 -localtime

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 now).

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 PIT, just

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 KVM?

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

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 virtio-kernel -initrd

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 -initrd

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 -append

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 lost on the

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

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

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. Strange. I

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

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

Re: KVM guest crashes

2009-01-20 Thread Alexander Graf
On 20.01.2009, at 21:07, Avi Kivity a...@redhat.com 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

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

2008-12-17 Thread SourceForge.net
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 guest crashes when