在 2018年11月2日星期五 UTC+8下午3:33:15,jjzh...@gmail.com写道:
> 在 2018年11月1日星期四 UTC+8下午4:50:27,Jan Kiszka写道:
> > On 01.11.18 09:21, jjzhu wrote:
> > > 在 2018年11月1日星期四 UTC+8上午10:34:44,jjzh...@gmail.com写道:
> > >> 在 2018年11月1日星期四 UTC+8上午1:18:59,J. Kiszka写道:
> > >>> On 31.10.18 08:30, jjzhu wrote:
> > >>>> Hi,
> > >>>>
> > >>>> I am trying to run the Jailhouse on UltraZed SOM evaluation board with 
> > >>>> UltraZed-EG IO Carrier Card provided by AVNET.
> > >>>>
> > >>>> I followed the manual document "setup-on-zynqmp-zcu102.md" at 
> > >>>> https://github.com/siemens/jailhouse/blob/master/Documentation/setup-on-zynqmp-zcu102.md
> > >>>>
> > >>>> I finished the compile of Jailhouse and installed it onto the rootfs.
> > >>>> When I try to enable the Root cell "zynqmp-zcu102.cell", the system 
> > >>>> just stuck, console has no response. and no print output at second 
> > >>>> UART either.
> > >>>>
> > >>>> Attached is the log file of the whole starting procedure.
> > >>>> Could anyone give some hint on what I should modify to make it work?
> > >>>>
> > >>>> Thank you in advance!
> > >>>>    
> > >>>>
> > >>>> PetaLinux 2017.4 jh_01 /dev/ttyPS0
> > >>>>
> > >>>> jh_01 login: [   10.265514] random: crng init done
> > >>>> root
> > >>>> Password:
> > >>>> root@jh_01:~# modprobe jailhouse
> > >>>> [   22.786682] jailhouse: loading out-of-tree module taints kernel.
> > >>>> root@jh_01:~#
> > >>>> root@jh_01:~#
> > >>>> root@jh_01:~# jailhouse enable zynqmp-zcu102.cell
> > >>>>
> > >>>
> > >>> [...]
> > >>>
> > >>>> [    0.000000] Kernel command line: earlycon clk_ignore_unused 
> > >>>> earlyprintk mem=1536M root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait
> > >>>
> > >>> Note that the zcu102 config we have in Jailhouse expects a reservation 
> > >>> via the
> > >>> device tree at 0x80000000 to 0x83fffffff. You likely leave that region 
> > >>> in use
> > >>> and may thus overwrite kernel memory when loading the hypervisor binary.
> > >>>
> > >>> Jan
> > >>>
> > >>> -- 
> > >>> Siemens AG, Corporate Technology, CT RDA IOT SES-DE
> > >>> Corporate Competence Center Embedded Linux
> > >>
> > >>
> > >>
> > >> Hi Jan,
> > >>
> > >> Thank you for your feedback!
> > >> I didn't make any reservation in Device tree, just modified the bootargs 
> > >> 'mem=1536M'
> > >> Attached is my device tree.
> > >> Where and how should I add the reservation for Jailhouse?
> > >>
> > >> Thank you in advance!
> > > 
> > > Hi Jan,
> > > 
> > > I added the following reservation in the zynqmp.dtsi
> > > 
> > > /memreserve/ 0x800000000 0x40000000
> > > 
> > > and rebuild the system.
> > > It still stuck at the same place (enabling the root cell)
> > > 
> > > Attached is the modified zynqmp.dtsi.
> > > 
> > > Is this the right way to add reservation?
> > > Thank you!
> > > 
> > 
> > Reservation looks good from here (I don't have the board as reference in 
> > reach ATM).
> > 
> > Could it be that your kernel has KVM enabled? That must be off.
> > 
> > Jan
> 
> Hi Jan,
> 
> I have check the kernel menu config, all the KVM related is off.
> 
> I have printed out the interrupts and memory running on my system before I 
> enable the root cell.
> 
> ---
> 
> 
> root@jh_01:~# cat /proc/interrupts
>            CPU0       CPU1       CPU2       CPU3
>   2:          0          0          0          0     GICv2  29 Level     
> arch_timer
>   3:       5001       2376      53465     426853     GICv2  30 Level     
> arch_timer
>  10:          0          0          0          0     GICv2  67 Level     
> zynqmp_pm
>  12:          0          0          0          0     GICv2 156 Level     
> zynqmp-dma
>  13:          0          0          0          0     GICv2 157 Level     
> zynqmp-dma
>  14:          0          0          0          0     GICv2 158 Level     
> zynqmp-dma
>  15:          0          0          0          0     GICv2 159 Level     
> zynqmp-dma
>  16:          0          0          0          0     GICv2 160 Level     
> zynqmp-dma
>  17:          0          0          0          0     GICv2 161 Level     
> zynqmp-dma
>  18:          0          0          0          0     GICv2 162 Level     
> zynqmp-dma
>  19:          0          0          0          0     GICv2 163 Level     
> zynqmp-dma
>  21:          0          0          0          0     GICv2 109 Level     
> zynqmp-dma
>  22:          0          0          0          0     GICv2 110 Level     
> zynqmp-dma
>  23:          0          0          0          0     GICv2 111 Level     
> zynqmp-dma
>  24:          0          0          0          0     GICv2 112 Level     
> zynqmp-dma
>  25:          0          0          0          0     GICv2 113 Level     
> zynqmp-dma
>  26:          0          0          0          0     GICv2 114 Level     
> zynqmp-dma
>  27:          0          0          0          0     GICv2 115 Level     
> zynqmp-dma
>  28:          0          0          0          0     GICv2 116 Level     
> zynqmp-dma
>  32:          0          0          0          0     GICv2  50 Level     
> cdns-i2c
>  33:          0          0          0          0     GICv2  42 Level     
> ff960000.memory-controller
>  34:         14          0          0          0     GICv2  47 Level     
> ff0f0000.spi
>  35:          0          0          0          0     GICv2  58 Level     
> ffa60000.rtc
>  36:          0          0          0          0     GICv2  59 Level     
> ffa60000.rtc
>  37:          0          0          0          0     GICv2 165 Level     
> ahci-ceva[fd0c0000.ahci]
>  38:        506          0          0          0     GICv2  80 Level     mmc0
>  39:       1069          0          0          0     GICv2  81 Level     mmc1
>  40:        840          0          0          0     GICv2  53 Level     
> xuartps
>  42:          0          0          0          0     GICv2  88 Level     
> ams-irq
>  43:     411414          0          0          0     GICv2 151 Level     
> fd4a0000.dp
>  44:          0          0          0          0     GICv2 154 Level     
> fd4c0000.dma
> 219:          0          0          0          0     GICv2  97 Level     
> xhci-hcd:usb1
> IPI0:      2468       1127       1392       2035       Rescheduling interrupts
> IPI1:        80         68         77         36       Function call 
> interrupts
> IPI2:         0          0          0          0       CPU stop interrupts
> IPI3:      9150      11243       2777       7818       Timer broadcast 
> interrupts
> IPI4:         1          0          0          0       IRQ work interrupts
> IPI5:         0          0          0          0       CPU wake-up interrupts
> Err:          0
> 
> ---
> 
> root@jh_01:~# cat /proc/meminfo
> MemTotal:        1526984 kB
> MemFree:         1487152 kB
> MemAvailable:    1460352 kB
> Buffers:            3428 kB
> Cached:             6608 kB
> SwapCached:            0 kB
> Active:             9376 kB
> Inactive:           3876 kB
> Active(anon):       3284 kB
> Inactive(anon):      128 kB
> Active(file):       6092 kB
> Inactive(file):     3748 kB
> Unevictable:           0 kB
> Mlocked:               0 kB
> SwapTotal:             0 kB
> SwapFree:              0 kB
> Dirty:                 0 kB
> Writeback:             0 kB
> AnonPages:          3292 kB
> Mapped:             4364 kB
> Shmem:               200 kB
> Slab:              15600 kB
> SReclaimable:       4140 kB
> SUnreclaim:        11460 kB
> KernelStack:        1968 kB
> PageTables:          236 kB
> NFS_Unstable:          0 kB
> Bounce:                0 kB
> WritebackTmp:          0 kB
> CommitLimit:      763492 kB
> Committed_AS:      30340 kB
> VmallocTotal:   263061440 kB
> VmallocUsed:           0 kB
> VmallocChunk:          0 kB
> AnonHugePages:         0 kB
> ShmemHugePages:        0 kB
> ShmemPmdMapped:        0 kB
> CmaTotal:         262144 kB
> CmaFree:          258404 kB
> HugePages_Total:       0
> HugePages_Free:        0
> HugePages_Rsvd:        0
> HugePages_Surp:        0
> Hugepagesize:       2048 kB
> 
> ---
> 
> 
> And I have some questions about the zynqmp-zcu102.c:
> 
> 
>               .platform_info = {
>                       .pci_mmconfig_base = 0xfc000000,
>                       .pci_mmconfig_end_bus = 0,
>                       .pci_is_virtual = 1,
>                       .pci_domain = -1,
>                       .arm = {
>                               .gic_version = 2,
>                               .gicd_base = 0xf9010000,
>                               .gicc_base = 0xf902f000,
>                               .gich_base = 0xf9040000,
>                               .gicv_base = 0xf906f000,
>                               .maintenance_irq = 25,
>                       },
>               },
> 
> Here, what does this maintenance irq mean? where is the  25 come from?
> 
> 
> .root_cell = {
>                       .name = "ZynqMP-ZCU102",
> 
>                       .cpu_set_size = sizeof(config.cpus),
>                       .num_memory_regions = ARRAY_SIZE(config.mem_regions),
>                       .num_irqchips = ARRAY_SIZE(config.irqchips),
>                       .num_pci_devices = ARRAY_SIZE(config.pci_devices),
> 
>                       .vpci_irq_base = 136-32,
>               },
> 
> also I have question about the vpci_irq_base.Where does this come from? I did 
> not find any description in my device tree.
> 
> Can you find anything unusual or mismatching in this information?
> 
> Thank you in advance!

Hi Jan,

I noticed that there is some information printed in the startup log as:

[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 
MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 
GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008960000   (  9088 
KB)
[    0.000000]     .rodata : 0xffffff8008960000 - 0xffffff8008cc0000   (  3456 
KB)
[    0.000000]       .init : 0xffffff8008cc0000 - 0xffffff8008d40000   (   512 
KB)
[    0.000000]       .data : 0xffffff8008d40000 - 0xffffff8008dd2200   (   585 
KB)
[    0.000000]        .bss : 0xffffff8008dd2200 - 0xffffff8008e356b4   (   398 
KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 
KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 
MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 
GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf01500000   (    21 
MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc060000000   (  1536 
MB)

Here, the reserved memory is 0xffffffc000000000 - 0xffffffc060000000

So I changed the setting in zynqmp-zcu102.c as follow:

.mem_regions = {
                /* MMIO (permissive) */ {
                        .phys_start = 0xfd000000,
                        .virt_start = 0xfd000000,
                        .size =       0x03000000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_IO,
                },
                /* RAM */ {
                        .phys_start = 0x0,
                        .virt_start = 0x0,
                        .size = 0x80000000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_EXECUTE,
                },
                /* RAM */ {
                        .phys_start = 0xc000600000,
                        .virt_start = 0xc000600000,
                        .size = 0x7fa00000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_EXECUTE,
                },
                /* IVSHMEM shared memory region for 00:00.0 */ {
                        .phys_start = 0xc000400000,
                        .virt_start = 0xc000400000,
                        .size = 0x100000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE,
                },
                /* IVSHMEM shared memory region for 00:01.0 */ {
                        .phys_start = 0xc000500000,
                        .virt_start = 0xc000500000,
                        .size = 0x100000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE,
                },
                /* PCI host bridge */ {
                        .phys_start = 0xc0000000000,
                        .virt_start = 0xc0000000000,
                        .size = 0x1000000,
                        .flags = JAILHOUSE_MEM_READ | JAILHOUSE_MEM_WRITE |
                                JAILHOUSE_MEM_IO,
                },
        },


and when I enable the root cell this time,

it has some print out information as follow:

root@jh_01:~# jailhouse enable zynqmp-zcu102.cell
[   76.615990] Unhandled fault: synchronous external abort (0x96000010) at 
0xffffff8009800008
[   76.626537] Internal error: : 96000010 [#1] SMP
[   76.633328] Modules linked in: jailhouse(O) uio_pdrv_genirq
[   76.641112] CPU: 2 PID: 2244 Comm: jailhouse Tainted: G        W  O    
4.9.0-xilinx-v2017.4 #1
[   76.652043] Hardware name: xlnx,zynqmp (DT)
[   76.658501] task: ffffffc04cf52d80 task.stack: ffffffc04cd40000
[   76.666713] PC is at jailhouse_cmd_enable+0x2e8/0x608 [jailhouse]
[   76.675079] LR is at jailhouse_cmd_enable+0x2c4/0x608 [jailhouse]
[   76.683382] pc : [<ffffff8000969678>] lr : [<ffffff8000969654>] pstate: 
40000145
[   76.693017] sp : ffffffc04cd43bf0
[   76.698530] x29: ffffffc04cd43bf0 x28: ffffffc04cd40000
[   76.705989] x27: 00000000000002e2 x26: ffffff8009800000
[   76.713440] x25: ffffff8008d56100 x24: ffffff800096d600
[   76.720867] x23: ffffff800096d910 x22: ffffff800096d010
[   76.728274] x21: 00000000ffffffea x20: 0000000000000004
[   76.735697] x19: 000000000b0e1010 x18: 0000000000040900
[   76.743101] x17: 0000000000412948 x16: 0000000000000000
[   76.750472] x15: 0000000007c61000 x14: 0000000000000000
[   76.757815] x13: 0000000000000000 x12: 0000000000000000
[   76.765117] x11: 0000000000000000 x10: 0000000000000000
[   76.772377] x9 : 0000000000000000 x8 : ffffff8009c00000
[   76.779585] x7 : 0000000000000000 x6 : 000000000000003f
[   76.786772] x5 : 0000000000000040 x4 : fffffffffffffff0
[   76.793924] x3 : 00000000003eb7c0 x2 : 0000000000000000
[   76.801066] x1 : ffffff8008000000 x0 : 0000000000089000
[   76.808185]
[   76.811478] Process jailhouse (pid: 2244, stack limit = 0xffffffc04cd40020)
[   76.820282] Stack: (0xffffffc04cd43bf0 to 0xffffffc04cd44000)
[   76.827905] 3be0:                                   ffffffc04cd43df0 
ffffff8000969a0c
[   76.837659] 3c00: ffffffc04cd72e00 ffffffc04c5b2cd8 ffffffc04cd72e00 
000000000b0e1010
[   76.847436] 3c20: 000000000b0e1010 0000000000000015 0000000000000123 
000000000000001d
[   76.857233] 3c40: ffffff8008962000 0000000000000000 ffffffc04cd43d40 
ffffffc04d13f780
[   76.867016] 3c60: 000a54535953484a 0000000000000001 00000000000000c0 
0040000000000000
[   76.876778] 3c80: 0000000000000000 ff00000000000000 0000100000000000 
0000000000030004
[   76.886525] 3ca0: 0000000000000000 fc00000000000000 ffff010000000000 
0000f90100000219
[   76.896233] 3cc0: 0000f902f0000000 0000f90400000000 0000f906f0000000 
0000000000000000
[   76.905903] 3ce0: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.915572] 3d00: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.925211] 3d20: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.934842] 3d40: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.944395] 3d60: 0000000000000000 0000000000000000 504d716e795a0000 
0032303155435a2d
[   76.953973] 3d80: 0000000000000000 0000000000000000 0000000000000000 
0006000000080000
[   76.963492] 3da0: 0001000000000000 0002000000000000 0068000000000000 
0000000000000000
[   76.972980] 3dc0: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.982449] 3de0: 0000000000000000 ffffffc04cd40000 ffffffc04cd43e00 
ffffff800819dc64
[   76.991935] 3e00: ffffffc04cd43e80 ffffff800819e354 ffffffc04cd72e00 
0000000000000003
[   77.001436] 3e20: ffffffc04cd72e00 0000000040080000 000000000b0e1010 
ffffff8008189e24
[   77.010924] 3e40: 0000000000000003 ffffff8008189e1c ffffffc04cd43eb0 
ffffff8008189ec0
[   77.020382] 3e60: 0000000000000000 00000000004021e8 ffffffc04cd43e80 
ffffff800819e334
[   77.029803] 3e80: 0000000000000000 ffffff8008082ef0 0000000000000000 
000000000b0e1010
[   77.039222] 3ea0: ffffffffffffffff 0000007f894ee14c 0000000080000000 
ffffff8008082ef0
[   77.048619] 3ec0: 0000000000000003 0000000040080000 000000000b0e1010 
0000000000000000
[   77.058005] 3ee0: 000000000b0e1010 0000000000000886 0000007f8956e0d0 
000000000b102fff
[   77.067376] 3f00: 000000000000001d 0000007f8956e9f8 0101010101010101 
0000000000000018
[   77.076739] 3f20: 00000000000003f3 0000000000000000 00000000000003f3 
0000000000000517
[   77.086128] 3f40: 0000007f894ee140 0000000000412948 0000000000040900 
0000007fdb4b5ede
[   77.095485] 3f60: 000000000b0e1010 0000000000000003 0000000000000000 
0000000000000000
[   77.104818] 3f80: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   77.114139] 3fa0: 0000000000000000 0000007fdb4b4d90 0000000000400fd4 
0000007fdb4b4d90
[   77.123461] 3fc0: 0000007f894ee14c 0000000080000000 0000000000000003 
000000000000001d
[   77.132795] 3fe0: 0000000000000000 0000000000000000 ffffffbf001bac00 
ffffffbf001bac38
[   77.142158] Call trace:
[   77.146113] Exception stack(0xffffffc04cd43a20 to 0xffffffc04cd43b50)
[   77.154134] 3a20: 000000000b0e1010 0000008000000000 ffffffc04cd43bf0 
ffffff8000969678
[   77.163595] 3a40: 0000000000000007 ffffff8000000000 ffffff8009800008 
0000008000000000
[   77.173075] 3a60: 0000000000014808 ffffffc04b288d48 0000000000000001 
ffffffc04b288d00
[   77.182582] 3a80: ffffffc04cd43ab0 ffffff8008191d50 ffffffc04cd43b10 
ffffff800817c658
[   77.192127] 3aa0: 0000000000000140 ffffffc04cd43c58 ffffffc04cd43ae0 
ffffff80081699e0
[   77.201691] 3ac0: 0000000000089000 ffffff8008000000 0000000000000000 
00000000003eb7c0
[   77.211283] 3ae0: fffffffffffffff0 0000000000000040 000000000000003f 
0000000000000000
[   77.220887] 3b00: ffffff8009c00000 0000000000000000 0000000000000000 
0000000000000000
[   77.230479] 3b20: 0000000000000000 0000000000000000 0000000000000000 
0000000007c61000
[   77.240067] 3b40: 0000000000000000 0000000000412948
[   77.246690] [<ffffff8000969678>] jailhouse_cmd_enable+0x2e8/0x608 [jailhouse]
[   77.255593] [<ffffff8000969a0c>] jailhouse_ioctl+0x74/0xf0 [jailhouse]
[   77.263860] [<ffffff800819dc64>] do_vfs_ioctl+0xa4/0x750
[   77.270869] [<ffffff800819e354>] SyS_ioctl+0x44/0x80
[   77.277510] [<ffffff8008082ef0>] el0_svc_naked+0x24/0x28
[   77.284479] Code: 92409400 f9400021 8b010000 f9002340 (f9400741)
[   77.292264] ---[ end trace 068377446ef6993f ]---
Segmentation fault
root@jh_01:~#

Do you have any idea about this? Have I done the right modification or just 
make it worse?
Attached is the whole log of startup and enable the cell 
Looking forward to your feedback. 
Thank you!


-- 
You received this message because you are subscribed to the Google Groups 
"Jailhouse" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jailhouse-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
U-Boot 2017.01 (Nov 02 2018 - 00:22:37 -0700) Xilinx ZynqMP ZCU102 revB

I2C:   ready
DRAM:  2 GiB
ERROR: usb dr_mode not found

at 
/home/ubuntu/jh_01/build/tmp/work/plnx_aarch64-xilinx-linux/u-boot-xlnx/v2017.01-xilinx-v2017.4+gitAUTOINC+5fa7d2ed06-r0/git/drivers/usb/common/common.c:32/usb_get_dr_mode()
EL Level:       EL2
Chip ID:        xczu3eg
MMC:   sdhci@ff160000: 0 (eMMC), sdhci@ff170000: 1 (SD)
reading uboot.env
In:    serial
Out:   serial
Err:   serial
Net:   ZYNQ GEM: ff0e0000, phyaddr ffffffff, interface rgmii-id
eth0: ethernet@ff0e0000
Hit any key to stop autoboot:  0
[[cp_kernel2ram]]
switch to partitions #0, OK
mmc1 is current device
Device: sdhci@ff170000
Manufacturer ID: 74
OEM: 4a60
Name: SD8GB
Tran Speed: 25000000
Rd Block Len: 512
SD version 1.0
High Capacity: Yes
Capacity: 7.3 GiB
Bus Width: 4-bit
Erase Group Size: 512 Bytes
reading image.ub
14001140 bytes read in 1189 ms (11.2 MiB/s)
## Loading kernel from FIT Image at 10000000 ...
   Using 'conf@2' configuration
   Trying 'kernel@0' kernel subimage
     Description:  Linux Kernel
     Type:         Kernel Image
     Compression:  uncompressed
     Data Start:   0x100000d8
     Data Size:    13967872 Bytes = 13.3 MiB
     Architecture: AArch64
     OS:           Linux
     Load Address: 0x00080000
     Entry Point:  0x00080000
     Hash algo:    sha1
     Hash value:   ae55afd80adec62f67a294c2157524eb537c144e
   Verifying Hash Integrity ... sha1+ OK
