xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
To: Gerry Reno <greno@verizon.net>
Cc: xen-devel@lists.xensource.com
Subject: Re: AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush
Date: Mon, 10 May 2010 10:10:38 -0400	[thread overview]
Message-ID: <20100510141038.GA29517@phenom.dumpdata.com> (raw)
In-Reply-To: <4BE48BE4.8000607@verizon.net>

> Ok, I tried to adjust bridge parameters and found that I can finally get  
> pv_ops dom0 to boot in normal timeframe if I comment out all bridge  
> related statements in /etc/xen/xend-config.sxp.  Before with 2.6.31.6 I  
> had (network-script network-bridge) and also tried (network-script  
> 'network-bridge bridge=br0') but these do not work with 2.6.32.12.

I had this problem when I forgot to have 'CONFIG_BRIDGE' enabled in my
.config, and also CONFIG_TAP (but I think that was only used during
guest startup) but I don't think that is your problem. It could be related to
this:

"init: eucalyptus-network (eth0) main process (1156) killed by TERM signal"

which might have mangled the eth0? Why is it being killed?

>
> However, there are still errors in the pv_ops dom0 2.6.32.12 console  
> output so I'm attaching the output so someone could see if they are  
> serious or if there are workarounds to improve things.  I'm seeing  
> things like 'unable to locate IOAPIC for xxx', call trace from  

Don't worry about that. These are used to setup the GSI and there is a
second code path that does that.

> enlighten.c, 'd0 domain attempted wrmsr', 'Detected 1226681.732 MHz  
> processor.'(a 1.2 TeraHz processor??? - the processor is actually a 3.1  
> GHz processor), 'No compatible ACPI _PSS objects found.'.

Interesting. My AMD prototype board shows the same data (or sometimes
even higher number)- completly bogus.
>
> Plus, why do I see slightly different outputs on the consoles?  Some  
> errors only show on one of the consoles but not the other.

That is b/c the Xen console (all prefixed with XEN) shouldn't by default
be in the Linux domain, unless requested.
.. snip..
> (XEN) Command line: dummy=dummy dom0_mem=1024M  vga=text-80x50  loglvl=all guest_loglvl=all sync_console console_to_rin1
                                                                                                                         ^'g'

or unless you use console_to_ring at which point all of the output
should be synced together. Except that you have '1' at the end instead
of 'g'.

.. snip..
> GR: now login prompt shows up immediately:

Hurrayy!
> 
> Ubuntu lucid (development branch) grp-01-23-02 hvc0
> 
> grp-01-23-02 login: 

  parent reply	other threads:[~2010-05-10 14:10 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-23 17:50 Cannot load latest 2.6.32.10 kernel on AMD quad-core Gerry Reno
2010-04-23 18:27 ` Boris Derzhavets
2010-04-23 18:55   ` Boris Derzhavets
2010-04-23 20:38     ` Gerry Reno
2010-04-23 21:31       ` Boris Derzhavets
2010-04-24  6:12         ` Gerry Reno
2010-04-24  6:32           ` Gerry Reno
2010-04-24  7:34             ` Boris Derzhavets
2010-04-24 16:41               ` Gerry Reno
2010-04-24 17:30                 ` Boris Derzhavets
2010-04-24 17:37                 ` Boris Derzhavets
2010-04-24 17:41                 ` Boris Derzhavets
2010-04-24 18:07                   ` Gerry Reno
2010-04-24 18:18                     ` Boris Derzhavets
2010-04-24 22:24                       ` Gerry Reno
2010-04-25  6:44                         ` Pasi Kärkkäinen
2010-04-25 11:16                           ` Boris Derzhavets
2010-04-25 15:37                             ` Gerry Reno
2010-04-25 16:10                               ` Boris Derzhavets
2010-04-25 23:18                                 ` Mike Viau
2010-04-26  0:49                                   ` Gerry Reno
2010-04-26  2:10                                     ` Mike Viau
2010-04-26  2:18                                       ` Gerry Reno
2010-04-25 22:15                               ` Gerry Reno
2010-04-26  2:10                                 ` Gerry Reno
2010-04-26  4:12                                   ` Gerry Reno
2010-04-26 20:04                                     ` Pasi Kärkkäinen
2010-04-26 21:26                                       ` Gerry Reno
2010-04-26 21:52                                         ` Pasi Kärkkäinen
2010-04-26 23:36                                           ` Gerry Reno
2010-04-27  0:00                                             ` Gerry Reno
2010-04-27  2:48                                               ` Gerry Reno
2010-04-27  9:15                                                 ` Pasi Kärkkäinen
2010-04-27 17:35                                                   ` Gerry Reno
2010-04-29 13:54                                                     ` Gerry Reno
2010-04-29 14:41                                                       ` Mike Viau
2010-04-29 14:46                                                         ` Gerry Reno
2010-04-29 15:11                                                           ` Mike Viau
2010-04-29 16:50                                                             ` Gerry Reno
2010-04-25  6:53                         ` Gerry Reno
2010-04-25 10:22                           ` Pasi Kärkkäinen
2010-05-03 16:18 ` Konrad Rzeszutek Wilk
2010-05-03 17:18   ` Gerry Reno
2010-05-03 20:36     ` Konrad Rzeszutek Wilk
2010-05-03 21:23       ` Gerry Reno
2010-05-05  0:42         ` Gerry Reno
2010-05-05 17:54           ` AMD Phenom II 940: mm/vmalloc.c:110 vmap_page_range_noflush Konrad Rzeszutek Wilk
2010-05-06  3:18             ` Gerry Reno
2010-05-06  5:52               ` Pasi Kärkkäinen
2010-05-06 17:57                 ` Jeremy Fitzhardinge
2010-05-06 19:39                   ` Gerry Reno
2010-05-07  0:21                     ` Gerry Reno
2010-05-07  2:22                       ` Gerry Reno
2010-05-07  6:05                         ` Pasi Kärkkäinen
2010-05-07  6:21                           ` Boris Derzhavets
2010-05-07 16:44                             ` Gerry Reno
2010-05-07 21:53                               ` Gerry Reno
2010-05-08  7:20                                 ` Boris Derzhavets
2010-05-10 14:10                                 ` Konrad Rzeszutek Wilk [this message]
2010-05-10 16:03                                   ` Gerry Reno
2010-05-10 16:17                                     ` AMD Phenom II 940: Upgrade to 2.6.32.12 fixes it and upgrades CPU from 3.1Ghz to 1.2Thz! Konrad Rzeszutek Wilk
2010-05-10 16:40                                       ` Dan Magenheimer
2010-05-10 17:40                                         ` Gerry Reno
2010-05-10 17:56                                         ` Jeremy Fitzhardinge

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=20100510141038.GA29517@phenom.dumpdata.com \
    --to=konrad.wilk@oracle.com \
    --cc=greno@verizon.net \
    --cc=xen-devel@lists.xensource.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).