All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kevin Shanahan <kmshanah@ucwb.org.au>
To: Avi Kivity <avi@redhat.com>
Cc: "Steven Rostedt" <rostedt@goodmis.org>,
	"Ingo Molnar" <mingo@elte.hu>, "Rafael J. Wysocki" <rjw@sisk.pl>,
	"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
	"Kernel Testers List" <kernel-testers@vger.kernel.org>,
	"Mike Galbraith" <efault@gmx.de>,
	"Peter Zijlstra" <a.p.zijlstra@chello.nl>,
	"Frédéric Weisbecker" <fweisbec@gmail.com>,
	bugme-daemon@bugzilla.kernel.org
Subject: Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected)
Date: Thu, 22 Jan 2009 00:55:32 +1030	[thread overview]
Message-ID: <1232547932.4895.119.camel@kulgan.wumi.org.au> (raw)
In-Reply-To: <49760E2D.2060109@redhat.com>

On Tue, 2009-01-20 at 19:47 +0200, Avi Kivity wrote:
> Steven Rostedt wrote:
> > Note, the wakeup latency only tests realtime threads, since other threads
> > can have other issues for wakeup. I could change the wakeup tracer as
> > wakeup_rt, and make a new "wakeup" that tests all threads, but it may
> > be difficult to get something accurate.
> 
> Kevin, can you retest with kvm at realtime priority?

Running vanilla Linux 2.6.28, kvm-82. First a control test to check that
the problem is still there when running at normal priority:

--- hermes-old.wumi.org.au ping statistics ---
900 packets transmitted, 900 received, 0% packet loss, time 899283ms
rtt min/avg/max/mdev = 0.119/269.773/13739.426/1230.836 ms, pipe 14

Yeah, sure is.

Okay, so now I set the realtime attributes of the processes for the VM
instance being pinged:

flexo:~# ps ax | grep 6284
 6284 ?        Sl     6:11 /usr/local/kvm/bin/qemu-system-x86_64 -smp 2
-m 2048 -hda kvm-17-1.img -hdb kvm-17-tmp.img -net
nic,vlan=0,macaddr=52:54:00:12:34:67,model=rtl8139 -net
tap,vlan=0,ifname=tap17,script=no -vnc 127.0.0.1:17 -usbdevice tablet
-daemonize
flexo:~# pstree -p 6284
qemu-system-x86(6284)─┬─{qemu-system-x86}(6285)
                      ├─{qemu-system-x86}(6286)
                      └─{qemu-system-x86}(6540)

(info cpus on the QEMU console shows 6285 and 6286 being the VCPU
processes. Not sure what the third child is for, maybe vnc?.)

flexo:~# chrt -r -p 3 6284
flexo:~# chrt -r -p 3 6285
flexo:~# chrt -r -p 3 6286
flexo:~# chrt -p 6284
pid 6284's current scheduling policy: SCHED_RR
pid 6284's current scheduling priority: 3
flexo:~# chrt -p 6285
pid 6285's current scheduling policy: SCHED_RR
pid 6285's current scheduling priority: 3
flexo:~# chrt -p 6286
pid 6286's current scheduling policy: SCHED_RR
pid 6286's current scheduling priority: 3

And the result of the ping test now:

--- hermes-old.wumi.org.au ping statistics ---
900 packets transmitted, 900 received, 0% packet loss, time 899326ms
rtt min/avg/max/mdev = 0.093/0.157/3.611/0.117 ms

So, a _huge_ difference. But what does it mean?

Regards,
Kevin.

P.S. Can someone tell me if I'm doing the CC: to bugme-daemon wrong? I
     thought that was supposed to add the emails as comments to the
     bugzilla report?



WARNING: multiple messages have this Message-ID (diff)
From: Kevin Shanahan <kmshanah-biM/RbsGxha6c6uEtOJ/EA@public.gmane.org>
To: Avi Kivity <avi-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
Cc: "Steven Rostedt"
	<rostedt-nx8X9YLhiw1AfugRpC6u6w@public.gmane.org>,
	"Ingo Molnar" <mingo-X9Un+BFzKDI@public.gmane.org>,
	"Rafael J. Wysocki" <rjw-KKrjLPT3xs0@public.gmane.org>,
	"Linux Kernel Mailing List"
	<linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"Kernel Testers List"
	<kernel-testers-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
	"Mike Galbraith" <efault-Mmb7MZpHnFY@public.gmane.org>,
	"Peter Zijlstra"
	<a.p.zijlstra-/NLkJaSkS4VmR6Xm/wNWPw@public.gmane.org>,
	"Frédéric Weisbecker"
	<fweisbec-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	bugme-daemon-590EEB7GvNiWaY/ihj7yzEB+6BGkLq7r@public.gmane.org
Subject: Re: [Bug #12465] KVM guests stalling on 2.6.28 (bisected)
Date: Thu, 22 Jan 2009 00:55:32 +1030	[thread overview]
Message-ID: <1232547932.4895.119.camel@kulgan.wumi.org.au> (raw)
In-Reply-To: <49760E2D.2060109-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>

On Tue, 2009-01-20 at 19:47 +0200, Avi Kivity wrote:
> Steven Rostedt wrote:
> > Note, the wakeup latency only tests realtime threads, since other threads
> > can have other issues for wakeup. I could change the wakeup tracer as
> > wakeup_rt, and make a new "wakeup" that tests all threads, but it may
> > be difficult to get something accurate.
> 
> Kevin, can you retest with kvm at realtime priority?

Running vanilla Linux 2.6.28, kvm-82. First a control test to check that
the problem is still there when running at normal priority:

--- hermes-old.wumi.org.au ping statistics ---
900 packets transmitted, 900 received, 0% packet loss, time 899283ms
rtt min/avg/max/mdev = 0.119/269.773/13739.426/1230.836 ms, pipe 14

Yeah, sure is.

Okay, so now I set the realtime attributes of the processes for the VM
instance being pinged:

flexo:~# ps ax | grep 6284
 6284 ?        Sl     6:11 /usr/local/kvm/bin/qemu-system-x86_64 -smp 2
-m 2048 -hda kvm-17-1.img -hdb kvm-17-tmp.img -net
nic,vlan=0,macaddr=52:54:00:12:34:67,model=rtl8139 -net
tap,vlan=0,ifname=tap17,script=no -vnc 127.0.0.1:17 -usbdevice tablet
-daemonize
flexo:~# pstree -p 6284
qemu-system-x86(6284)─┬─{qemu-system-x86}(6285)
                      ├─{qemu-system-x86}(6286)
                      └─{qemu-system-x86}(6540)

(info cpus on the QEMU console shows 6285 and 6286 being the VCPU
processes. Not sure what the third child is for, maybe vnc?.)

flexo:~# chrt -r -p 3 6284
flexo:~# chrt -r -p 3 6285
flexo:~# chrt -r -p 3 6286
flexo:~# chrt -p 6284
pid 6284's current scheduling policy: SCHED_RR
pid 6284's current scheduling priority: 3
flexo:~# chrt -p 6285
pid 6285's current scheduling policy: SCHED_RR
pid 6285's current scheduling priority: 3
flexo:~# chrt -p 6286
pid 6286's current scheduling policy: SCHED_RR
pid 6286's current scheduling priority: 3

And the result of the ping test now:

--- hermes-old.wumi.org.au ping statistics ---
900 packets transmitted, 900 received, 0% packet loss, time 899326ms
rtt min/avg/max/mdev = 0.093/0.157/3.611/0.117 ms

So, a _huge_ difference. But what does it mean?

Regards,
Kevin.

P.S. Can someone tell me if I'm doing the CC: to bugme-daemon wrong? I
     thought that was supposed to add the emails as comments to the
     bugzilla report?


  reply	other threads:[~2009-01-21 14:25 UTC|newest]

Thread overview: 254+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-19 21:41 2.6.29-rc2-git1: Reported regressions 2.6.27 -> 2.6.28 Rafael J. Wysocki
2009-01-19 21:41 ` Rafael J. Wysocki
2009-01-19 21:41 ` [Bug #11849] default IRQ affinity change in v2.6.27 (breaking several SMP PPC based systems) Rafael J. Wysocki
2009-01-19 21:41   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12061] snd_hda_intel: power_save: sound cracks on powerdown Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12208] uml is very slow on 2.6.28 host Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-26 11:35   ` Miklos Szeredi
2009-01-26 11:35     ` Miklos Szeredi
2009-01-19 21:45 ` [Bug #12160] networking oops after resume from s2ram (2.6.28-rc6) Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12159] 2.6.28-rc6-git1 -- No sound produced from Intel HDA ALSA driver Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12263] Sata soft reset filling log Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12260] Regression due to commit 2b80848e3818fb1c (p54usb: support LM87 firmwares) Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20 22:11   ` [PATCH -stable] p54usb: fix traffic stalls / packet drop Christian Lamparter
2009-01-20 22:11     ` Christian Lamparter
2009-01-20 22:36     ` Rafael J. Wysocki
2009-01-20 22:36       ` Rafael J. Wysocki
2009-01-20 22:39     ` Greg KH
2009-01-20 22:39       ` Greg KH
2009-01-20 23:56       ` John W. Linville
2009-01-20 23:56         ` John W. Linville
2009-01-21 14:03         ` Christian Lamparter
2009-01-21 14:03           ` Christian Lamparter
2009-01-22 22:47     ` patch p54usb-fix-traffic-stalls-packet-drop.patch added to 2.6.28-stable tree gregkh
2009-01-19 21:45 ` [Bug #12224] journal activity on inactive partition causes inactive harddrive spinup Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20 13:03   ` Theodore Tso
2009-01-20 13:03     ` Theodore Tso
2009-01-19 21:45 ` [Bug #12209] oldish top core dumps (in its meminfo() function) Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12265] FPU emulation broken in 2.6.28-rc8 ? Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12264] i915: switching from kwin in opengl mode to a VT then back to x11, x11 freezes Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20 18:13   ` Caleb Cushing
2009-01-20 18:13     ` Caleb Cushing
2009-01-19 21:45 ` [Bug #12337] ~100 extra wakeups reported by powertop Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20  9:38   ` Alberto Gonzalez
2009-01-20  9:38     ` Alberto Gonzalez
2009-01-19 21:45 ` [Bug #12391] Processor does not go below C2 state until usb.autosuspend is enabled Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-27 10:27   ` Pavel Machek
2009-01-27 10:27     ` Pavel Machek
2009-01-19 21:45 ` [Bug #12395] 2.6.28-rc9: oprofile regression Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12393] debugging in dosemu causes lots of 'scheduling while atomic' Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20  9:58   ` Michal Suchanek
2009-01-20  9:58     ` Michal Suchanek
2009-01-19 21:45 ` [Bug #12396] hwinfo problem since 2.6.28 Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-26 14:00   ` Beschorner Daniel
2009-01-19 21:45 ` [Bug #12404] Oops in 2.6.28-rc9 and -rc8 -- mtrr issues / e1000e Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12403] TTY problem on linux-2.6.28-rc7 Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12401] 2.6.28 regression: xbacklight broken on ThinkPad X61s Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20  7:30   ` Tino Keitel
2009-01-20  7:30     ` Tino Keitel
2009-01-19 21:45 ` [Bug #12406] 2.6.28 thinks that my PS/2 mouse is a touchpad Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20  1:45   ` Arjan Opmeer
2009-01-20  9:19     ` Dmitry Torokhov
2009-01-20  9:19       ` Dmitry Torokhov
2009-01-22  6:29       ` Alexander E. Patrakov
2009-01-22  6:29         ` Alexander E. Patrakov
2009-01-19 21:45 ` [Bug #12407] Kernel 2.6.28 regression: Hang after hibernate Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12408] Funny problem with 2.6.28: Kernel stalls Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12405] oops in __bounce_end_io_read under kvm Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12409] NULL pointer dereference at get_stats() Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-21 16:18   ` Frederik Deweerdt
2009-01-21 16:18     ` Frederik Deweerdt
2009-01-24  0:39     ` Tetsuo Handa
2009-02-07  2:34     ` Tetsuo Handa
2009-02-07  2:34       ` Tetsuo Handa
2009-02-09 11:19       ` Tetsuo Handa
2009-02-09 11:19         ` Tetsuo Handa
2009-02-11 22:54         ` Alok Kataria
2009-02-11 22:54           ` Alok Kataria
2009-02-11 23:02           ` Alok Kataria
2009-02-11 23:02             ` Alok Kataria
2009-02-13 11:54       ` Tetsuo Handa
2009-02-13 11:54         ` Tetsuo Handa
2009-01-19 21:45 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20  0:12   ` Kevin Shanahan
2009-01-20 11:35     ` Ingo Molnar
2009-01-20 11:35       ` Ingo Molnar
2009-01-20 12:37       ` Avi Kivity
2009-01-20 12:37         ` Avi Kivity
2009-01-20 12:42       ` Kevin Shanahan
2009-01-20 12:42         ` Kevin Shanahan
2009-01-20 12:56         ` Ingo Molnar
2009-01-20 12:56           ` Ingo Molnar
2009-01-20 13:07           ` Ingo Molnar
2009-01-20 13:07             ` Ingo Molnar
2009-01-20 14:59             ` Steven Rostedt
2009-01-20 14:59               ` Steven Rostedt
2009-01-20 15:04               ` Ingo Molnar
2009-01-20 15:04                 ` Ingo Molnar
2009-01-20 17:53                 ` Steven Rostedt
2009-01-20 17:53                   ` Steven Rostedt
2009-01-20 18:39                   ` Ingo Molnar
2009-01-20 18:39                     ` Ingo Molnar
2009-01-20 17:47               ` Avi Kivity
2009-01-20 17:47                 ` Avi Kivity
2009-01-21 14:25                 ` Kevin Shanahan [this message]
2009-01-21 14:25                   ` Kevin Shanahan
2009-01-21 14:34                   ` Avi Kivity
2009-01-21 14:34                     ` Avi Kivity
2009-01-21 14:51                     ` Kevin Shanahan
2009-01-21 14:51                       ` Kevin Shanahan
2009-01-21 14:59                       ` Avi Kivity
2009-01-21 14:59                         ` Avi Kivity
2009-01-21 15:13                         ` Steven Rostedt
2009-01-21 15:13                           ` Steven Rostedt
2009-01-22  1:48                         ` Steven Rostedt
2009-01-22  1:48                           ` Steven Rostedt
2009-01-21 15:10                     ` Steven Rostedt
2009-01-21 15:10                       ` Steven Rostedt
2009-01-21 15:18                     ` Ingo Molnar
2009-01-21 15:18                       ` Ingo Molnar
2009-01-22 19:57                       ` Kevin Shanahan
2009-01-22 20:31                         ` Ingo Molnar
2009-01-22 20:31                           ` Ingo Molnar
2009-01-26  9:55                       ` Kevin Shanahan
2009-01-26  9:55                         ` Kevin Shanahan
2009-01-26 11:35                         ` Peter Zijlstra
2009-01-26 14:38                           ` [RFC][PATCH] ftrace: function graph trace context switches Peter Zijlstra
2009-01-26 14:38                             ` Peter Zijlstra
2009-01-26 15:39                             ` Frédéric Weisbecker
2009-01-26 15:39                               ` Frédéric Weisbecker
2009-01-26 15:41                             ` Steven Rostedt
2009-01-26 15:41                               ` Steven Rostedt
2009-03-16 17:57                             ` Frederic Weisbecker
2009-03-16 17:57                               ` Frederic Weisbecker
2009-01-26 15:00                           ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Ingo Molnar
2009-01-26 15:00                             ` Ingo Molnar
2009-01-20 14:23           ` Kevin Shanahan
2009-01-20 14:23             ` Kevin Shanahan
2009-01-20 14:25             ` Ingo Molnar
2009-01-20 14:25               ` Ingo Molnar
2009-01-20 15:51               ` Kevin Shanahan
2009-01-20 15:51                 ` Kevin Shanahan
2009-01-20 16:06                 ` Ingo Molnar
2009-01-20 16:06                   ` Ingo Molnar
2009-01-20 16:19                   ` Peter Zijlstra
2009-01-20 16:19                     ` Peter Zijlstra
2009-01-20 14:46             ` Frédéric Weisbecker
2009-01-20 14:46               ` Frédéric Weisbecker
2009-01-20 13:04         ` Avi Kivity
2009-01-20 13:04           ` Avi Kivity
2009-01-20 17:54           ` Kevin Shanahan
2009-01-20 17:54             ` Kevin Shanahan
2009-01-20 18:42             ` Ingo Molnar
2009-01-20 18:42               ` Ingo Molnar
2009-01-19 21:45 ` [Bug #12411] 2.6.28: BUG in r8169 Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-19 21:45 ` [Bug #12426] TMDC Joystick no longer works in kernel 2.6.28 Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-21  0:48   ` Andrew S. Johnson
2009-01-22 13:34     ` Jiri Kosina
2009-01-22 13:34       ` Jiri Kosina
2009-01-23  2:06       ` Andrew S. Johnson
2009-01-23  2:06         ` Andrew S. Johnson
2009-01-26 11:49         ` Jiri Kosina
2009-01-26 11:49           ` Jiri Kosina
2009-01-19 21:45 ` [Bug #12483] Reference to inexistent struct dmi_device_id breaks the build Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-20  8:15   ` Jean Delvare
2009-01-20  8:15     ` Jean Delvare
2009-01-19 21:45 ` [Bug #12500] r8169: NETDEV WATCHDOG: eth0 (r8169): transmit timed out Rafael J. Wysocki
2009-01-19 21:45   ` Rafael J. Wysocki
2009-01-22 16:43 ` 2.6.29-rc2-git1: Reported regressions 2.6.27 -> 2.6.28 Jörg-Volker Peetz
2009-01-24 13:25 ` Rolf Eike Beer
2009-01-24 13:25   ` Rolf Eike Beer
2009-02-04 10:55 2.6.29-rc3-git6: " Rafael J. Wysocki
2009-02-04 10:58 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-02-04 10:58   ` Rafael J. Wysocki
2009-02-05 19:35   ` Kevin Shanahan
2009-02-05 19:35     ` Kevin Shanahan
2009-02-05 22:37     ` Rafael J. Wysocki
2009-02-05 22:37       ` Rafael J. Wysocki
2009-02-14 20:48 2.6.29-rc5: Reported regressions 2.6.27 -> 2.6.28 Rafael J. Wysocki
2009-02-14 20:50 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-02-14 20:50   ` Rafael J. Wysocki
2009-02-23 22:00 2.6.29-rc6: Reported regressions 2.6.27 -> 2.6.28 Rafael J. Wysocki
2009-02-23 22:03 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-02-23 22:03   ` Rafael J. Wysocki
2009-02-24  0:59   ` Kevin Shanahan
2009-02-24  0:59     ` Kevin Shanahan
2009-02-24  1:37     ` Rafael J. Wysocki
2009-02-24  1:37       ` Rafael J. Wysocki
2009-02-24 12:09     ` Avi Kivity
2009-02-24 12:09       ` Avi Kivity
2009-02-24 22:11       ` Kevin Shanahan
2009-02-24 22:11         ` Kevin Shanahan
2009-03-03 19:34 2.6.29-rc6-git7: Reported regressions 2.6.27 -> 2.6.28 Rafael J. Wysocki
2009-03-03 19:41 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-03-03 19:41   ` Rafael J. Wysocki
2009-03-04  3:08   ` Kevin Shanahan
2009-03-04  3:08     ` Kevin Shanahan
2009-03-08 10:04     ` Avi Kivity
2009-03-08 10:04       ` Avi Kivity
2009-03-14 19:11 2.6.29-rc8: Reported regressions 2.6.27 -> 2.6.28 Rafael J. Wysocki
2009-03-14 19:20 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-03-14 19:20   ` Rafael J. Wysocki
2009-03-15  9:03   ` Kevin Shanahan
2009-03-15  9:03     ` Kevin Shanahan
2009-03-15  9:18     ` Avi Kivity
2009-03-15  9:18       ` Avi Kivity
2009-03-15  9:48       ` Ingo Molnar
2009-03-15  9:48         ` Ingo Molnar
2009-03-15  9:56         ` Avi Kivity
2009-03-15  9:56           ` Avi Kivity
2009-03-15 10:03           ` Ingo Molnar
2009-03-15 10:13             ` Avi Kivity
2009-03-15 10:13               ` Avi Kivity
2009-03-16  9:49     ` Avi Kivity
2009-03-16  9:49       ` Avi Kivity
2009-03-16 12:46       ` Kevin Shanahan
2009-03-16 12:46         ` Kevin Shanahan
2009-03-16 20:07         ` Frederic Weisbecker
2009-03-16 20:07           ` Frederic Weisbecker
2009-03-16 22:55           ` Kevin Shanahan
2009-03-16 22:55             ` Kevin Shanahan
2009-03-18  0:20             ` Frederic Weisbecker
2009-03-18  0:20               ` Frederic Weisbecker
2009-03-18  1:16               ` Kevin Shanahan
2009-03-18  1:16                 ` Kevin Shanahan
2009-03-18  2:24                 ` Frederic Weisbecker
2009-03-18  2:24                   ` Frederic Weisbecker
2009-03-18 21:24                 ` Kevin Shanahan
2009-03-21  5:00                   ` Kevin Shanahan
2009-03-21  5:00                     ` Kevin Shanahan
2009-03-21 14:08                     ` Frederic Weisbecker
2009-03-21 14:08                       ` Frederic Weisbecker
2009-03-24 11:44                     ` Frederic Weisbecker
2009-03-24 11:44                       ` Frederic Weisbecker
2009-03-24 11:47                       ` Frederic Weisbecker
2009-03-24 11:47                         ` Frederic Weisbecker
2009-03-25 23:40                       ` Kevin Shanahan
2009-03-25 23:48                         ` Frederic Weisbecker
2009-03-25 23:48                           ` Frederic Weisbecker
2009-03-26 20:22                       ` Kevin Shanahan
2009-03-26 20:22                         ` Kevin Shanahan
2009-03-21 17:01 2.6.29-rc8-git5: Reported regressions 2.6.27 -> 2.6.28 Rafael J. Wysocki
2009-03-21 17:07 ` [Bug #12465] KVM guests stalling on 2.6.28 (bisected) Rafael J. Wysocki
2009-03-21 17:07   ` Rafael J. Wysocki
2009-03-21 19:50   ` Ingo Molnar
2009-03-21 19:50     ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1232547932.4895.119.camel@kulgan.wumi.org.au \
    --to=kmshanah@ucwb.org.au \
    --cc=a.p.zijlstra@chello.nl \
    --cc=avi@redhat.com \
    --cc=bugme-daemon@bugzilla.kernel.org \
    --cc=efault@gmx.de \
    --cc=fweisbec@gmail.com \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=rjw@sisk.pl \
    --cc=rostedt@goodmis.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.