All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeremy Fitzhardinge <jeremy@goop.org>
To: "Zhang, Xiantao" <xiantao.zhang@intel.com>
Cc: "Xu, Jiajun" <jiajun.xu@intel.com>,
	"'xen-devel@lists.xensource.com'" <xen-devel@lists.xensource.com>,
	"space.time.universe@gmail.com" <space.time.universe@gmail.com>
Subject: Re: Latest Pv_ops dom0 fails to boot
Date: Wed, 28 Oct 2009 10:34:37 -0700	[thread overview]
Message-ID: <4AE880AD.50304@goop.org> (raw)
In-Reply-To: <706158FABBBA044BAD4FE898A02E4BC201C9C3194C@pdsmsx503.ccr.corp.intel.com>

On 10/27/09 20:03, Zhang, Xiantao wrote:
> Seems it is caused by newly-introduced hypercall(VCPUOP_register_vcpu_time_memory_area) for setting memory area for vcpu time.  Try the following patch(Just disable Xen_TIM_VSYSCALL) to have a try.
>   

Are you saying that if that hypercall hasn't been implemented it
crashes?  Hm, will double-check.  It's certainly supposed to just fall back.

    J

> Xiantao
> diff --git a/arch/x86/xen/Kconfig b/arch/x86/xen/Kconfig
> index 1e306c8..20b0133 100644
> --- a/arch/x86/xen/Kconfig
> +++ b/arch/x86/xen/Kconfig
> @@ -15,7 +15,7 @@ config XEN
>           Xen hypervisor.
>
>  config XEN_TIME_VSYSCALL
> -       def_bool y
> +       def_bool n
>         depends on X86_VSYSCALL && PARAVIRT_CLOCK
>         select PARAVIRT_CLOCK_VSYSCALL
>
>
> -----Original Message-----
> From: xen-devel-bounces@lists.xensource.com [mailto:xen-devel-bounces@lists.xensource.com] On Behalf Of Jeremy Fitzhardinge
> Sent: Wednesday, October 28, 2009 3:23 AM
> To: Xu, Jiajun
> Cc: 'xen-devel@lists.xensource.com'
> Subject: Re: [Xen-devel] Latest Pv_ops dom0 fails to boot
>
> On 10/26/09 06:55, Xu, Jiajun wrote:
>   
>> Hi,
>> I found latest pv_ops dom0, commit 3dd81018a392941fcc722ee521de344527481eb8,  fails to boot with call trace. And commit 34ffcd2bde0018cf78d5b4f1f5427c38a3e9b502 has no such issue. Could anyone help on this issue?
>>   
>>     
> Could you post a full log?
>
> Thanks,
>     J
>
>   
>> Call trace messages:
>> #######
>> Mounting proc filesystem
>> Mounting sysfs filesystem
>> Creating /dev
>> [    0.860962] init[1]: segfault at ffffffff8104f1e8 ip ffffffff8104f1e8 sp
>> 00007fff5b08a578 error 14
>> [    0.862448] init[1]: segfault at ffffffff8104f1e8 ip 00000000005b7828 sp
>> 00007fff5b089cb0 error 4 in nash[400000+239000]
>> [    0.862695] Kernel panic - not syncing: Attempted to kill init!
>> [    0.862702] Pid: 1, comm: init Not tainted 2.6.31.4 #1
>> [    0.862708] Call Trace:
>> [    0.862721]  [<ffffffff8106a6b9>] panic+0xa0/0x15f
>> [    0.862730]  [<ffffffff8109d3f1>] ? atomic_add_unless+0x29/0x42
>> [    0.862739]  [<ffffffff810901bd>] ? raw_local_irq_disable+0x19/0x1b
>> [    0.862748]  [<ffffffff8152d02e>] ? _write_lock_irq+0xd/0x21
>> [    0.862756]  [<ffffffff8107327b>] ? raw_local_irq_enable+0x19/0x1b
>> [    0.862763]  [<ffffffff81073b65>] ? exit_ptrace+0xa0/0x110
>> [    0.862770]  [<ffffffff810901bd>] ? raw_local_irq_disable+0x19/0x1b
>> [    0.862777]  [<ffffffff8106d4d1>] do_exit+0x79/0x629
>> [    0.862784]  [<ffffffff8106db22>] sys_exit_group+0x0/0x16
>> [    0.862791]  [<ffffffff81077a74>] get_signal_to_deliver+0x312/0x335
>> [    0.862800]  [<ffffffff8103215f>] do_notify_resume+0x8b/0x717
>> [    0.862807]  [<ffffffff810e2d64>] ? print_vma_addr+0xf8/0x101
>> [    0.862815]  [<ffffffff8104f1e8>] ? scale_delta+0x0/0x26
>> [    0.862823]  [<ffffffff811fa288>] ? __up_read+0x84/0x8c
>> [    0.862830]  [<ffffffff8104f1e8>] ? scale_delta+0x0/0x26
>> [    0.862837]  [<ffffffff81052c44>] ? bad_area_nosemaphore+0xe/0x10
>> [    0.862844]  [<ffffffff8152f258>] ? do_page_fault+0x14c/0x271
>> [    0.862852]  [<ffffffff8103375c>] retint_signal+0x48/0x8c
>> [    0.862858]  [<ffffffff8104f1e8>] ? scale_delta+0x0/0x26
>> #######
>>
>>
>> Best Regards
>> Jiajun
>> _______________________________________________
>> Xen-devel mailing list
>> Xen-devel@lists.xensource.com
>> http://lists.xensource.com/xen-devel
>>
>>   
>>     
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>   

  reply	other threads:[~2009-10-28 17:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-26 13:55 Latest Pv_ops dom0 fails to boot Xu, Jiajun
2009-10-26 14:03 ` Mr. Teo En Ming (Zhang Enming)
2009-10-26 14:16   ` Xu, Jiajun
2009-10-26 14:41     ` Mr. Teo En Ming (Zhang Enming)
2009-10-27 19:23 ` Jeremy Fitzhardinge
2009-10-28  3:03   ` Zhang, Xiantao
2009-10-28 17:34     ` Jeremy Fitzhardinge [this message]
2009-10-29  1:14       ` Zhang, Xiantao
2009-10-29 20:39         ` Jeremy Fitzhardinge
2009-10-30  1:17           ` Xu, Jiajun

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=4AE880AD.50304@goop.org \
    --to=jeremy@goop.org \
    --cc=jiajun.xu@intel.com \
    --cc=space.time.universe@gmail.com \
    --cc=xen-devel@lists.xensource.com \
    --cc=xiantao.zhang@intel.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 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.