[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] ThunderX support in Xen
On Wed, 31 Jan 2018, Julien Grall wrote: > When working on getting Xen booting on rochester{0,1} (Thunder-X in Osstest), > I blacklist them with this small patch. I will clean-up it and send it on the > ML: > > diff --git a/xen/arch/arm/domain_build.c b/xen/arch/arm/domain_build.c > index 155c952349..8b7fb0e12a 100644 > --- a/xen/arch/arm/domain_build.c > +++ b/xen/arch/arm/domain_build.c > @@ -1182,6 +1182,7 @@ static int handle_node(struct domain *d, struct > kernel_info *kinfo, > DT_MATCH_TYPE("memory"), > /* The memory mapped timer is not supported by Xen. */ > DT_MATCH_COMPATIBLE("arm,armv7-timer-mem"), > + DT_MATCH_COMPATIBLE("cavium,smmu-v2"), > { /* sentinel */ }, > }; > static const struct dt_device_match timer_matches[] __initconst = > > The only other issues I found was when booting using Grub. I needed to bump > the > number of banks. Hi Julien, thanks to your ThunderX patch series, I could go forward in the boot sequence, however the initrd still cannot mount the rootfs. The device doesn't come up, there is this warning: [ 11.451711] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.451712] Modules linked in: drm(+) ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.451725] [ 11.451730] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.451732] Hardware name: cavium,thunder-88xx (DT) [ 11.451734] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.451739] PC is at ata_host_activate+0x140/0x158 [ 11.451744] LR is at ata_host_activate+0x68/0x158 See the appended full logs. I am wondering if you have seen this issue, I thought I would ask before attempting to debug it. Also, is vanilla Linux expected to work on ThunderX? Cheers, Stefano Xen 4.11-unstable (c/s Tue Mar 6 11:29:23 2018 -0800 git:457c86f) EFI loader Using configuration file 'xen.cfg' vmlinuz: 0x0000010ff2f82000-0x0000010ff366e612 initrd: 0x0000010ff0b63000-0x0000010ff2f81816 Xen 4.11-unstable (XEN) Xen version 4.11-unstable (sstabellini@) (aarch64-linux-gnu-gcc (Linaro GCC 5.3-2016.05) 5.3.1 20160412) debug=y Tue Mar 6 13:37:01 PST 2018 (XEN) Latest ChangeSet: Tue Mar 6 11:29:23 2018 -0800 git:457c86f (XEN) Processor: 431f0a11: "Cavium Inc.", variant: 0x1, part 0x0a1, rev 0x1 (XEN) 64-bit Execution: (XEN) Processor Features: 0000000001001111 0000000000000000 (XEN) Exception Levels: EL3:64 EL2:64 EL1:64 EL0:64 (XEN) Extensions: FloatingPoint AdvancedSIMD GICv3-SysReg (XEN) Debug Features: 0000000050305106 0000000000000000 (XEN) Auxiliary Features: 0000000000000000 0000000000000000 (XEN) Memory Model Features: 0000000000101125 0000000000000020 (XEN) ISA Features: 0000000000011120 0000000000000000 (XEN) 32-bit Execution: Unsupported (XEN) Using SMC Calling Convention v1.0 (XEN) Using PSCI v0.2 (XEN) SMP: Allowing 96 CPUs (XEN) Generic Timer IRQ: phys=30 hyp=26 virt=27 Freq: 100000 KHz (XEN) GICv3 initialization: (XEN) gic_dist_addr=0x00801000000000 (XEN) gic_maintenance_irq=25 (XEN) gic_rdist_stride=0 (XEN) gic_rdist_regions=2 (XEN) redistributor regions: (XEN) - region 0: 0x00801080000000 - 0x00801080600000 (XEN) - region 1: 0x00901080000000 - 0x00901080600000 (XEN) GICv3: 160 lines, (IID a101134c). (XEN) GICv3: CPU0: Found redistributor in region 0 @000000004001c000 (XEN) Using scheduler: SMP Credit Scheduler (credit) (XEN) Defaulting to alternative key handling; send 'A' to switch to normal mode. (XEN) Allocated console ring of 1024 KiB. (XEN) Bringing up CPU1 (XEN) GICv3: CPU1: Found redistributor in region 0 @000000004003c000 (XEN) CPU 1 booted. (XEN) Bringing up CPU2 (XEN) GICv3: CPU2: Found redistributor in region 0 @000000004005c000 (XEN) CPU 2 booted. (XEN) Bringing up CPU3 (XEN) GICv3: CPU3: Found redistributor in region 0 @000000004007c000 (XEN) CPU 3 booted. (XEN) Bringing up CPU4 (XEN) GICv3: CPU4: Found redistributor in region 0 @000000004009c000 (XEN) CPU 4 booted. (XEN) Bringing up CPU5 (XEN) GICv3: CPU5: Found redistributor in region 0 @00000000400bc000 (XEN) CPU 5 booted. (XEN) Bringing up CPU6 (XEN) GICv3: CPU6: Found redistributor in region 0 @00000000400dc000 (XEN) CPU 6 booted. (XEN) Bringing up CPU7 (XEN) GICv3: CPU7: Found redistributor in region 0 @00000000400fc000 (XEN) CPU 7 booted. (XEN) Bringing up CPU8 (XEN) GICv3: CPU8: Found redistributor in region 0 @000000004011c000 (XEN) CPU 8 booted. (XEN) Bringing up CPU9 (XEN) GICv3: CPU9: Found redistributor in region 0 @000000004013c000 (XEN) CPU 9 booted. (XEN) Bringing up CPU10 (XEN) GICv3: CPU10: Found redistributor in region 0 @000000004015c000 (XEN) CPU 10 booted. (XEN) Bringing up CPU11 (XEN) GICv3: CPU11: Found redistributor in region 0 @000000004017c000 (XEN) CPU 11 booted. (XEN) Bringing up CPU12 (XEN) GICv3: CPU12: Found redistributor in region 0 @000000004019c000 (XEN) CPU 12 booted. (XEN) Bringing up CPU13 (XEN) GICv3: CPU13: Found redistributor in region 0 @00000000401bc000 (XEN) CPU 13 booted. (XEN) Bringing up CPU14 (XEN) GICv3: CPU14: Found redistributor in region 0 @00000000401dc000 (XEN) CPU 14 booted. (XEN) Bringing up CPU15 (XEN) GICv3: CPU15: Found redistributor in region 0 @00000000401fc000 (XEN) CPU 15 booted. (XEN) Bringing up CPU16 (XEN) GICv3: CPU16: Found redistributor in region 0 @000000004021c000 (XEN) CPU 16 booted. (XEN) Bringing up CPU17 (XEN) GICv3: CPU17: Found redistributor in region 0 @000000004023c000 (XEN) CPU 17 booted. (XEN) Bringing up CPU18 (XEN) GICv3: CPU18: Found redistributor in region 0 @000000004025c000 (XEN) CPU 18 booted. (XEN) Bringing up CPU19 (XEN) GICv3: CPU19: Found redistributor in region 0 @000000004027c000 (XEN) CPU 19 booted. (XEN) Bringing up CPU20 (XEN) GICv3: CPU20: Found redistributor in region 0 @000000004029c000 (XEN) CPU 20 booted. (XEN) Bringing up CPU21 (XEN) GICv3: CPU21: Found redistributor in region 0 @00000000402bc000 (XEN) CPU 21 booted. (XEN) Bringing up CPU22 (XEN) GICv3: CPU22: Found redistributor in region 0 @00000000402dc000 (XEN) CPU 22 booted. (XEN) Bringing up CPU23 (XEN) GICv3: CPU23: Found redistributor in region 0 @00000000402fc000 (XEN) CPU 23 booted. (XEN) Bringing up CPU24 (XEN) GICv3: CPU24: Found redistributor in region 0 @000000004031c000 (XEN) CPU 24 booted. (XEN) Bringing up CPU25 (XEN) GICv3: CPU25: Found redistributor in region 0 @000000004033c000 (XEN) CPU 25 booted. (XEN) Bringing up CPU26 (XEN) GICv3: CPU26: Found redistributor in region 0 @000000004035c000 (XEN) CPU 26 booted. (XEN) Bringing up CPU27 (XEN) GICv3: CPU27: Found redistributor in region 0 @000000004037c000 (XEN) CPU 27 booted. (XEN) Bringing up CPU28 (XEN) GICv3: CPU28: Found redistributor in region 0 @000000004039c000 (XEN) CPU 28 booted. (XEN) Bringing up CPU29 (XEN) GICv3: CPU29: Found redistributor in region 0 @00000000403bc000 (XEN) CPU 29 booted. (XEN) Bringing up CPU30 (XEN) GICv3: CPU30: Found redistributor in region 0 @00000000403dc000 (XEN) CPU 30 booted. (XEN) Bringing up CPU31 (XEN) GICv3: CPU31: Found redistributor in region 0 @00000000403fc000 (XEN) CPU 31 booted. (XEN) Bringing up CPU32 (XEN) GICv3: CPU32: Found redistributor in region 0 @000000004041c000 (XEN) CPU 32 booted. (XEN) Bringing up CPU33 (XEN) GICv3: CPU33: Found redistributor in region 0 @000000004043c000 (XEN) CPU 33 booted. (XEN) Bringing up CPU34 (XEN) GICv3: CPU34: Found redistributor in region 0 @000000004045c000 (XEN) CPU 34 booted. (XEN) Bringing up CPU35 (XEN) GICv3: CPU35: Found redistributor in region 0 @000000004047c000 (XEN) CPU 35 booted. (XEN) Bringing up CPU36 (XEN) GICv3: CPU36: Found redistributor in region 0 @000000004049c000 (XEN) CPU 36 booted. (XEN) Bringing up CPU37 (XEN) GICv3: CPU37: Found redistributor in region 0 @00000000404bc000 (XEN) CPU 37 booted. (XEN) Bringing up CPU38 (XEN) GICv3: CPU38: Found redistributor in region 0 @00000000404dc000 (XEN) CPU 38 booted. (XEN) Bringing up CPU39 (XEN) GICv3: CPU39: Found redistributor in region 0 @00000000404fc000 (XEN) CPU 39 booted. (XEN) Bringing up CPU40 (XEN) GICv3: CPU40: Found redistributor in region 0 @000000004051c000 (XEN) CPU 40 booted. (XEN) Bringing up CPU41 (XEN) GICv3: CPU41: Found redistributor in region 0 @000000004053c000 (XEN) CPU 41 booted. (XEN) Bringing up CPU42 (XEN) GICv3: CPU42: Found redistributor in region 0 @000000004055c000 (XEN) CPU 42 booted. (XEN) Bringing up CPU43 (XEN) GICv3: CPU43: Found redistributor in region 0 @000000004057c000 (XEN) CPU 43 booted. (XEN) Bringing up CPU44 (XEN) GICv3: CPU44: Found redistributor in region 0 @000000004059c000 (XEN) CPU 44 booted. (XEN) Bringing up CPU45 (XEN) GICv3: CPU45: Found redistributor in region 0 @00000000405bc000 (XEN) CPU 45 booted. (XEN) Bringing up CPU46 (XEN) GICv3: CPU46: Found redistributor in region 0 @00000000405dc000 (XEN) CPU 46 booted. (XEN) Bringing up CPU47 (XEN) GICv3: CPU47: Found redistributor in region 0 @00000000405fc000 (XEN) CPU 47 booted. (XEN) Bringing up CPU48 (XEN) GICv3: CPU48: Found redistributor in region 1 @000000004061d000 (XEN) CPU 48 booted. (XEN) Bringing up CPU49 (XEN) GICv3: CPU49: Found redistributor in region 1 @000000004063d000 (XEN) CPU 49 booted. (XEN) Bringing up CPU50 (XEN) GICv3: CPU50: Found redistributor in region 1 @000000004065d000 (XEN) CPU 50 booted. (XEN) Bringing up CPU51 (XEN) GICv3: CPU51: Found redistributor in region 1 @000000004067d000 (XEN) CPU 51 booted. (XEN) Bringing up CPU52 (XEN) GICv3: CPU52: Found redistributor in region 1 @000000004069d000 (XEN) CPU 52 booted. (XEN) Bringing up CPU53 (XEN) GICv3: CPU53: Found redistributor in region 1 @00000000406bd000 (XEN) CPU 53 booted. (XEN) Bringing up CPU54 (XEN) GICv3: CPU54: Found redistributor in region 1 @00000000406dd000 (XEN) CPU 54 booted. (XEN) Bringing up CPU55 (XEN) GICv3: CPU55: Found redistributor in region 1 @00000000406fd000 (XEN) CPU 55 booted. (XEN) Bringing up CPU56 (XEN) GICv3: CPU56: Found redistributor in region 1 @000000004071d000 (XEN) CPU 56 booted. (XEN) Bringing up CPU57 (XEN) GICv3: CPU57: Found redistributor in region 1 @000000004073d000 (XEN) CPU 57 booted. (XEN) Bringing up CPU58 (XEN) GICv3: CPU58: Found redistributor in region 1 @000000004075d000 (XEN) CPU 58 booted. (XEN) Bringing up CPU59 (XEN) GICv3: CPU59: Found redistributor in region 1 @000000004077d000 (XEN) CPU 59 booted. (XEN) Bringing up CPU60 (XEN) GICv3: CPU60: Found redistributor in region 1 @000000004079d000 (XEN) CPU 60 booted. (XEN) Bringing up CPU61 (XEN) GICv3: CPU61: Found redistributor in region 1 @00000000407bd000 (XEN) CPU 61 booted. (XEN) Bringing up CPU62 (XEN) GICv3: CPU62: Found redistributor in region 1 @00000000407dd000 (XEN) CPU 62 booted. (XEN) Bringing up CPU63 (XEN) GICv3: CPU63: Found redistributor in region 1 @00000000407fd000 (XEN) CPU 63 booted. (XEN) Bringing up CPU64 (XEN) GICv3: CPU64: Found redistributor in region 1 @000000004081d000 (XEN) CPU 64 booted. (XEN) Bringing up CPU65 (XEN) GICv3: CPU65: Found redistributor in region 1 @000000004083d000 (XEN) CPU 65 booted. (XEN) Bringing up CPU66 (XEN) GICv3: CPU66: Found redistributor in region 1 @000000004085d000 (XEN) CPU 66 booted. (XEN) Bringing up CPU67 (XEN) GICv3: CPU67: Found redistributor in region 1 @000000004087d000 (XEN) CPU 67 booted. (XEN) Bringing up CPU68 (XEN) GICv3: CPU68: Found redistributor in region 1 @000000004089d000 (XEN) CPU 68 booted. (XEN) Bringing up CPU69 (XEN) GICv3: CPU69: Found redistributor in region 1 @00000000408bd000 (XEN) CPU 69 booted. (XEN) Bringing up CPU70 (XEN) GICv3: CPU70: Found redistributor in region 1 @00000000408dd000 (XEN) CPU 70 booted. (XEN) Bringing up CPU71 (XEN) GICv3: CPU71: Found redistributor in region 1 @00000000408fd000 (XEN) CPU 71 booted. (XEN) Bringing up CPU72 (XEN) GICv3: CPU72: Found redistributor in region 1 @000000004091d000 (XEN) CPU 72 booted. (XEN) Bringing up CPU73 (XEN) GICv3: CPU73: Found redistributor in region 1 @000000004093d000 (XEN) CPU 73 booted. (XEN) Bringing up CPU74 (XEN) GICv3: CPU74: Found redistributor in region 1 @000000004095d000 (XEN) CPU 74 booted. (XEN) Bringing up CPU75 (XEN) GICv3: CPU75: Found redistributor in region 1 @000000004097d000 (XEN) CPU 75 booted. (XEN) Bringing up CPU76 (XEN) GICv3: CPU76: Found redistributor in region 1 @000000004099d000 (XEN) CPU 76 booted. (XEN) Bringing up CPU77 (XEN) GICv3: CPU77: Found redistributor in region 1 @00000000409bd000 (XEN) CPU 77 booted. (XEN) Bringing up CPU78 (XEN) GICv3: CPU78: Found redistributor in region 1 @00000000409dd000 (XEN) CPU 78 booted. (XEN) Bringing up CPU79 (XEN) GICv3: CPU79: Found redistributor in region 1 @00000000409fd000 (XEN) CPU 79 booted. (XEN) Bringing up CPU80 (XEN) GICv3: CPU80: Found redistributor in region 1 @0000000040a1d000 (XEN) CPU 80 booted. (XEN) Bringing up CPU81 (XEN) GICv3: CPU81: Found redistributor in region 1 @0000000040a3d000 (XEN) CPU 81 booted. (XEN) Bringing up CPU82 (XEN) GICv3: CPU82: Found redistributor in region 1 @0000000040a5d000 (XEN) CPU 82 booted. (XEN) Bringing up CPU83 (XEN) GICv3: CPU83: Found redistributor in region 1 @0000000040a7d000(XEN) CPU 83 booted. (XEN) Bringing up CPU84 (XEN) GICv3: CPU84: Found redistributor in region 1 @0000000040a9d000 (XEN) CPU 84 booted. (XEN) Bringing up CPU85 (XEN) GICv3: CPU85: Found redistributor in region 1 @0000000040abd000 (XEN) CPU 85 booted. (XEN) Bringing up CPU86 (XEN) GICv3: CPU86: Found redistributor in region 1 @0000000040add000 (XEN) CPU 86 booted. (XEN) Bringing up CPU87 (XEN) GICv3: CPU87: Found redistributor in region 1 @0000000040afd000 (XEN) CPU 87 booted. (XEN) Bringing up CPU88 (XEN) GICv3: CPU88: Found redistributor in region 1 @0000000040b1d000 (XEN) CPU 88 booted. (XEN) Bringing up CPU89 (XEN) GICv3: CPU89: Found redistributor in region 1 @0000000040b3d000 (XEN) CPU 89 booted. (XEN) Bringing up CPU90 (XEN) GICv3: CPU90: Found redistributor in region 1 @0000000040b5d000 (XEN) CPU 90 booted. (XEN) Bringing up CPU91 (XEN) GICv3: CPU91: Found redistributor in region 1 @0000000040b7d000 (XEN) CPU 91 booted. (XEN) Bringing up CPU92 (XEN) GICv3: CPU92: Found redistributor in region 1 @0000000040b9d000 (XEN) CPU 92 booted. (XEN) Bringing up CPU93 (XEN) GICv3: CPU93: Found redistributor in region 1 @0000000040bbd000 (XEN) CPU 93 booted. (XEN) Bringing up CPU94 (XEN) GICv3: CPU94: Found redistributor in region 1 @0000000040bdd000 (XEN) CPU 94 booted. (XEN) Bringing up CPU95 (XEN) GICv3: CPU95: Found redistributor in region 1 @0000000040bfd000 (XEN) CPU 95 booted. (XEN) Brought up 96 CPUs (XEN) P2M: 48-bit IPA with 48-bit PA and 16-bit VMID (XEN) P2M: 4 levels with order-0 root, VTCR 0x800d3590 (XEN) I/O virtualisation disabled (XEN) build-id: 0381e28c69a6b16f79254d937d1d640534c00737 (XEN) alternatives: Patching with alt table 0000000040cc8f98 -> 0000000040cc9478 (XEN) grant_table.c:1766:IDLEv0 Expanding d0 grant table from 0 to 1 frames (XEN) *** LOADING DOMAIN 0 *** (XEN) Loading kernel from boot module @ 0000010ff2f82000 (XEN) Loading ramdisk from boot module @ 0000010ff0b63000 (XEN) Allocating 1:1 mappings totalling 4096MB for dom0: (XEN) BANK[0] 0x00000008000000-0x000000f8000000 (3840MB) (XEN) BANK[1] 0x00010010000000-0x00010020000000 (256MB) (XEN) Grant table range: 0x00010ffe400000-0x00010ffe440000 (XEN) Allocating PPI 16 for event channel interrupt (XEN) Loading zImage from 0000010002000000 to 0000000008080000-000000000935d200 (XEN) Loading dom0 initrd from 0000010ff0b63000 to 0x0000000010200000-0x000000001261e816 (XEN) Loading dom0 DTB to 0x0000000010000000-0x0000000010004e93 (XEN) Initial low memory virq threshold set at 0x4000 pages. (XEN) Scrubbing Free RAM on 1 nodes using 96 CPUs (XEN) ...........................................................................................done. (XEN) Std. Loglevel: All (XEN) Guest Loglevel: All (XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen) (XEN) Freed 272kB init memory. (XEN) d0v0: vGICD: unhandled word write 0xffffffff to ICACTIVER4 (XEN) d0v0: vGICD: unhandled word write 0xffffffff to ICACTIVER8 (XEN) d0v0: vGICD: unhandled word write 0xffffffff to ICACTIVER12 (XEN) d0v0: vGICD: unhandled word write 0xffffffff to ICACTIVER16 (XEN) d0v0: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 [ 0.000000] Booting Linux on physical CPU 0x0 [ 0.000000] Linux version 4.10.0-38-generic (buildd@bos01-arm64-005) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.4) ) #42~16.04.1-Ubuntu SMP Tue Oct 10 16:33:57 UTC 2017 (Ubuntu 4.10.0-38.42~16.04.1-generic 4.10.17) [ 0.000000] Boot CPU: AArch64 Processor [431f0a11] [ 0.000000] Xen 4.11 support found [ 0.000000] efi: Getting EFI parameters from FDT: [ 0.000000] efi: UEFI not found. [ 0.000000] OF: NUMA: parsing numa-distance-map-v1 [ 0.000000] NUMA: No NUMA configuration found [ 0.000000] NUMA: Faking a node at [mem 0x0000000000000000-0x000001001fffffff] [ 0.000000] NUMA: Adding memblock [0x8000000 - 0xf7ffffff] on node 0 [ 0.000000] NUMA: Adding memblock [0x10010000000 - 0x1001fffffff] on node 0 [ 0.000000] NUMA: Initmem setup node 0 [mem 0x08000000-0x1001fffffff] [ 0.000000] NUMA: NODE_DATA [mem 0x1001ffd0d00-0x1001ffd3fff] [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000008000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000001001fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000008000000-0x00000000f7ffffff] [ 0.000000] node 0: [mem 0x0000010010000000-0x000001001fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000008000000-0x000001001fffffff] [ 0.000000] psci: probing for conduit method from DT. [ 0.000000] psci: PSCIv1.1 detected in firmware. [ 0.000000] psci: Using standard PSCI v0.2 function IDs [ 0.000000] psci: Trusted OS migration not required [ 0.000000] percpu: Embedded 25 pages/cpu @ffff81001a2a0000 s63384 r8192 d30824 u102400 [ 0.000000] Detected VIPT I-cache on CPU0 [ 0.000000] CPU features: enabling workaround for Cavium erratum 27456 [ 0.000000] CPU features: enabling workaround for Cavium erratum 30115 [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 1031680 [ 0.000000] Policy zone: Normal [ 0.000000] Kernel command line: init=/bin/sh root=/dev/sda3 rw console=hvc0 [ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes [ 0.000000] log_buf_len total cpu_extra contributions: 389120 bytes [ 0.000000] log_buf_len min size: 16384 bytes [ 0.000000] log_buf_len: 524288 bytes [ 0.000000] early log buf free: 12604(76%) [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] software IO TLB [mem 0xf3fff000-0xf7fff000] (64MB) mapped at [ffff8000f3fff000-ffff8000f7ffefff] [ 0.000000] Memory: 3978652K/4194304K available (9916K kernel code, 1268K rwdata, 3832K rodata, 4224K init, 1072K bss, 215652K reserved, 0K cma-reserved) [ 0.000000] Virtual kernel memory layout: [ 0.000000] modules : 0xffff000000000000 - 0xffff000008000000 ( 128 MB) [ 0.000000] vmalloc : 0xffff000008000000 - 0xffff7dffbfff0000 (129022 GB) [ 0.000000] .text : 0xffff000008080000 - 0xffff000008a30000 ( 9920 KB) [ 0.000000] .rodata : 0xffff000008a30000 - 0xffff000008e00000 ( 3904 KB) [ 0.000000] .init : 0xffff000008e00000 - 0xffff000009220000 ( 4224 KB) [ 0.000000] .data : 0xffff000009220000 - 0xffff00000935d200 ( 1269 KB) [ 0.000000] .bss : 0xffff00000935d200 - 0xffff00000946942c ( 1073 KB) [ 0.000000] fixed : 0xffff7dfffe7fd000 - 0xffff7dfffec00000 ( 4108 KB) [ 0.000000] PCI I/O : 0xffff7dfffee00000 - 0xffff7dffffe00000 ( 16 MB) [ 0.000000] vmemmap : 0xffff7e0000000000 - 0xffff800000000000 ( 2048 GB maximum) [ 0.000000] 0xffff7e0000200000 - 0xffff7e0400800000 ( 16390 MB actual) [ 0.000000] memory : 0xffff800008000000 - 0xffff810020000000 (1048960 MB) [ 0.000000] SLUB: HWalign=128, Order=0-3, MinObjects=0, CPUs=96, Nodes=1 [ 0.000000] Hierarchical RCU implementation. [ 0.000000] Build-time adjustment of leaf fanout to 64. [ 0.000000] RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=96. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=96 [ 0.000000] NR_IRQS:64 nr_irqs:64 0 [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000801080000000 [ 0.000000] arch_timer: cp15 timer(s) running at 100.00MHz (virt). [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x171024e7e0, max_idle_ns: 440795205315 ns [ 0.000002] sched_clock: 56 bits at 100MHz, resolution 10ns, wraps every 4398046511100ns [ 0.000387] Console: colour dummy device 80x25 [ 0.410778] console [hvc0] enabled [ 0.414337] Calibrating delay loop (skipped), value calculated using timer frequency.. 200.00 BogoMIPS (lpj=400000) [ 0.424777] pid_max: default: 98304 minimum: 768 [ 0.429563] Security Framework initialized [ 0.433610] Yama: becoming mindful. [ 0.437337] AppArmor: AppArmor initialized [ 0.442213] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) [ 0.451649] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) [ 0.459588] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.466207] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes) [ 0.474190] ftrace: allocating 33906 entries in 133 pages [ 0.533362] ASID allocator initialised with 65536 entries [ 0.539076] xen:grant_table: Grant tables using version 1 layout [ 0.545039] Grant table initialized [ 0.548800] xen:events: Using FIFO-based ABI [ 0.553007] Xen: initializing cpu0 [ 0.557713] EFI services will not be available. [ 0.563590] smp: Bringing up secondary CPUs ... (XEN) d0v1: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v2: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v3: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v4: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v5: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v6: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v7: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v8: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v9: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v10: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v11: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v12: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v13: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v14: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v15: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v16: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v17: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v18: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v19: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v20: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v21: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v22: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v23: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v24: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v25: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v26: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v27: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v28: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v29: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v30: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v31: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v32: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v33: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v34: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v35: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v36: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v37: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v38: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v39: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v40: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v41: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v42: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v43: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v44: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v45: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v46: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v47: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v48: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v49: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v50: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v51: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v52: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v53: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v54: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v55: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v56: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v57: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v58: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v59: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v60: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v61: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v62: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v63: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v64: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v65: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v66: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v67: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v68: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v69: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v70: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v71: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v72: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v73: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v74: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v75: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v76: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v77: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v78: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v79: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v80: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v81: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v82: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v83: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v84: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v85: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v86: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v87: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v88: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v89: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v90: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v91: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v92: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v93: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v94: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 (XEN) d0v95: vGICR: SGI: unhandled word write 0xffffffff to ICACTIVER0 [ 0.568357] Detected VIPT I-cache on CPU1 [ 0.568375] GICv3: CPU1: found redistributor 1 region 0:0x0000801080020000 [ 0.574413] Xen: initializing cpu1 [ 0.574435] CPU1: Booted secondary processor [431f0a11] [ 0.574859] Detected VIPT I-cache on CPU2 [ 0.574875] GICv3: CPU2: found redistributor 2 region 0:0x0000801080040000 [ 0.580911] Xen: initializing cpu2 [ 0.580933] CPU2: Booted secondary processor [431f0a11] [ 0.581334] Detected VIPT I-cache on CPU3 [ 0.581352] GICv3: CPU3: found redistributor 3 region 0:0x0000801080060000 [ 0.587381] Xen: initializing cpu3 [ 0.587403] CPU3: Booted secondary processor [431f0a11] [ 0.587805] Detected VIPT I-cache on CPU4 [ 0.587824] GICv3: CPU4: found redistributor 4 region 0:0x0000801080080000 [ 0.593859] Xen: initializing cpu4 [ 0.593882] CPU4: Booted secondary processor [431f0a11] [ 0.594282] Detected VIPT I-cache on CPU5 [ 0.594301] GICv3: CPU5: found redistributor 5 region 0:0x00008010800a0000 [ 0.600337] Xen: initializing cpu5 [ 0.600359] CPU5: Booted secondary processor [431f0a11] [ 0.600762] Detected VIPT I-cache on CPU6 [ 0.600782] GICv3: CPU6: found redistributor 6 region 0:0x00008010800c0000 [ 0.606811] Xen: initializing cpu6 [ 0.606834] CPU6: Booted secondary processor [431f0a11] [ 0.607230] Detected VIPT I-cache on CPU7 [ 0.607252] GICv3: CPU7: found redistributor 7 region 0:0x00008010800e0000 [ 0.613287] Xen: initializing cpu7 [ 0.613310] CPU7: Booted secondary processor [431f0a11] [ 0.613713] Detected VIPT I-cache on CPU8 [ 0.613735] GICv3: CPU8: found redistributor 8 region 0:0x0000801080100000 [ 0.619771] Xen: initializing cpu8 [ 0.619793] CPU8: Booted secondary processor [431f0a11] [ 0.620192] Detected VIPT I-cache on CPU9 [ 0.620216] GICv3: CPU9: found redistributor 9 region 0:0x0000801080120000 [ 0.626247] Xen: initializing cpu9 [ 0.626269] CPU9: Booted secondary processor [431f0a11] [ 0.626666] Detected VIPT I-cache on CPU10 [ 0.626690] GICv3: CPU10: found redistributor a region 0:0x0000801080140000 [ 0.632812] Xen: initializing cpu10 [ 0.632835] CPU10: Booted secondary processor [431f0a11] [ 0.633244] Detected VIPT I-cache on CPU11 [ 0.633269] GICv3: CPU11: found redistributor b region 0:0x0000801080160000 [ 0.639392] Xen: initializing cpu11 [ 0.639415] CPU11: Booted secondary processor [431f0a11] [ 0.639816] Detected VIPT I-cache on CPU12 [ 0.639842] GICv3: CPU12: found redistributor c region 0:0x0000801080180000 [ 0.645959] Xen: initializing cpu12 [ 0.645982] CPU12: Booted secondary processor [431f0a11] [ 0.646386] Detected VIPT I-cache on CPU13 [ 0.646413] GICv3: CPU13: found redistributor d region 0:0x00008010801a0000 [ 0.652536] Xen: initializing cpu13 [ 0.652560] CPU13: Booted secondary processor [431f0a11] [ 0.652962] Detected VIPT I-cache on CPU14 [ 0.652990] GICv3: CPU14: found redistributor e region 0:0x00008010801c0000 [ 0.659114] Xen: initializing cpu14 [ 0.659137] CPU14: Booted secondary processor [431f0a11] [ 0.659544] Detected VIPT I-cache on CPU15 [ 0.659573] GICv3: CPU15: found redistributor f region 0:0x00008010801e0000 [ 0.665690] Xen: initializing cpu15 [ 0.665713] CPU15: Booted secondary processor [431f0a11] [ 0.666113] Detected VIPT I-cache on CPU16 [ 0.666144] GICv3: CPU16: found redistributor 100 region 0:0x0000801080200000 [ 0.672267] Xen: initializing cpu16 [ 0.672289] CPU16: Booted secondary processor [431f0a11] [ 0.672719] Detected VIPT I-cache on CPU17 [ 0.672751] GICv3: CPU17: found redistributor 101 region 0:0x0000801080220000 [ 0.678873] Xen: initializing cpu17 [ 0.678895] CPU17: Booted secondary processor [431f0a11] [ 0.679298] Detected VIPT I-cache on CPU18 [ 0.679331] GICv3: CPU18: found redistributor 102 region 0:0x0000801080240000 [ 0.685448] Xen: initializing cpu18 [ 0.685470] CPU18: Booted secondary processor [431f0a11] [ 0.685879] Detected VIPT I-cache on CPU19 [ 0.685912] GICv3: CPU19: found redistributor 103 region 0:0x0000801080260000 [ 0.692035] Xen: initializing cpu19 [ 0.692057] CPU19: Booted secondary processor [431f0a11] [ 0.692469] Detected VIPT I-cache on CPU20 [ 0.692504] GICv3: CPU20: found redistributor 104 region 0:0x0000801080280000 [ 0.698626] Xen: initializing cpu20 [ 0.698648] CPU20: Booted secondary processor [431f0a11] [ 0.699049] Detected VIPT I-cache on CPU21 [ 0.699085] GICv3: CPU21: found redistributor 105 region 0:0x00008010802a0000 [ 0.705202] Xen: initializing cpu21 [ 0.705224] CPU21: Booted secondary processor [431f0a11] [ 0.705620] Detected VIPT I-cache on CPU22 [ 0.705657] GICv3: CPU22: found redistributor 106 region 0:0x00008010802c0000 [ 0.711780] Xen: initializing cpu22 [ 0.711802] CPU22: Booted secondary processor [431f0a11] [ 0.712212] Detected VIPT I-cache on CPU23 [ 0.712250] GICv3: CPU23: found redistributor 107 region 0:0x00008010802e0000 [ 0.718373] Xen: initializing cpu23 [ 0.718395] CPU23: Booted secondary processor [431f0a11] [ 0.718796] Detected VIPT I-cache on CPU24 [ 0.718834] GICv3: CPU24: found redistributor 108 region 0:0x0000801080300000 [ 0.724950] Xen: initializing cpu24 [ 0.724973] CPU24: Booted secondary processor [431f0a11] [ 0.725392] Detected VIPT I-cache on CPU25 [ 0.725433] GICv3: CPU25: found redistributor 109 region 0:0x0000801080320000 [ 0.731556] Xen: initializing cpu25 [ 0.731579] CPU25: Booted secondary processor [431f0a11] [ 0.731974] Detected VIPT I-cache on CPU26 [ 0.732015] GICv3: CPU26: found redistributor 10a region 0:0x0000801080340000 [ 0.738137] Xen: initializing cpu26 [ 0.738160] CPU26: Booted secondary processor [431f0a11] [ 0.738556] Detected VIPT I-cache on CPU27 [ 0.738599] GICv3: CPU27: found redistributor 10b region 0:0x0000801080360000 [ 0.744715] Xen: initializing cpu27 [ 0.744738] CPU27: Booted secondary processor [431f0a11] [ 0.745169] Detected VIPT I-cache on CPU28 [ 0.745213] GICv3: CPU28: found redistributor 10c region 0:0x0000801080380000 [ 0.751335] Xen: initializing cpu28 [ 0.751359] CPU28: Booted secondary processor [431f0a11] [ 0.751761] Detected VIPT I-cache on CPU29 [ 0.751805] GICv3: CPU29: found redistributor 10d region 0:0x00008010803a0000 [ 0.757928] Xen: initializing cpu29 [ 0.757951] CPU29: Booted secondary processor [431f0a11] [ 0.758359] Detected VIPT I-cache on CPU30 [ 0.758404] GICv3: CPU30: found redistributor 10e region 0:0x00008010803c0000 [ 0.764521] Xen: initializing cpu30 [ 0.764544] CPU30: Booted secondary processor [431f0a11] [ 0.764950] Detected VIPT I-cache on CPU31 [ 0.764997] GICv3: CPU31: found redistributor 10f region 0:0x00008010803e0000 [ 0.771120] Xen: initializing cpu31 [ 0.771144] CPU31: Booted secondary processor [431f0a11] [ 0.771546] Detected VIPT I-cache on CPU32 [ 0.771593] GICv3: CPU32: found redistributor 200 region 0:0x0000801080400000 [ 0.777710] Xen: initializing cpu32 [ 0.777733] CPU32: Booted secondary processor [431f0a11] [ 0.778153] Detected VIPT I-cache on CPU33 [ 0.778202] GICv3: CPU33: found redistributor 201 region 0:0x0000801080420000 [ 0.784319] Xen: initializing cpu33 [ 0.784342] CPU33: Booted secondary processor [431f0a11] [ 0.784743] Detected VIPT I-cache on CPU34 [ 0.784792] GICv3: CPU34: found redistributor 202 region 0:0x0000801080440000 [ 0.790916] Xen: initializing cpu34 [ 0.790938] CPU34: Booted secondary processor [431f0a11] [ 0.791340] Detected VIPT I-cache on CPU35 [ 0.791391] GICv3: CPU35: found redistributor 203 region 0:0x0000801080460000 [ 0.797508] Xen: initializing cpu35 [ 0.797530] CPU35: Booted secondary processor [431f0a11] [ 0.797957] Detected VIPT I-cache on CPU36 [ 0.798008] GICv3: CPU36: found redistributor 204 region 0:0x0000801080480000 [ 0.804125] Xen: initializing cpu36 [ 0.804148] CPU36: Booted secondary processor [431f0a11] [ 0.804549] Detected VIPT I-cache on CPU37 [ 0.804601] GICv3: CPU37: found redistributor 205 region 0:0x00008010804a0000 [ 0.810724] Xen: initializing cpu37 [ 0.810746] CPU37: Booted secondary processor [431f0a11] [ 0.811154] Detected VIPT I-cache on CPU38 [ 0.811207] GICv3: CPU38: found redistributor 206 region 0:0x00008010804c0000 [ 0.817324] Xen: initializing cpu38 [ 0.817346] CPU38: Booted secondary processor [431f0a11] [ 0.817751] Detected VIPT I-cache on CPU39 [ 0.817806] GICv3: CPU39: found redistributor 207 region 0:0x00008010804e0000 [ 0.823929] Xen: initializing cpu39 [ 0.823951] CPU39: Booted secondary processor [431f0a11] [ 0.824360] Detected VIPT I-cache on CPU40 [ 0.824416] GICv3: CPU40: found redistributor 208 region 0:0x0000801080500000 [ 0.830540] Xen: initializing cpu40 [ 0.830562] CPU40: Booted secondary processor [431f0a11] [ 0.830973] Detected VIPT I-cache on CPU41 [ 0.831030] GICv3: CPU41: found redistributor 209 region 0:0x0000801080520000 [ 0.837147] Xen: initializing cpu41 [ 0.837169] CPU41: Booted secondary processor [431f0a11] [ 0.837593] Detected VIPT I-cache on CPU42 [ 0.837651] GICv3: CPU42: found redistributor 20a region 0:0x0000801080540000 [ 0.843774] Xen: initializing cpu42 [ 0.843797] CPU42: Booted secondary processor [431f0a11] [ 0.844211] Detected VIPT I-cache on CPU43 [ 0.844270] GICv3: CPU43: found redistributor 20b region 0:0x0000801080560000 [ 0.850393] Xen: initializing cpu43 [ 0.850416] CPU43: Booted secondary processor [431f0a11] [ 0.850832] Detected VIPT I-cache on CPU44 [ 0.850892] GICv3: CPU44: found redistributor 20c region 0:0x0000801080580000 [ 0.857009] Xen: initializing cpu44 [ 0.857032] CPU44: Booted secondary processor [431f0a11] [ 0.857442] Detected VIPT I-cache on CPU45 [ 0.857503] GICv3: CPU45: found redistributor 20d region 0:0x00008010805a0000 [ 0.863626] Xen: initializing cpu45 [ 0.863649] CPU45: Booted secondary processor [431f0a11] [ 0.864049] Detected VIPT I-cache on CPU46 [ 0.864111] GICv3: CPU46: found redistributor 20e region 0:0x00008010805c0000 [ 0.870234] Xen: initializing cpu46 [ 0.870258] CPU46: Booted secondary processor [431f0a11] [ 0.870665] Detected VIPT I-cache on CPU47 [ 0.870727] GICv3: CPU47: found redistributor 20f region 0:0x00008010805e0000 [ 0.876844] Xen: initializing cpu47 [ 0.876867] CPU47: Booted secondary processor [431f0a11] [ 0.877318] Detected VIPT I-cache on CPU48 [ 0.877439] GICv3: CPU48: found redistributor 300 region 1:0x0000901080000000 [ 0.883602] Xen: initializing cpu48 [ 0.883646] CPU48: Booted secondary processor [431f0a11] [ 0.884297] Detected VIPT I-cache on CPU49 [ 0.884389] GICv3: CPU49: found redistributor 301 region 1:0x0000901080020000 [ 0.890512] Xen: initializing cpu49 [ 0.890535] CPU49: Booted secondary processor [431f0a11] [ 0.890998] Detected VIPT I-cache on CPU50 [ 0.891093] GICv3: CPU50: found redistributor 302 region 1:0x0000901080040000 [ 0.897210] Xen: initializing cpu50 [ 0.897232] CPU50: Booted secondary processor [431f0a11] [ 0.897701] Detected VIPT I-cache on CPU51 [ 0.897796] GICv3: CPU51: found redistributor 303 region 1:0x0000901080060000 [ 0.903919] Xen: initializing cpu51 [ 0.903941] CPU51: Booted secondary processor [431f0a11] [ 0.904416] Detected VIPT I-cache on CPU52 [ 0.904512] GICv3: CPU52: found redistributor 304 region 1:0x0000901080080000 [ 0.910635] Xen: initializing cpu52 [ 0.910658] CPU52: Booted secondary processor [431f0a11] [ 0.911123] Detected VIPT I-cache on CPU53 [ 0.911221] GICv3: CPU53: found redistributor 305 region 1:0x00009010800a0000 [ 0.917338] Xen: initializing cpu53 [ 0.917360] CPU53: Booted secondary processor [431f0a11] [ 0.917813] Detected VIPT I-cache on CPU54 [ 0.917918] GICv3: CPU54: found redistributor 306 region 1:0x00009010800c0000 [ 0.924034] Xen: initializing cpu54 [ 0.924057] CPU54: Booted secondary processor [431f0a11] [ 0.924531] Detected VIPT I-cache on CPU55 [ 0.924629] GICv3: CPU55: found redistributor 307 region 1:0x00009010800e0000 [ 0.930752] Xen: initializing cpu55 [ 0.930776] CPU55: Booted secondary processor [431f0a11] [ 0.931238] Detected VIPT I-cache on CPU56 [ 0.931340] GICv3: CPU56: found redistributor 308 region 1:0x0000901080100000 [ 0.937456] Xen: initializing cpu56 [ 0.937479] CPU56: Booted secondary processor [431f0a11] [ 0.937983] Detected VIPT I-cache on CPU57 [ 0.938083] GICv3: CPU57: found redistributor 309 region 1:0x0000901080120000 [ 0.944199] Xen: initializing cpu57 [ 0.944224] CPU57: Booted secondary processor [431f0a11] [ 0.944694] Detected VIPT I-cache on CPU58 [ 0.944797] GICv3: CPU58: found redistributor 30a region 1:0x0000901080140000 [ 0.950919] Xen: initializing cpu58 [ 0.950942] CPU58: Booted secondary processor [431f0a11] [ 0.951401] Detected VIPT I-cache on CPU59 [ 0.951505] GICv3: CPU59: found redistributor 30b region 1:0x0000901080160000 [ 0.957621] Xen: initializing cpu59 [ 0.957643] CPU59: Booted secondary processor [431f0a11] [ 0.958152] Detected VIPT I-cache on CPU60 [ 0.958256] GICv3: CPU60: found redistributor 30c region 1:0x0000901080180000 [ 0.964372] Xen: initializing cpu60 [ 0.964395] CPU60: Booted secondary processor [431f0a11] [ 0.964859] Detected VIPT I-cache on CPU61 [ 0.964964] GICv3: CPU61: found redistributor 30d region 1:0x00009010801a0000 [ 0.971086] Xen: initializing cpu61 [ 0.971109] CPU61: Booted secondary processor [431f0a11] [ 0.971574] Detected VIPT I-cache on CPU62 [ 0.971679] GICv3: CPU62: found redistributor 30e region 1:0x00009010801c0000 [ 0.977797] Xen: initializing cpu62 [ 0.977826] CPU62: Booted secondary processor [431f0a11] [ 0.978336] Detected VIPT I-cache on CPU63 [ 0.978443] GICv3: CPU63: found redistributor 30f region 1:0x00009010801e0000 [ 0.984559] Xen: initializing cpu63 [ 0.984582] CPU63: Booted secondary processor [431f0a11] [ 0.985047] Detected VIPT I-cache on CPU64 [ 0.985155] GICv3: CPU64: found redistributor 400 region 1:0x0000901080200000 [ 0.991278] Xen: initializing cpu64[ 0.991299] CPU64: Booted secondary processor [431f0a11] [ 0.991765] Detected VIPT I-cache on CPU65 [ 0.991875] GICv3: CPU65: found redistributor 401 region 1:0x0000901080220000 [ 0.997997] Xen: initializing cpu65 [ 0.998019] CPU65: Booted secondary processor [431f0a11] [ 0.998501] Detected VIPT I-cache on CPU66 [ 0.998611] GICv3: CPU66: found redistributor 402 region 1:0x0000901080240000 [ 1.004727] Xen: initializing cpu66 [ 1.004751] CPU66: Booted secondary processor [431f0a11] [ 1.005217] Detected VIPT I-cache on CPU67 [ 1.005329] GICv3: CPU67: found redistributor 403 region 1:0x0000901080260000 [ 1.011451] Xen: initializing cpu67 [ 1.011473] CPU67: Booted secondary processor [431f0a11] [ 1.011954] Detected VIPT I-cache on CPU68 [ 1.012066] GICv3: CPU68: found redistributor 404 region 1:0x0000901080280000 [ 1.018187] Xen: initializing cpu68 [ 1.018210] CPU68: Booted secondary processor [431f0a11] [ 1.018678] Detected VIPT I-cache on CPU69 [ 1.018791] GICv3: CPU69: found redistributor 405 region 1:0x00009010802a0000 [ 1.024908] Xen: initializing cpu69 [ 1.024930] CPU69: Booted secondary processor [431f0a11] [ 1.025399] Detected VIPT I-cache on CPU70 [ 1.025512] GICv3: CPU70: found redistributor 406 region 1:0x00009010802c0000 [ 1.031633] Xen: initializing cpu70 [ 1.031656] CPU70: Booted secondary processor [431f0a11] [ 1.032129] Detected VIPT I-cache on CPU71 [ 1.032244] GICv3: CPU71: found redistributor 407 region 1:0x00009010802e0000 [ 1.038367] Xen: initializing cpu71 [ 1.038390] CPU71: Booted secondary processor [431f0a11] [ 1.038854] Detected VIPT I-cache on CPU72 [ 1.038970] GICv3: CPU72: found redistributor 408 region 1:0x0000901080300000 [ 1.045086] Xen: initializing cpu72 [ 1.045108] CPU72: Booted secondary processor [431f0a11] [ 1.045582] Detected VIPT I-cache on CPU73 [ 1.045701] GICv3: CPU73: found redistributor 409 region 1:0x0000901080320000 [ 1.051823] Xen: initializing cpu73 [ 1.051846] CPU73: Booted secondary processor [431f0a11] [ 1.052314] Detected VIPT I-cache on CPU74 [ 1.052430] GICv3: CPU74: found redistributor 40a region 1:0x0000901080340000 [ 1.058553] Xen: initializing cpu74 [ 1.058576] CPU74: Booted secondary processor [431f0a11] [ 1.059048] Detected VIPT I-cache on CPU75 [ 1.059169] GICv3: CPU75: found redistributor 40b region 1:0x0000901080360000 [ 1.065285] Xen: initializing cpu75 [ 1.065307] CPU75: Booted secondary processor [431f0a11] [ 1.065781] Detected VIPT I-cache on CPU76 [ 1.065901] GICv3: CPU76: found redistributor 40c region 1:0x0000901080380000 [ 1.072024] Xen: initializing cpu76 [ 1.072048] CPU76: Booted secondary processor [431f0a11] [ 1.072530] Detected VIPT I-cache on CPU77 [ 1.072653] GICv3: CPU77: found redistributor 40d region 1:0x00009010803a0000 [ 1.078775] Xen: initializing cpu77 [ 1.078799] CPU77: Booted secondary processor [431f0a11] [ 1.079265] Detected VIPT I-cache on CPU78 [ 1.079386] GICv3: CPU78: found redistributor 40e region 1:0x00009010803c0000 [ 1.085502] Xen: initializing cpu78 [ 1.085525] CPU78: Booted secondary processor [431f0a11] [ 1.086001] Detected VIPT I-cache on CPU79 [ 1.086126] GICv3: CPU79: found redistributor 40f region 1:0x00009010803e0000 [ 1.092249] Xen: initializing cpu79 [ 1.092272] CPU79: Booted secondary processor [431f0a11] [ 1.092745] Detected VIPT I-cache on CPU80 [ 1.092869] GICv3: CPU80: found redistributor 500 region 1:0x0000901080400000 [ 1.098991] Xen: initializing cpu80 [ 1.099012] CPU80: Booted secondary processor [431f0a11] [ 1.099481] Detected VIPT I-cache on CPU81 [ 1.099608] GICv3: CPU81: found redistributor 501 region 1:0x0000901080420000 [ 1.105725] Xen: initializing cpu81 [ 1.105748] CPU81: Booted secondary processor [431f0a11] [ 1.106221] Detected VIPT I-cache on CPU82 [ 1.106346] GICv3: CPU82: found redistributor 502 region 1:0x0000901080440000 [ 1.112468] Xen: initializing cpu82 [ 1.112490] CPU82: Booted secondary processor [431f0a11] [ 1.112963] Detected VIPT I-cache on CPU83 [ 1.113091] GICv3: CPU83: found redistributor 503 region 1:0x0000901080460000 [ 1.119214] Xen: initializing cpu83 [ 1.119235] CPU83: Booted secondary processor [431f0a11] [ 1.119714] Detected VIPT I-cache on CPU84 [ 1.119841] GICv3: CPU84: found redistributor 504 region 1:0x0000901080480000 [ 1.125956] Xen: initializing cpu84 [ 1.125979] CPU84: Booted secondary processor [431f0a11] [ 1.126458] Detected VIPT I-cache on CPU85 [ 1.126588] GICv3: CPU85: found redistributor 505 region 1:0x00009010804a0000 [ 1.132710] Xen: initializing cpu85 [ 1.132733] CPU85: Booted secondary processor [431f0a11] [ 1.133190] Detected VIPT I-cache on CPU86 [ 1.133319] GICv3: CPU86: found redistributor 506 region 1:0x00009010804c0000 [ 1.139441] Xen: initializing cpu86 [ 1.139466] CPU86: Booted secondary processor [431f0a11] [ 1.139938] Detected VIPT I-cache on CPU87 [ 1.140070] GICv3: CPU87: found redistributor 507 region 1:0x00009010804e0000 [ 1.146186] Xen: initializing cpu87 [ 1.146209] CPU87: Booted secondary processor [431f0a11] [ 1.146686] Detected VIPT I-cache on CPU88 [ 1.146816] GICv3: CPU88: found redistributor 508 region 1:0x0000901080500000 [ 1.152938] Xen: initializing cpu88 [ 1.152962] CPU88: Booted secondary processor [431f0a11] [ 1.153441] Detected VIPT I-cache on CPU89 [ 1.153577] GICv3: CPU89: found redistributor 509 region 1:0x0000901080520000 [ 1.159700] Xen: initializing cpu89 [ 1.159723] CPU89: Booted secondary processor [431f0a11] [ 1.160197] Detected VIPT I-cache on CPU90 [ 1.160332] GICv3: CPU90: found redistributor 50a region 1:0x0000901080540000 [ 1.166449] Xen: initializing cpu90 [ 1.166472] CPU90: Booted secondary processor [431f0a11] [ 1.166939] Detected VIPT I-cache on CPU91 [ 1.167075] GICv3: CPU91: found redistributor 50b region 1:0x0000901080560000 [ 1.173198] Xen: initializing cpu91 [ 1.173221] CPU91: Booted secondary processor [431f0a11] [ 1.173686] Detected VIPT I-cache on CPU92 [ 1.173822] GICv3: CPU92: found redistributor 50c region 1:0x0000901080580000 [ 1.179945] Xen: initializing cpu92 [ 1.179968] CPU92: Booted secondary processor [431f0a11] [ 1.180449] Detected VIPT I-cache on CPU93 [ 1.180588] GICv3: CPU93: found redistributor 50d region 1:0x00009010805a0000 [ 1.186705] Xen: initializing cpu93 [ 1.186728] CPU93: Booted secondary processor [431f0a11] [ 1.187197] Detected VIPT I-cache on CPU94 [ 1.187338] GICv3: CPU94: found redistributor 50e region 1:0x00009010805c0000 [ 1.193461] Xen: initializing cpu94 [ 1.193484] CPU94: Booted secondary processor [431f0a11] [ 1.193968] Detected VIPT I-cache on CPU95 [ 1.194109] GICv3: CPU95: found redistributor 50f region 1:0x00009010805e0000 [ 1.200232] Xen: initializing cpu95 [ 1.200255] CPU95: Booted secondary processor [431f0a11] [ 1.200427] smp: Brought up 1 node, 96 CPUs [ 3.132189] SMP: Total of 96 processors activated. [ 3.137050] CPU features: detected feature: GIC system register CPU interface [ 3.144254] CPU features: detected feature: Software prefetching using PRFM [ 3.151287] CPU: All CPU(s) started at EL1 [ 3.156489] alternatives: patching kernel code [ 3.165990] devtmpfs: initialized [ 3.172154] evm: security.selinux [ 3.175378] evm: security.SMACK64 [ 3.178812] evm: security.SMACK64EXEC [ 3.182492] evm: security.SMACK64TRANSMUTE [ 3.186655] evm: security.SMACK64MMAP [ 3.190382] evm: security.ima [ 3.193425] evm: security.capability [ 3.197308] DMI not present or invalid. [ 3.202495] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 3.213047] futex hash table entries: 32768 (order: 10, 4194304 bytes) [ 3.221056] pinctrl core: initialized pinctrl subsystem [ 3.226777] NET: Registered protocol family 16 [ 3.236154] vdso: 2 pages (1 code @ ffff000008a37000, 1 data @ ffff000009224000) [ 3.243480] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers. [ 3.254888] DMA: preallocated 256 KiB pool for atomic allocations [ 3.261113] xen:swiotlb_xen: Warning: only able to allocate 16 MB for software IO TLB [ 3.269281] software IO TLB [mem 0xf1000000-0xf2000000] (16MB) mapped at [ffff8000f1000000-ffff8000f1ffffff] [ 3.279291] Serial: AMBA PL011 UART driver [ 3.284080] 87e025000000.serial: ttyAMA1 at MMIO 0x87e025000000 (irq = 5, base_baud = 0) is a PL011 rev3 [ 3.293759] OF: /soc@0/pci@848000000000: could not find phandle [ 3.299691] OF: /soc@0/pci@849000000000: could not find phandle [ 3.305677] OF: /soc@0/pci@84a000000000: could not find phandle [ 3.311663] OF: /soc@0/pci@84b000000000: could not find phandle [ 3.317663] OF: /soc@0/pci@87e0c0000000: could not find phandle [ 3.323721] OF: /soc@100000000000/pci@848000000000: could not find phandle [ 3.330608] OF: /soc@100000000000/pci@849000000000: could not find phandle [ 3.337546] OF: /soc@100000000000/pci@84a000000000: could not find phandle [ 3.344487] OF: /soc@100000000000/pci@84b000000000: could not find phandle [ 3.376198] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 3.386440] ACPI: Interpreter disabled. [ 3.390290] xen:balloon: Initialising balloon driver [ 3.395263] xen_balloon: Initialising balloon driver [ 3.400986] SCSI subsystem initialized [ 3.405565] vgaarb: loaded [ 3.408302] usbcore: registered new interface driver usbfs [ 3.413768] usbcore: registered new interface driver hub [ 3.420291] usbcore: registered new device driver usb [ 3.426637] EDAC MC: Ver: 3.0.0 [ 3.430007] dmi: Firmware registration failed. [ 3.435033] NetLabel: Initializing [ 3.438374] NetLabel: domain hash size = 128 [ 3.442763] NetLabel: protocols = UNLABELED CIPSOv4 CALIPSO [ 3.448561] NetLabel: unlabeled traffic allowed by default [ 3.456764] clocksource: Switched to clocksource arch_sys_counter [ 3.492049] VFS: Disk quotas dquot_6.6.0 [ 3.495950] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 3.503175] AppArmor: AppArmor Filesystem Enabled [ 3.507948] pnp: PnP ACPI: disabled [ 3.518954] NET: Registered protocol family 2 [ 3.523995] TCP established hash table entries: 32768 (order: 6, 262144 bytes) [ 3.531357] TCP bind hash table entries: 32768 (order: 7, 524288 bytes) [ 3.538121] TCP: Hash tables configured (established 32768 bind 32768) [ 3.544595] UDP hash table entries: 2048 (order: 4, 65536 bytes) [ 3.550685] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes) [ 3.557591] NET: Registered protocol family 1 [ 3.561985] Unpacking initramfs... [ 4.497387] Freeing initrd memory: 36984K [ 4.508234] kvm [1]: HYP mode not available [ 4.517006] audit: initializing netlink subsys (disabled) [ 4.522496] audit: type=2000 audit(3.420:1): initialized [ 4.522739] Initialise system trusted keyrings [ 4.524262] workingset: timestamp_bits=40 max_order=20 bucket_order=0 [ 4.528467] zbud: loaded [ 4.531392] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 4.532088] fuse init (API version 7.26) [ 4.545534] Key type asymmetric registered [ 4.545536] Asymmetric key parser 'x509' registered [ 4.545651] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248) [ 4.546495] io scheduler noop registered [ 4.546497] io scheduler deadline registered [ 4.546522] io scheduler cfq registered (default) [ 4.584639] OF: PCI: host bridge /soc@0/pci@848000000000 ranges: [ 4.590577] OF: PCI: MEM 0x802000000000..0x807fffffffff -> 0x802000000000 [ 4.597593] OF: PCI: MEM 0x838000000000..0x841fffffffff -> 0x838000000000 [ 4.604622] OF: PCI: MEM 0x846000000000..0x847fffffffff -> 0x846000000000 [ 4.611653] OF: PCI: MEM 0x868000000000..0x87e023ffffff -> 0x868000000000 [ 4.618680] OF: PCI: MEM 0x87e026000000..0x87e0bfffffff -> 0x87e026000000 [ 4.625709] OF: PCI: MEM 0x87e0c6000000..0x87ffffffffff -> 0x87e0c6000000 [ 4.632796] pci-host-generic 848000000000.pci: ECAM at [mem 0x848000000000-0x848001ffffff] for [bus 00-1f] [ 4.642571] pci-host-generic 848000000000.pci: PCI host bridge to bus 0000:00 [ 4.649674] pci_bus 0000:00: root bus resource [bus 00-1f] [ 4.655241] pci_bus 0000:00: root bus resource [mem 0x802000000000-0x807fffffffff] [ 4.662853] pci_bus 0000:00: root bus resource [mem 0x838000000000-0x841fffffffff] [ 4.670493] pci_bus 0000:00: root bus resource [mem 0x846000000000-0x847fffffffff] [ 4.678130] pci_bus 0000:00: root bus resource [mem 0x868000000000-0x87e023ffffff] [ 4.685767] pci_bus 0000:00: root bus resource [mem 0x87e026000000-0x87e0bfffffff] [ 4.693406] pci_bus 0000:00: root bus resource [mem 0x87e0c6000000-0x87ffffffffff] (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=25: not implemented (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 4.711529] pci 0000:00:01.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 5.736147] pci 0000:00:09.0: VF(n) BAR0 space: [mem 0x840000800000-0x8400008fffff 64bit] (contains BAR0 for 1 VFs) (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.751726] pci 0000:00:09.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.764561] pci 0000:00:10.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.777431] pci 0000:00:11.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.790276] pci 0000:00:14.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.803119] pci 0000:00:15.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.815964] pci 0000:00:16.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.828929] pci 0000:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.841775] pci 0000:01:00.1: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 5.854629] pci 0000:01:00.5: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.867477] pci 0000:01:01.3: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.880330] pci 0000:01:01.4: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.893196] pci 0000:01:06.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.906054] pci 0000:01:06.1: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.918905] pci 0000:01:06.2: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.931756] pci 0000:01:06.3: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.944640] pci 0000:01:06.4: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.957499] pci 0000:01:06.5: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.971139] pci 0000:01:06.6: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.984009] pci 0000:01:06.7: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 5.996865] pci 0000:01:07.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.009712] pci 0000:01:07.1: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.022564] pci 0000:01:07.2: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.035417] pci 0000:01:07.3: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.048268] pci 0000:01:07.4: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.061126] pci 0000:01:07.5: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.073974] pci 0000:01:07.6: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.086828] pci 0000:01:07.7: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.099677] pci 0000:01:09.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.112529] pci 0000:01:09.2: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.125386] pci 0000:01:09.3: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.138236] pci 0000:01:09.4: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.151092] pci 0000:01:09.5: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.163946] pci 0000:01:0a.0: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.176797] pci 0000:01:0a.1: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.189656] pci 0000:01:0a.2: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.202505] pci 0000:01:0a.3: Failed to add - passthrough or MSI/MSI-X might fail! (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=20: not implemented [ 6.215357] pci 0000:01:10.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.222978] pci 0000:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 6.238374] pci 0000:02:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.245989] pci 0000:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 6.261382] pci 0000:03:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.268998] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' (XEN) physdev.c:16:d0v81 PHYSDEVOP cmd=15: not implemented [ 6.284371] pci 0000:04:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.291985] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 6.302207] pci 0000:00:01.0: PCI bridge to [bus 01] [ 6.307093] pci 0000:00:14.0: PCI bridge to [bus 02] [ 6.312116] pci 0000:00:15.0: PCI bridge to [bus 03] [ 6.317151] pci 0000:00:16.0: PCI bridge to [bus 04] [ 6.322617] OF: PCI: host bridge /soc@0/pci@849000000000 ranges: [ 6.328542] OF: PCI: MEM 0x810000000000..0x817fffffffff -> 0x810000000000 [ 6.335599] pci-host-generic 849000000000.pci: ECAM at [mem 0x849000000000-0x849001ffffff] for [bus 00-1f] [ 6.345384] pci-host-generic 849000000000.pci: PCI host bridge to bus 0001:00 [ 6.352492] pci_bus 0001:00: root bus resource [bus 00-1f] [ 6.358063] pci_bus 0001:00: root bus resource [mem 0x810000000000-0x817fffffffff] [ 6.365840] pci 0001:00:08.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.373488] pci 0001:00:09.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.381138] pci 0001:00:0a.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.388783] pci 0001:00:0b.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.396400] OF: PCI: host bridge /soc@0/pci@84a000000000 ranges: [ 6.402345] OF: PCI: MEM 0x842000000000..0x843fffffffff -> 0x842000000000 [ 6.409376] pci-host-generic 84a000000000.pci: ECAM at [mem 0x84a000000000-0x84a001ffffff] for [bus 00-1f] [ 6.419181] pci-host-generic 84a000000000.pci: PCI host bridge to bus 0002:00 [ 6.426294] pci_bus 0002:00: root bus resource [bus 00-1f] [ 6.431841] pci_bus 0002:00: root bus resource [mem 0x842000000000-0x843fffffffff] [ 6.439614] pci 0002:00:02.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 6.447293] pci 0002:00:03.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 7.464175] pci 0002:01:00.0: VF(n) BAR0 space: [mem 0x8430a0000000-0x8430afffffff 64bit] (contains BAR0 for 128 VFs) [ 7.474701] pci 0002:01:00.0: VF(n) BAR4 space: [mem 0x8430e0000000-0x8430efffffff 64bit] (contains BAR4 for 128 VFs) [ 7.485601] pci 0002:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 7.493093] pci 0002:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 7.503236] pci 0002:00:02.0: PCI bridge to [bus 01] [ 7.508252] OF: PCI: host bridge /soc@0/pci@84b000000000 ranges: [ 7.514263] OF: PCI: MEM 0x818000000000..0x81ffffffffff -> 0x818000000000 [ 7.521317] pci-host-generic 84b000000000.pci: ECAM at [mem 0x84b000000000-0x84b001ffffff] for [bus 00-1f] [ 7.531102] pci-host-generic 84b000000000.pci: PCI host bridge to bus 0003:00 [ 7.538214] pci_bus 0003:00: root bus resource [bus 00-1f] [ 7.543783] pci_bus 0003:00: root bus resource [mem 0x818000000000-0x81ffffffffff] [ 7.551556] pci 0003:00:04.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 7.559209] pci 0003:00:05.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 7.566854] pci 0003:00:06.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 7.574499] pci 0003:00:07.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 7.582294] OF: PCI: host bridge /soc@100000000000/pci@848000000000 ranges: [ 7.589176] OF: PCI: MEM 0x902000000000..0x907fffffffff -> 0x802000000000 [ 7.596196] OF: PCI: MEM 0x938000000000..0x941fffffffff -> 0x838000000000 [ 7.603226] OF: PCI: MEM 0x946000000000..0x947fffffffff -> 0x846000000000 [ 7.610257] OF: PCI: MEM 0x968000000000..0x97e023ffffff -> 0x868000000000 [ 7.617291] OF: PCI: MEM 0x97e026000000..0x97e0bfffffff -> 0x87e026000000 [ 7.624320] OF: PCI: MEM 0x97e0c6000000..0x97ffffffffff -> 0x87e0c6000000 [ 7.631382] pci_thunder_ecam 948000000000.pci: ECAM at [mem 0x948000000000-0x948001ffffff] for [bus 00-1f] [ 7.641160] pci_thunder_ecam 948000000000.pci: PCI host bridge to bus 0004:00 [ 7.648276] pci_bus 0004:00: root bus resource [bus 00-1f] [ 7.653846] pci_bus 0004:00: root bus resource [mem 0x902000000000-0x907fffffffff] (bus address [0x802000000000-0x807fffffffff]) [ 7.665454] pci_bus 0004:00: root bus resource [mem 0x938000000000-0x941fffffffff] (bus address [0x838000000000-0x841fffffffff]) [ 7.677084] pci_bus 0004:00: root bus resource [mem 0x946000000000-0x947fffffffff] (bus address [0x846000000000-0x847fffffffff]) [ 7.688715] pci_bus 0004:00: root bus resource [mem 0x968000000000-0x97e023ffffff] (bus address [0x868000000000-0x87e023ffffff]) [ 7.700344] pci_bus 0004:00: root bus resource [mem 0x97e026000000-0x97e0bfffffff] (bus address [0x87e026000000-0x87e0bfffffff]) [ 7.711975] pci_bus 0004:00: root bus resource [mem 0x97e0c6000000-0x97ffffffffff] (bus address [0x87e0c6000000-0x87ffffffffff]) [ 7.723749] pci 0004:00:01.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.744147] pci 0004:00:09.0: VF(n) BAR0 space: [mem 0x940000800000-0x9400008fffff 64bit] (contains BAR0 for 1 VFs) [ 8.754600] pci 0004:00:09.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.762311] pci 0004:00:10.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.769966] pci 0004:00:11.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.777597] pci 0004:00:14.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.785235] pci 0004:00:15.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.792869] pci 0004:00:16.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.800662] pci 0004:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.808324] pci 0004:01:00.1: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.815988] pci 0004:01:00.5: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.823635] pci 0004:01:01.3: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.831295] pci 0004:01:01.4: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.838958] pci 0004:01:06.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.846621] pci 0004:01:06.1: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.854284] pci 0004:01:06.2: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.861948] pci 0004:01:06.3: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.869620] pci 0004:01:06.4: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.877282] pci 0004:01:06.5: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.884943] pci 0004:01:06.6: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.892608] pci 0004:01:06.7: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.900280] pci 0004:01:07.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.907942] pci 0004:01:07.1: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.915604] pci 0004:01:07.2: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.923270] pci 0004:01:07.3: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.930938] pci 0004:01:07.4: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.938600] pci 0004:01:07.5: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.946262] pci 0004:01:07.6: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.953924] pci 0004:01:07.7: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.961582] pci 0004:01:09.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.969267] pci 0004:01:09.1: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.976930] pci 0004:01:09.2: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.984598] pci 0004:01:09.3: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.992278] pci 0004:01:09.4: Failed to add - passthrough or MSI/MSI-X might fail! [ 8.999941] pci 0004:01:09.5: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.007608] pci 0004:01:0a.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.015271] pci 0004:01:0a.1: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.022934] pci 0004:01:0a.2: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.030596] pci 0004:01:0a.3: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.038089] pci 0004:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 9.048415] pci 0004:02:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.055913] pci 0004:02:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 9.066212] pci 0004:03:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.073705] pci 0004:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 9.084002] pci 0004:04:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.091495] pci 0004:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 9.101772] pci 0004:00:01.0: PCI bridge to [bus 01] [ 9.106653] pci 0004:00:14.0: PCI bridge to [bus 02] [ 9.111682] pci 0004:00:15.0: PCI bridge to [bus 03] [ 9.116714] pci 0004:00:16.0: PCI bridge to [bus 04] [ 9.122118] OF: PCI: host bridge /soc@100000000000/pci@849000000000 ranges: [ 9.128998] OF: PCI: MEM 0x910000000000..0x917fffffffff -> 0x810000000000 [ 9.136032] pci_thunder_ecam 949000000000.pci: ECAM at [mem 0x949000000000-0x949001ffffff] for [bus 00-1f] [ 9.145843] pci_thunder_ecam 949000000000.pci: PCI host bridge to bus 0005:00 [ 9.152949] pci_bus 0005:00: root bus resource [bus 00-1f] [ 9.158496] pci_bus 0005:00: root bus resource [mem 0x910000000000-0x917fffffffff] (bus address [0x810000000000-0x817fffffffff]) [ 9.170308] OF: PCI: host bridge /soc@100000000000/pci@84a000000000 ranges: [ 9.177184] OF: PCI: MEM 0x942000000000..0x943fffffffff -> 0x842000000000 [ 9.184215] pci_thunder_ecam 94a000000000.pci: ECAM at [mem 0x94a000000000-0x94a001ffffff] for [bus 00-1f] [ 9.194021] pci_thunder_ecam 94a000000000.pci: PCI host bridge to bus 0006:00 [ 9.201136] pci_bus 0006:00: root bus resource [bus 00-1f] [ 9.206688] pci_bus 0006:00: root bus resource [mem 0x942000000000-0x943fffffffff] (bus address [0x842000000000-0x843fffffffff]) [ 9.218474] pci 0006:00:02.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 9.226132] pci 0006:00:03.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.248157] pci 0006:01:00.0: VF(n) BAR0 space: [mem 0x9430a0000000-0x9430afffffff 64bit] (contains BAR0 for 128 VFs) [ 10.258686] pci 0006:01:00.0: VF(n) BAR4 space: [mem 0x9430e0000000-0x9430efffffff 64bit] (contains BAR4 for 128 VFs) [ 10.269592] pci 0006:01:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.277085] pci 0006:01:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 10.287298] pci 0006:00:02.0: PCI bridge to [bus 01] [ 10.292243] OF: PCI: host bridge /soc@100000000000/pci@84b000000000 ranges: [ 10.299209] OF: PCI: MEM 0x918000000000..0x91ffffffffff -> 0x818000000000 [ 10.306243] pci_thunder_ecam 94b000000000.pci: ECAM at [mem 0x94b000000000-0x94b001ffffff] for [bus 00-1f] [ 10.316050] pci_thunder_ecam 94b000000000.pci: PCI host bridge to bus 0007:00 [ 10.323161] pci_bus 0007:00: root bus resource [bus 00-1f] [ 10.328708] pci_bus 0007:00: root bus resource [mem 0x918000000000-0x91ffffffffff] (bus address [0x818000000000-0x81ffffffffff]) [ 10.340502] pci 0007:00:04.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.348172] pci 0007:00:05.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.355824] pci 0007:00:06.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.363475] pci 0007:00:07.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.371124] pci 0007:00:08.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.378772] pci 0007:00:09.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.386421] pci 0007:00:0a.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.394069] pci 0007:00:0b.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.401831] OF: PCI: host bridge /soc@0/pci@87e0c0000000 ranges: [ 10.407757] OF: PCI: IO 0x883000000000..0x88300000ffff -> 0x00000000 [ 10.414437] OF: PCI: MEM 0x881010000000..0x881fffffffff -> 0x10000000 [ 10.421115] OF: PCI: MEM 0x882000000000..0x882fffffffff -> 0x1000000000 [ 10.427971] OF: PCI: MEM 0x87e0c0000000..0x87e0c0ffffff -> 0x87e0c0000000 [ 10.435056] pci_thunder_pem 88001f000000.pci: ECAM at [mem 0x88001f000000-0x880057ffffff] for [bus 1f-57] [ 10.444731] pci_thunder_pem 88001f000000.pci: PCI host bridge to bus 0008:1f [ 10.451755] pci_bus 0008:1f: root bus resource [bus 1f-57] [ 10.457304] pci_bus 0008:1f: root bus resource [io 0x0000-0xffff] [ 10.463574] pci_bus 0008:1f: root bus resource [mem 0x881010000000-0x881fffffffff] (bus address [0x10000000-0xfffffffff]) [ 10.474596] pci_bus 0008:1f: root bus resource [mem 0x882000000000-0x882fffffffff pref] (bus address [0x1000000000-0x1fffffffff]) [ 10.486291] pci_bus 0008:1f: root bus resource [mem 0x87e0c0000000-0x87e0c0ffffff] [ 10.494110] pci 0008:1f:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.501614] pci 0008:1f:00.0: Primary bus is hard wired to 0 [ 10.507473] pci 0008:20:00.0: can't set Max Payload Size to 256; if necessary, use "pci=pcie_bus_safe" and report a bug [ 10.518393] pci 0008:20:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.525885] pci 0008:20:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force' [ 10.536323] pci 0008:21:00.0: Failed to add - passthrough or MSI/MSI-X might fail! [ 10.543810] pci 0008:21:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none [ 10.552536] pci 0008:1f:00.0: BAR 14: assigned [mem 0x881010000000-0x8810117fffff] [ 10.560043] pci 0008:1f:00.0: BAR 6: assigned [mem 0x881011800000-0x88101180ffff pref] [ 10.567996] pci 0008:1f:00.0: BAR 13: assigned [io 0x1000-0x1fff] [ 10.574249] pci 0008:20:00.0: BAR 14: assigned [mem 0x881010000000-0x8810117fffff] [ 10.581884] pci 0008:20:00.0: BAR 13: assigned [io 0x1000-0x1fff] [ 10.588135] pci 0008:21:00.0: BAR 0: assigned [mem 0x881010000000-0x881010ffffff] [ 10.595688] pci 0008:21:00.0: BAR 1: assigned [mem 0x881011000000-0x88101101ffff] [ 10.603238] pci 0008:21:00.0: BAR 2: assigned [io 0x1000-0x107f] [ 10.609399] pci 0008:20:00.0: PCI bridge to [bus 21] [ 10.614432] pci 0008:20:00.0: bridge window [io 0x1000-0x1fff] [ 10.620594] pci 0008:20:00.0: bridge window [mem 0x881010000000-0x8810117fffff] [ 10.628146] pci 0008:1f:00.0: PCI bridge to [bus 20-21] [ 10.633438] pci 0008:1f:00.0: bridge window [io 0x1000-0x1fff] [ 10.639602] pci 0008:1f:00.0: bridge window [mem 0x881010000000-0x8810117fffff] [ 10.647189] pcieport 0008:1f:00.0: enabling device (0506 -> 0507) [ 10.653481] pcieport 0008:1f:00.0: Signaling PME with IRQ 6 [ 10.659048] pcieport 0008:1f:00.0: AER enabled with IRQ 6 [ 10.667598] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled [ 10.678950] msm_serial: driver initialized [ 10.684747] cacheinfo: Unable to detect cache hierarchy for CPU 0 [ 10.707750] loop: module loaded [ 10.711379] libphy: Fixed MDIO Bus: probed [ 10.715388] tun: Universal TUN/TAP device driver, 1.6 [ 10.720504] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx> [ 10.727080] PPP generic driver version 2.4.2 [ 10.731378] xen_netfront: Initialising Xen virtual ethernet driver [ 10.737609] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 10.744118] ehci-pci: EHCI PCI platform driver [ 10.748687] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver [ 10.754875] ohci-pci: OHCI PCI platform driver [ 10.759448] uhci_hcd: USB Universal Host Controller Interface driver [ 10.766010] xhci_hcd 0000:00:10.0: xHCI Host Controller [ 10.771163] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1 [ 10.778698] xhci_hcd 0000:00:10.0: hcc params 0x0220f665 hci version 0x100 quirks 0x00000010 [ 10.787146] xhci_hcd 0000:00:10.0: No msi-x/msi found and no IRQ in BIOS [ 10.793886] xhci_hcd 0000:00:10.0: startup error -22 [ 10.798916] xhci_hcd 0000:00:10.0: USB bus 1 deregistered [ 10.804392] xhci_hcd 0000:00:10.0: init 0000:00:10.0 fail, -22[ 10.810304] xhci_hcd: probe of 0000:00:10.0 failed with error -22 [ 10.816482] xhci_hcd 0000:00:11.0: xHCI Host Controller [ 10.821756] xhci_hcd 0000:00:11.0: new USB bus registered, assigned bus number 1 [ 10.829282] xhci_hcd 0000:00:11.0: hcc params 0x0220f665 hci version 0x100 quirks 0x00000010 [ 10.837739] xhci_hcd 0000:00:11.0: No msi-x/msi found and no IRQ in BIOS [ 10.844483] xhci_hcd 0000:00:11.0: startup error -22 [ 10.849516] xhci_hcd 0000:00:11.0: USB bus 1 deregistered [ 10.854992] xhci_hcd 0000:00:11.0: init 0000:00:11.0 fail, -22 [ 10.860895] xhci_hcd: probe of 0000:00:11.0 failed with error -22 [ 10.867125] xhci_hcd 0004:00:10.0: xHCI Host Controller [ 10.872358] xhci_hcd 0004:00:10.0: new USB bus registered, assigned bus number 1 [ 10.879893] xhci_hcd 0004:00:10.0: hcc params 0x0220f665 hci version 0x100 quirks 0x00000010 [ 10.888344] xhci_hcd 0004:00:10.0: No msi-x/msi found and no IRQ in BIOS [ 10.895085] xhci_hcd 0004:00:10.0: startup error -22 [ 10.900119] xhci_hcd 0004:00:10.0: USB bus 1 deregistered [ 10.905592] xhci_hcd 0004:00:10.0: init 0004:00:10.0 fail, -22 [ 10.911493] xhci_hcd: probe of 0004:00:10.0 failed with error -22 [ 10.917687] xhci_hcd 0004:00:11.0: xHCI Host Controller [ 10.922968] xhci_hcd 0004:00:11.0: new USB bus registered, assigned bus number 1 [ 10.930495] xhci_hcd 0004:00:11.0: hcc params 0x0220f665 hci version 0x100 quirks 0x00000010 [ 10.938943] xhci_hcd 0004:00:11.0: No msi-x/msi found and no IRQ in BIOS [ 10.945685] xhci_hcd 0004:00:11.0: startup error -22 [ 10.950739] xhci_hcd 0004:00:11.0: USB bus 1 deregistered [ 10.956194] xhci_hcd 0004:00:11.0: init 0004:00:11.0 fail, -22 [ 10.962092] xhci_hcd: probe of 0004:00:11.0 failed with error -22 [ 10.968515] mousedev: PS/2 mouse device common for all mice [ 10.974207] i2c /dev entries driver [ 10.978058] device-mapper: uevent: version 1.0.3 [ 10.982809] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@xxxxxxxxxx [ 10.994635] ledtrig-cpu: registered to indicate activity on CPUs [ 11.001854] NET: Registered protocol family 10 [ 11.022145] Segment Routing with IPv6 [ 11.025777] NET: Registered protocol family 17 [ 11.030258] Key type dns_resolver registered [ 11.035208] registered taskstats version 1 [ 11.039251] Loading compiled-in X.509 certificates [ 11.052013] Loaded X.509 cert 'Build time autogenerated kernel key: e2e2b4847a15d0c695a60546d38d03a956d19d01' [ 11.062141] zswap: loaded using pool lzo/zbud [ 11.101002] Key type big_key registered [ 11.104767] Key type trusted registered [ 11.114866] Key type encrypted registered [ 11.118814] AppArmor: AppArmor sha1 policy hashing enabled [ 11.124344] ima: No TPM chip found, activating TPM-bypass! (rc=-19) [ 11.130738] evm: HMAC attrs: 0x1 [ 11.134938] hctosys: unable to open rtc device (rtc0) [ 11.141104] Freeing unused kernel memory: 4224K [ 11.146267] Checked W+X mappings: passed, no W+X pages found Loading, please wait... starting version 229 [ 11.194916] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 11.196990] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.197127] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.215773] random: systemd-udevd: uninitialized urandom read (16 bytes read) [ 11.219706] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.219772] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.220316] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.220383] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.220637] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.220915] random: udevadm: uninitialized urandom read (16 bytes read) [ 11.400854] libphy: mdio_thunder: probed [ 11.404735] mdio_bus 87e005003800:00: mdio_device_register [ 11.410344] mdio_bus 87e005003800:01: mdio_device_register [ 11.412882] thunder-xcv, ver 1.0 [ 11.415861] thunder-BGX, ver 1.0 [ 11.422572] mdio_thunder 0000:01:01.3: Added bus at 87e005003800 [ 11.426871] ahci 0001:00:08.0: SSS flag set, parallel bus scan disabled [ 11.426887] ahci 0001:00:08.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.426893] ahci 0001:00:08.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.426904] ahci 0001:00:08.0: port 0 is not capable of FBS [ 11.426985] ------------[ cut here ]------------ [ 11.426999] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.427002] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.427018] [ 11.427023] CPU: 32 PID: 802 Comm: systemd-udevd Not tainted 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.427026] Hardware name: cavium,thunder-88xx (DT) [ 11.427028] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.427031] PC is at ata_host_activate+0x140/0x158 [ 11.427035] LR is at ata_host_activate+0x68/0x158 [ 11.427038] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.427039] sp : ffff8000efa7f840 [ 11.427040] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.427043] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.427048] x25: ffff8000117b20a0 x24: ffff8000ee274000 [ 11.427051] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.427054] x21: 0000000000000000 x20: ffff000000af1210 [ 11.427058] x19: ffff8000ee116b18 x18: ffff000009228b10 [ 11.427063] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.427067] x15: ffff000009384048 x14: ffffffffffffffff [ 11.427071] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.427077] x11: ffff000009251000 x10: ffff7e0003b8a020 [ 11.427079] x9 : 0000000000000000 x8 : ffff8000ee296500 [ 11.427082] x7 : 0000000000000000 x6 : 000000000000007f [ 11.427087] x5 : 0000000000000080 x4 : ffff8000ee186180 [ 11.427090] x3 : ffff8000ee186780 x2 : ffff8000117b2340 [ 11.427094] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.427098] [ 11.427100] ---[ end trace 4e6fe54e16d0acf7 ]--- [ 11.427103] Call trace: [ 11.427106] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.427109] f640: ffff8000ee116b18 0001000000000000 [ 11.427112] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.427115] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.427118] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117b20a0 0000000000000004 [ 11.427121] f6c0: ffff8000117b2170 0000000000000140 0000000000016500 ffff8000ee116a18 [ 11.427124] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.427126] f700: ffff000010a00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.427129] f720: ffff8000117b2340 ffff8000ee186780 ffff8000ee186180 0000000000000080 [ 11.427132] f740: 000000000000007f 0000000000000000 ffff8000ee296500 0000000000000000 [ 11.427135] f760: ffff7e0003b8a020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.427140] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.427154] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.427172] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.427179] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.427182] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.427188] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.427193] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.427201] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.427204] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.427206] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.427209] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.427211] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.427225] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.427232] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.427240] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.427247] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.427250] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.427252] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.428038] scsi host0: ahci [ 11.428300] ata1: SATA max UDMA/133 abar m2097152@0x814000000000 port 0x814000000100 [ 11.428419] ahci 0001:00:09.0: SSS flag set, parallel bus scan disabled [ 11.428432] ahci 0001:00:09.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.428437] ahci 0001:00:09.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.428445] ahci 0001:00:09.0: port 0 is not capable of FBS [ 11.428486] ------------[ cut here ]------------ [ 11.428493] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.428495] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.428511] [ 11.428514] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.428515] Hardware name: cavium,thunder-88xx (DT) [ 11.428517] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.428522] PC is at ata_host_activate+0x140/0x158 [ 11.428526] LR is at ata_host_activate+0x68/0x158 [ 11.428528] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.428530] sp : ffff8000efa7f840 [ 11.428532] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.428536] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.428541] x25: ffff8000117b50a0 x24: ffff8000ee32c000 [ 11.428544] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.428549] x21: 0000000000000000 x20: ffff000000af1210 [ 11.428551] x19: ffff8000ee117218 x18: ffff000009228b10 [ 11.428556] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.428560] x15: ffff000009384048 x14: ffffffffffffffff [ 11.428565] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.428568] x11: ffff000009251000 x10: ffff7e0003b8d020 [ 11.428571] x9 : 0000000000000000 x8 : ffff8000ee356500 [ 11.428573] x7 : 0000000000000000 x6 : 000000000000007f [ 11.428576] x5 : 0000000000000080 x4 : ffff8000efa9ed00 [ 11.428579] x3 : ffff8000efa9e700 x2 : ffff8000117b5340 [ 11.428583] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.428586] [ 11.428587] ---[ end trace 4e6fe54e16d0acf8 ]--- [ 11.428588] Call trace: [ 11.428592] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.428596] f640: ffff8000ee117218 0001000000000000 [ 11.428601] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.428604] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.428607] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117b50a0 0000000000000004 [ 11.428611] f6c0: ffff8000117b5170 0000000000000140 0000000000016500 ffff8000ee116d18 [ 11.428615] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.428619] f700: ffff000011a00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.428623] f720: ffff8000117b5340 ffff8000efa9e700 ffff8000efa9ed00 0000000000000080 [ 11.428628] f740: 000000000000007f 0000000000000000 ffff8000ee356500 0000000000000000 [ 11.428631] f760: ffff7e0003b8d020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.428635] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.428647] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.428663] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.428668] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.428672] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.428674] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.428677] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.428680] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.428682] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.428685] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.428689] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.428691] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.428705] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.428709] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.428712] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.428714] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.428717] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.428721] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.429414] scsi host1: ahci [ 11.429595] ata2: SATA max UDMA/133 abar m2097152@0x815000000000 port 0x815000000100 [ 11.429704] ahci 0001:00:0a.0: SSS flag set, parallel bus scan disabled [ 11.429715] ahci 0001:00:0a.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.429719] ahci 0001:00:0a.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.429726] ahci 0001:00:0a.0: port 0 is not capable of FBS [ 11.429768] ------------[ cut here ]------------ [ 11.429775] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.429776] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.429787] [ 11.429791] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.429792] Hardware name: cavium,thunder-88xx (DT) [ 11.429794] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.429796] PC is at ata_host_activate+0x140/0x158 [ 11.429799] LR is at ata_host_activate+0x68/0x158 [ 11.429801] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.429803] sp : ffff8000efa7f840 [ 11.429804] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.429807] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.429812] x25: ffff8000117bf0a0 x24: ffff8000ee370000 [ 11.429817] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.429821] x21: 0000000000000000 x20: ffff000000af1210 [ 11.429824] x19: ffff8000ee335918 x18: ffff000009228b10 [ 11.429827] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.429830] x15: ffff000009384048 x14: ffffffffffffffff [ 11.429832] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.429835] x11: ffff000009251000 x10: ffff7e0003b8e020 [ 11.429838] x9 : 0000000000000000 x8 : ffff8000ee396500 [ 11.429841] x7 : 0000000000000000 x6 : 000000000000007f [ 11.429844] x5 : 0000000000000080 x4 : ffff8000efaa3480 [ 11.429846] x3 : ffff8000efaa3400 x2 : ffff8000117bf340 [ 11.429849] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.429851] [ 11.429853] ---[ end trace 4e6fe54e16d0acf9 ]--- [ 11.429855] Call trace: [ 11.429858] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.429860] f640: ffff8000ee335918 0001000000000000 [ 11.429863] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.429869] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.429873] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117bf0a0 0000000000000004 [ 11.429877] f6c0: ffff8000117bf170 0000000000000140 0000000000016500 ffff8000ee335118 [ 11.429881] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.429885] f700: ffff000014200100 0000000000040a11 0000000000000000 0000000000000002 [ 11.429888] f720: ffff8000117bf340 ffff8000efaa3400 ffff8000efaa3480 0000000000000080 [ 11.429892] f740: 000000000000007f 0000000000000000 ffff8000ee396500 0000000000000000 [ 11.429897] f760: ffff7e0003b8e020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.429902] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.429913] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.429927] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.429932] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.429937] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.429940] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.429942] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.429948] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.429950] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.429953] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.429958] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.429963] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.429974] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.429978] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.429982] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.429987] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.429992] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.429995] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.430673] scsi host2: ahci [ 11.430861] ata3: SATA max UDMA/133 abar m2097152@0x816000000000 port 0x816000000100 [ 11.430963] ahci 0001:00:0b.0: SSS flag set, parallel bus scan disabled [ 11.430977] ahci 0001:00:0b.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.430982] ahci 0001:00:0b.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.430989] ahci 0001:00:0b.0: port 0 is not capable of FBS [ 11.431030] ------------[ cut here ]------------ [ 11.431037] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.431038] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.431046] [ 11.431049] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.431051] Hardware name: cavium,thunder-88xx (DT) [ 11.431054] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.431057] PC is at ata_host_activate+0x140/0x158 [ 11.431059] LR is at ata_host_activate+0x68/0x158 [ 11.431061] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.431062] sp : ffff8000efa7f840 [ 11.431064] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.431069] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.431073] x25: ffff8000117b90a0 x24: ffff8000ee37c000 [ 11.431077] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.431079] x21: 0000000000000000 x20: ffff000000af1210 [ 11.431084] x19: ffff8000ee334b18 x18: ffff000009228b10 [ 11.431088] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.431094] x15: ffff000009384048 x14: ffffffffffffffff [ 11.431100] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.431104] x11: ffff000009251000 x10: ffff7e0003b8f020 [ 11.431107] x9 : 0000000000000000 x8 : ffff8000ee3d6500 [ 11.431110] x7 : 0000000000000000 x6 : 000000000000007f [ 11.431112] x5 : 0000000000000080 x4 : ffff8000efaa7500 [ 11.431115] x3 : ffff8000efaa7180 x2 : ffff8000117b9340 [ 11.431120] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.431124] [ 11.431125] ---[ end trace 4e6fe54e16d0acfa ]--- [ 11.431127] Call trace: [ 11.431131] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.431135] f640: ffff8000ee334b18 0001000000000000 [ 11.431140] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.431143] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.431147] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117b90a0 0000000000000004 [ 11.431151] f6c0: ffff8000117b9170 0000000000000140 0000000000016500 ffff8000ee334a18 [ 11.431155] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.431160] f700: ffff000014600100 0000000000040a11 0000000000000000 0000000000000002 [ 11.431164] f720: ffff8000117b9340 ffff8000efaa7180 ffff8000efaa7500 0000000000000080 [ 11.431170] f740: 000000000000007f 0000000000000000 ffff8000ee3d6500 0000000000000000 [ 11.431174] f760: ffff7e0003b8f020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.431179] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.431192] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.431206] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.431213] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.431218] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.431222] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.431225] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.431228] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.431230] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.431232] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.431236] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.431239] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.431252] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.431258] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.431264] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.431266] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.431269] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.431272] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.431984] scsi host3: ahci [ 11.432291] ata4: SATA max UDMA/133 abar m2097152@0x817000000000 port 0x817000000100 [ 11.432465] ahci 0003:00:04.0: SSS flag set, parallel bus scan disabled [ 11.432489] ahci 0003:00:04.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.432500] ahci 0003:00:04.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.432513] ahci 0003:00:04.0: port 0 is not capable of FBS [ 11.432567] ------------[ cut here ]------------ [ 11.432575] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.432576] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.432595] [ 11.432602] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.432604] Hardware name: cavium,thunder-88xx (DT) [ 11.432608] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.432614] PC is at ata_host_activate+0x140/0x158 [ 11.432618] LR is at ata_host_activate+0x68/0x158 [ 11.432621] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.432622] sp : ffff8000efa7f840 [ 11.432623] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.432632] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.432643] x25: ffff8000117b80a0 x24: ffff8000ee3e4000 [ 11.432653] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.432656] x21: 0000000000000000 x20: ffff000000af1210 [ 11.432659] x19: ffff8000ee3a6918 x18: ffff000009228b10 [ 11.432664] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.432668] x15: ffff000009384048 x14: ffffffffffffffff [ 11.432673] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.432690] x11: ffff000009251000 x10: ffff7e0003b90020 [ 11.432695] x9 : 0000000000000000 x8 : ffff8000ee416500 [ 11.432698] x7 : 0000000000000000 x6 : 000000000000007f [ 11.432706] x5 : 0000000000000080 x4 : ffff8000ee18d900 [ 11.432716] x3 : ffff8000ee18d300 x2 : ffff8000117b8340 [ 11.432721] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.432725] [ 11.432728] ---[ end trace 4e6fe54e16d0acfb ]--- [ 11.432731] Call trace: [ 11.432739] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.432747] f640: ffff8000ee3a6918 0001000000000000 [ 11.432750] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.432755] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.432766] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117b80a0 0000000000000004 [ 11.432777] f6c0: ffff8000117b8170 0000000000000140 0000000000016500 ffff8000ee3a6818 [ 11.432787] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.432796] f700: ffff000014a00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.432806] f720: ffff8000117b8340 ffff8000ee18d300 ffff8000ee18d900 0000000000000080 [ 11.432817] f740: 000000000000007f 0000000000000000 ffff8000ee416500 0000000000000000 [ 11.432827] f760: ffff7e0003b90020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.432838] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.432860] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.432883] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.432892] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.432896] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.432898] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.432906] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.432918] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.432931] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.432943] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.432952] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.432955] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.432973] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.432985] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.432996] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.433009] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.433020] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.433032] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.434189] scsi host4: ahci [ 11.434633] ata5: SATA max UDMA/133 abar m2097152@0x818000000000 port 0x818000000100 [ 11.434808] ahci 0003:00:05.0: SSS flag set, parallel bus scan disabled [ 11.434833] ahci 0003:00:05.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.434844] ahci 0003:00:05.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.434860] ahci 0003:00:05.0: port 0 is not capable of FBS [ 11.434910] ------------[ cut here ]------------ [ 11.434920] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.434925] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.434947] [ 11.434951] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.434952] Hardware name: cavium,thunder-88xx (DT) [ 11.434954] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.434963] PC is at ata_host_activate+0x140/0x158 [ 11.434970] LR is at ata_host_activate+0x68/0x158 [ 11.434971] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.434973] sp : ffff8000efa7f840 [ 11.434974] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.434977] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.434980] x25: ffff8000117bc0a0 x24: ffff8000ee4a0000 [ 11.434983] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.434985] x21: 0000000000000000 x20: ffff000000af1210 [ 11.434989] x19: ffff8000ee3a7a18 x18: ffff000009228b10 [ 11.435004] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.435015] x15: ffff000009384048 x14: ffffffffffffffff [ 11.435018] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.435023] x11: ffff000009251000 x10: ffff7e0003b93020 [ 11.435029] x9 : 0000000000000000 x8 : ffff8000ee4d6500 [ 11.435032] x7 : 0000000000000000 x6 : 000000000000007f [ 11.435035] x5 : 0000000000000080 x4 : ffff8000ee191280 [ 11.435037] x3 : ffff8000ee191100 x2 : ffff8000117bc340 [ 11.435040] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.435050] [ 11.435053] ---[ end trace 4e6fe54e16d0acfc ]--- [ 11.435054] Call trace: [ 11.435056] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.435066] f640: ffff8000ee3a7a18 0001000000000000 [ 11.435072] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.435075] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.435080] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117bc0a0 0000000000000004 [ 11.435087] f6c0: ffff8000117bc170 0000000000000140 0000000000016500 ffff8000ee3a6118 [ 11.435090] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.435093] f700: ffff000014e00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.435102] f720: ffff8000117bc340 ffff8000ee191100 ffff8000ee191280 0000000000000080 [ 11.435106] f740: 000000000000007f 0000000000000000 ffff8000ee4d6500 0000000000000000 [ 11.435109] f760: ffff7e0003b93020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.435114] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.435134] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.435156] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.435169] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.435178] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.435189] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.435214] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.435229] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.435238] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.435247] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.435256] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.435265] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.435291] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.435302] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.435311] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.435319] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.435331] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.435341] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.436674] scsi host5: ahci [ 11.437132] ata6: SATA max UDMA/133 abar m2097152@0x819000000000 port 0x819000000100 [ 11.437315] ahci 0003:00:06.0: SSS flag set, parallel bus scan disabled [ 11.437338] ahci 0003:00:06.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.437344] ahci 0003:00:06.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.437358] ahci 0003:00:06.0: port 0 is not capable of FBS [ 11.437407] ------------[ cut here ]------------ [ 11.437418] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.437423] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.437448] [ 11.437455] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.437460] Hardware name: cavium,thunder-88xx (DT) [ 11.437463] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.437473] PC is at ata_host_activate+0x140/0x158 [ 11.437484] LR is at ata_host_activate+0x68/0x158 [ 11.437492] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.437497] sp : ffff8000efa7f840 [ 11.437499] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.437506] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.437515] x25: ffff8000117be0a0 x24: ffff8000ee53c000 [ 11.437531] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.437541] x21: 0000000000000000 x20: ffff000000af1210 [ 11.437554] x19: ffff8000ee4a9d18 x18: ffff000009228b10 [ 11.437563] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.437574] x15: ffff000009384048 x14: ffffffffffffffff [ 11.437577] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.437586] x11: ffff000009251000 x10: ffff7e0003b95820 [ 11.437603] x9 : 0000000000000000 x8 : ffff8000ee576500 [ 11.437606] x7 : 0000000000000000 x6 : 000000000000007f [ 11.437612] x5 : 0000000000000080 x4 : ffff8000ee199880 [ 11.437621] x3 : ffff8000ee199980 x2 : ffff8000117be340 [ 11.437623] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.437630] [ 11.437633] ---[ end trace 4e6fe54e16d0acfd ]--- [ 11.437637] Call trace: [ 11.437643] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.437654] f640: ffff8000ee4a9d18 0001000000000000 [ 11.437670] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.437685] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.437689] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117be0a0 0000000000000004 [ 11.437693] f6c0: ffff8000117be170 0000000000000140 0000000000016500 ffff8000ee4a8618 [ 11.437706] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.437716] f700: ffff000015200100 0000000000040a11 0000000000000000 0000000000000002 [ 11.437721] f720: ffff8000117be340 ffff8000ee199980 ffff8000ee199880 0000000000000080 [ 11.437732] f740: 000000000000007f 0000000000000000 ffff8000ee576500 0000000000000000 [ 11.437736] f760: ffff7e0003b95820 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.437746] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.437767] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.437787] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.437796] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.437807] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.437822] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.437833] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128[ 11.437847] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.437860] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.437870] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.437883] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.437894] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.437918] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.437933] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.437944] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.437958] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.437963] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.437967] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.439345] scsi host6: ahci [ 11.439674] ata7: SATA max UDMA/133 abar m2097152@0x81a000000000 port 0x81a000000100 [ 11.439856] ahci 0003:00:07.0: SSS flag set, parallel bus scan disabled [ 11.439879] ahci 0003:00:07.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.439894] ahci 0003:00:07.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.439911] ahci 0003:00:07.0: port 0 is not capable of FBS [ 11.439968] ------------[ cut here ]------------ [ 11.439983] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.439987] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.440005] [ 11.440012] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.440016] Hardware name: cavium,thunder-88xx (DT) [ 11.440023] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.440032] PC is at ata_host_activate+0x140/0x158 [ 11.440041] LR is at ata_host_activate+0x68/0x158 [ 11.440043] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.440045] sp : ffff8000efa7f840 [ 11.440049] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.440067] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.440082] x25: ffff8000117e70a0 x24: ffff8000ee600000 [ 11.440102] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.440106] x21: 0000000000000000 x20: ffff000000af1210 [ 11.440109] x19: ffff8000ee5dff18 x18: ffff000009228b10 [ 11.440112] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.440115] x15: ffff000009384048 x14: ffffffffffffffff [ 11.440120] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.440139] x11: ffff000009251000 x10: ffff7e0003b98820 [ 11.440157] x9 : 0000000000000000 x8 : ffff8000ee636500 [ 11.440166] x7 : 0000000000000000 x6 : 000000000000007f [ 11.440174] x5 : 0000000000000080 x4 : ffff8000ee19df80 [ 11.440186] x3 : ffff8000ee19d500 x2 : ffff8000117e7340 [ 11.440201] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.440205] [ 11.440207] ---[ end trace 4e6fe54e16d0acfe ]--- [ 11.440213] Call trace: [ 11.440218] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.440225] f640: ffff8000ee5dff18 0001000000000000 [ 11.440235] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.440240] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.440249] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000117e70a0 0000000000000004 [ 11.440261] f6c0: ffff8000117e7170 0000000000000140 0000000000016500 ffff8000ee5dfd18 [ 11.440269] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.440276] f700: ffff000015600100 0000000000040a11 0000000000000000 0000000000000002 [ 11.440285] f720: ffff8000117e7340 ffff8000ee19d500 ffff8000ee19df80 0000000000000080 [ 11.440297] f740: 000000000000007f 0000000000000000 ffff8000ee636500 0000000000000000 [ 11.440306] f760: ffff7e0003b98820 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.440318] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.440340] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.440363] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.440370] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.440386] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.440394] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.440408] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.440419] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.440426] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.440439] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.440449] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.440458] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.440479] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.440489] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.440502] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.440517] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.440530] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.440542] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.441644] scsi host7: ahci [ 11.441861] ata8: SATA max UDMA/133 abar m2097152@0x81b000000000 port 0x81b000000100 [ 11.442080] ahci 0007:00:04.0: SSS flag set, parallel bus scan disabled [ 11.442097] ahci 0007:00:04.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.442101] ahci 0007:00:04.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.442107] ahci 0007:00:04.0: port 0 is not capable of FBS [ 11.442150] ------------[ cut here ]------------ [ 11.442158] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.442160] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.442170] [ 11.442173] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.442176] Hardware name: cavium,thunder-88xx (DT) [ 11.442178] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.442181] PC is at ata_host_activate+0x140/0x158 [ 11.442184] LR is at ata_host_activate+0x68/0x158 [ 11.442185] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.442187] sp : ffff8000efa7f840 [ 11.442189] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.442195] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.442202] x25: ffff8000118370a0 x24: ffff8000ee660000 [ 11.442209] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.442214] x21: 0000000000000000 x20: ffff000000af1210 [ 11.442221] x19: ffff8000ee5df918 x18: ffff000009228b10 [ 11.442225] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.442230] x15: ffff000009384048 x14: ffffffffffffffff [ 11.442232] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.442235] x11: ffff000009251000 x10: ffff7e0003b9a820 [ 11.442240] x9 : 0000000000000000 x8 : ffff8000ee6b6500 [ 11.442244] x7 : 0000000000000000 x6 : 000000000000007f [ 11.442247] x5 : 0000000000000080 x4 : ffff8000ee5c5a80 [ 11.442250] x3 : ffff8000ee5c5b80 x2 : ffff800011837340 [ 11.442254] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.442259] [ 11.442262] ---[ end trace 4e6fe54e16d0acff ]--- [ 11.442263] Call trace: [ 11.442267] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.442271] f640: ffff8000ee5df918 0001000000000000 [ 11.442274] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.442276] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.442280] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118370a0 0000000000000004 [ 11.442285] f6c0: ffff800011837170 0000000000000140 0000000000016500 ffff8000ee5df118 [ 11.442288] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.442292] f700: ffff000015a00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.442298] f720: ffff800011837340 ffff8000ee5c5b80 ffff8000ee5c5a80 0000000000000080 [ 11.442303] f740: 000000000000007f 0000000000000000 ffff8000ee6b6500 0000000000000000 [ 11.442308] f760: ffff7e0003b9a820 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.442313] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.442328] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.442342] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.442347] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.442352] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.442357] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.442360] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.442367] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.442371] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.442376] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.442378] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.442383] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.442397] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.442404] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.442409] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.442412] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.442415] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.442417] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.443280] scsi host8: ahci [ 11.443479] ata9: SATA max UDMA/133 abar m2097152@0x918000000000 port 0x918000000100 [ 11.443588] ahci 0007:00:05.0: SSS flag set, parallel bus scan disabled [ 11.443602] ahci 0007:00:05.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.443607] ahci 0007:00:05.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.443614] ahci 0007:00:05.0: port 0 is not capable of FBS [ 11.443656] ------------[ cut here ]------------ [ 11.443662] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.443664] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.443674] [ 11.443677] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.443680] Hardware name: cavium,thunder-88xx (DT) [ 11.443683] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.443688] PC is at ata_host_activate+0x140/0x158 [ 11.443692] LR is at ata_host_activate+0x68/0x158 [ 11.443695] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.443698] sp : ffff8000efa7f840 [ 11.443699] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.443702] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.443705] x25: ffff8000118310a0 x24: ffff8000ee6c4000 [ 11.443708] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.443712] x21: 0000000000000000 x20: ffff000000af1210 [ 11.443717] x19: ffff8000ee683118 x18: ffff000009228b10 [ 11.443720] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.443725] x15: ffff000009384048 x14: ffffffffffffffff [ 11.443729] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.443735] x11: ffff000009251000 x10: ffff7e0003b9b820 [ 11.443739] x9 : 0000000000000000 x8 : ffff8000ee6f6500 [ 11.443743] x7 : 0000000000000000 x6 : 000000000000007f [ 11.443746] x5 : 0000000000000080 x4 : ffff8000ee5c9280 [ 11.443749] x3 : ffff8000ee5c9100 x2 : ffff800011831340 [ 11.443751] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.443754] [ 11.443756] ---[ end trace 4e6fe54e16d0ad00 ]--- [ 11.443758] Call trace: [ 11.443760] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.443763] f640: ffff8000ee683118 0001000000000000 [ 11.443767] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.443772] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.443777] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118310a0 0000000000000004 [ 11.443780] f6c0: ffff800011831170 0000000000000140 0000000000016500 ffff8000ee682c18 [ 11.443783] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.443785] f700: ffff000018200100 0000000000040a11 0000000000000000 0000000000000002 [ 11.443788] f720: ffff800011831340 ffff8000ee5c9100 ffff8000ee5c9280 0000000000000080 [ 11.443791] f740: 000000000000007f 0000000000000000 ffff8000ee6f6500 0000000000000000 [ 11.443795] f760: ffff7e0003b9b820 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.443800] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.443814] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.443828] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.443833] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.443837] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.443843] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.443847] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.443851] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.443855] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.443857] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.443859] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.443864] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.443878] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.443884] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.443889] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.443891] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.443895] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.443898] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.444677] scsi host9: ahci [ 11.444875] ata10: SATA max UDMA/133 abar m2097152@0x919000000000 port 0x919000000100 [ 11.444995] ahci 0007:00:06.0: SSS flag set, parallel bus scan disabled [ 11.445011] ahci 0007:00:06.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.445017] ahci 0007:00:06.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.445024] ahci 0007:00:06.0: port 0 is not capable of FBS [ 11.445066] ------------[ cut here ]------------ [ 11.445073] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.445074] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.445085] [ 11.445089] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.445090] Hardware name: cavium,thunder-88xx (DT) [ 11.445094] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.445098] PC is at ata_host_activate+0x140/0x158 [ 11.445103] LR is at ata_host_activate+0x68/0x158 [ 11.445105] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.445107] sp : ffff8000efa7f840 [ 11.445108] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.445113] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.445115] x25: ffff8000118320a0 x24: ffff8000ee6d4000 [ 11.445121] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.445126] x21: 0000000000000000 x20: ffff000000af1210 [ 11.445129] x19: ffff8000ee682a18 x18: ffff000009228b10 [ 11.445135] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.445138] x15: ffff000009384048 x14: ffffffffffffffff [ 11.445143] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.445146] x11: ffff000009251000 x10: ffff7e0003b9c820 [ 11.445149] x9 : 0000000000000000 x8 : ffff8000ee736500 [ 11.445152] x7 : 0000000000000000 x6 : 000000000000007f [ 11.445156] x5 : 0000000000000080 x4 : ffff8000ee5d1900 [ 11.445160] x3 : ffff8000ee5d1300 x2 : ffff800011832340 [ 11.445164] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.445167] [ 11.445170] ---[ end trace 4e6fe54e16d0ad01 ]--- [ 11.445172] Call trace: [ 11.445176] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.445179] f640: ffff8000ee682a18 0001000000000000 [ 11.445183] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.445188] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.445191] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118320a0 0000000000000004 [ 11.445194] f6c0: ffff800011832170 0000000000000140 0000000000016500 ffff8000ee682318 [ 11.445198] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.445203] f700: ffff000018600100 0000000000040a11 0000000000000000 0000000000000002 [ 11.445208] f720: ffff800011832340 ffff8000ee5d1300 ffff8000ee5d1900 0000000000000080 [ 11.445211] f740: 000000000000007f 0000000000000000 ffff8000ee736500 0000000000000000 [ 11.445214] f760: ffff7e0003b9c820 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.445217] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.445230] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.445242] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.445245] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.445247] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.445250] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.445252] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.445255] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.445259] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.445263] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.445266] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.445270] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.445284] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.445288] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.445295] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.445300] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.445305] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.445308] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.446078] scsi host10: ahci [ 11.446297] ata11: SATA max UDMA/133 abar m2097152@0x91a000000000 port 0x91a000000100 [ 11.446411] ahci 0007:00:07.0: SSS flag set, parallel bus scan disabled [ 11.446426] ahci 0007:00:07.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.446433] ahci 0007:00:07.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.446440] ahci 0007:00:07.0: port 0 is not capable of FBS [ 11.446484] ------------[ cut here ]------------ [ 11.446490] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.446492] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.446503] [ 11.446507] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.446509] Hardware name: cavium,thunder-88xx (DT) [ 11.446511] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.446516] PC is at ata_host_activate+0x140/0x158 [ 11.446520] LR is at ata_host_activate+0x68/0x158 [ 11.446523] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.446524] sp : ffff8000efa7f840 [ 11.446525] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.446529] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.446531] x25: ffff8000118660a0 x24: ffff8000ee71c000 [ 11.446534] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.446539] x21: 0000000000000000 x20: ffff000000af1210 [ 11.446542] x19: ffff8000ee705118 x18: ffff000009228b10 [ 11.446545] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.446550] x15: ffff000009384048 x14: ffffffffffffffff [ 11.446554] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.446561] x11: ffff000009251000 x10: ffff7e0003b9d020 [ 11.446565] x9 : 0000000000000000 x8 : ffff8000ee756500 [ 11.446569] x7 : 0000000000000000 x6 : 000000000000007f [ 11.446572] x5 : 0000000000000080 x4 : ffff8000ee5d6e80 [ 11.446575] x3 : ffff8000ee5d6a00 x2 : ffff800011866340 [ 11.446578] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.446582] [ 11.446583] ---[ end trace 4e6fe54e16d0ad02 ]--- [ 11.446584] Call trace: [ 11.446586] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.446590] f640: ffff8000ee705118 0001000000000000 [ 11.446595] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.446600] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.446603] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118660a0 0000000000000004 [ 11.446606] f6c0: ffff800011866170 0000000000000140 0000000000016500 ffff8000ee704c18 [ 11.446609] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.446612] f700: ffff000018a00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.446615] f720: ffff800011866340 ffff8000ee5d6a00 ffff8000ee5d6e80 0000000000000080 [ 11.446617] f740: 000000000000007f 0000000000000000 ffff8000ee756500 0000000000000000 [ 11.446622] f760: ffff7e0003b9d020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.446627] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.446640] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.446654] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.446661] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.446665] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.446671] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.446674] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.446678] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.446682] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.446687] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.446691] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.446695] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.446709] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.446715] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.446719] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.446721] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.446724] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.446730] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.447477] scsi host11: ahci [ 11.447671] ata12: SATA max UDMA/133 abar m2097152@0x91b000000000 port 0x91b000000100 [ 11.447793] ahci 0007:00:08.0: SSS flag set, parallel bus scan disabled [ 11.447836] ahci 0007:00:08.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.447843] ahci 0007:00:08.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.447851] ahci 0007:00:08.0: port 0 is not capable of FBS [ 11.447895] ------------[ cut here ]------------ [ 11.447901] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.447902] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.447913] [ 11.447917] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.447919] Hardware name: cavium,thunder-88xx (DT) [ 11.447922] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.447926] PC is at ata_host_activate+0x140/0x158 [ 11.447930] LR is at ata_host_activate+0x68/0x158 [ 11.447931] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.447932] sp : ffff8000efa7f840 [ 11.447934] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.447938] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.447941] x25: ffff8000118670a0 x24: ffff8000ee814000 [ 11.447945] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.447950] x21: 0000000000000000 x20: ffff000000af1210 [ 11.447955] x19: ffff8000ee704a18 x18: ffff000009228b10 [ 11.447961] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.447964] x15: ffff000009384048 x14: ffffffffffffffff [ 11.447968] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.447972] x11: ffff000009251000 x10: ffff7e0003ba0820 [ 11.447974] x9 : 0000000000000000 x8 : ffff8000ee836500 [ 11.447977] x7 : 0000000000000000 x6 : 000000000000007f [ 11.447981] x5 : 0000000000000080 x4 : ffff8000ee5d9100 [ 11.447984] x3 : ffff8000ee5d9600 x2 : ffff800011867340 [ 11.447987] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.447989] [ 11.447991] ---[ end trace 4e6fe54e16d0ad03 ]--- [ 11.447992] Call trace: [ 11.447994] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.447996] f640: ffff8000ee704a18 0001000000000000 [ 11.447999] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.448003] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.448005] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118670a0 0000000000000004 [ 11.448008] f6c0: ffff800011867170 0000000000000140 0000000000016500 ffff8000ee704318 [ 11.448013] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.448016] f700: ffff000018e00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.448019] f720: ffff800011867340 ffff8000ee5d9600 ffff8000ee5d9100 0000000000000080 [ 11.448022] f740: 000000000000007f 0000000000000000 ffff8000ee836500 0000000000000000 [ 11.448025] f760: ffff7e0003ba0820 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.448028] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.448041] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.448056] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.448061] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.448065] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.448070] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.448072] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.448077] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.448080] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.448082] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.448086] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.448089] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.448110] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.448119] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.448131] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.448133] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.448136] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.448142] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.448955] scsi host12: ahci [ 11.449167] ata13: SATA max UDMA/133 abar m2097152@0x91c000000000 port 0x91c000000100 [ 11.449280] ahci 0007:00:09.0: SSS flag set, parallel bus scan disabled [ 11.449294] ahci 0007:00:09.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.449299] ahci 0007:00:09.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.449306] ahci 0007:00:09.0: port 0 is not capable of FBS [ 11.449349] ------------[ cut here ]------------ [ 11.449357] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.449359] Modules linked in: ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.449367] [ 11.449370] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.449371] Hardware name: cavium,thunder-88xx (DT) [ 11.449375] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.449378] PC is at ata_host_activate+0x140/0x158 [ 11.449383] LR is at ata_host_activate+0x68/0x158 [ 11.449385] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.449386] sp : ffff8000efa7f840 [ 11.449388] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.449391] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.449395] x25: ffff8000118610a0 x24: ffff8000ee870000 [ 11.449398] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.449401] x21: 0000000000000000 x20: ffff000000af1210 [ 11.449404] x19: ffff8000ee856718 x18: ffff000009228b10 [ 11.449407] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.449409] x15: ffff000009384048 x14: ffffffffffffffff [ 11.449412] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.449415] x11: ffff000009251000 x10: ffff7e0003ba2020 [ 11.449420] x9 : 0000000000000000 x8 : ffff8000ee896500 [ 11.449422] x7 : 0000000000000000 x6 : 000000000000007f [ 11.449425] x5 : 0000000000000080 x4 : ffff8000ee81de80 [ 11.449428] x3 : ffff8000ee81da00 x2 : ffff800011861340 [ 11.449431] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.449433] [ 11.449434] ---[ end trace 4e6fe54e16d0ad04 ]--- [ 11.449435] Call trace: [ 11.449438] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.449440] f640: ffff8000ee856718 0001000000000000 [ 11.449451] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.449455] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.449460] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118610a0 0000000000000004 [ 11.449484] f6c0: ffff800011861170 0000000000000140 0000000000016500 ffff8000ee857f18 [ 11.449488] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.449490] f700: ffff000019200100 0000000000040a11 0000000000000000 0000000000000002 [ 11.449493] f720: ffff800011861340 ffff8000ee81da00 ffff8000ee81de80 0000000000000080 [ 11.449496] f740: 000000000000007f 0000000000000000 ffff8000ee896500 0000000000000000 [ 11.449499] f760: ffff7e0003ba2020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.449504] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.449517] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.449531] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.449537] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.449541] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.449545] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.449549] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.449553] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.449556] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.449562] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.449566] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.449570] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.449582] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.449590] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.449595] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.449601] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.449606] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.449610] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.451322] scsi host13: ahci [ 11.451502] ata14: SATA max UDMA/133 abar m2097152@0x91d000000000 port 0x91d000000100 [ 11.451616] ahci 0007:00:0a.0: SSS flag set, parallel bus scan disabled [ 11.451633] ahci 0007:00:0a.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.451639] ahci 0007:00:0a.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.451652] ahci 0007:00:0a.0: port 0 is not capable of FBS [ 11.451702] ------------[ cut here ]------------ [ 11.451711] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.451712] Modules linked in: drm(+) ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.451725] [ 11.451730] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.451732] Hardware name: cavium,thunder-88xx (DT) [ 11.451734] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.451739] PC is at ata_host_activate+0x140/0x158 [ 11.451744] LR is at ata_host_activate+0x68/0x158 [ 11.451747] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.451749] sp : ffff8000efa7f840 [ 11.451751] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.451754] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.451761] x25: ffff8000118620a0 x24: ffff8000ee8a4000 [ 11.451764] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.451766] x21: 0000000000000000 x20: ffff000000af1210 [ 11.451772] x19: ffff8000ee877018 x18: ffff000009228b10 [ 11.451776] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.451781] x15: ffff000009384048 x14: ffffffffffffffff [ 11.451786] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.451789] x11: ffff000009251000 x10: ffff7e0003ba3020 [ 11.451791] x9 : 0000000000000000 x8 : ffff8000ee8d6500 [ 11.451794] x7 : 0000000000000000 x6 : 000000000000007f [ 11.451800] x5 : 0000000000000080 x4 : ffff8000ee840f00 [ 11.451804] x3 : ffff8000ee840880 x2 : ffff800011862340 [ 11.451806] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.451811] [ 11.451814] ---[ end trace 4e6fe54e16d0ad05 ]--- [ 11.451815] Call trace: [ 11.451818] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.451823] f640: ffff8000ee877018 0001000000000000 [ 11.451826] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.451830] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.451833] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118620a0 0000000000000004 [ 11.451836] f6c0: ffff800011862170 0000000000000140 0000000000016500 ffff8000ee857918[ 11.451841] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.451845] f700: ffff000019600100 0000000000040a11 0000000000000000 0000000000000002 [ 11.451850] f720: ffff800011862340 ffff8000ee840880 ffff8000ee840f00 0000000000000080 [ 11.451853] f740: 000000000000007f 0000000000000000 ffff8000ee8d6500 0000000000000000 [ 11.451858] f760: ffff7e0003ba3020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.451861] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.451874] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.451889] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.451894] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.451896] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.451899] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.451902] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.451905] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.451907] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.451910] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.451913] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.451916] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.451929] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.451934] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.451938] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.451943] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.451947] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.451950] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.452364] [drm] Initialized [ 11.452919] scsi host14: ahci [ 11.453129] ata15: SATA max UDMA/133 abar m2097152@0x91e000000000 port 0x91e000000100 [ 11.453249] ahci 0007:00:0b.0: SSS flag set, parallel bus scan disabled [ 11.453267] ahci 0007:00:0b.0: AHCI 0001.0300 32 slots 1 ports 6 Gbps 0x1 impl SATA mode [ 11.453272] ahci 0007:00:0b.0: flags: 64bit ncq sntf ilck stag pm led clo only pmp fbs pio slum part ccc apst [ 11.453280] ahci 0007:00:0b.0: port 0 is not capable of FBS [ 11.453323] ------------[ cut here ]------------ [ 11.453332] WARNING: CPU: 32 PID: 802 at /build/linux-hwe-z0PmXZ/linux-hwe-4.10.0/drivers/ata/libata-core.c:6468 ata_host_activate+0x140/0x158 [ 11.453333] Modules linked in: drm ahci(+) libahci thunder_bgx(+) thunder_xcv mdio_thunder(+) mdio_cavium [ 11.453344] [ 11.453349] CPU: 32 PID: 802 Comm: systemd-udevd Tainted: G W 4.10.0-38-generic #42~16.04.1-Ubuntu [ 11.453350] Hardware name: cavium,thunder-88xx (DT) [ 11.453352] task: ffff8000efa4ab80 task.stack: ffff8000efa7c000 [ 11.453357] PC is at ata_host_activate+0x140/0x158 [ 11.453361] LR is at ata_host_activate+0x68/0x158 [ 11.453363] pc : [<ffff00000874cb18>] lr : [<ffff00000874ca40>] pstate: 60400145 [ 11.453366] sp : ffff8000efa7f840 [ 11.453367] x29: ffff8000efa7f840 x28: 0000000000000001 [ 11.453370] x27: ffff000000af7750 x26: ffff000000af81e8 [ 11.453373] x25: ffff8000118650a0 x24: ffff8000ee8bc000 [ 11.453377] x23: 0000000000000080 x22: ffff000000af81e8 [ 11.453382] x21: 0000000000000000 x20: ffff000000af1210 [ 11.453385] x19: ffff8000ee876218 x18: ffff000009228b10 [ 11.453389] x17: ffff000000a64878 x16: ffff000000a64870 [ 11.453392] x15: ffff000009384048 x14: ffffffffffffffff [ 11.453395] x13: ffff000009383c81 x12: 656c206d70206761 [ 11.453398] x11: ffff000009251000 x10: ffff7e0003ba4020 [ 11.453402] x9 : 0000000000000000 x8 : ffff8000ee916500 [ 11.453405] x7 : 0000000000000000 x6 : 000000000000007f [ 11.453419] x5 : 0000000000000080 x4 : ffff8000ee849480 [ 11.453423] x3 : ffff8000ee849400 x2 : ffff800011865340 [ 11.453426] x1 : 0000000000000002 x0 : 0000000000000000 [ 11.453429] [ 11.453431] ---[ end trace 4e6fe54e16d0ad06 ]--- [ 11.453432] Call trace: [ 11.453436] Exception stack(0xffff8000efa7f650 to 0xffff8000efa7f780) [ 11.453438] f640: ffff8000ee876218 0001000000000000 [ 11.453441] f660: 0000000009470000 ffff00000874cb18 0000000060400145 00000000ffffffd8 [ 11.453445] f680: ffff8000efa7f6d0 ffff00000862fb38 ffff8000efa7f6d0 ffff00000862fc14 [ 11.453450] f6a0: ffff8000efa7f730 ffff0000086b9174 ffff8000118650a0 0000000000000004 [ 11.453456] f6c0: ffff800011865170 0000000000000140 0000000000016500 ffff8000ee877518 [ 11.453461] f6e0: ffff000009228b10 ffff000000af81e8 ffff8000efa7f730 ffff000000a60934 [ 11.453464] f700: ffff000019a00100 0000000000040a11 0000000000000000 0000000000000002 [ 11.453469] f720: ffff800011865340 ffff8000ee849400 ffff8000ee849480 0000000000000080 [ 11.453473] f740: 000000000000007f 0000000000000000 ffff8000ee916500 0000000000000000 [ 11.453476] f760: ffff7e0003ba4020 ffff000009251000 656c206d70206761 ffff000009383c81 [ 11.453480] [<ffff00000874cb18>] ata_host_activate+0x140/0x158 [ 11.453493] [<ffff000000a625e0>] ahci_host_activate+0x140/0x190 [libahci] [ 11.453507] [<ffff000000af22dc>] ahci_init_one+0x88c/0xe98 [ahci] [ 11.453514] [<ffff00000855f404>] local_pci_probe+0x44/0xb0 [ 11.453518] [<ffff000008560218>] pci_device_probe+0x140/0x170 [ 11.453522] [<ffff0000086aa6fc>] driver_probe_device+0x2c4/0x458 [ 11.453524] [<ffff0000086aa9b4>] __driver_attach+0x124/0x128 [ 11.453528] [<ffff0000086a7f48>] bus_for_each_dev+0x88/0xe8 [ 11.453532] [<ffff0000086a9e38>] driver_attach+0x30/0x40 [ 11.453537] [<ffff0000086a9848>] bus_add_driver+0x250/0x2c0 [ 11.453541] [<ffff0000086ab728>] driver_register+0x68/0x100 [ 11.453545] [<ffff00000855ec7c>] __pci_register_driver+0x54/0x68 [ 11.453559] [<ffff000000b0501c>] ahci_pci_driver_init+0x1c/0x1000 [ahci] [ 11.453563] [<ffff000008083b5c>] do_one_initcall+0x5c/0x168 [ 11.453567] [<ffff000008209e14>] do_init_module+0x64/0x1e0 [ 11.453572] [<ffff00000816a418>] load_module+0x1318/0x14d8 [ 11.453574] [<ffff00000816a8c8>] SyS_finit_module+0x108/0x120 [ 11.453576] [<ffff0000080838f0>] el0_svc_naked+0x24/0x28 [ 11.454326] scsi host15: ahci [ 11.454586] ata16: SATA max UDMA/133 abar m2097152@0x91f000000000 port 0x91f000000100 [ 11.488002] ast 0008:21:00.0: enabling device (0002 -> 0003) [ 11.488323] [drm] Using P2A bridge for configuration [ 11.488327] [drm] AST 2400 detected [ 11.488334] [drm] Analog VGA only [ 11.488347] [drm] dram MCLK=408 Mhz type=7 bus_width=16 size=01000000 [ 11.488545] [TTM] Zone kernel: Available graphics memory: 2009802 kiB [ 11.488547] [TTM] Initializing pool allocator [ 11.488563] [TTM] Initializing DMA pool allocator [ 11.746626] ata4: SATA link down (SStatus 0 SControl 300) [ 11.746689] ata3: SATA link down (SStatus 0 SControl 300) [ 11.750618] ata5: SATA link down (SStatus 0 SControl 300) [ 11.750644] ata6: SATA link down (SStatus 0 SControl 300) [ 11.754606] ata7: SATA link down (SStatus 0 SControl 300) [ 11.754670] ata8: SATA link down (SStatus 0 SControl 300) [ 11.762660] ata2: SATA link down (SStatus 0 SControl 300) [ 11.766630] ata16: SATA link down (SStatus 0 SControl 300) [ 11.860158] ata11: link resume succeeded after 1 retries [ 11.860229] ata9: link resume succeeded after 1 retries [ 11.860246] ata10: link resume succeeded after 1 retries [ 11.864160] ata13: link resume succeeded after 1 retries [ 11.864218] ata12: link resume succeeded after 1 retries [ 11.868173] ata15: link resume succeeded after 1 retries [ 11.868228] ata14: link resume succeeded after 1 retries [ 11.904228] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 11.966588] ata11: SATA link down (SStatus 0 SControl 300) [ 11.966644] ata9: SATA link down (SStatus 0 SControl 300) [ 11.966647] ata10: SATA link down (SStatus 0 SControl 300) [ 11.970599] ata13: SATA link down (SStatus 0 SControl 300) [ 11.970637] ata12: SATA link down (SStatus 0 SControl 300) [ 11.974607] ata15: SATA link down (SStatus 0 SControl 300) [ 11.974614] ata14: SATA link down (SStatus 0 SControl 300) [ 16.936258] ata1.00: qc timeout (cmd 0xec) [ 16.936262] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 17.412234] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 17.878680] libphy: mdio_thunder: probed [ 17.878684] mdio_thunder 0000:01:01.3: Added bus at 87e005003880 [ 17.878821] thunder-BGX 0000:01:10.0: BGX0 QLM mode: XFI [ 17.878955] libphy: mdio_thunder: probed [ 17.878960] mdio_thunder 0004:01:01.3: Added bus at 97e005003800 [ 17.879030] libphy: mdio_thunder: probed [ 17.879034] mdio_thunder 0004:01:01.3: Added bus at 97e005003880 [ 17.883139] thunder-nic, ver 1.0 [ 17.883274] thunder-nic 0002:01:00.0: Request for #10 msix vectors failed, returned -22 [ 17.883297] thunder-nic: probe of 0002:01:00.0 failed with error -22 [ 17.883388] thunder-nic 0006:01:00.0: Request for #10 msix vectors failed, returned -22 [ 17.883402] thunder-nic: probe of 0006:01:00.0 failed with error -22 [ 17.973893] Console: switching to colour frame buffer device 128x48 [ 18.150756] ast 0008:21:00.0: fb0: astdrmfb frame buffer device [ 18.172135] [drm] Initialized ast 0.1.0 20120228 for 0008:21:00.0 on minor 0 [ 27.432147] ata1.00: qc timeout (cmd 0xec) [ 27.436161] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 27.442312] ata1: limiting SATA link speed to 3.0 Gbps [ 27.924133] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320) [ 59.432145] ata1.00: qc timeout (cmd 0xec) [ 59.436155] ata1.00: failed to IDENTIFY (I/O error, err_mask=0x4) [ 59.916133] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 320) Begin: Loading essential drivers ... [ 60.020299] raid6: int64x1 gen() 1244 MB/s [ 60.072284] raid6: int64x1 xor() 801 MB/s [ 60.124288] raid6: int64x2 gen() 1580 MB/s [ 60.176277] raid6: int64x2 xor() 1032 MB/s [ 60.228264] raid6: int64x4 gen() 1730 MB/s [ 60.280275] raid6: int64x4 xor() 1087 MB/s [ 60.332311] raid6: int64x8 gen() 1387 MB/s [ 60.384275] raid6: int64x8 xor() 937 MB/s [ 60.436205] raid6: neonx1 gen() 1340 MB/s [ 60.488280] raid6: neonx1 xor() 933 MB/s [ 60.540282] raid6: neonx2 gen() 1566 MB/s [ 60.592284] raid6: neonx2 xor() 1107 MB/s [ 60.644295] raid6: neonx4 gen() 1637 MB/s [ 60.696265] raid6: neonx4 xor() 1118 MB/s [ 60.748300] raid6: neonx8 gen() 1620 MB/s [ 60.800306] raid6: neonx8 xor() 1097 MB/s [ 60.804477] raid6: using algorithm int64x4 gen() 1730 MB/s [ 60.810031] raid6: .... xor() 1087 MB/s, rmw enabled [ 60.815065] raid6: using intx1 recovery algorithm [ 60.822058] xor: measuring software checksum speed [ 60.864258] 8regs : 2878.000 MB/sec [ 60.908249] 8regs_prefetch: 2315.000 MB/sec [ 60.952206] 32regs : 2767.000 MB/sec [ 60.996111] 32regs_prefetch: 4487.000 MB/sec [ 61.000651] xor: using function: 32regs_prefetch (4487.000 MB/sec) [ 61.009169] async_tx: api initialized (async) done. Begin: Running /scripts/init-premount ... done. Begin: Mounting root file system ... Begin: Running /scripts/local-top ... done. Begin: Running /scripts/local-premount ... done. Begin: Waiting for root file system ... Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: error opening /dev/md?*: No such file or directory mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. Begin: Running /scripts/local-block ... mdadm: CREATE user root not found mdadm: CREATE group disk not found mdadm: No devices listed in conf file were found. done. done. Gave up waiting for root device. Common problems: - Boot args (cat /proc/cmdline) - Check rootdelay= (did the system wait long enough?) - Check root= (did the system wait for the right device?) - Missing modules (cat /proc/modules; ls /dev) ALERT! /dev/sda3 does not exist. Dropping to a shell! [ 107.054215] hidraw: raw HID events driver (C) Jiri Kosina [ 107.064380] usbcore: registered new interface driver usbhid [ 107.069870] usbhid: USB HID core driver BusyBox v1.22.1 (Ubuntu 1:1.22.0-15ubuntu1) built-in shell (ash) Enter 'help' for a list of built-in commands. (initramfs) ls /dev/ ttyAMA1 tty23 tty63 ttyS27 vga_arbiter tty24 ecryptfs ttyS28 rfkill tty25 fuse ttyS29 mem tty26 xen ttyS30 null tty27 ptmx ttyS31 port tty28 hvc0 ttyprintk zero tty29 hvc1 hwrng full tty30 hvc2 lightnvm random tty31 hvc3 loop-control urandom tty32 hvc4 loop0 kmsg tty33 hvc5 loop1 tty tty34 hvc6 loop2 console tty35 hvc7 loop3 tty0 tty36 ttyS0 loop4 vcs tty37 ttyS1 loop5 vcsa tty38 ttyS2 loop6 vcs1 tty39 ttyS3 loop7 vcsa1 tty40 ttyS4 net tty1 tty41 ttyS5 ppp tty2 tty42 ttyS6 input tty3 tty43 ttyS7 psaux tty4 tty44 ttyS8 uinput tty5 tty45 ttyS9 mapper tty6 tty46 ttyS10 cpu_dma_latency tty7 tty47 ttyS11 network_latency tty8 tty48 ttyS12 network_throughput tty9 tty49 ttyS13 memory_bandwidth tty10 tty50 ttyS14 pts tty11 tty51 ttyS15 core tty12 tty52 ttyS16 fd tty13 tty53 ttyS17 stdin tty14 tty54 ttyS18 stdout tty15 tty55 ttyS19 stderr tty16 tty56 ttyS20 char tty17 tty57 ttyS21 dri tty18 tty58 ttyS22 i2c-0 tty19 tty59 ttyS23 fb0 tty20 tty60 ttyS24 block tty21 tty61 ttyS25 tty22 tty62 ttyS26 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |