From: Anthony Liguori <anthony@codemonkey.ws>
To: Dan Smith <danms@us.ibm.com>
Cc: kvm@vger.kernel.org, Glauber de Oliveira Costa <gcosta@redhat.com>
Subject: Re: Guest crash on 2.6.27-rc6
Date: Tue, 23 Sep 2008 13:21:05 -0500 [thread overview]
Message-ID: <48D93391.3020405@codemonkey.ws> (raw)
In-Reply-To: <87wshdxhzn.fsf@caffeine.beaverton.ibm.com>
Dan Smith wrote:
> Hi,
>
> I'm running kvm-75 with a Fedora 10 (rawhide kernel version
> 2.6.27-0.323.rc6.fc10.i686) guest using a virtio NIC. As soon as I
> stress the network (e.g., mount a CIFS volume and start a build) I get
> the following kernel BUG. If I boot the system to the older F9 kernel
> (2.6.25.11-97.fc9.i686) I don't see the error. There are several other
> traces after this one, but I expect they're collateral damage.
>
Where you able to confirm that this went away when you disabled
CONFIG_KVM_CLOCK in the guest?
Regards,
Anthony Liguori
> BUG: unable to handle kernel paging request at d93d7d20
> IP: [<c0487953>] handle_mm_fault+0xcc/0x6d2
> Oops: 0000 [#1] SMP DEBUG_PAGEALLOC
> Modules linked in: nls_utf8 cifs ipt_MASQUERADE iptable_nat nf_nat bridge stp ib_iser rdma_cm ib_cm iw_cm ib_sa ib_mad ib_core ib_addr iscsi_tcp libiscsi scsi_transport_iscsi sunrpc ipt_REJECT nf_conntrack_ipv4 iptable_filter ip_tables ip6t_REJECT xt_tcpudp nf_conntrack_ipv6 xt_state nf_conntrack ip6table_filter ip6_tables x_tables ipv6 dm_mirror dm_log dm_multipath dm_mod virtio_balloon virtio_net ppdev floppy pcspkr virtio_pci i2c_piix4 i2c_core sr_mod cdrom parport_pc parport ata_piix pata_acpi ata_generic ext3 jbd mbcache [last unloaded: microcode]
>
> Pid: 6698, comm: configure Not tainted (2.6.27-0.323.rc6.fc10.i686 #1)
> EIP: 0060:[<c0487953>] EFLAGS: 00010282 CPU: 0
> EIP is at handle_mm_fault+0xcc/0x6d2
> EAX: d93d7000 EBX: c1001000 ECX: 00000d20 EDX: d8f7bd78
> ESI: b7f48708 EDI: d93d7d20 EBP: d8f7be24 ESP: d8f7bdb4
> DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068
> Process configure (pid: 6698, ti=d8f7b000 task=d91f94e0 task.ti=d8f7b000)
> Stack: 00000000 b7f48708 d912ef80 d72ec780 00000d20 d9218b7c 00000000 00000000
> 00000000 00000000 00000246 d72ec7e4 d91f94e0 d8f7be0c 00000246 00000001
> 00000002 00000000 00000000 c0697cf5 00000001 b7f48708 d8f7be28 c0442e3f
> Call Trace:
> [<c0697cf5>] ? do_page_fault+0x212/0x693
> [<c0442e3f>] ? down_read_trylock+0x3e/0x48
> [<c0697dc8>] ? do_page_fault+0x2e5/0x693
> [<c041b47d>] ? pvclock_clocksource_read+0x4d/0xa8
> [<c044bb97>] ? mark_lock+0x1e/0x331
> [<c041b47d>] ? pvclock_clocksource_read+0x4d/0xa8
> [<c042ab93>] ? finish_task_switch+0x49/0xc5
> [<c041ab4a>] ? kvm_clock_read+0x1b/0x1d
> [<c0409617>] ? sched_clock+0x8/0xb
> [<c044a910>] ? lock_release_holdtime+0x30/0x125
> [<c044c0c0>] ? trace_hardirqs_on+0xb/0xd
> [<c0697ae3>] ? do_page_fault+0x0/0x693
> [<c069633a>] ? error_code+0x72/0x78
> [<c042007b>] ? set_task_cpu+0x1c6/0x1ce
> [<c04400d8>] ? process_timer_rebalance+0x124/0x171
> [<c051aa25>] ? __put_user_4+0x11/0x18
> [<c042b574>] ? schedule_tail+0x46/0x49
> [<c0404b12>] ? ret_from_fork+0x6/0x1c
> =======================
> Code: 0c ba 0f 00 00 00 6b c0 38 8d 04 03 e8 da 75 f9 ff 90 8b 4d 94 c1 e9 0a 81 e1 fc 0f 00 00 89 cf 01 c7 89 4d a0 0f 84 f7 05 00 00 <8b> 37 f7 c6 81 00 00 00 0f 85 1a 05 00 00 85 f6 0f 85 5d 01 00
> EIP: [<c0487953>] handle_mm_fault+0xcc/0x6d2 SS:ESP 0068:d8f7bdb4
> ---[ end trace f03db3499f41d80e ]---
>
>
next prev parent reply other threads:[~2008-09-23 18:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-09-15 20:38 Guest crash on 2.6.27-rc6 Dan Smith
2008-09-23 18:21 ` Anthony Liguori [this message]
2008-09-23 18:24 ` Dan Smith
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=48D93391.3020405@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=danms@us.ibm.com \
--cc=gcosta@redhat.com \
--cc=kvm@vger.kernel.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.