## Loading fdt from FIT Image at 10000000 ...
   Using 'conf@2' configuration
   Trying 'fdt@0' fdt subimage
     Description:  Flattened Device Tree blob
     Type:         Flat Device Tree
     Compression:  uncompressed
     Data Start:   0x10d523d0
     Data Size:    31963 Bytes = 31.2 KiB
     Architecture: AArch64
     Hash algo:    sha1
     Hash value:   eab0346a1444dedf5628ddb9ef2bde4ac2072200
   Verifying Hash Integrity ... sha1+ OK
   Booting using the fdt blob at 0x10d523d0
   Loading Kernel Image ... OK
   Loading Device Tree to 0000000007ff5000, end 0000000007fffcda ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.0-xilinx-v2017.4 (ubuntu@ubuntu) (gcc version 
6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP Thu Nov 1 20:51:33 PDT 2018
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
[    0.000000] bootconsole [cdns0] enabled
[    0.000000] Memory limited to 1536MB
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 256 MiB at 0x0000000050000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] percpu: Embedded 21 pages/cpu @ffffffc04ff7a000 s48152 r8192 
d29672 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 387840
[    0.000000] Kernel command line: earlycon clk_ignore_unused earlyprintk 
mem=1536M root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Memory: 1264328K/1572864K available (9084K kernel code, 584K 
rwdata, 3396K rodata, 512K init, 397K bss, 46392K reserved, 262144K 
cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 
MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 
GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008960000   (  9088 
KB)
[    0.000000]     .rodata : 0xffffff8008960000 - 0xffffff8008cc0000   (  3456 
KB)
[    0.000000]       .init : 0xffffff8008cc0000 - 0xffffff8008d40000   (   512 
KB)
[    0.000000]       .data : 0xffffff8008d40000 - 0xffffff8008dd2200   (   585 
KB)
[    0.000000]        .bss : 0xffffff8008dd2200 - 0xffffff8008e356b4   (   398 
KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 
KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 
MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 
GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf01500000   (    21 
MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc060000000   (  1536 
MB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 99.99MHz 
(phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff 
max_cycles: 0x171015c90f, max_idle_ns: 440795203080 ns
[    0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 
4398046511101ns
[    0.008222] Console: colour dummy device 80x25
[    0.012480] console [tty0] enabled
[    0.015846] bootconsole [cdns0] disabled
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.0-xilinx-v2017.4 (ubuntu@ubuntu) (gcc version 
6.2.1 20161016 (Linaro GCC 6.2-2016.11) ) #1 SMP Thu Nov 1 20:51:33 PDT 2018
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] earlycon: cdns0 at MMIO 0x00000000ff000000 (options '115200n8')
[    0.000000] bootconsole [cdns0] enabled
[    0.000000] Memory limited to 1536MB
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 256 MiB at 0x0000000050000000
[    0.000000] psci: probing for conduit method from DT.
[    0.000000] psci: PSCIv1.0 detected in firmware.
[    0.000000] psci: Using standard PSCI v0.2 function IDs
[    0.000000] psci: MIGRATE_INFO_TYPE not supported.
[    0.000000] percpu: Embedded 21 pages/cpu @ffffffc04ff7a000 s48152 r8192 
d29672 u86016
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 387840
[    0.000000] Kernel command line: earlycon clk_ignore_unused earlyprintk 
mem=1536M root=/dev/mmcblk1p2 rw rootfstype=ext4 rootwait
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Memory: 1264328K/1572864K available (9084K kernel code, 584K 
rwdata, 3396K rodata, 512K init, 397K bss, 46392K reserved, 262144K 
cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 
MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 
GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008960000   (  9088 
KB)
[    0.000000]     .rodata : 0xffffff8008960000 - 0xffffff8008cc0000   (  3456 
KB)
[    0.000000]       .init : 0xffffff8008cc0000 - 0xffffff8008d40000   (   512 
KB)
[    0.000000]       .data : 0xffffff8008d40000 - 0xffffff8008dd2200   (   585 
KB)
[    0.000000]        .bss : 0xffffff8008dd2200 - 0xffffff8008e356b4   (   398 
KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 
KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 
MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 
GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf01500000   (    21 
MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc060000000   (  1536 
MB)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  Build-time adjustment of leaf fanout to 64.
[    0.000000]  RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Adjusting CPU interface base to 0x00000000f902f000
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected cp15 timer(s) running at 99.99MHz 
(phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff 
max_cycles: 0x171015c90f, max_idle_ns: 440795203080 ns
[    0.000003] sched_clock: 56 bits at 99MHz, resolution 10ns, wraps every 
4398046511101ns
[    0.008222] Console: colour dummy device 80x25
[    0.012480] console [tty0] enabled
[    0.015846] bootconsole [cdns0] disabled
[    0.019753] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 199.99 BogoMIPS (lpj=399996)
[    0.019769] pid_max: default: 32768 minimum: 301
[    0.019875] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.019886] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[    0.020410] ASID allocator initialised with 65536 entries
[    0.020906] zynqmp_plat_init Power management API v0.3
[    0.020987] EFI services will not be available.
[    0.021327] Detected VIPT I-cache on CPU1
[    0.021356] CPU1: Booted secondary processor [410fd034]
[    0.021626] Detected VIPT I-cache on CPU2
[    0.021645] CPU2: Booted secondary processor [410fd034]
[    0.021909] Detected VIPT I-cache on CPU3
[    0.021927] CPU3: Booted secondary processor [410fd034]
[    0.021965] Brought up 4 CPUs
[    0.022000] SMP: Total of 4 processors activated.
[    0.022008] CPU features: detected feature: 32-bit EL0 Support
[    0.022019] CPU: All CPU(s) started at EL2
[    0.022035] alternatives: patching kernel code
[    0.022635] devtmpfs: initialized
[    0.026875] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, 
max_idle_ns: 7645041785100000 ns
[    0.032240] xor: measuring software checksum speed
[    0.071840]    8regs     :  2111.000 MB/sec
[    0.111871]    8regs_prefetch:  1882.000 MB/sec
[    0.151903]    32regs    :  2594.000 MB/sec
[    0.191937]    32regs_prefetch:  2181.000 MB/sec
[    0.191950] xor: using function: 32regs (2594.000 MB/sec)
[    0.192032] pinctrl core: initialized pinctrl subsystem
[    0.192637] NET: Registered protocol family 16
[    0.213781] cpuidle: using governor menu
[    0.213999] Failed to initialise IOMMU /amba/smmu@fd800000
[    0.214224] vdso: 2 pages (1 code @ ffffff8008967000, 1 data @ 
ffffff8008d44000)
[    0.214250] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.214807] DMA: preallocated 256 KiB pool for atomic allocations
[    0.225401] reset_zynqmp reset-controller: Xilinx zynqmp reset driver probed
[    0.226260] ARM CCI_400_r1 PMU driver probed
[    0.229701] zynqmp-pinctrl ff180000.pinctrl: zynqmp pinctrl initialized
[    0.250030] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.316238] raid6: int64x1  gen()   373 MB/s
[    0.384124] raid6: int64x1  xor()   405 MB/s
[    0.452231] raid6: int64x2  gen()   617 MB/s
[    0.520244] raid6: int64x2  xor()   549 MB/s
[    0.588271] raid6: int64x4  gen()   901 MB/s
[    0.656354] raid6: int64x4  xor()   677 MB/s
[    0.724407] raid6: int64x8  gen()  1050 MB/s
[    0.792415] raid6: int64x8  xor()   684 MB/s
[    0.860477] raid6: neonx1   gen()   661 MB/s
[    0.928549] raid6: neonx1   xor()   695 MB/s
[    0.996586] raid6: neonx2   gen()  1069 MB/s
[    1.064614] raid6: neonx2   xor()   948 MB/s
[    1.132695] raid6: neonx4   gen()  1379 MB/s
[    1.200724] raid6: neonx4   xor()  1082 MB/s
[    1.268772] raid6: neonx8   gen()  1454 MB/s
[    1.336802] raid6: neonx8   xor()  1118 MB/s
[    1.336815] raid6: using algorithm neonx8 gen() 1454 MB/s
[    1.336827] raid6: .... xor() 1118 MB/s, rmw enabled
[    1.336839] raid6: using intx1 recovery algorithm
[    1.337276] GPIO IRQ not connected
[    1.337290] XGpio: /amba_pl@0/gpio@80000000: registered, base is 492
[    1.338010] SCSI subsystem initialized
[    1.338220] usbcore: registered new interface driver usbfs
[    1.338267] usbcore: registered new interface driver hub
[    1.338312] usbcore: registered new device driver usb
[    1.338393] media: Linux media interface: v0.10
[    1.338429] Linux video capture interface: v2.00
[    1.338464] pps_core: LinuxPPS API ver. 1 registered
[    1.338477] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo 
Giometti <giome...@linux.it>
[    1.338508] PTP clock support registered
[    1.338542] EDAC MC: Ver: 3.0.0
[    1.338840] FPGA manager framework
[    1.338981] fpga-region fpga-full: FPGA Region probed
[    1.339083] Advanced Linux Sound Architecture Driver Initialized.
[    1.339399] Bluetooth: Core ver 2.22
[    1.339435] NET: Registered protocol family 31
[    1.339449] Bluetooth: HCI device and connection manager initialized
[    1.339466] Bluetooth: HCI socket layer initialized
[    1.339482] Bluetooth: L2CAP socket layer initialized
[    1.339507] Bluetooth: SCO socket layer initialized
[    1.340121] clocksource: Switched to clocksource arch_sys_counter
[    1.340207] VFS: Disk quotas dquot_6.6.0
[    1.340257] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.345279] NET: Registered protocol family 2
[    1.345641] TCP established hash table entries: 16384 (order: 5, 131072 
bytes)
[    1.345772] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    1.346021] TCP: Hash tables configured (established 16384 bind 16384)
[    1.346078] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    1.346132] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    1.346271] NET: Registered protocol family 1
[    1.346492] RPC: Registered named UNIX socket transport module.
[    1.346507] RPC: Registered udp transport module.
[    1.346519] RPC: Registered tcp transport module.
[    1.346531] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.346890] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters 
available
[    1.347603] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    1.347676] audit: initializing netlink subsys (disabled)
[    1.347709] audit: type=2000 audit(1.328:1): initialized
[    1.348229] workingset: timestamp_bits=62 max_order=19 bucket_order=0
[    1.348879] NFS: Registering the id_resolver key type
[    1.348904] Key type id_resolver registered
[    1.348917] Key type id_legacy registered
[    1.348934] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[    1.348962] jffs2: version 2.2. (NAND) (SUMMARY)  ?2001-2006 Red Hat, Inc.
[    1.353608] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
246)
[    1.353633] io scheduler noop registered
[    1.353646] io scheduler deadline registered
[    1.353664] io scheduler cfq registered (default)
[    1.354903] xilinx-dpdma fd4c0000.dma: Xilinx DPDMA engine is probed
[    1.355207] Write failed gate address:1000f02
[    1.355310] xilinx-zynqmp-dma fd500000.dma: ZynqMP DMA driver Probe success
[    1.355452] xilinx-zynqmp-dma fd510000.dma: ZynqMP DMA driver Probe success
[    1.355595] xilinx-zynqmp-dma fd520000.dma: ZynqMP DMA driver Probe success
[    1.355736] xilinx-zynqmp-dma fd530000.dma: ZynqMP DMA driver Probe success
[    1.355876] xilinx-zynqmp-dma fd540000.dma: ZynqMP DMA driver Probe success
[    1.356014] xilinx-zynqmp-dma fd550000.dma: ZynqMP DMA driver Probe success
[    1.356276] xilinx-zynqmp-dma fd560000.dma: ZynqMP DMA driver Probe success
[    1.356422] xilinx-zynqmp-dma fd570000.dma: ZynqMP DMA driver Probe success
[    1.356634] xilinx-zynqmp-dma ffa80000.dma: ZynqMP DMA driver Probe success
[    1.356775] xilinx-zynqmp-dma ffa90000.dma: ZynqMP DMA driver Probe success
[    1.356915] xilinx-zynqmp-dma ffaa0000.dma: ZynqMP DMA driver Probe success
[    1.357057] xilinx-zynqmp-dma ffab0000.dma: ZynqMP DMA driver Probe success
[    1.357198] xilinx-zynqmp-dma ffac0000.dma: ZynqMP DMA driver Probe success
[    1.357337] xilinx-zynqmp-dma ffad0000.dma: ZynqMP DMA driver Probe success
[    1.357478] xilinx-zynqmp-dma ffae0000.dma: ZynqMP DMA driver Probe success
[    1.357619] xilinx-zynqmp-dma ffaf0000.dma: ZynqMP DMA driver Probe success
[    1.357800] zynqmp_pm firmware: Power management API v0.3
[    1.357914] xenfs: not registering filesystem on non-xen platform
[    1.387856] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.389053] [drm] Initialized
[    1.389450] [drm] load() is defered & will be called again
[    1.389957] xilinx-drm-dp-sub fd4aa000.dp_sub: Xilinx DisplayPort Subsystem 
is probed
[    1.390138] Unable to detect cache hierarchy from DT for CPU 0
[    1.395042] brd: module loaded
[    1.398112] loop: module loaded
[    1.408986] ahci-ceva fd0c0000.ahci: AHCI 0001.0301 32 slots 2 ports 6 Gbps 
0x3 impl platform mode
[    1.409017] ahci-ceva fd0c0000.ahci: flags: 64bit ncq sntf pm clo only pmp 
fbs pio slum part ccc sds apst
[    1.409854] scsi host0: ahci-ceva
[    1.410075] scsi host1: ahci-ceva
[    1.410220] ata1: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 
0x100 irq 37
[    1.410243] ata2: SATA max UDMA/133 mmio [mem 0xfd0c0000-0xfd0c1fff] port 
0x180 irq 37
[    1.410402] mtdoops: mtd device (mtddev=name/number) must be supplied
[    1.411259] m25p80 spi0.0: found n25q256a, expected n25q512a
[    1.411390] m25p80 spi0.0: n25q256a (65536 Kbytes)
[    1.411418] 3 ofpart partitions found on MTD device spi0.0
[    1.411431] Creating 3 MTD partitions on "spi0.0":
[    1.411446] 0x000000000000-0x000000100000 : "boot"
[    1.411997] 0x000000100000-0x000000140000 : "bootenv"
[    1.412510] 0x000000140000-0x000001740000 : "kernel"
[    1.413856] libphy: Fixed MDIO Bus: probed
[    1.414950] tun: Universal TUN/TAP device driver, 1.6
[    1.414966] tun: (C) 1999-2004 Max Krasnyansky <m...@qualcomm.com>
[    1.415102] CAN device driver interface
[    1.415652] macb ff0e0000.ethernet: Not enabling partial store and forward
[    1.416190] libphy: MACB_mii_bus: probed
[    1.418543] macb ff0e0000.ethernet eth0: Could not attach to PHY
[    1.460750] usbcore: registered new interface driver asix
[    1.460808] usbcore: registered new interface driver ax88179_178a
[    1.460848] usbcore: registered new interface driver cdc_ether
[    1.460886] usbcore: registered new interface driver net1080
[    1.460924] usbcore: registered new interface driver cdc_subset
[    1.460962] usbcore: registered new interface driver zaurus
[    1.461012] usbcore: registered new interface driver cdc_ncm
[    1.461400] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.461414] ehci-pci: EHCI PCI platform driver
[    1.461656] usbcore: registered new interface driver uas
[    1.461704] usbcore: registered new interface driver usb-storage
[    1.462012] mousedev: PS/2 mouse device common for all mice
[    1.462435] rtc_zynqmp ffa60000.rtc: rtc core: registered ffa60000.rtc as 
rtc0
[    1.462486] i2c /dev entries driver
[    1.462711] cdns-i2c ff030000.i2c: 400 kHz mmio ff030000 irq 32
[    1.463738] usbcore: registered new interface driver uvcvideo
[    1.463752] USB Video Class driver (1.1.1)
[    1.464214] Bluetooth: HCI UART driver ver 2.3
[    1.464230] Bluetooth: HCI UART protocol H4 registered
[    1.464243] Bluetooth: HCI UART protocol BCSP registered
[    1.464256] Bluetooth: HCI UART protocol LL registered
[    1.464268] Bluetooth: HCI UART protocol ATH3K registered
[    1.464281] Bluetooth: HCI UART protocol Three-wire (H5) registered
[    1.464333] Bluetooth: HCI UART protocol Intel registered
[    1.464382] Bluetooth: HCI UART protocol Broadcom registered
[    1.464396] Bluetooth: HCI UART protocol QCA registered
[    1.464441] usbcore: registered new interface driver bcm203x
[    1.464487] usbcore: registered new interface driver bpa10x
[    1.464531] usbcore: registered new interface driver bfusb
[    1.464575] usbcore: registered new interface driver btusb
[    1.464588] Bluetooth: Generic Bluetooth SDIO driver ver 0.1
[    1.464653] usbcore: registered new interface driver ath3k
[    1.464794] EDAC MC: ECC not enabled
[    1.464966] EDAC DEVICE0: Giving out device to module zynqmp-ocm-edac 
controller zynqmp_ocm: DEV ff960000.memory-controller (INTERRUPT)
[    1.465488] cpufreq: cpufreq_online: CPU0: Running at unlisted freq: 1099999 
KHz
[    1.465563] cpufreq: cpufreq_online: CPU0: Unlisted initial frequency 
changed to: 1199999 KHz
[    1.465984] sdhci: Secure Digital Host Controller Interface driver
[    1.465998] sdhci: Copyright(c) Pierre Ossman
[    1.466010] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.512136] mmc0: SDHCI controller on ff160000.sdhci [ff160000.sdhci] using 
ADMA 64-bit
[    1.556127] mmc1: SDHCI controller on ff170000.sdhci [ff170000.sdhci] using 
ADMA 64-bit
[    1.556373] ledtrig-cpu: registered to indicate activity on CPUs
[    1.556524] usbcore: registered new interface driver usbhid
[    1.556538] usbhid: USB HID core driver
[    1.558238] fpga_manager fpga0: Xilinx ZynqMP FPGA Manager registered
[    1.558761] xilinx-dp-snd-pcm dp_snd_pcm0: Xilinx DisplayPort Sound PCM 
probed
[    1.558815] xilinx-dp-snd-pcm dp_snd_pcm1: Xilinx DisplayPort Sound PCM 
probed
[    1.559008] PLL: shutdown
[    1.559932] Two devices are using vpll which is forbidden
[    1.559976] ------------[ cut here ]------------
[    1.559998] WARNING: CPU: 1 PID: 1 at 
/home/ubuntu/jh_01/build/tmp/work-shared/plnx_aarch64/kernel-source/drivers/clk/zynqmp/pll.c:190
 zynqmp_pll_set_rate+0x200/0x220
