Skip to content

Instantly share code, notes, and snippets.

@avafinger
Created March 7, 2018 21:40
Show Gist options
  • Save avafinger/840c3e7743ead085f3c1f16bf10eaadc to your computer and use it in GitHub Desktop.
Save avafinger/840c3e7743ead085f3c1f16bf10eaadc to your computer and use it in GitHub Desktop.
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 4.15.7-h2-2 (alex@svn) (gcc version 7.2.1 20171011 (Linaro GCC 7.2-2017.11)) #4 SMP Wed Mar 7 18:30:44 -03 2018
[ 0.000000] CPU: ARMv7 Processor [410fc075] revision 5 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[ 0.000000] OF: fdt: Machine model: Banana Pi M2 Zero
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 64 MiB at 0x59c00000
[ 0.000000] On node 0 totalpages: 131072
[ 0.000000] Normal zone: 1024 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 131072 pages, LIFO batch:31
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: Using PSCI v0.1 Function IDs from DT
[ 0.000000] random: fast init done
[ 0.000000] percpu: Embedded 16 pages/cpu @(ptrval) s34764 r8192 d22580 u65536
[ 0.000000] pcpu-alloc: s34764 r8192 d22580 u65536 alloc=16*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 130048
[ 0.000000] Kernel command line: console=ttyS0,115200 earlyprintk rootfstype=ext4 root=/dev/mmcblk0p2 rw rootwait fsck.repair=yes panic=10 hdmi.audio=EDID:0 disp.screen0_output_mode=1280x720p60 sunxi_ve_mem_reserve=0 sunxi_g2d_mem_reserve=0 sunxi_fb_mem_reserve=16
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.000000] Memory: 441840K/524288K available (7168K kernel code, 423K rwdata, 1812K rodata, 1024K init, 279K bss, 16912K reserved, 65536K cma-reserved, 0K highmem)
[ 0.000000] Virtual kernel memory layout:
vector : 0xffff0000 - 0xffff1000 ( 4 kB)
fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
vmalloc : 0xe0800000 - 0xff800000 ( 496 MB)
lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
.text : 0x(ptrval) - 0x(ptrval) (8160 kB)
.init : 0x(ptrval) - 0x(ptrval) (1024 kB)
.data : 0x(ptrval) - 0x(ptrval) ( 424 kB)
.bss : 0x(ptrval) - 0x(ptrval) ( 280 kB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU event tracing is enabled.
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
[ 0.000007] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
[ 0.000019] Switching to timer-based delay loop, resolution 41ns
[ 0.000216] Console: colour dummy device 80x30
[ 0.000254] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=240000)
[ 0.000267] pid_max: default: 32768 minimum: 301
[ 0.000396] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.000410] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.001078] CPU: Testing write buffer coherency: ok
[ 0.001505] CPU0: update cpu_capacity 1024
[ 0.001516] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.001868] Setting up static identity map for 0x40100000 - 0x40100060
[ 0.001983] Hierarchical SRCU implementation.
[ 0.002634] smp: Bringing up secondary CPUs ...
[ 0.013288] CPU1: update cpu_capacity 1024
[ 0.013293] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[ 0.024033] CPU2: update cpu_capacity 1024
[ 0.024038] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002
[ 0.034737] CPU3: update cpu_capacity 1024
[ 0.034742] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003
[ 0.034817] smp: Brought up 1 node, 4 CPUs
[ 0.034843] SMP: Total of 4 processors activated (192.00 BogoMIPS).
[ 0.034850] CPU: All CPU(s) started in HYP mode.
[ 0.034854] CPU: Virtualization extensions available.
[ 0.035792] devtmpfs: initialized
[ 0.040798] VFP support v0.3: implementor 41 architecture 2 part 30 variant 7 rev 5
[ 0.041039] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.041063] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.043580] pinctrl core: initialized pinctrl subsystem
[ 0.044691] NET: Registered protocol family 16
[ 0.046361] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.047126] cpuidle: using governor ladder
[ 0.047154] cpuidle: using governor menu
[ 0.047543] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.047552] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.061739] SCSI subsystem initialized
[ 0.061927] libata version 3.00 loaded.
[ 0.062104] usbcore: registered new interface driver usbfs
[ 0.062149] usbcore: registered new interface driver hub
[ 0.062210] usbcore: registered new device driver usb
[ 0.062463] pps_core: LinuxPPS API ver. 1 registered
[ 0.062471] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.062490] PTP clock support registered
[ 0.062642] Advanced Linux Sound Architecture Driver Initialized.
[ 0.063778] clocksource: Switched to clocksource arch_sys_counter
[ 0.063912] VFS: Disk quotas dquot_6.6.0
[ 0.063976] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.070749] NET: Registered protocol family 2
[ 0.071373] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.071428] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.071491] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.071610] UDP hash table entries: 256 (order: 1, 8192 bytes)
[ 0.071656] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[ 0.071869] NET: Registered protocol family 1
[ 0.072318] RPC: Registered named UNIX socket transport module.
[ 0.072329] RPC: Registered udp transport module.
[ 0.072335] RPC: Registered tcp transport module.
[ 0.072341] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.073027] Unpacking initramfs...
[ 0.116476] Freeing initrd memory: 960K
[ 0.118187] Initialise system trusted keyrings
[ 0.118467] workingset: timestamp_bits=30 max_order=17 bucket_order=0
[ 0.123830] NFS: Registering the id_resolver key type
[ 0.123870] Key type id_resolver registered
[ 0.123876] Key type id_legacy registered
[ 0.123894] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.123902] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 0.124723] fuse init (API version 7.26)
[ 0.128804] Key type asymmetric registered
[ 0.128819] Asymmetric key parser 'x509' registered
[ 0.128898] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 248)
[ 0.128911] io scheduler noop registered
[ 0.128918] io scheduler deadline registered
[ 0.129074] io scheduler cfq registered (default)
[ 0.129082] io scheduler mq-deadline registered
[ 0.129089] io scheduler kyber registered
[ 0.129812] sun4i-usb-phy 1c19400.phy: Couldn't request ID GPIO
[ 0.133226] sun8i-h3-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[ 0.134862] sun8i-h3-r-pinctrl 1f02c00.pinctrl: initialized sunXi PIO driver
[ 0.141824] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 0.143238] console [ttyS0] disabled
[ 0.163402] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 44, base_baud = 1500000) is a U6_16550A
[ 0.846018] console [ttyS0] enabled
[ 0.870303] 1c28400.serial: ttyS1 at MMIO 0x1c28400 (irq = 45, base_baud = 1500000) is a U6_16550A
[ 0.890903] sun4i-drm display-engine: bound 1100000.mixer (ops 0xc0854e80)
[ 0.897846] sun4i-tcon 1c0c000.lcd-controller: Missing LVDS properties, Please upgrade your DT
[ 0.906457] sun4i-tcon 1c0c000.lcd-controller: LVDS output disabled
[ 0.912929] sun4i-drm display-engine: No panel or bridge found... RGB output disabled
[ 0.920777] sun4i-drm display-engine: bound 1c0c000.lcd-controller (ops 0xc0852db8)
[ 0.929270] sun8i-dw-hdmi 1ee0000.hdmi: Detected HDMI TX controller v1.32a with HDCP (sun8i_dw_hdmi_phy)
[ 0.939129] sun8i-dw-hdmi 1ee0000.hdmi: registered DesignWare HDMI I2C bus driver
[ 0.946867] sun4i-drm display-engine: bound 1ee0000.hdmi (ops 0xc08549e0)
[ 0.953654] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 0.960273] [drm] No driver support for vblank timestamp query.
[ 1.488624] Console: switching to colour frame buffer device 240x67
[ 1.528226] sun4i-drm display-engine: fb0: frame buffer device
[ 1.534532] [drm] Initialized sun4i-drm 1.0.0 20150629 for display-engine on minor 0
[ 1.544720] libphy: Fixed MDIO Bus: probed
[ 1.548955] CAN device driver interface
[ 1.553361] dwmac-sun8i 1c30000.ethernet: PTP uses main clock
[ 1.559187] dwmac-sun8i 1c30000.ethernet: No regulator found
[ 1.564950] dwmac-sun8i 1c30000.ethernet: Chain mode enabled
[ 1.570604] dwmac-sun8i 1c30000.ethernet: No HW DMA feature register supported
[ 1.577836] dwmac-sun8i 1c30000.ethernet: Normal descriptors
[ 1.583488] dwmac-sun8i 1c30000.ethernet: RX Checksum Offload Engine supported
[ 1.590709] dwmac-sun8i 1c30000.ethernet: COE Type 2
[ 1.595695] dwmac-sun8i 1c30000.ethernet: TX Checksum insertion supported
[ 1.602574] libphy: stmmac: probed
[ 1.606477] dwmac-sun8i 1c30000.ethernet: Found internal PHY node
[ 1.612639] libphy: mdio_mux: probed
[ 1.616257] dwmac-sun8i 1c30000.ethernet: Switch mux to internal PHY
[ 1.622603] dwmac-sun8i 1c30000.ethernet: Powering internal PHY
[ 1.629504] libphy: mdio_mux: probed
[ 1.633422] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 1.639976] ehci-platform: EHCI generic platform driver
[ 1.645417] ehci-platform 1c1a000.usb: EHCI Host Controller
[ 1.651009] ehci-platform 1c1a000.usb: new USB bus registered, assigned bus number 1
[ 1.659193] ehci-platform 1c1a000.usb: irq 28, io mem 0x01c1a000
[ 1.693782] ehci-platform 1c1a000.usb: USB 2.0 started, EHCI 1.00
[ 1.700079] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 1.706878] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.714102] usb usb1: Product: EHCI Host Controller
[ 1.718974] usb usb1: Manufacturer: Linux 4.15.7-h2-2 ehci_hcd
[ 1.724808] usb usb1: SerialNumber: 1c1a000.usb
[ 1.729848] hub 1-0:1.0: USB hub found
[ 1.733630] hub 1-0:1.0: 1 port detected
[ 1.738245] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 1.744469] ohci-platform: OHCI generic platform driver
[ 1.749879] ohci-platform 1c1a400.usb: Generic Platform OHCI controller
[ 1.756518] ohci-platform 1c1a400.usb: new USB bus registered, assigned bus number 2
[ 1.764486] ohci-platform 1c1a400.usb: irq 29, io mem 0x01c1a400
[ 1.837945] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.844750] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.851962] usb usb2: Product: Generic Platform OHCI controller
[ 1.857888] usb usb2: Manufacturer: Linux 4.15.7-h2-2 ohci_hcd
[ 1.863713] usb usb2: SerialNumber: 1c1a400.usb
[ 1.871042] hub 2-0:1.0: USB hub found
[ 1.874849] hub 2-0:1.0: 1 port detected
[ 1.879441] usbcore: registered new interface driver cdc_acm
[ 1.885125] cdc_acm: USB Abstract Control Model driver for USB modems and ISDN adapters
[ 1.893172] usbcore: registered new interface driver usblp
[ 1.898694] usbcore: registered new interface driver cdc_wdm
[ 1.904431] usbcore: registered new interface driver usb-storage
[ 1.911093] mousedev: PS/2 mouse device common for all mice
[ 1.917192] sun6i-rtc 1f00000.rtc: rtc core: registered rtc-sun6i as rtc0
[ 1.924005] sun6i-rtc 1f00000.rtc: RTC enabled
[ 1.928626] i2c /dev entries driver
[ 1.933436] thermal thermal_zone0: failed to read out thermal zone (-16)
[ 1.940653] sunxi-wdt 1c20ca0.watchdog: Watchdog enabled (timeout=16 sec, nowayout=0)
[ 2.003804] sunxi-mmc 1c0f000.mmc: base:0xaf1e152e irq:25
[ 2.009902] sunxi-mmc 1c10000.mmc: allocated mmc-pwrseq
[ 2.060744] mmc0: host does not support reading read-only switch, assuming write-enable
[ 2.070675] mmc0: new high speed SDHC card at address 59b4
[ 2.076510] sunxi-mmc 1c10000.mmc: base:0x9bfe0f70 irq:26
[ 2.082919] mmcblk0: mmc0:59b4 SDU1 7.52 GiB
[ 2.087843] ledtrig-cpu: registered to indicate activity on CPUs
[ 2.094087] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.099889] usbcore: registered new interface driver usbhid
[ 2.105489] usbhid: USB HID core driver
[ 2.112229] sun4i-codec 1c22c00.codec: ASoC: codec-analog@1f015c0 not registered
[ 2.119686] sun4i-codec 1c22c00.codec: Failed to register our card
[ 2.128095] mmcblk0: p1 p2
[ 2.133017] Initializing XFRM netlink socket
[ 2.137349] NET: Registered protocol family 17
[ 2.141809] can: controller area network core (rev 20170425 abi 9)
[ 2.148093] NET: Registered protocol family 29
[ 2.152534] can: raw protocol (rev 20170425)
[ 2.156814] can: broadcast manager protocol (rev 20170425 t)
[ 2.162470] can: netlink gateway (rev 20170425) max_hops=1
[ 2.168292] 9pnet: Installing 9P2000 support
[ 2.172593] Key type dns_resolver registered
[ 2.177165] Registering SWP/SWPB emulation handler
[ 2.182548] Loading compiled-in X.509 certificates
[ 2.194520] ehci-platform 1c1b000.usb: EHCI Host Controller
[ 2.200131] ehci-platform 1c1b000.usb: new USB bus registered, assigned bus number 3
[ 2.208518] ehci-platform 1c1b000.usb: irq 30, io mem 0x01c1b000
[ 2.221753] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[ 2.228757] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.235747] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[ 2.243784] ehci-platform 1c1b000.usb: USB 2.0 started, EHCI 1.00
[ 2.250093] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.256895] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.264121] usb usb3: Product: EHCI Host Controller
[ 2.268993] usb usb3: Manufacturer: Linux 4.15.7-h2-2 ehci_hcd
[ 2.274830] usb usb3: SerialNumber: 1c1b000.usb
[ 2.279537] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[ 2.285316] hub 3-0:1.0: USB hub found
[ 2.289111] hub 3-0:1.0: 1 port detected
[ 2.293876] ehci-platform 1c1c000.usb: EHCI Host Controller
[ 2.299469] ehci-platform 1c1c000.usb: new USB bus registered, assigned bus number 4
[ 2.307554] ehci-platform 1c1c000.usb: irq 32, io mem 0x01c1c000
[ 2.315697] mmc1: queuing unknown CIS tuple 0x81 (9 bytes)
[ 2.333778] ehci-platform 1c1c000.usb: USB 2.0 started, EHCI 1.00
[ 2.340039] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.346843] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.354067] usb usb4: Product: EHCI Host Controller
[ 2.358939] usb usb4: Manufacturer: Linux 4.15.7-h2-2 ehci_hcd
[ 2.364777] usb usb4: SerialNumber: 1c1c000.usb
[ 2.369778] hub 4-0:1.0: USB hub found
[ 2.373562] hub 4-0:1.0: 1 port detected
[ 2.378182] ehci-platform 1c1d000.usb: EHCI Host Controller
[ 2.383795] ehci-platform 1c1d000.usb: new USB bus registered, assigned bus number 5
[ 2.391846] ehci-platform 1c1d000.usb: irq 34, io mem 0x01c1d000
[ 2.423786] ehci-platform 1c1d000.usb: USB 2.0 started, EHCI 1.00
[ 2.430057] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.436866] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.444092] usb usb5: Product: EHCI Host Controller
[ 2.448964] usb usb5: Manufacturer: Linux 4.15.7-h2-2 ehci_hcd
[ 2.454802] usb usb5: SerialNumber: 1c1d000.usb
[ 2.459792] hub 5-0:1.0: USB hub found
[ 2.463577] hub 5-0:1.0: 1 port detected
[ 2.468177] ohci-platform 1c1b400.usb: Generic Platform OHCI controller
[ 2.474827] ohci-platform 1c1b400.usb: new USB bus registered, assigned bus number 6
[ 2.482808] ohci-platform 1c1b400.usb: irq 31, io mem 0x01c1b400
[ 2.531345] mmc1: new high speed SDIO card at address 0001
[ 2.557953] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.564756] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.571969] usb usb6: Product: Generic Platform OHCI controller
[ 2.577894] usb usb6: Manufacturer: Linux 4.15.7-h2-2 ohci_hcd
[ 2.583720] usb usb6: SerialNumber: 1c1b400.usb
[ 2.588728] hub 6-0:1.0: USB hub found
[ 2.592533] hub 6-0:1.0: 1 port detected
[ 2.597167] ohci-platform 1c1c400.usb: Generic Platform OHCI controller
[ 2.603830] ohci-platform 1c1c400.usb: new USB bus registered, assigned bus number 7
[ 2.611885] ohci-platform 1c1c400.usb: irq 33, io mem 0x01c1c400
[ 2.687937] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.694742] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.701955] usb usb7: Product: Generic Platform OHCI controller
[ 2.707882] usb usb7: Manufacturer: Linux 4.15.7-h2-2 ohci_hcd
[ 2.713707] usb usb7: SerialNumber: 1c1c400.usb
[ 2.718707] hub 7-0:1.0: USB hub found
[ 2.722502] hub 7-0:1.0: 1 port detected
[ 2.727133] ohci-platform 1c1d400.usb: Generic Platform OHCI controller
[ 2.733807] ohci-platform 1c1d400.usb: new USB bus registered, assigned bus number 8
[ 2.741801] ohci-platform 1c1d400.usb: irq 35, io mem 0x01c1d400
[ 2.817946] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.824750] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.831963] usb usb8: Product: Generic Platform OHCI controller
[ 2.837890] usb usb8: Manufacturer: Linux 4.15.7-h2-2 ohci_hcd
[ 2.843716] usb usb8: SerialNumber: 1c1d400.usb
[ 2.848709] hub 8-0:1.0: USB hub found
[ 2.852500] hub 8-0:1.0: 1 port detected
[ 2.857157] usb_phy_generic usb_phy_generic.3.auto: usb_phy_generic.3.auto supply vcc not found, using dummy regulator
[ 2.868283] musb-hdrc musb-hdrc.4.auto: MUSB HDRC host driver
[ 2.874055] musb-hdrc musb-hdrc.4.auto: new USB bus registered, assigned bus number 9
[ 2.882084] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.888889] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.896111] usb usb9: Product: MUSB HDRC host driver
[ 2.901070] usb usb9: Manufacturer: Linux 4.15.7-h2-2 musb-hcd
[ 2.906907] usb usb9: SerialNumber: musb-hdrc.4.auto
[ 2.912290] hub 9-0:1.0: USB hub found
[ 2.916095] hub 9-0:1.0: 1 port detected
[ 2.924983] sun4i-codec 1c22c00.codec: Codec <-> 1c22c00.codec mapping ok
[ 2.932868] sun6i-rtc 1f00000.rtc: setting system clock to 1970-01-01 00:00:08 UTC (8)
[ 2.940992] cfg80211: Loading compiled-in X.509 certificates for regulatory database
[ 2.951457] cfg80211: Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
[ 2.958149] vcc3v0: disabling
[ 2.961118] vcc5v0: disabling
[ 2.964118] ALSA device list:
[ 2.967081] #0: H3 Audio Codec
[ 2.970831] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
[ 2.972182] Freeing unused kernel memory: 1024K
[ 2.984011] platform regulatory.0: Falling back to user helper
[ 3.123369] EXT4-fs (mmcblk0p2): couldn't mount as ext3 due to feature incompatibilities
[ 3.132456] EXT4-fs (mmcblk0p2): couldn't mount as ext2 due to feature incompatibilities
[ 3.146434] EXT4-fs (mmcblk0p2): warning: mounting unchecked fs, running e2fsck is recommended
[ 3.221700] EXT4-fs (mmcblk0p2): mounted filesystem without journal. Opts: (null)
[ 3.393853] usb 1-1: new high-speed USB device number 2 using ehci-platform
[ 3.595737] usb 1-1: New USB device found, idVendor=05e3, idProduct=0608
[ 3.602522] usb 1-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 3.609726] usb 1-1: Product: USB2.0 Hub
[ 3.626238] hub 1-1:1.0: USB hub found
[ 3.630427] hub 1-1:1.0: 4 ports detected
[ 3.896968] systemd[1]: System time before build time, advancing clock.
[ 3.953951] usb 1-1.3: new high-speed USB device number 3 using ehci-platform
[ 3.984255] NET: Registered protocol family 10
[ 4.038090] Segment Routing with IPv6
[ 4.105748] usb 1-1.3: New USB device found, idVendor=05e3, idProduct=0608
[ 4.112848] usb 1-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 4.120226] usb 1-1.3: Product: USB2.0 Hub
[ 4.125705] hub 1-1.3:1.0: USB hub found
[ 4.130057] hub 1-1.3:1.0: 4 ports detected
[ 4.168004] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[ 4.187546] systemd[1]: Detected architecture arm.
[ 4.224852] systemd[1]: Set hostname to <bpi-m2z>.
[ 4.463834] usb 1-1.3.2: new low-speed USB device number 4 using ehci-platform
[ 4.605276] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 4.618551] usb 1-1.3.2: New USB device found, idVendor=1bcf, idProduct=0007
[ 4.627904] usb 1-1.3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[ 4.635416] usb 1-1.3.2: Product: USB Optical Mouse
[ 4.646098] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 4.656209] input: USB Optical Mouse as /devices/platform/soc/1c1a000.usb/usb1/1-1/1-1.3/1-1.3.2/1-1.3.2:1.0/0003:1BCF:0007.0001/input/input0
[ 4.671189] hid-generic 0003:1BCF:0007.0001: input,hiddev96,hidraw0: USB HID v1.10 Mouse [USB Optical Mouse] on usb-1c1a000.usb-1.3.2/input0
[ 4.716454] systemd[1]: Listening on udev Control Socket.
[ 4.754504] systemd[1]: Created slice System Slice.
[ 4.787125] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 4.793911] usb 1-1.3.4: new low-speed USB device number 5 using ehci-platform
[ 4.824052] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 4.856370] systemd[1]: Listening on Journal Socket (/dev/log).
[ 4.945446] g_serial gadget: Gadget Serial v2.4
[ 4.950017] g_serial gadget: g_serial ready
[ 4.950459] usb 1-1.3.4: New USB device found, idVendor=1c4f, idProduct=0002
[ 4.950472] usb 1-1.3.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 4.950483] usb 1-1.3.4: Product: USB Keyboard
[ 4.950493] usb 1-1.3.4: Manufacturer: SIGMACHIP
[ 4.957081] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1a000.usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.0/0003:1C4F:0002.0002/input/input1
[ 5.019830] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43430-sdio.bin for chip 0x00a9a6(43430) rev 0x000001
[ 5.026517] hid-generic 0003:1C4F:0002.0002: input,hidraw1: USB HID v1.10 Keyboard [SIGMACHIP USB Keyboard] on usb-1c1a000.usb-1.3.4/input0
[ 5.031891] input: SIGMACHIP USB Keyboard as /devices/platform/soc/1c1a000.usb/usb1/1-1/1-1.3/1-1.3.4/1-1.3.4:1.1/0003:1C4F:0002.0003/input/input2
[ 5.094520] hid-generic 0003:1C4F:0002.0003: input,hidraw2: USB HID v1.10 Device [SIGMACHIP USB Keyboard] on usb-1c1a000.usb-1.3.4/input1
[ 5.210012] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43430-sdio.clm_blob failed with error -2
[ 5.220229] brcmfmac mmc1:0001:1: Falling back to user helper
[ 5.306307] EXT4-fs (mmcblk0p2): re-mounted. Opts: (null)
[ 6.279196] systemd-journald[152]: Received request to flush runtime journal from PID 1
[ 6.665282] cfg80211: failed to load regulatory.db
[ 6.799536] brcmfmac: brcmf_c_process_clm_blob: no clm_blob available(err=-11), device may have limited channels available
[ 6.805267] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Mar 30 2016 11:30:56 version 7.45.77.h8.4 FWID 01-ee8a6268
[ 6.833588] lirc_dev: IR Remote Control driver registered, major 244
[ 6.846972] IR LIRC bridge handler initialized
[ 6.849155] Registered IR keymap rc-empty
[ 6.849450] rc rc0: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0
[ 6.849668] input: sunxi-ir as /devices/platform/soc/1f02000.ir/rc/rc0/input3
[ 6.856430] lirc lirc0: lirc_dev: driver ir-lirc-codec (sunxi-ir) registered at minor = 0
[ 6.856662] sunxi-ir 1f02000.ir: initialized sunXi IR driver
[ 7.588759] EXT4-fs (mmcblk0p1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.921444] Generic PHY 0.1:01: attached PHY driver [Generic PHY] (mii_bus:phy_addr=0.1:01, irq=POLL)
[ 7.936548] dwmac-sun8i 1c30000.ethernet eth0: No MAC Management Counters available
[ 7.936566] dwmac-sun8i 1c30000.ethernet eth0: PTP not supported by HW
[ 7.936906] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 8.244787] IPv6: ADDRCONF(NETDEV_UP): wlan0: link is not ready
[ 9.748232] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0: link becomes ready
[ 53.407116] ------------[ cut here ]------------
[ 53.407255] WARNING: CPU: 3 PID: 72 at drivers/gpu/drm/drm_atomic_helper.c:892 drm_atomic_helper_commit_modeset_disables+0x468/0x46c
[ 53.407277] driver forgot to call drm_crtc_vblank_off()
[ 53.407298] Modules linked in: ir_lirc_codec lirc_dev sunxi_cir brcmfmac brcmutil g_serial ipv6
[ 53.407483] CPU: 3 PID: 72 Comm: irq/46-1ee0000. Not tainted 4.15.7-h2-2 #4
[ 53.407506] Hardware name: Allwinner sun8i Family
[ 53.407652] [<c010e99c>] (unwind_backtrace) from [<c010b5d8>] (show_stack+0x10/0x14)
[ 53.407753] [<c010b5d8>] (show_stack) from [<c07cfd38>] (dump_stack+0x88/0x9c)
[ 53.407832] [<c07cfd38>] (dump_stack) from [<c011bafc>] (__warn+0xdc/0xf4)
[ 53.407900] [<c011bafc>] (__warn) from [<c011bb4c>] (warn_slowpath_fmt+0x38/0x48)
[ 53.407987] [<c011bb4c>] (warn_slowpath_fmt) from [<c046f678>] (drm_atomic_helper_commit_modeset_disables+0x468/0x46c)
[ 53.408088] [<c046f678>] (drm_atomic_helper_commit_modeset_disables) from [<c046f694>] (drm_atomic_helper_commit_tail+0x18/0x64)
[ 53.408176] [<c046f694>] (drm_atomic_helper_commit_tail) from [<c046f760>] (commit_tail+0x80/0x84)
[ 53.408264] [<c046f760>] (commit_tail) from [<c046f88c>] (drm_atomic_helper_commit+0x120/0x124)
[ 53.408350] [<c046f88c>] (drm_atomic_helper_commit) from [<c0471e1c>] (restore_fbdev_mode_atomic+0x178/0x1d4)
[ 53.408435] [<c0471e1c>] (restore_fbdev_mode_atomic) from [<c04748a4>] (drm_fb_helper_restore_fbdev_mode_unlocked.part.9+0x1c/0x78)
[ 53.408514] [<c04748a4>] (drm_fb_helper_restore_fbdev_mode_unlocked.part.9) from [<c0474988>] (drm_fb_helper_set_par+0x54/0x84)
[ 53.408592] [<c0474988>] (drm_fb_helper_set_par) from [<c0474860>] (drm_fb_helper_hotplug_event.part.8+0xa8/0xb0)
[ 53.408672] [<c0474860>] (drm_fb_helper_hotplug_event.part.8) from [<c0465dc4>] (drm_helper_hpd_irq_event+0xf0/0xfc)
[ 53.408768] [<c0465dc4>] (drm_helper_hpd_irq_event) from [<c04a7adc>] (dw_hdmi_irq+0xfc/0x184)
[ 53.408855] [<c04a7adc>] (dw_hdmi_irq) from [<c01643b0>] (irq_thread_fn+0x1c/0x54)
[ 53.408926] [<c01643b0>] (irq_thread_fn) from [<c0164684>] (irq_thread+0x138/0x1f8)
[ 53.409002] [<c0164684>] (irq_thread) from [<c013768c>] (kthread+0x148/0x150)
[ 53.409085] [<c013768c>] (kthread) from [<c0107908>] (ret_from_fork+0x14/0x2c)
[ 53.409122] ---[ end trace 43da75a83bb44c4d ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment