Raspberry pi 3B+ arm64 kernel boot message

22 minute read

rpi3:/ # dmesg
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.14.129-v8+ (fdbai@fdbai-desktop) (gcc version 5.4.0 20160609 (Ubuntu/Linaro 5.4.0-6ubuntu1~16.04.9)) #8 SMP PREEMPT Sun Jul 21 10:04:46 CST 2019
[    0.000000] Boot CPU: AArch64 Processor [410fd034]
[    0.000000] Machine model: Raspberry Pi 3 Model B Plus Rev 1.3
[    0.000000] efi: Getting EFI parameters from FDT:
[    0.000000] efi: UEFI not found.
[    0.000000] cma: Reserved 8 MiB at 0x000000003ac00000
[    0.000000] On node 0 totalpages: 242688
[    0.000000] DMA zone: 3792 pages used for memmap
[    0.000000] DMA zone: 0 pages reserved
[    0.000000] DMA zone: 242688 pages, LIFO batch:31
[    0.000000] percpu: Embedded 22 pages/cpu s51352 r8192 d30568 u90112
[    0.000000] pcpu-alloc: s51352 r8192 d30568 u90112 alloc=22*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[    0.000000] Detected VIPT I-cache on CPU0
[    0.000000] CPU features: enabling workaround for ARM erratum 845719
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 238896
[    0.000000] Kernel command line: 8250.nr_uarts=1 bcm2708_fb.fbwidth=800 bcm2708_fb.fbheight=480 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000  initrd=0x01f00000 dwc_otg.lpm_enable=0 console=ttyS0,115200 no_console_suspend root=/dev/ram0 elevator=bfq spidev.bufsiz=65536 rootwait androidboot.hardware=rpi3 androidboot.selinux=permissive cgroup_enable=memory kmemleak=on
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.000000] Memory: 925696K/970752K available (9020K kernel code, 990K rwdata, 2952K rodata, 3264K init, 941K bss, 36864K reserved, 8192K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000] modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000] vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000] .text : 0xffffff9634480000 - 0xffffff9634d50000   (  9024 KB)
[    0.000000] .rodata : 0xffffff9634d50000 - 0xffffff9635040000   (  3008 KB)
[    0.000000] .init : 0xffffff9635040000 - 0xffffff9635370000   (  3264 KB)
[    0.000000] .data : 0xffffff9635370000 - 0xffffff9635467a00   (   991 KB)
[    0.000000] .bss : 0xffffff9635467a00 - 0xffffff9635553020   (   942 KB)
[    0.000000] fixed   : 0xffffffbefe7fb000 - 0xffffffbefec00000   (  4116 KB)
[    0.000000] PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000] vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000] 0xffffffbfdc000000 - 0xffffffbfdced0000   (    14 MB actual)
[    0.000000] memory  : 0xfffffff700000000 - 0xfffffff73b400000   (   948 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[    0.000000] ftrace: allocating 31435 entries in 123 pages
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] \x09Tasks RCU enabled.
[    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[    0.000000] arch_timer: cp15 timer(s) running at 19.20MHz (phys).
[    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x46d987e47, max_idle_ns: 440795202767 ns
[    0.000007] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns
[    0.000248] Console: colour dummy device 80x25
[    0.000284] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=19200)
[    0.000307] pid_max: default: 32768 minimum: 301
[    0.000449] Security Framework initialized
[    0.000477] SELinux:  Initializing.
[    0.000558] SELinux:  Starting in permissive mode
[    0.000776] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.000809] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes)
[    0.006075] ASID allocator initialised with 32768 entries
[    0.008071] Hierarchical SRCU implementation.
[    0.010346] EFI services will not be available.
[    0.012143] smp: Bringing up secondary CPUs ...
[    0.019355] Detected VIPT I-cache on CPU1
[    0.019428] CPU1: Booted secondary processor [410fd034]
[    0.026468] Detected VIPT I-cache on CPU2
[    0.026521] CPU2: Booted secondary processor [410fd034]
[    0.033607] Detected VIPT I-cache on CPU3
[    0.033657] CPU3: Booted secondary processor [410fd034]
[    0.033963] smp: Brought up 1 node, 4 CPUs
[    0.034007] SMP: Total of 4 processors activated.
[    0.034024] CPU features: detected feature: 32-bit EL0 Support
[    0.034038] CPU features: detected feature: Kernel page table isolation (KPTI)
[    0.037782] CPU: All CPU(s) started at EL2
[    0.037821] alternatives: patching kernel code
[    0.038215] CPU3: update max cpu_capacity 1024
[    0.039366] devtmpfs: initialized
[    0.043028] CPU3: update max cpu_capacity 1024
[    0.052563] random: get_random_u32 called from bucket_table_alloc+0x110/0x290 with crng_init=0
[    0.053444] Enabled cp15_barrier support
[    0.053473] Enabled setend support
[    0.053804] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[    0.053833] futex hash table entries: 1024 (order: 5, 131072 bytes)
[    0.054494] pinctrl core: initialized pinctrl subsystem
[    0.054753] DMI not present or invalid.
[    0.055101] NET: Registered protocol family 16
[    0.060426] cpuidle: using governor menu
[    0.060922] vdso: 2 pages (1 code @ ffffff9634d57000, 1 data @ ffffff9635374000)
[    0.060949] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.065277] DMA: preallocated 256 KiB pool for atomic allocations
[    0.065440] Serial: AMBA PL011 UART driver
[    0.068251] bcm2835-mbox 3f00b880.mailbox: mailbox enabled
[    0.068954] uart-pl011 3f201000.serial: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe
[    0.105743] bcm2835-dma 3f007000.dma: DMA legacy API manager at ffffff800801d000, dmachans=0x1
[    0.107751] SCSI subsystem initialized
[    0.108031] usbcore: registered new interface driver usbfs
[    0.108125] usbcore: registered new interface driver hub
[    0.108226] usbcore: registered new device driver usb
[    0.108497] dmi: Firmware registration failed.
[    0.109127] raspberrypi-firmware soc:firmware: Attached to firmware from 2018-08-24 16:43
[    0.109605] Advanced Linux Sound Architecture Driver Initialized.
[    0.111783] clocksource: Switched to clocksource arch_sys_counter
[    0.223292] VFS: Disk quotas dquot_6.6.0
[    0.223402] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.223651] FS-Cache: Loaded
[    0.223920] CacheFiles: Loaded
[    0.235969] NET: Registered protocol family 2
[    0.236720] TCP established hash table entries: 8192 (order: 4, 65536 bytes)
[    0.236869] TCP bind hash table entries: 8192 (order: 5, 131072 bytes)
[    0.237093] TCP: Hash tables configured (established 8192 bind 8192)
[    0.237334] UDP hash table entries: 512 (order: 2, 16384 bytes)
[    0.237390] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[    0.237692] NET: Registered protocol family 1
[    0.238081] Trying to unpack rootfs image as initramfs...
[    0.311222] Freeing initrd memory: 1076K
[    0.313345] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    0.314500] audit: initializing netlink subsys (disabled)
[    0.314791] audit: type=2000 audit(0.309:1): state=initialized audit_enabled=0 res=1
[    0.315753] workingset: timestamp_bits=46 max_order=18 bucket_order=0
[    0.327845] SELinux:  Registering netfilter hooks
[    0.334982] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    0.335207] io scheduler noop registered
[    0.335224] io scheduler deadline registered
[    0.335446] io scheduler cfq registered
[    0.335462] io scheduler mq-deadline registered
[    0.335476] io scheduler kyber registered
[    0.339459] BCM2708FB: allocated DMA memory fac40000
[    0.339505] BCM2708FB: allocated DMA channel 0 @ ffffff800801d000
[    0.345351] Serial: 8250/16550 driver, 1 ports, IRQ sharing enabled
[    0.347252] bcm2835-rng 3f104000.rng: hwrng registered
[    0.347430] vc-mem: phys_addr:0x00000000 mem_base=0x3ec00000 mem_size:0x40000000(1024 MiB)
[    0.348295] gpiomem-bcm2835 3f200000.gpiomem: Initialised: Registers at 0x3f200000
[    0.349890] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.362991] brd: module loaded
[    0.376016] loop: module loaded
[    0.376694] zram: Added device: zram0
[    0.376710] Loading iSCSI transport class v2.0-870.
[    0.377684] libphy: Fixed MDIO Bus: probed
[    0.377735] tun: Universal TUN/TAP device driver, 1.6
[    0.378007] PPP generic driver version 2.4.2
[    0.378194] PPP BSD Compression module registered
[    0.378210] PPP Deflate Compression module registered
[    0.378239] PPP MPPE Compression module registered
[    0.378533] usbcore: registered new interface driver brcmfmac
[    0.378615] usbcore: registered new interface driver lan78xx
[    0.378683] usbcore: registered new interface driver asix
[    0.378747] usbcore: registered new interface driver ax88179_178a
[    0.378848] usbcore: registered new interface driver cdc_ether
[    0.378918] usbcore: registered new interface driver smsc95xx
[    0.378973] usbcore: registered new interface driver zaurus
[    0.379052] usbcore: registered new interface driver cdc_ncm
[    0.379067] dwc_otg: version 3.00a 10-AUG-2012 (platform bus)
[    0.407050] dwc_otg 3f980000.usb: base=0x083a0000
[    0.607373] Core Release: 2.80a
[    0.607391] Setting default values for core params
[    0.607426] Finished setting default values for core params
[    0.807713] Using Buffer DMA mode
[    0.807727] Periodic Transfer Interrupt Enhancement - disabled
[    0.807740] Multiprocessor Interrupt Enhancement - disabled
[    0.807753] OTG VER PARAM: 0, OTG VER FLAG: 0
[    0.807794] Dedicated Tx FIFOs mode
[    0.808414] WARN::dwc_otg_hcd_init:1046: FIQ DMA bounce buffers: virt = 0x081f9000 dma = 0xfac54000 len=9024
[    0.808447] FIQ FSM acceleration enabled for :\x0aNon-periodic Split Transactions\x0aPeriodic Split Transactions\x0aHigh-Speed Isochronous Endpoints\x0aInterrupt/Control Split Transaction hack enabled
[    0.808473] dwc_otg: Microframe scheduler enabled
[    0.808544] WARN::hcd_init_fiq:486: MPHI regs_base at 0x0803d000
[    0.808635] dwc_otg 3f980000.usb: DWC OTG Controller
[    0.808671] dwc_otg 3f980000.usb: new USB bus registered, assigned bus number 1
[    0.808731] dwc_otg 3f980000.usb: irq 15, io mem 0x00000000
[    0.808816] Init: Port Power? op_state=1
[    0.808829] Init: Power Port (0)
[    0.809111] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.809129] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    0.809145] usb usb1: Product: DWC OTG Controller
[    0.809161] usb usb1: Manufacturer: Linux 4.14.129-v8+ dwc_otg_hcd
[    0.809176] usb usb1: SerialNumber: 3f980000.usb
[    0.809991] hub 1-0:1.0: USB hub found
[    0.810048] hub 1-0:1.0: 1 port detected
[    0.810676] dwc_otg: FIQ enabled
[    0.810685] dwc_otg: NAK holdoff enabled
[    0.810692] dwc_otg: FIQ split-transaction FSM enabled
[    0.810704] Module dwc_common_port init
[    0.811432] usbcore: registered new interface driver usb-storage
[    0.811726] IR NEC protocol handler initialized
[    0.811740] IR RC5(x/sz) protocol handler initialized
[    0.811753] IR RC6 protocol handler initialized
[    0.811794] IR JVC protocol handler initialized
[    0.811807] IR Sony protocol handler initialized
[    0.811819] IR SANYO protocol handler initialized
[    0.811831] IR Sharp protocol handler initialized
[    0.811843] IR MCE Keyboard/mouse protocol handler initialized
[    0.811855] IR XMP protocol handler initialized
[    0.812806] bcm2835-wdt 3f100000.watchdog: Broadcom BCM2835 watchdog timer
[    0.813422] device-mapper: ioctl: 4.37.0-ioctl (2017-09-20) initialised: dm-devel@redhat.com
[    0.813871] bcm2835-cpufreq: min=600000 max=1400000
[    0.814380] sdhci: Secure Digital Host Controller Interface driver
[    0.814393] sdhci: Copyright(c) Pierre Ossman
[    0.814868] mmc-bcm2835 3f300000.mmc: could not get clk, deferring probe
[    0.815310] sdhost-bcm2835 3f202000.mmc: could not get clk, deferring probe
[    0.815462] Error: Driver 'sdhost-bcm2835' is already registered, aborting...
[    0.815476] sdhci-pltfm: SDHCI platform and OF driver helper
[    0.815556] hidraw: raw HID events driver (C) Jiri Kosina
[    0.815971] usbcore: registered new interface driver usbhid
[    0.815984] usbhid: USB HID core driver
[    0.816331] ashmem: initialized
[    0.817152] vchiq: vchiq_init_state: slot_zero = ffffff8008578000, is_master = 0
[    0.820946] u32 classifier
[    0.820964] Actions configured
[    0.820989] Netfilter messages via NETLINK v0.30.
[    0.821364] nf_conntrack version 0.5.0 (7680 buckets, 30720 max)
[    0.821699] ctnetlink v0.93: registering with nfnetlink.
[    0.822133] xt_time: kernel timezone is -0000
[    0.822462] ip_tables: (C) 2000-2006 Netfilter Core Team
[    0.823489] arp_tables: arp_tables: (C) 2002 David S. Miller
[    0.823679] Initializing XFRM netlink socket
[    0.824332] NET: Registered protocol family 10
[    0.825825] Segment Routing with IPv6
[    0.825961] mip6: Mobile IPv6
[    0.826003] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    0.826662] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[    0.828109] NET: Registered protocol family 17
[    0.828148] NET: Registered protocol family 15
[    0.829549] registered taskstats version 1
[    0.839233] uart-pl011 3f201000.serial: cts_event_workaround enabled
[    0.839349] 3f201000.serial: ttyAMA0 at MMIO 0x3f201000 (irq = 72, base_baud = 0) is a PL011 rev2
[    0.841686] console [ttyS0] disabled
[    0.841735] 3f215040.serial: ttyS0 at MMIO 0x0 (irq = 151, base_baud = 31250000) is a 16550
[    2.052180] console [ttyS0] enabled
[    2.056454] (NULL device *): hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    2.069621] mmc-bcm2835 3f300000.mmc: mmc_debug:0 mmc_debug2:0
[    2.075575] mmc-bcm2835 3f300000.mmc: DMA channel allocated
[    2.105709] sdhost: log_buf @ ffffff80080b5000 (fac53000)
[    2.131872] mmc1: queuing unknown CIS tuple 0x80 (2 bytes)
[    2.139075] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.146275] mmc1: queuing unknown CIS tuple 0x80 (3 bytes)
[    2.154852] mmc1: queuing unknown CIS tuple 0x80 (7 bytes)
[    2.163912] Indeed it is in host mode hprt0 = 00021501
[    2.169198] mmc0: sdhost-bcm2835 loaded - DMA enabled (>1)
[    2.176948] otg_wakelock_init: No USB transceiver found
[    2.187799] of_cfs_init
[    2.190343] of_cfs_init: OK
[    2.199504] bcm2835_alsa bcm2835_alsa: card created with 8 channels
[    2.212116] ALSA device list:
[    2.218971] #0: bcm2835 ALSA
[    2.237516] Freeing unused kernel memory: 3264K
[    2.246571] init: init first stage started!
[    2.251578] init: Using Android DT directory /proc/device-tree/firmware/android/
[    2.259602] init: First stage mount skipped (missing/incompatible fstab in device tree)
[    2.268031] init: Skipped setting INIT_AVB_VERSION (not in recovery mode)
[    2.275128] init: Loading SELinux policy
[    2.286682] random: fast init done
[    2.290062] SELinux: 4096 avtab hash slots, 13160 rules.
[    2.308596] SELinux: 4096 avtab hash slots, 13160 rules.
[    2.308641] SELinux:  1 users, 4 roles, 1060 types, 0 bools, 1 sens, 1024 cats
[    2.308664] SELinux:  92 classes, 13160 rules
[    2.309490] mmc1: new high speed SDIO card at address 0001
[    2.312919] SELinux:  Class process2 not defined in policy.
[    2.321910] SELinux:  Class infiniband_pkey not defined in policy.
[    2.328253] SELinux:  Class infiniband_endport not defined in policy.
[    2.334843] SELinux:  Class bpf not defined in policy.
[    2.340106] SELinux: the above unknown classes and permissions will be denied
[    2.347471] SELinux:  policy capability network_peer_controls=1
[    2.353530] SELinux:  policy capability open_perms=1
[    2.358616] SELinux:  policy capability extended_socket_class=1
[    2.364685] SELinux:  policy capability always_check_network=0
[    2.370655] SELinux:  policy capability cgroup_seclabel=0
[    2.376192] SELinux:  policy capability nnp_nosuid_transition=0
[    2.376224] mmc0: host does not support reading read-only switch, assuming write-enable
[    2.382248] SELinux:  Completing initialization.
[    2.382256] SELinux:  Setting up existing superblocks.
[    2.390422] usb 1-1: new high-speed USB device number 2 using dwc_otg
[    2.397403] Indeed it is in host mode hprt0 = 00001101
[    2.408348] brcmfmac: brcmf_fw_map_chip_to_name: using brcm/brcmfmac43455-sdio.bin for chip 0x004345(17221) rev 0x000006
[    2.432083] mmc0: overclocking to 83333333Hz
[    2.436552] mmc0: new high speed SDHC card at address e624
[    2.442318] audit: type=1400 audit(2.437:2): avc:  denied  { search } for  pid=30 comm="kworker/0:1" name="mmc0" dev="debugfs" ino=7236 scontext=u:r:kernel:s0 tcontext=u:object_r:debugfs_mmc:s0 tclass=dir permissive=1
[    2.442901] I/O scheduler bfq not found
[    2.492049] bounce: isa pool size: 16 pages
[    2.493922] audit: type=1403 audit(2.489:3): policy loaded auid=4294967295 ses=4294967295
[    2.494249] selinux: SELinux: Loaded policy from /sepolicy\x0a
[    2.502444] selinux: SELinux: Loaded file_contexts\x0a
[    2.505824] mmcblk0: mmc0:e624 SU16G 14.8 GiB
[    2.514542] random: init: uninitialized urandom read (40 bytes read)
[    2.524293] brcmfmac mmc1:0001:1: Direct firmware load for brcm/brcmfmac43455-sdio.bin failed with error -2
[    2.531937] init: init second stage started!
[    2.545687] mmcblk0: p1 p2 p3 p4
[    2.550806] audit: type=1400 audit(2.545:4): avc:  denied  { search } for  pid=30 comm="kworker/0:1" name="mmc0:e624" dev="debugfs" ino=7406 scontext=u:r:kernel:s0 tcontext=u:object_r:debugfs_mmc:s0 tclass=dir permissive=1
[    2.555418] init: Using Android DT directory /proc/device-tree/firmware/android/
[    2.586215] selinux: SELinux: Loaded file_contexts\x0a
[    2.594673] selinux: SELinux: Loaded property_contexts from /plat_property_contexts & /nonplat_property_contexts.\x0a
[    2.606731] init: Running restorecon...
[    2.620635] selinux: SELinux:  Could not stat /dev/block: No such file or directory.\x0a
[    2.630900] init: waitid failed: No child processes
[    2.636049] init: Couldn't load property file: Unable to open '/system/etc/prop.default': No such file or directory: No such file or directory
[    2.649176] init: Couldn't load property file: Unable to open '/prop.default': No such file or directory: No such file or directory
[    2.650226] usb 1-1: New USB device found, idVendor=0424, idProduct=2514
[    2.662063] init: Couldn't load property file: Unable to open '/odm/default.prop': No such file or directory: No such file or directory
[    2.668120] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    2.688928] hub 1-1:1.0: USB hub found
[    2.693021] hub 1-1:1.0: 4 ports detected
[    2.703401] cgroup: init (1) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
[    2.705938] random: ueventd: uninitialized urandom read (40 bytes read)
[    2.718493] cgroup: "memory" requires setting use_hierarchy to 1 on the root
[    2.728538] ueventd: ueventd started!
[    2.732831] audit: type=1400 audit(2.727:5): avc:  denied  { dac_read_search } for  pid=1 comm="init" capability=2  scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[    2.736273] ueventd: Parsing file /ueventd.rc...
[    2.753174] audit: type=1400 audit(2.728:6): avc:  denied  { create } for  pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[    2.777971] ueventd: Parsing file /vendor/ueventd.rc...
[    2.783515] ueventd: Unable to open '/vendor/ueventd.rc': No such file or directory
[    2.791494] ueventd: Parsing file /odm/ueventd.rc...
[    2.796694] ueventd: Unable to open '/odm/ueventd.rc': No such file or directory
[    2.804817] ueventd: Parsing file /ueventd.rpi3.rc...
[    2.817077] selinux: SELinux: Loaded file_contexts\x0a
[    2.983514] selinux: SELinux: Loaded file_contexts\x0a
[    2.990875] usb 1-1.1: new high-speed USB device number 3 using dwc_otg
[    3.042701] ueventd: Coldboot took 0.218 seconds
[    3.081384] Registered swp emulation handler
[    3.087248] audit: type=1400 audit(3.082:7): avc:  denied  { add_name } for  pid=1 comm="init" name="pages_to_scan" scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=dir permissive=1
[    3.104621] audit: type=1400 audit(3.082:8): avc:  denied  { create } for  pid=1 comm="init" name="pages_to_scan" scontext=u:r:init:s0 tcontext=u:object_r:sysfs:s0 tclass=file permissive=1
[    3.122013] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2514
[    3.129047] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    3.137637] hub 1-1.1:1.0: USB hub found
[    3.141866] hub 1-1.1:1.0: 3 ports detected
[    3.150483] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
[    3.171172] EXT4-fs (mmcblk0p3): mounted filesystem with ordered data mode. Opts: (null)
[    3.185424] EXT4-fs (mmcblk0p4): Ignoring removed nomblk_io_submit option
[    3.230844] usb 1-1.3: new full-speed USB device number 4 using dwc_otg
[    3.332105] usb 1-1.3: New USB device found, idVendor=046d, idProduct=c534
[    3.339196] usb 1-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.346700] usb 1-1.3: Product: USB Receiver
[    3.351170] usb 1-1.3: Manufacturer: Logitech
[    3.364453] input: Logitech USB Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.0/0003:046D:C534.0001/input/input0
[    3.429591] hid-generic 0003:046D:C534.0001: input,hidraw0: USB HID v1.11 Keyboard [Logitech USB Receiver] on usb-3f980000.usb-1.3/input0
[    3.454479] input: Logitech USB Receiver as /devices/platform/soc/3f980000.usb/usb1/1-1/1-1.3/1-1.3:1.1/0003:046D:C534.0002/input/input1
[    3.523974] hid-generic 0003:046D:C534.0002: input,hiddev96,hidraw1: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-3f980000.usb-1.3/input1
[    3.556962] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[    3.633740] EXT4-fs (mmcblk0p4): recovery complete
[    3.640394] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: errors=remount-ro,nomblk_io_submit
[    3.702701] random: e2fsck: uninitialized urandom read (40 bytes read)
[    3.832373] random: e2fsck: uninitialized urandom read (40 bytes read)
[    3.871838] usb 1-1.1.1: new high-speed USB device number 5 using dwc_otg
[    3.970532] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=7800
[    3.977742] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.049865] random: crng init done
[    4.256151] libphy: lan78xx-mdiobus: probed
[    4.270229] lan78xx 1-1.1.1:1.0 (unnamed net_device) (uninitialized): int urb period 64
[    4.454747] e2fsck: e2fsck 1.43.3 (04-Sep-2016)\x0a
[    4.461149] e2fsck: Pass 1: Checking inodes, blocks, and sizes\x0a
[    4.468715] e2fsck: Pass 2: Checking directory structure\x0a
[    4.475681] e2fsck: Pass 3: Checking directory connectivity\x0a
[    4.482959] e2fsck: Pass 4: Checking reference counts\x0a
[    4.489724] e2fsck: Pass 5: Checking group summary information\x0a
[    4.497233] e2fsck: /dev/block/mmcblk0p4: 1769/172032 files (9.0% non-contiguous), 58953/687868 blocks\x0a
[    4.509704] EXT4-fs (mmcblk0p4): Ignoring removed nomblk_io_submit option
[    4.527082] EXT4-fs (mmcblk0p4): mounted filesystem with ordered data mode. Opts: nomblk_io_submit,errors=panic
[    4.567666] brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
[    4.767457] logd.auditd: start
[    4.932716] binder: 114:114 ioctl 620a c2e9307e returned -22
[    5.056162] type=1400 audit(5.050:9): avc: denied { dac_read_search } for pid=119 comm="vold" capability=2 scontext=u:r:vold:s0 tcontext=u:r:vold:s0 tclass=capability permissive=1
[    5.139433] type=1400 audit(5.050:9): avc: denied { dac_read_search } for pid=119 comm="vold" capability=2 scontext=u:r:vold:s0 tcontext=u:r:vold:s0 tclass=capability permissive=1
[    5.156016] type=1400 audit(5.134:10): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[    5.387951] logd.daemon: reinit
[    5.567747] type=1400 audit(5.134:10): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[    5.668646] type=1400 audit(5.562:11): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[    6.152700] type=1400 audit(5.562:11): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[    6.169164] type=1400 audit(6.147:12): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[    6.218480] healthd: unable to get HAL interface, using defaults
[    6.229340] type=1400 audit(6.147:12): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[    6.229611] healthd: No battery devices found
[    6.260948] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
[    7.083685] Process wificond granted CAP_NET_ADMIN from Android group net_admin.
[    7.121833] Please update the .rc file to explictly set 'capabilities NET_ADMIN'
[    7.151861] Implicit grants are deprecated and will be removed in the future.
[    7.180463] Process wificond granted CAP_NET_ADMIN from Android group net_admin.
[    7.199838] Please update the .rc file to explictly set 'capabilities NET_ADMIN'
[    7.213816] Implicit grants are deprecated and will be removed in the future.
[    8.925372] init: starting service 'bootanim'...
[   11.940541] type=1400 audit(8.926:20): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   11.956966] type=1400 audit(11.935:21): avc: denied { execmem } for pid=277 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[   14.138550] capability: warning: `main' uses 32-bit capabilities (legacy support in use)
[   15.824993] type=1400 audit(11.935:21): avc: denied { execmem } for pid=277 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[   15.840973] type=1400 audit(15.819:22): avc: denied { dac_read_search } for pid=134 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   19.126073] type=1400 audit(15.819:22): avc: denied { dac_read_search } for pid=134 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   19.144000] type=1400 audit(19.120:23): avc: denied { dac_read_search } for pid=165 comm="Binder:165_1" capability=2 scontext=u:r:installd:s0 tcontext=u:r:installd:s0 tclass=capability permissive=1
[   20.319528] type=1400 audit(19.120:23): avc: denied { dac_read_search } for pid=165 comm="Binder:165_1" capability=2 scontext=u:r:installd:s0 tcontext=u:r:installd:s0 tclass=capability permissive=1
[   20.337830] type=1400 audit(20.313:24): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[   20.423176] healthd: battery l=100 v=0 t=42.4 h=2 st=2 chg=a
[   22.301696] init: processing action (sys.sysctl.extra_free_kbytes=*) from (/init.rc:686)
[   25.804010] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   25.810258] lan78xx 1-1.1.1:1.0 eth0: kevent 4 may have been dropped
[   25.845640] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   26.337061] type=1400 audit(20.313:24): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[   26.382881] type=1400 audit(1563668034.271:25): avc: denied { dac_read_search } for pid=445 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   26.390009] init: processing action (sys.sysctl.tcp_def_init_rwnd=*) from (/init.rc:690)
[   26.402924] type=1400 audit(1563668034.271:25): avc: denied { dac_read_search } for pid=445 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   26.443103] type=1400 audit(1563668034.307:26): avc: denied { module_request } for pid=151 comm="android.hardwar" kmod="netdev-wlan0" scontext=u:r:hal_wifi_default:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
[   26.546062] type=1400 audit(1563668034.307:26): avc: denied { module_request } for pid=151 comm="android.hardwar" kmod="netdev-wlan0" scontext=u:r:hal_wifi_default:s0 tcontext=u:r:kernel:s0 tclass=system permissive=1
[   26.590458] type=1400 audit(1563668034.479:27): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[   26.656209] type=1400 audit(1563668034.479:27): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[   26.689015] type=1400 audit(1563668034.574:28): avc: denied { dac_read_search } for pid=119 comm="vold" capability=2 scontext=u:r:vold:s0 tcontext=u:r:vold:s0 tclass=capability permissive=1
[   27.279184] logd: logdr: UID=0 GID=0 PID=519 n tail=5 logMask=8 pid=475 start=0ns timeout=0ns
[   27.281497] logd: logdr: UID=0 GID=0 PID=519 n tail=5 logMask=1 pid=475 start=0ns timeout=0ns
[   27.305447] init: Untracked pid 519 exited with status 0
[   49.344154] init: Untracked pid 677 exited with status 0
[   49.764169] init: Untracked pid 681 exited with status 0
[   49.999755] init: Untracked pid 686 exited with status 0
[   50.228532] init: Untracked pid 690 exited with status 0
[   50.406473] init: Untracked pid 694 exited with status 0
[   50.413288] init: Service 'mediaextractor' (pid 168) killed by signal 31
[   50.421158] init: Sending signal 9 to service 'mediaextractor' (pid 168) process group...
[   50.453248] type=1400 audit(1563668039.770:31): avc: denied { execmem } for pid=277 comm="BootAnimation" scontext=u:r:bootanim:s0 tcontext=u:r:bootanim:s0 tclass=process permissive=1
[   50.455907] init: Successfully killed process cgroup uid 1040 pid 168 in 3ms
[   50.495203] init: starting service 'mediaextractor'...
[   50.496213] type=1400 audit(1563668058.388:32): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   50.503571] init: property_set("ro.boottime.mediaextractor", "50497913782") failed: property already set
[   50.545763] type=1400 audit(1563668058.388:32): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   50.563153] type=1400 audit(1563668058.436:33): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[   52.647175] type=1400 audit(1563668058.436:33): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[   52.664489] type=1400 audit(1563668060.580:34): avc: denied { dac_read_search } for pid=703 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   52.750213] type=1400 audit(1563668060.580:34): avc: denied { dac_read_search } for pid=703 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   52.793097] type=1400 audit(1563668060.684:35): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[   57.410463] type=1400 audit(1563668060.684:35): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[   57.452767] type=1400 audit(1563668065.345:36): avc: denied { dac_read_search } for pid=738 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   81.363264] init: Service 'bootanim' (pid 277) exited with status 0
[   81.510044] init: processing action (sys.boot_completed=1) from (/init.rc:680)
[   81.521228] init: processing action (sys.boot_completed=1 && sys.logbootcomplete=1) from (/system/etc/init/bootstat.rc:66)
[   81.534575] init: starting service 'exec 5 (/system/bin/bootstat --record_boot_complete)'...
[   81.544892] type=1400 audit(1563668065.345:36): avc: denied { dac_read_search } for pid=738 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[   81.546183] init: SVC_EXEC pid 883 (uid 1000 gid 1007+0 context default) started; waiting...
[   81.562758] type=1400 audit(1563668089.479:37): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   81.591651] type=1400 audit(1563668089.479:37): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[   81.608969] type=1400 audit(1563668089.480:38): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[   81.626656] type=1400 audit(1563668089.480:38): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[   81.645484] type=1400 audit(1563668089.524:39): avc: denied { dac_read_search } for pid=119 comm="vold" capability=2 scontext=u:r:vold:s0 tcontext=u:r:vold:s0 tclass=capability permissive=1
[   81.663359] type=1400 audit(1563668089.524:39): avc: denied { dac_read_search } for pid=119 comm="vold" capability=2 scontext=u:r:vold:s0 tcontext=u:r:vold:s0 tclass=capability permissive=1
[   81.681595] type=1400 audit(1563668089.539:40): avc: denied { dac_read_search } for pid=165 comm="Binder:165_5" capability=2 scontext=u:r:installd:s0 tcontext=u:r:installd:s0 tclass=capability permissive=1
[   81.686238] init: Service 'exec 5 (/system/bin/bootstat --record_boot_complete)' (pid 883) exited with status 0 waiting took 0.152000 seconds
[   81.717031] init: starting service 'exec 6 (/system/bin/bootstat --record_boot_reason)'...
[   81.728761] init: SVC_EXEC pid 884 (uid 1000 gid 1007+0 context default) started; waiting...
[   81.777997] init: Service 'exec 6 (/system/bin/bootstat --record_boot_reason)' (pid 884) exited with status 0 waiting took 0.063000 seconds
[   81.792414] init: starting service 'exec 7 (/system/bin/bootstat --record_time_since_factory_reset)'...
[   82.102128] type=1400 audit(1563668089.539:40): avc: denied { dac_read_search } for pid=165 comm="Binder:165_5" capability=2 scontext=u:r:installd:s0 tcontext=u:r:installd:s0 tclass=capability permissive=1
[   82.121631] type=1400 audit(1563668090.032:41): avc: denied { dac_read_search } for pid=887 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[  118.353473] type=1400 audit(1563668090.160:42): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[  118.371727] type=1400 audit(1563668126.288:43): avc: denied { ioctl } for pid=146 comm="Binder:146_2" path="/dev/vndbinder" dev="tmpfs" ino=1261 ioctlcmd=0x6201 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[  118.524238] init: Untracked pid 949 exited with status 0
[  118.616229] init: Untracked pid 953 exited with status 0
[  118.687463] init: Untracked pid 957 exited with status 0
[  118.801730] init: Untracked pid 961 exited with status 0
[  119.234298] init: Untracked pid 964 exited with status 0
[  119.434441] init: Untracked pid 967 exited with status 0
[  119.615827] init: Untracked pid 971 exited with status 0
[  119.761370] init: Untracked pid 978 exited with status 0
[  119.996996] init: Untracked pid 981 exited with status 0
[  120.251172] init: Service 'mediaextractor' (pid 697) killed by signal 31
[  120.258834] type=1400 audit(1563668126.288:43): avc: denied { ioctl } for pid=146 comm="Binder:146_2" path="/dev/vndbinder" dev="tmpfs" ino=1261 ioctlcmd=0x6201 scontext=u:r:hal_graphics_composer_default:s0 tcontext=u:object_r:vndbinder_device:s0 tclass=chr_file permissive=1
[  120.284226] type=1400 audit(1563668128.193:44): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[  120.301845] type=1400 audit(1563668128.193:44): avc: denied { dac_read_search } for pid=1 comm="init" capability=2 scontext=u:r:init:s0 tcontext=u:r:init:s0 tclass=capability permissive=1
[  120.301871] type=1400 audit(1563668128.199:45): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[  142.326037] type=1400 audit(1563668128.199:45): avc: denied { create } for pid=1 comm="init" name="cgroup.procs" scontext=u:r:init:s0 tcontext=u:object_r:cgroup:s0 tclass=file permissive=1
[  142.347266] type=1400 audit(1563668150.260:46): avc: denied { dac_read_search } for pid=1002 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[  142.395304] type=1400 audit(1563668150.260:46): avc: denied { dac_read_search } for pid=1002 comm="main" capability=2 scontext=u:r:zygote:s0 tcontext=u:r:zygote:s0 tclass=capability permissive=1
[  142.418276] type=1400 audit(1563668150.329:47): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[  143.962304] type=1400 audit(1563668151.660:48): avc: denied { dac_read_search } for pid=153 comm="lmkd" capability=2 scontext=u:r:lmkd:s0 tcontext=u:r:lmkd:s0 tclass=capability permissive=1
[  143.980972] type=1400 audit(1563668151.897:49): avc: denied { getattr } for pid=1126 comm="d.process.media" path="/storage/emulated" dev="tmpfs" ino=10603 scontext=u:r:mediaprovider:s0:c512,c768 tcontext=u:object_r:storage_stub_file:s0 tclass=dir permissive=1
[  144.062882] type=1400 audit(1563668151.897:49): avc: denied { getattr } for pid=1126 comm="d.process.media" path="/storage/emulated" dev="tmpfs" ino=10603 scontext=u:r:mediaprovider:s0:c512,c768 tcontext=u:object_r:storage_stub_file:s0 tclass=dir permissive=1