[    1.560028] Modules linked in:
[    1.560041]
[    1.560054] CPU: 1 PID: 1 Comm: swapper/0 Not tainted 4.9.0-xilinx-v2017.4 #1
[    1.560068] Hardware name: xlnx,zynqmp (DT)
[    1.560080] task: ffffffc04d866c00 task.stack: ffffffc04d868000
[    1.560095] PC is at zynqmp_pll_set_rate+0x200/0x220
[    1.560109] LR is at zynqmp_pll_set_rate+0x200/0x220
[    1.560122] pc : [<ffffff80084573d0>] lr : [<ffffff80084573d0>] pstate: 
60000045
[    1.560141] sp : ffffffc04d86bb20
[    1.560153] x29: ffffffc04d86bb20 x28: 0000000000000000
[    1.560168] x27: ffffff8008d0a600 x26: ffffff8008dd6000
[    1.560183] x25: 0000000001588800 x24: 0000000000000000
[    1.560198] x23: ffffffc04da9f410 x22: ffffffc04da94780
[    1.560213] x21: 0000000001fca055 x20: 0000000001fca055
[    1.560228] x19: 000000005ad20000 x18: 0000000000000010
[    1.560242] x17: 0000000000000000 x16: 0000000000000000
[    1.560257] x15: 0000000000000006 x14: ffffff8088ddb1d7
[    1.560272] x13: ffffff8008ddb1e5 x12: 0000000000000101
[    1.560287] x11: ffffffc04d86b880 x10: 0000000000000102
[    1.560301] x9 : 000000000000003d x8 : 62726f6620736920
[    1.560316] x7 : 6863696877206c6c x6 : ffffff8008ddb214
[    1.560331] x5 : ffffff800843cd80 x4 : 0000000000000000
[    1.560346] x3 : 0000000000000000 x2 : 0000000000000528
[    1.560360] x1 : ffffff8008d5a948 x0 : 000000000000002d
[    1.560374]
[    1.560388] ---[ end trace 068377446ef6993d ]---
[    1.560400] Call trace:
[    1.560413] Exception stack(0xffffffc04d86b950 to 0xffffffc04d86ba80)
[    1.560428] b940:                                   000000005ad20000 
0000008000000000
[    1.560450] b960: ffffffc04d86bb20 ffffff80084573d0 ffffff8008ddd5f8 
000000000000002d
[    1.560472] b980: ffffffc04d86b9a0 ffffff80080d90ac ffffff8008ddac68 
ffffff8008b7a618
[    1.560493] b9a0: ffffffc04d86ba40 ffffff80080d9384 000000005ad20000 
0000000001fca055
[    1.560515] b9c0: 0000000001fca055 ffffffc04da94780 ffffffc04da9f410 
0000000000000000
[    1.560537] b9e0: 0000000001588800 ffffff8008dd6000 000000000000002d 
ffffff8008d5a948
[    1.560558] ba00: 0000000000000528 0000000000000000 0000000000000000 
ffffff800843cd80
[    1.560580] ba20: ffffff8008ddb214 6863696877206c6c 62726f6620736920 
000000000000003d
[    1.560602] ba40: 0000000000000102 ffffffc04d86b880 0000000000000101 
ffffff8008ddb1e5
[    1.560623] ba60: ffffff8088ddb1d7 0000000000000006 0000000000000000 
0000000000000000
[    1.560645] [<ffffff80084573d0>] zynqmp_pll_set_rate+0x200/0x220
[    1.560662] [<ffffff80084520f8>] clk_change_rate+0x1e0/0x238
[    1.560678] [<ffffff80084521b0>] clk_core_set_rate_nolock+0x60/0xc8
[    1.560694] [<ffffff8008452240>] clk_set_rate+0x28/0x58
[    1.560711] [<ffffff8008735868>] xilinx_dp_codec_probe+0xd8/0x1e8
[    1.560727] [<ffffff80085024a0>] platform_drv_probe+0x58/0xc0
[    1.560744] [<ffffff800850093c>] driver_probe_device+0x1fc/0x2a8
[    1.560760] [<ffffff8008500a94>] __driver_attach+0xac/0xb0
[    1.560775] [<ffffff80084fe98c>] bus_for_each_dev+0x64/0xa0
[    1.560790] [<ffffff8008500128>] driver_attach+0x20/0x28
[    1.560805] [<ffffff80084ffc78>] bus_add_driver+0x110/0x230
[    1.560821] [<ffffff8008501278>] driver_register+0x60/0xf8
[    1.560835] [<ffffff80085023d8>] __platform_driver_register+0x40/0x48
[    1.560853] [<ffffff8008ced5c0>] xilinx_dp_codec_driver_init+0x18/0x20
[    1.560870] [<ffffff80080830b8>] do_one_initcall+0x38/0x128
[    1.560886] [<ffffff8008cc0c18>] kernel_init_freeable+0x140/0x1e0
[    1.560903] [<ffffff8008946fb8>] kernel_init+0x10/0x100
[    1.560917] [<ffffff8008082e80>] ret_from_fork+0x10/0x50
[    1.561146] Write failed to divider address:fd1a00c0
[    1.561521] PLL: enable
[    1.561727] xilinx-dp-snd-codec dp_snd_codec0: Xilinx DisplayPort Sound 
Codec probed
[    1.562118] xilinx-dp-snd-card dp_snd_card: xilinx-dp-snd-codec-dai <-> 
xilinx-dp-snd-codec-dai mapping ok
[    1.562250] xilinx-dp-snd-card dp_snd_card: xilinx-dp-snd-codec-dai <-> 
xilinx-dp-snd-codec-dai mapping ok
[    1.562638] xilinx-dp-snd-card dp_snd_card: Xilinx DisplayPort Sound Card 
probed
[    1.562748] pktgen: Packet Generator for packet performance testing. 
Version: 2.75
[    1.563026] Netfilter messages via NETLINK v0.30.
[    1.563150] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.563208] Initializing XFRM netlink socket
[    1.563267] NET: Registered protocol family 10
[    1.563677] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    1.563733] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    1.564108] NET: Registered protocol family 17
[    1.564142] NET: Registered protocol family 15
[    1.564166] bridge: filtering via arp/ip/ip6tables is no longer available by 
default. Update your scripts to load br_netfilter if you need this.
[    1.564190] Ebtables v2.0 registered
[    1.564249] can: controller area network core (rev 20120528 abi 9)
[    1.564290] NET: Registered protocol family 29
[    1.564304] can: raw protocol (rev 20120528)
[    1.564317] can: broadcast manager protocol (rev 20161123 t)
[    1.564333] can: netlink gateway (rev 20130117) max_hops=1
[    1.565179] Bluetooth: RFCOMM TTY layer initialized
[    1.565197] Bluetooth: RFCOMM socket layer initialized
[    1.565216] Bluetooth: RFCOMM ver 1.11
[    1.565232] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.565245] Bluetooth: BNEP filters: protocol multicast
[    1.565260] Bluetooth: BNEP socket layer initialized
[    1.565273] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.565289] Bluetooth: HIDP socket layer initialized
[    1.565455] 9pnet: Installing 9P2000 support
[    1.565479] Key type dns_resolver registered
[    1.565950] registered taskstats version 1
[    1.566374] Btrfs loaded, crc32c=crc32c-generic
[    1.571797] ff000000.serial: ttyPS0 at MMIO 0xff000000 (irq = 40, base_baud 
= 6249999) is a xuartps
[    1.607590] mmc0: new HS200 MMC card at address 0001
[    1.614200] mmc1: new SDHC card at address 0001
[    1.614331] mmcblk0: mmc0:0001 Q2J55L 7.09 GiB
[    1.621972] mmcblk1: mmc1:0001 SD8GB 7.28 GiB
[    1.622117] mmcblk0boot0: mmc0:0001 Q2J55L partition 1 16.0 MiB
[    1.627154] mmcblk0boot1: mmc0:0001 Q2J55L partition 2 16.0 MiB
[    1.628578]  mmcblk1: p1 p2
[    1.631660] mmcblk0rpmb: mmc0:0001 Q2J55L partition 3 4.00 MiB
[    1.632350]  mmcblk0: p1
[    1.722374] ata2: SATA link down (SStatus 0 SControl 330)
[    1.722404] ata1: SATA link down (SStatus 0 SControl 330)
[    3.578350] console [ttyPS0] enabled
[    3.582316] ff010000.serial: ttyPS1 at MMIO 0xff010000 (irq = 41, base_baud 
= 6249999) is a xuartps
[    3.596053] [drm] load() is defered & will be called again
[    3.602116] xilinx-psgtr fd400000.zynqmp_phy: Lane:3 type:8 protocol:4 
pll_locked:yes
[    3.610141] xilinx-drm-dp fd4a0000.dp: device found, version 4.010
[    3.616251] xilinx-drm-dp fd4a0000.dp: Display Port, version 1.0200 (tx)
[    3.624179] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.629597] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus 
number 1
[    3.637479] xhci-hcd xhci-hcd.0.auto: hcc params 0x0238f625 hci version 
0x100 quirks 0x02010010
[    3.646126] xhci-hcd xhci-hcd.0.auto: irq 219, io mem 0xfe200000
[    3.652215] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.658936] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    3.666137] usb usb1: Product: xHCI Host Controller
[    3.670990] usb usb1: Manufacturer: Linux 4.9.0-xilinx-v2017.4 xhci-hcd
[    3.677590] usb usb1: SerialNumber: xhci-hcd.0.auto
[    3.682752] hub 1-0:1.0: USB hub found
[    3.686442] hub 1-0:1.0: 1 port detected
[    3.690494] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
[    3.695909] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus 
number 2
[    3.703591] usb usb2: We don't know the algorithms for LPM for this host, 
disabling LPM.
[    3.711699] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    3.718413] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    3.725621] usb usb2: Product: xHCI Host Controller
[    3.730475] usb usb2: Manufacturer: Linux 4.9.0-xilinx-v2017.4 xhci-hcd
[    3.737072] usb usb2: SerialNumber: xhci-hcd.0.auto
[    3.742258] hub 2-0:1.0: USB hub found
[    3.745952] hub 2-0:1.0: 1 port detected
[    3.750932] OF: graph: no port node found in /xilinx_drm
[    3.756173] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    3.762764] [drm] No driver support for vblank timestamp query.
[    3.835656] random: fast init done
[    7.832514] xilinx-drm xilinx_drm: No connectors reported connected with 
modes
[    7.839679] [drm] Cannot find any crtc or sizes - going 1024x768
[    7.851846] Console: switching to colour frame buffer device 128x48
[    7.863061] xilinx-drm xilinx_drm: fb0:  frame buffer device
[    7.888131] [drm] Initialized xilinx_drm 1.0.0 20130509 on minor 0
[    7.894545] rtc_zynqmp ffa60000.rtc: setting system clock to 1970-01-01 
00:00:11 UTC (11)
[    7.902724] of_cfs_init
[    7.905128] of_cfs_init: OK
[    7.907988] clk: Not disabling unused clocks
[    7.912255] ALSA device list:
[    7.915161]   #0: DisplayPort monitor
[    7.945247] EXT4-fs (mmcblk1p2): mounted filesystem with ordered data mode. 
Opts: (null)
[    7.953360] VFS: Mounted root (ext4 filesystem) on device 179:10.
[    7.979151] devtmpfs: mounted
[    7.982217] Freeing unused kernel memory: 512K (ffffffc000cc0000 - 
ffffffc000d40000)
INIT: version 2.88 booting
Starting udev
[    8.757277] udevd[1651]: starting version 3.2
[    8.851206] udevd[1652]: starting eudev-3.2
[    9.241012] FAT-fs (mmcblk0p1): Volume was not properly unmounted. Some data 
may be corrupt. Please run fsck.
[    9.553919] FAT-fs (mmcblk1p1): Volume was not properly unmounted. Some data 
may be corrupt. Please run fsck.
[    9.584592] EXT4-fs (mmcblk1p2): re-mounted. Opts: data=ordered
Populating dev cache
Fri Nov  2 07:19:50 UTC 2018
Starting internet superserver: inetd.
Running postinst /etc/rpm-postinsts/100-sysvinit-inittab...
update-rc.d: /etc/init.d/run-postinsts exists during rc.d purge (continuing)
 Removing any system startup links for run-postinsts ...
