Prev: [PATCH] firewire: cdev: fix fw_cdev_event_bus_reset emission after local config ROM changes
Next: [PATCH] IR/lirc_dev: fix locking in lirc_dev_fop_read
From: Glauber Costa on 7 Jul 2010 10:00 On Wed, Jul 07, 2010 at 02:47:31PM +0200, Peter Palfrader wrote: > Hey, > > Greg KH schrieb am Donnerstag, dem 01. Juli 2010: > > > 2.6.32-stable review patch. If anyone has any objections, please let us know. > > 2.6.32.16 fails to boot on my KVM domains using qemu-kvm 0.11.1. > > Bisecting between 2.6.32.14 which worked and .16 turned up this commit > as the first culprit[0]. > > The host is still running 2.6.32.14 and has 8 cores on 2 CPUs. The > single-cpu KVM domain hangs just after printing 'Write protecting the > kernel read-only data: 9492k'[1]. On a successful boot this line would > usually be followed by 'INIT: version 2.86 booting'. > > A 2.6.32.16 with this patch reverted boots fine. > > If there's any info you need please just ask. if you boot with another clocksource, and then switch to kvmclock with the machine already running, do you see anything strange or suspicious? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Gleb Natapov on 8 Jul 2010 07:10
On Thu, Jul 08, 2010 at 10:51:14AM +0200, Peter Palfrader wrote: > On Thu, 08 Jul 2010, Gleb Natapov wrote: > > > > > And what if you provide -cpu qemu64,-kvmclock to qemu command line? > > > > > > Adding that to the glob of options that already were there from libvirt > > > didn't disable it, but using an LD_PRELOAD wrapper[1] to that purpose on > > > the host when starting kvm did help. > > > > > Strange. -kvmclock should have had the same effect. What qemu is it? > > What is your command line? > > | QEMU PC emulator version 0.11.1 (qemu-kvm-0.11.1), Copyright (c) 2003-2008 Fabrice Bellard > from the debian package qemu-kvm (0.11.1+dfsg-1~bpo50+1) That explain it. 0.11 is really old. Don't have this ability. > [should we trim the CC list? If yes, to what?] Better not to. -- Gleb. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |