 
	
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Issues Booting DomU on TI DRA72 Chip
 On 07/07/2015 03:30 PM, Brandon Perez wrote: On 07/07/2015 09:35 AM, Brandon Perez wrote:On 07/07/2015 09:53 AM, Julien Grall wrote:Hi, On 06/07/15 18:21, Brandon Perez wrote:On 07/03/2015 06:30 AM, Julien Grall wrote:Hi, On 02/07/15 17:04, Brandon Perez wrote:(d1) 6xen:grant_table: Grant tables using version 1 layout (d1) Grant table initialized (d1) 6xen:events: Using FIFO-based ABI (d1) 6Xen: initializing cpu0 (d1) 6Setting up static identity map for 0x405f7c28 - 0x405f7c80It's hard to know what's going on with only these 5 lines. Is it the full log of the domU? If not, can you send it? Usually, the next step is to bring up the other processor, although you have only 1 vCPU in the device tree. Regards, I've done some additional digging to figure out exactly where the code is getting stuck. The kernel is getting stuck while waiting to be woken up from an hrtimer, which it uses to sleep for a period of time. My guess is either this must be related to how threads are being scheduled on the CPU, or it must be resulting from the timer IRQ not being delivered to the guest domain. 
Here's the full backtrace:
    schedule(): kernel/sched/core.c: 2769
    schedule_hrtimeout_range_clock(): kernel/hrtimer.c: 1857
    schedule_hrtimeout_range(): kernel/hrtimer.c: 1898
    schedule_hrtimeout(): kernel/hrtimer.c: 1928
    wait_task_inactive(): kernel/sched/core.c: 1230
    __kthread_bind(): kernel/kthread.c: 333
    __kthread_unpark(): kernel/kthread.c: 397
    kthread_unpark(): kernel/kthread.c: 422
    smpboot_unpark_thread(): kernel/smpboot.c: 226
    smpboot_register_percpu_thread(): kernel/smpboot.c: 289
    spawn_ksoftirqd(): kernel/softirq.c: 756
    do_one_initcall(): init/main.c: 704
    do_pre_smp_initcalls(): init/main.c: 806
    kernel_init_freeable(): init/main.c: 915
Have you guys seen an issue similar to this before? Or do you have 
any advice based on where the DomU kernel is getting stuck?Brandon _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxx http://lists.xen.org/xen-users 
 
 
 | 
|  | Lists.xenproject.org is hosted with RackSpace, monitoring our |