[   10.144011] random: crng init done
  /etc/rcS.d/S99run-postinsts
INIT: Entering runlevel: 5
Configuring network interfaces... ifconfig: SIOCGIFFLAGS: No such device
Starting Dropbear SSH server: Generating key, this may take a while...
Public key portion is:
ssh-rsa 
AAAAB3NzaC1yc2EAAAADAQABAAABAQCIswrOtJ1+dT4/MJJu3H5cg/NRiBGKA13J3Rn4BtEWmcp5B6YL/+6hL5RgE64Gp3hWxgiuKiJT9ooA/VTP0NQjDn4L6kcjT6v23pIECkN9CcC7todxwRkGdH49tjmP2L1BOZyz6KAZsTq1dcQAcRQpiJof0J13favC4z0x7Vrn1TiUfl5iOGD0374UtnLNlF4hIwdIBaOfPZaQ6rFFlZbKNxzVae+/YrWo+kWt2wWj5TH5oZucq2tBs0nSA8AM6yNjtefMQxcBSHVin1h/m0iOQUdQKltYHunCAwN5mp4Be1wN1tl3GDhp3lOJLD/b7ysn1ZdXWnb6vCmANuVtZBv1
 root@jh_01
Fingerprint: md5 b4:02:e6:00:ff:a2:b7:3b:6a:2c:00:cb:43:8f:82:5e
dropbear.
Starting syslogd/klogd: done
Starting tcf-agent: OK

PetaLinux 2017.4 jh_01 /dev/ttyPS0

jh_01 login:
PetaLinux 2017.4 jh_01 /dev/ttyPS0

jh_01 login:
PetaLinux 2017.4 jh_01 /dev/ttyPS0

jh_01 login: root
Password:
root@jh_01:~# ls
zynqmp-zcu102-gic-demo.cell  zynqmp-zcu102.cell
root@jh_01:~#
root@jh_01:~# modprobe jailhouse
[   26.097756] jailhouse: loading out-of-tree module taints kernel.
root@jh_01:~# cat /proc/interrupts
           CPU0       CPU1       CPU2       CPU3
  2:          0          0          0          0     GICv2  29 Level     
arch_timer
  3:       2308      30004       1133       1645     GICv2  30 Level     
arch_timer
 10:          0          0          0          0     GICv2  67 Level     
zynqmp_pm
 12:          0          0          0          0     GICv2 156 Level     
zynqmp-dma
 13:          0          0          0          0     GICv2 157 Level     
zynqmp-dma
 14:          0          0          0          0     GICv2 158 Level     
zynqmp-dma
 15:          0          0          0          0     GICv2 159 Level     
zynqmp-dma
 16:          0          0          0          0     GICv2 160 Level     
zynqmp-dma
 17:          0          0          0          0     GICv2 161 Level     
zynqmp-dma
 18:          0          0          0          0     GICv2 162 Level     
zynqmp-dma
 19:          0          0          0          0     GICv2 163 Level     
zynqmp-dma
 21:          0          0          0          0     GICv2 109 Level     
zynqmp-dma
 22:          0          0          0          0     GICv2 110 Level     
zynqmp-dma
 23:          0          0          0          0     GICv2 111 Level     
zynqmp-dma
 24:          0          0          0          0     GICv2 112 Level     
zynqmp-dma
 25:          0          0          0          0     GICv2 113 Level     
zynqmp-dma
 26:          0          0          0          0     GICv2 114 Level     
zynqmp-dma
 27:          0          0          0          0     GICv2 115 Level     
zynqmp-dma
 28:          0          0          0          0     GICv2 116 Level     
zynqmp-dma
 32:          0          0          0          0     GICv2  50 Level     
cdns-i2c
 33:          0          0          0          0     GICv2  42 Level     
ff960000.memory-controller
 34:         14          0          0          0     GICv2  47 Level     
ff0f0000.spi
 35:          0          0          0          0     GICv2  58 Level     
ffa60000.rtc
 36:          0          0          0          0     GICv2  59 Level     
ffa60000.rtc
 37:          0          0          0          0     GICv2 165 Level     
ahci-ceva[fd0c0000.ahci]
 38:        509          0          0          0     GICv2  80 Level     mmc0
 39:        992          0          0          0     GICv2  81 Level     mmc1
 40:        169          0          0          0     GICv2  53 Level     xuartps
 42:          0          0          0          0     GICv2  88 Level     ams-irq
 43:      27874          0          0          0     GICv2 151 Level     
fd4a0000.dp
 44:          0          0          0          0     GICv2 154 Level     
fd4c0000.dma
219:          0          0          0          0     GICv2  97 Level     
xhci-hcd:usb1
IPI0:      1766       1367       1392       2522       Rescheduling interrupts
IPI1:        66         61         45         81       Function call interrupts
IPI2:         0          0          0          0       CPU stop interrupts
IPI3:        96        124        240        213       Timer broadcast 
interrupts
IPI4:         0          0          0          0       IRQ work interrupts
IPI5:         0          0          0          0       CPU wake-up interrupts
Err:          0
root@jh_01:~# cat /proc/iomem
00000000-5fffffff : System RAM
  00080000-00cbffff : Kernel code
  00d40000-00e3afff : Kernel data
fd0c0000-fd0c1fff : /amba/ahci@fd0c0000
fd3d0000-fd3d0fff : siou
fd400000-fd43ffff : serdes
fd4a0000-fd4a0fff : /amba/dp@fd4a0000
fd4aa000-fd4aafff : blend
fd4ab000-fd4abfff : av_buf
fd4ac000-fd4acfff : aud
fd4c0000-fd4c0fff : /amba/dma@fd4c0000
fd500000-fd500fff : /amba/dma@fd500000
fd510000-fd510fff : /amba/dma@fd510000
fd520000-fd520fff : /amba/dma@fd520000
fd530000-fd530fff : /amba/dma@fd530000
fd540000-fd540fff : /amba/dma@fd540000
fd550000-fd550fff : /amba/dma@fd550000
fd560000-fd560fff : /amba/dma@fd560000
fd570000-fd570fff : /amba/dma@fd570000
fd6e9000-fd6edfff : /amba/cci@fd6e0000/pmu@9000
fe200000-fe207fff : /amba/usb0@ff9d0000/dwc3@fe200000
  fe200000-fe207fff : /amba/usb0@ff9d0000/dwc3@fe200000
fe20c100-fe23ffff : /amba/usb0@ff9d0000/dwc3@fe200000
ff000000-ff000fff : xuartps
ff010000-ff010fff : xuartps
ff030000-ff030fff : /amba/i2c@ff030000
ff0a0000-ff0a0fff : /amba/gpio@ff0a0000
ff0f0000-ff0f0fff : /amba/spi@ff0f0000
ff160000-ff160fff : /amba/sdhci@ff160000
ff170000-ff170fff : /amba/sdhci@ff170000
ff5e0000-ff5e0fff : lpd
ff960000-ff960fff : /amba/memory-controller@ff960000
ff9d0000-ff9d00ff : /amba/usb0@ff9d0000
ffa50000-ffa507ff : ams-base
ffa60000-ffa600ff : /amba/rtc@ffa60000
ffa80000-ffa80fff : /amba/dma@ffa80000
ffa90000-ffa90fff : /amba/dma@ffa90000
ffaa0000-ffaa0fff : /amba/dma@ffaa0000
ffab0000-ffab0fff : /amba/dma@ffab0000
ffac0000-ffac0fff : /amba/dma@ffac0000
ffad0000-ffad0fff : /amba/dma@ffad0000
ffae0000-ffae0fff : /amba/dma@ffae0000
ffaf0000-ffaf0fff : /amba/dma@ffaf0000
root@jh_01:~# cat /proc/meminfo
MemTotal:        1526984 kB
MemFree:         1483772 kB
MemAvailable:    1458308 kB
Buffers:            3444 kB
Cached:             7500 kB
SwapCached:            0 kB
Active:             9896 kB
Inactive:           4524 kB
Active(anon):       3544 kB
Inactive(anon):      132 kB
Active(file):       6352 kB
Inactive(file):     4392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                44 kB
Writeback:             0 kB
AnonPages:          3500 kB
Mapped:             4356 kB
Shmem:               204 kB
Slab:              17888 kB
SReclaimable:       5912 kB
SUnreclaim:        11976 kB
KernelStack:        2064 kB
PageTables:          232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      763492 kB
Committed_AS:      31640 kB
VmallocTotal:   263061440 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
AnonHugePages:         0 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
CmaTotal:         262144 kB
CmaFree:          258404 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
root@jh_01:~# jailhouse enable zynqmp-zcu102.cell
[   76.615990] Unhandled fault: synchronous external abort (0x96000010) at 
0xffffff8009800008
[   76.626537] Internal error: : 96000010 [#1] SMP
[   76.633328] Modules linked in: jailhouse(O) uio_pdrv_genirq
[   76.641112] CPU: 2 PID: 2244 Comm: jailhouse Tainted: G        W  O    
4.9.0-xilinx-v2017.4 #1
[   76.652043] Hardware name: xlnx,zynqmp (DT)
[   76.658501] task: ffffffc04cf52d80 task.stack: ffffffc04cd40000
[   76.666713] PC is at jailhouse_cmd_enable+0x2e8/0x608 [jailhouse]
[   76.675079] LR is at jailhouse_cmd_enable+0x2c4/0x608 [jailhouse]
[   76.683382] pc : [<ffffff8000969678>] lr : [<ffffff8000969654>] pstate: 
40000145
[   76.693017] sp : ffffffc04cd43bf0
[   76.698530] x29: ffffffc04cd43bf0 x28: ffffffc04cd40000
[   76.705989] x27: 00000000000002e2 x26: ffffff8009800000
[   76.713440] x25: ffffff8008d56100 x24: ffffff800096d600
[   76.720867] x23: ffffff800096d910 x22: ffffff800096d010
[   76.728274] x21: 00000000ffffffea x20: 0000000000000004
[   76.735697] x19: 000000000b0e1010 x18: 0000000000040900
[   76.743101] x17: 0000000000412948 x16: 0000000000000000
[   76.750472] x15: 0000000007c61000 x14: 0000000000000000
[   76.757815] x13: 0000000000000000 x12: 0000000000000000
[   76.765117] x11: 0000000000000000 x10: 0000000000000000
[   76.772377] x9 : 0000000000000000 x8 : ffffff8009c00000
[   76.779585] x7 : 0000000000000000 x6 : 000000000000003f
[   76.786772] x5 : 0000000000000040 x4 : fffffffffffffff0
[   76.793924] x3 : 00000000003eb7c0 x2 : 0000000000000000
[   76.801066] x1 : ffffff8008000000 x0 : 0000000000089000
[   76.808185]
[   76.811478] Process jailhouse (pid: 2244, stack limit = 0xffffffc04cd40020)
[   76.820282] Stack: (0xffffffc04cd43bf0 to 0xffffffc04cd44000)
[   76.827905] 3be0:                                   ffffffc04cd43df0 
ffffff8000969a0c
[   76.837659] 3c00: ffffffc04cd72e00 ffffffc04c5b2cd8 ffffffc04cd72e00 
000000000b0e1010
[   76.847436] 3c20: 000000000b0e1010 0000000000000015 0000000000000123 
000000000000001d
[   76.857233] 3c40: ffffff8008962000 0000000000000000 ffffffc04cd43d40 
ffffffc04d13f780
[   76.867016] 3c60: 000a54535953484a 0000000000000001 00000000000000c0 
0040000000000000
[   76.876778] 3c80: 0000000000000000 ff00000000000000 0000100000000000 
0000000000030004
[   76.886525] 3ca0: 0000000000000000 fc00000000000000 ffff010000000000 
0000f90100000219
[   76.896233] 3cc0: 0000f902f0000000 0000f90400000000 0000f906f0000000 
0000000000000000
[   76.905903] 3ce0: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.915572] 3d00: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.925211] 3d20: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.934842] 3d40: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.944395] 3d60: 0000000000000000 0000000000000000 504d716e795a0000 
0032303155435a2d
[   76.953973] 3d80: 0000000000000000 0000000000000000 0000000000000000 
0006000000080000
[   76.963492] 3da0: 0001000000000000 0002000000000000 0068000000000000 
0000000000000000
[   76.972980] 3dc0: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   76.982449] 3de0: 0000000000000000 ffffffc04cd40000 ffffffc04cd43e00 
ffffff800819dc64
[   76.991935] 3e00: ffffffc04cd43e80 ffffff800819e354 ffffffc04cd72e00 
0000000000000003
[   77.001436] 3e20: ffffffc04cd72e00 0000000040080000 000000000b0e1010 
ffffff8008189e24
[   77.010924] 3e40: 0000000000000003 ffffff8008189e1c ffffffc04cd43eb0 
ffffff8008189ec0
[   77.020382] 3e60: 0000000000000000 00000000004021e8 ffffffc04cd43e80 
ffffff800819e334
[   77.029803] 3e80: 0000000000000000 ffffff8008082ef0 0000000000000000 
000000000b0e1010
[   77.039222] 3ea0: ffffffffffffffff 0000007f894ee14c 0000000080000000 
ffffff8008082ef0
[   77.048619] 3ec0: 0000000000000003 0000000040080000 000000000b0e1010 
0000000000000000
[   77.058005] 3ee0: 000000000b0e1010 0000000000000886 0000007f8956e0d0 
000000000b102fff
[   77.067376] 3f00: 000000000000001d 0000007f8956e9f8 0101010101010101 
0000000000000018
[   77.076739] 3f20: 00000000000003f3 0000000000000000 00000000000003f3 
0000000000000517
[   77.086128] 3f40: 0000007f894ee140 0000000000412948 0000000000040900 
0000007fdb4b5ede
[   77.095485] 3f60: 000000000b0e1010 0000000000000003 0000000000000000 
0000000000000000
[   77.104818] 3f80: 0000000000000000 0000000000000000 0000000000000000 
0000000000000000
[   77.114139] 3fa0: 0000000000000000 0000007fdb4b4d90 0000000000400fd4 
0000007fdb4b4d90
[   77.123461] 3fc0: 0000007f894ee14c 0000000080000000 0000000000000003 
000000000000001d
[   77.132795] 3fe0: 0000000000000000 0000000000000000 ffffffbf001bac00 
ffffffbf001bac38
[   77.142158] Call trace:
[   77.146113] Exception stack(0xffffffc04cd43a20 to 0xffffffc04cd43b50)
[   77.154134] 3a20: 000000000b0e1010 0000008000000000 ffffffc04cd43bf0 
ffffff8000969678
[   77.163595] 3a40: 0000000000000007 ffffff8000000000 ffffff8009800008 
0000008000000000
[   77.173075] 3a60: 0000000000014808 ffffffc04b288d48 0000000000000001 
ffffffc04b288d00
[   77.182582] 3a80: ffffffc04cd43ab0 ffffff8008191d50 ffffffc04cd43b10 
ffffff800817c658
[   77.192127] 3aa0: 0000000000000140 ffffffc04cd43c58 ffffffc04cd43ae0 
ffffff80081699e0
[   77.201691] 3ac0: 0000000000089000 ffffff8008000000 0000000000000000 
00000000003eb7c0
[   77.211283] 3ae0: fffffffffffffff0 0000000000000040 000000000000003f 
0000000000000000
[   77.220887] 3b00: ffffff8009c00000 0000000000000000 0000000000000000 
0000000000000000
[   77.230479] 3b20: 0000000000000000 0000000000000000 0000000000000000 
0000000007c61000
[   77.240067] 3b40: 0000000000000000 0000000000412948
[   77.246690] [<ffffff8000969678>] jailhouse_cmd_enable+0x2e8/0x608 [jailhouse]
[   77.255593] [<ffffff8000969a0c>] jailhouse_ioctl+0x74/0xf0 [jailhouse]
[   77.263860] [<ffffff800819dc64>] do_vfs_ioctl+0xa4/0x750
[   77.270869] [<ffffff800819e354>] SyS_ioctl+0x44/0x80
[   77.277510] [<ffffff8008082ef0>] el0_svc_naked+0x24/0x28
[   77.284479] Code: 92409400 f9400021 8b010000 f9002340 (f9400741)
[   77.292264] ---[ end trace 068377446ef6993f ]---
Segmentation fault
root@jh_01:~#

Reply via email to