Last active
May 17, 2017 05:09
-
-
Save pelwell/da91b7ec9fa9f2e34206929b66e878b2 to your computer and use it in GitHub Desktop.
kernel log output extracted from @Noltari's kernel before and after removing device_tree_address=0x100
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.1.21-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #872 SMP Wed Apr 6 17:34:14 BST 2016 | |
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
[ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2 | |
[ 0.000000] cma: Reserved 8 MiB at 0x3a800000 | |
[ 0.000000] Memory policy: Data cache writealloc | |
[ 0.000000] On node 0 totalpages: 241664 | |
[ 0.000000] free_area_init_node: node 0, pgdat 80880fc0, node_mem_map b9fa6000 | |
[ 0.000000] Normal zone: 2124 pages used for memmap | |
[ 0.000000] Normal zone: 0 pages reserved | |
[ 0.000000] Normal zone: 241664 pages, LIFO batch:31 | |
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010) | |
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4 | |
[ 0.000000] PERCPU: Embedded 12 pages/cpu @b9f64000 s20416 r8192 d20544 u49152 | |
[ 0.000000] pcpu-alloc: s20416 r8192 d20544 u49152 alloc=12*4096 | |
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 | |
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540 | |
[ 0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=656 bcm2708_fb.fbheight=416 bcm2709.boardrev=0xa02082 bcm2709.serial=0x8f6bc316 smsc95xx.macaddr=B8:27:EB:6B:C3:16 bcm2708_fb.fbswap=1 bcm2709.uart_clock=3000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyS0,115200 kgdboc=ttyS0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait | |
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) | |
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) | |
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) | |
[ 0.000000] Memory: 939360K/966656K available (6064K kernel code, 534K rwdata, 1664K rodata, 444K init, 757K bss, 19104K reserved, 8192K cma-reserved) | |
[ 0.000000] Virtual kernel memory layout: | |
vector : 0xffff0000 - 0xffff1000 ( 4 kB) | |
fixmap : 0xffc00000 - 0xfff00000 (3072 kB) | |
vmalloc : 0xbb800000 - 0xff000000 (1080 MB) | |
lowmem : 0x80000000 - 0xbb000000 ( 944 MB) | |
modules : 0x7f000000 - 0x80000000 ( 16 MB) | |
.text : 0x80008000 - 0x8079462c (7730 kB) | |
.init : 0x80795000 - 0x80804000 ( 444 kB) | |
.data : 0x80804000 - 0x80889b10 ( 535 kB) | |
.bss : 0x8088c000 - 0x809497dc ( 758 kB) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] Hierarchical RCU implementation. | |
[ 0.000000] Additional per-CPU info printed with stalls. | |
[ 0.000000] NR_IRQS:608 | |
[ 0.000000] Architected 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.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns | |
[ 0.000025] Switching to timer-based delay loop, resolution 52ns | |
[ 0.000237] Console: colour dummy device 80x30 | |
[ 0.001280] console [tty1] enabled | |
[ 0.001333] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | |
[ 0.001402] pid_max: default: 32768 minimum: 301 | |
[ 0.001725] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) | |
[ 0.001767] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) | |
[ 0.002765] Initializing cgroup subsys blkio | |
[ 0.002816] Initializing cgroup subsys memory | |
[ 0.002863] Initializing cgroup subsys devices | |
[ 0.002905] Initializing cgroup subsys freezer | |
[ 0.002953] Initializing cgroup subsys net_cls | |
[ 0.003027] CPU: Testing write buffer coherency: ok | |
[ 0.003113] ftrace: allocating 20317 entries in 60 pages | |
[ 0.048928] /cpus/cpu@0 missing clock-frequency property | |
[ 0.049015] /cpus/cpu@1 missing clock-frequency property | |
[ 0.049061] /cpus/cpu@2 missing clock-frequency property | |
[ 0.049109] /cpus/cpu@3 missing clock-frequency property | |
[ 0.049146] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 | |
[ 0.049176] [bcm2709_smp_prepare_cpus] enter | |
[ 0.049331] Setting up static identity map for 0x8240 - 0x8274 | |
[ 0.051158] [bcm2709_boot_secondary] cpu:1 started (0) 18 | |
[ 0.051481] [bcm2709_secondary_init] enter cpu:1 | |
[ 0.051523] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 | |
[ 0.051908] [bcm2709_boot_secondary] cpu:2 started (0) 18 | |
[ 0.052163] [bcm2709_secondary_init] entrypoint | |
[ 0.000000] ????????????????????????????????????????80000002 | |
[ 0.052546] [bcm2709_boot_secondary] cpu:3 started (0) 17 | |
[ 0.052727] [bcm2709_secondary_init] enter cpu:3 | |
[ 0.052750] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 | |
[ 0.052812] Brought up 4 CPUs | |
[ 0.052889] SMP: Total of 4 processors activated (153.60 BogoMIPS). | |
[ 0.052918] CPU: All CPU(s) started in HYP mode. | |
[ 0.052944] CPU: Virtualization extensions available. | |
[ 0.053643] devtmpfs: initialized | |
[ 0.054040] device-tree: Duplicate name in display, renamed to "#1" | |
[ 0.054085] device-tree: Duplicate name in display, renamed to "#2" | |
[ 0.054143] device-tree: Duplicate name in system, renamed to "#1" | |
[ 0.054307] device-tree: Duplicate name in aliases, renamed to "#1" | |
[ 0.054349] device-tree: Duplicate name in aliases, renamed to "#2" | |
[ 0.054393] device-tree: Duplicate name in aliases, renamed to "#3" | |
[ 0.054440] device-tree: Duplicate name in aliases, renamed to "#4" | |
[ 0.054860] device-tree: Duplicate name in interrupt-controller@7e00b200, renamed to "#1" | |
[ 0.055173] device-tree: Duplicate name in gpio@7e200000, renamed to "#1" | |
[ 0.055217] device-tree: Duplicate name in gpio@7e200000, renamed to "#2" | |
[ 0.055262] device-tree: Duplicate name in gpio@7e200000, renamed to "#3" | |
[ 0.055333] device-tree: Duplicate name in sdhost_pins, renamed to "#1" | |
[ 0.055410] device-tree: Duplicate name in spi0_pins, renamed to "#1" | |
[ 0.055482] device-tree: Duplicate name in spi0_cs_pins, renamed to "#1" | |
[ 0.055552] device-tree: Duplicate name in i2c0, renamed to "#1" | |
[ 0.055627] device-tree: Duplicate name in i2c1, renamed to "#1" | |
[ 0.055697] device-tree: Duplicate name in i2s, renamed to "#1" | |
[ 0.055767] device-tree: Duplicate name in sdio_pins, renamed to "#1" | |
[ 0.055809] device-tree: Duplicate name in sdio_pins, renamed to "#2" | |
[ 0.055879] device-tree: Duplicate name in bt_pins, renamed to "#1" | |
[ 0.055920] device-tree: Duplicate name in bt_pins, renamed to "#2" | |
[ 0.055990] device-tree: Duplicate name in uart0_pins, renamed to "#1" | |
[ 0.056032] device-tree: Duplicate name in uart0_pins, renamed to "#2" | |
[ 0.056110] device-tree: Duplicate name in uart1_pins, renamed to "#1" | |
[ 0.056152] device-tree: Duplicate name in uart1_pins, renamed to "#2" | |
[ 0.056246] device-tree: Duplicate name in uart@7e201000, renamed to "#1" | |
[ 0.056295] device-tree: Duplicate name in uart@7e201000, renamed to "#2" | |
[ 0.056340] device-tree: Duplicate name in uart@7e201000, renamed to "#3" | |
[ 0.056442] device-tree: Duplicate name in sdhost@7e202000, renamed to "#1" | |
[ 0.056486] device-tree: Duplicate name in sdhost@7e202000, renamed to "#2" | |
[ 0.056531] device-tree: Duplicate name in sdhost@7e202000, renamed to "#3" | |
[ 0.056585] device-tree: Duplicate name in sdhost@7e202000, renamed to "#4" | |
[ 0.056636] device-tree: Duplicate name in sdhost@7e202000, renamed to "#5" | |
[ 0.056690] device-tree: Duplicate name in sdhost@7e202000, renamed to "#6" | |
[ 0.056773] device-tree: Duplicate name in i2s@7e203000, renamed to "#1" | |
[ 0.056822] device-tree: Duplicate name in i2s@7e203000, renamed to "#2" | |
[ 0.056867] device-tree: Duplicate name in i2s@7e203000, renamed to "#3" | |
[ 0.056915] device-tree: Duplicate name in i2s@7e203000, renamed to "#4" | |
[ 0.057034] device-tree: Duplicate name in spi@7e204000, renamed to "#1" | |
[ 0.057078] device-tree: Duplicate name in spi@7e204000, renamed to "#2" | |
[ 0.057122] device-tree: Duplicate name in spi@7e204000, renamed to "#3" | |
[ 0.057169] device-tree: Duplicate name in spi@7e204000, renamed to "#4" | |
[ 0.057399] device-tree: Duplicate name in i2c@7e205000, renamed to "#1" | |
[ 0.057442] device-tree: Duplicate name in i2c@7e205000, renamed to "#2" | |
[ 0.057656] device-tree: Duplicate name in uart@7e215040, renamed to "#1" | |
[ 0.057706] device-tree: Duplicate name in uart@7e215040, renamed to "#2" | |
[ 0.057751] device-tree: Duplicate name in uart@7e215040, renamed to "#3" | |
[ 0.057999] device-tree: Duplicate name in mmc@7e300000, renamed to "#1" | |
[ 0.058043] device-tree: Duplicate name in mmc@7e300000, renamed to "#2" | |
[ 0.058095] device-tree: Duplicate name in mmc@7e300000, renamed to "#3" | |
[ 0.058142] device-tree: Duplicate name in mmc@7e300000, renamed to "#4" | |
[ 0.058193] device-tree: Duplicate name in mmc@7e300000, renamed to "#5" | |
[ 0.058246] device-tree: Duplicate name in mmc@7e300000, renamed to "#6" | |
[ 0.058406] device-tree: Duplicate name in i2c@7e804000, renamed to "#1" | |
[ 0.058450] device-tree: Duplicate name in i2c@7e804000, renamed to "#2" | |
[ 0.058623] device-tree: Duplicate name in smi@7e600000, renamed to "#1" | |
[ 0.058667] device-tree: Duplicate name in smi@7e600000, renamed to "#2" | |
[ 0.058712] device-tree: Duplicate name in smi@7e600000, renamed to "#3" | |
[ 0.058912] device-tree: Duplicate name in act, renamed to "#1" | |
[ 0.058954] device-tree: Duplicate name in act, renamed to "#2" | |
[ 0.059088] device-tree: Duplicate name in vchiq, renamed to "#1" | |
[ 0.059217] device-tree: Duplicate name in local_intc, renamed to "#1" | |
[ 0.059389] device-tree: Duplicate name in timer, renamed to "#1" | |
[ 0.059483] device-tree: Duplicate name in virtgpio, renamed to "#1" | |
[ 0.059525] device-tree: Duplicate name in virtgpio, renamed to "#2" | |
[ 0.059663] device-tree: Duplicate name in clock@0, renamed to "#1" | |
[ 0.059705] device-tree: Duplicate name in clock@0, renamed to "#2" | |
[ 0.059802] device-tree: Duplicate name in clock@1, renamed to "#1" | |
[ 0.059845] device-tree: Duplicate name in clock@1, renamed to "#2" | |
[ 0.059931] device-tree: Duplicate name in clock@2, renamed to "#1" | |
[ 0.059973] device-tree: Duplicate name in clock@2, renamed to "#2" | |
[ 0.060058] device-tree: Duplicate name in clock@3, renamed to "#1" | |
[ 0.060100] device-tree: Duplicate name in clock@3, renamed to "#2" | |
[ 0.060185] device-tree: Duplicate name in clock@4, renamed to "#1" | |
[ 0.060227] device-tree: Duplicate name in clock@4, renamed to "#2" | |
[ 0.060318] device-tree: Duplicate name in clock@5, renamed to "#1" | |
[ 0.060360] device-tree: Duplicate name in clock@5, renamed to "#2" | |
[ 0.060460] device-tree: Duplicate name in clock@6, renamed to "#1" | |
[ 0.060503] device-tree: Duplicate name in clock@6, renamed to "#2" | |
[ 0.060583] device-tree: Duplicate name in __overrides__, renamed to "#1" | |
[ 0.060627] device-tree: Duplicate name in __overrides__, renamed to "#2" | |
[ 0.060672] device-tree: Duplicate name in __overrides__, renamed to "#3" | |
[ 0.060720] device-tree: Duplicate name in __overrides__, renamed to "#4" | |
[ 0.060771] device-tree: Duplicate name in __overrides__, renamed to "#5" | |
[ 0.060825] device-tree: Duplicate name in __overrides__, renamed to "#6" | |
[ 0.060881] device-tree: Duplicate name in __overrides__, renamed to "#7" | |
[ 0.060946] device-tree: Duplicate name in __overrides__, renamed to "#8" | |
[ 0.061021] device-tree: Duplicate name in __overrides__, renamed to "#9" | |
[ 0.061099] device-tree: Duplicate name in __overrides__, renamed to "#10" | |
[ 0.061168] device-tree: Duplicate name in __overrides__, renamed to "#11" | |
[ 0.061239] device-tree: Duplicate name in __overrides__, renamed to "#12" | |
[ 0.061314] device-tree: Duplicate name in __overrides__, renamed to "#13" | |
[ 0.061390] device-tree: Duplicate name in __overrides__, renamed to "#14" | |
[ 0.061470] device-tree: Duplicate name in __overrides__, renamed to "#15" | |
[ 0.061552] device-tree: Duplicate name in __overrides__, renamed to "#16" | |
[ 0.061635] device-tree: Duplicate name in __overrides__, renamed to "#16" | |
[ 0.061677] ------------[ cut here ]------------ | |
[ 0.061716] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.061761] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__overrides__/#16' | |
[ 0.061806] Modules linked in: | |
[ 0.061842] CPU: 0 PID: 1 Comm: swapper/0 Not tainted 4.1.21-v7+ #872 | |
[ 0.061871] Hardware name: BCM2709 | |
[ 0.061924] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.061984] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.062041] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.062095] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.062151] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.062208] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.062264] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.062323] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.062382] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.062442] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.062500] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.062556] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.062612] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.062668] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.062733] ---[ end trace 8b81111a5beb1fb4 ]--- | |
[ 0.062761] ------------[ cut here ]------------ | |
[ 0.062796] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.062841] error adding attribute to node /__overrides__ | |
[ 0.062868] Modules linked in: | |
[ 0.062900] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.062944] Hardware name: BCM2709 | |
[ 0.062982] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.063038] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.063091] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.063144] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.063200] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.063257] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.063315] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.063370] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.063423] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.063479] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.063533] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.063579] ---[ end trace 8b81111a5beb1fb5 ]--- | |
[ 0.063675] device-tree: Duplicate name in __overrides__, renamed to "#16" | |
[ 0.063717] ------------[ cut here ]------------ | |
[ 0.063752] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.063796] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__overrides__/#16' | |
[ 0.063840] Modules linked in: | |
[ 0.063872] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.063915] Hardware name: BCM2709 | |
[ 0.063954] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.064010] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.064064] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.064117] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.064172] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.064227] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.064282] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.064340] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.064397] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.064455] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.064509] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.064563] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.064618] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.064673] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.064718] ---[ end trace 8b81111a5beb1fb6 ]--- | |
[ 0.064746] ------------[ cut here ]------------ | |
[ 0.064780] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.064825] error adding attribute to node /__overrides__ | |
[ 0.064852] Modules linked in: | |
[ 0.064883] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.064926] Hardware name: BCM2709 | |
[ 0.064964] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.065020] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.065073] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.065126] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.065182] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.065238] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.065296] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.065351] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.065405] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.065459] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.065514] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.065559] ---[ end trace 8b81111a5beb1fb7 ]--- | |
[ 0.065634] device-tree: Duplicate name in __overrides__, renamed to "#16" | |
[ 0.065675] ------------[ cut here ]------------ | |
[ 0.065710] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.065754] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__overrides__/#16' | |
[ 0.065798] Modules linked in: | |
[ 0.065829] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.065873] Hardware name: BCM2709 | |
[ 0.065911] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.065967] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.066020] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.066073] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.066128] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.066183] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.066240] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.066297] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.066354] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.066411] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.066466] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.066519] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.066575] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.066630] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.066675] ---[ end trace 8b81111a5beb1fb8 ]--- | |
[ 0.066702] ------------[ cut here ]------------ | |
[ 0.066737] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.066782] error adding attribute to node /__overrides__ | |
[ 0.066808] Modules linked in: | |
[ 0.066840] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.066883] Hardware name: BCM2709 | |
[ 0.066922] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.066977] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.067030] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.067083] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.067138] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.067195] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.067253] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.067308] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.067361] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.067416] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.067471] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.067516] ---[ end trace 8b81111a5beb1fb9 ]--- | |
[ 0.067591] device-tree: Duplicate name in __overrides__, renamed to "#16" | |
[ 0.067633] ------------[ cut here ]------------ | |
[ 0.067668] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.067712] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__overrides__/#16' | |
[ 0.067756] Modules linked in: | |
[ 0.067787] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.067831] Hardware name: BCM2709 | |
[ 0.067869] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.067925] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.067978] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.068031] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.068086] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.068140] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.068196] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.068253] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.068310] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.068368] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.068423] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.068477] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.068532] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.068586] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.068649] ---[ end trace 8b81111a5beb1fba ]--- | |
[ 0.068677] ------------[ cut here ]------------ | |
[ 0.068712] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.068757] error adding attribute to node /__overrides__ | |
[ 0.068784] Modules linked in: | |
[ 0.068816] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.068859] Hardware name: BCM2709 | |
[ 0.068897] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.068953] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.069007] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.069060] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.069115] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.069172] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.069230] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.069285] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.069338] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.069393] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.069448] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.069493] ---[ end trace 8b81111a5beb1fbb ]--- | |
[ 0.069568] device-tree: Duplicate name in __overrides__, renamed to "#16" | |
[ 0.069610] ------------[ cut here ]------------ | |
[ 0.069645] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.069689] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__overrides__/#16' | |
[ 0.069733] Modules linked in: | |
[ 0.069765] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.069808] Hardware name: BCM2709 | |
[ 0.069847] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.069903] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.069956] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.070009] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.070065] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.070120] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.070176] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.070233] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.070290] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.070348] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.070403] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.070456] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.070511] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.070567] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.070612] ---[ end trace 8b81111a5beb1fbc ]--- | |
[ 0.070638] ------------[ cut here ]------------ | |
[ 0.070673] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.070718] error adding attribute to node /__overrides__ | |
[ 0.070744] Modules linked in: | |
[ 0.070776] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.070819] Hardware name: BCM2709 | |
[ 0.070857] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.070913] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.070966] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.071019] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.071074] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.071131] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.071188] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.071243] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.071297] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.071352] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.071407] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.071452] ---[ end trace 8b81111a5beb1fbd ]--- | |
[ 0.071770] device-tree: Duplicate name in __symbols__, renamed to "#1" | |
[ 0.071815] device-tree: Duplicate name in __symbols__, renamed to "#2" | |
[ 0.071906] device-tree: Duplicate name in __symbols__, renamed to "#3" | |
[ 0.071968] device-tree: Duplicate name in __symbols__, renamed to "#4" | |
[ 0.072018] device-tree: Duplicate name in __symbols__, renamed to "#5" | |
[ 0.072072] device-tree: Duplicate name in __symbols__, renamed to "#6" | |
[ 0.072128] device-tree: Duplicate name in __symbols__, renamed to "#7" | |
[ 0.072187] device-tree: Duplicate name in __symbols__, renamed to "#8" | |
[ 0.072249] device-tree: Duplicate name in __symbols__, renamed to "#9" | |
[ 0.072314] device-tree: Duplicate name in __symbols__, renamed to "#10" | |
[ 0.072382] device-tree: Duplicate name in __symbols__, renamed to "#11" | |
[ 0.072453] device-tree: Duplicate name in __symbols__, renamed to "#12" | |
[ 0.072534] device-tree: Duplicate name in __symbols__, renamed to "#13" | |
[ 0.072638] device-tree: Duplicate name in __symbols__, renamed to "#14" | |
[ 0.072718] device-tree: Duplicate name in __symbols__, renamed to "#15" | |
[ 0.072807] device-tree: Duplicate name in __symbols__, renamed to "#16" | |
[ 0.072941] device-tree: Duplicate name in __symbols__, renamed to "#16" | |
[ 0.072982] ------------[ cut here ]------------ | |
[ 0.073017] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.073061] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__symbols__/#16' | |
[ 0.073105] Modules linked in: | |
[ 0.073137] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.073180] Hardware name: BCM2709 | |
[ 0.073219] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.073276] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.073329] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.073382] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.073438] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.073493] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.073549] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.073605] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.073663] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.073720] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.073775] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.073829] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.073884] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.073939] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.073985] ---[ end trace 8b81111a5beb1fbe ]--- | |
[ 0.074012] ------------[ cut here ]------------ | |
[ 0.074046] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.074092] error adding attribute to node /__symbols__ | |
[ 0.074118] Modules linked in: | |
[ 0.074149] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.074193] Hardware name: BCM2709 | |
[ 0.074231] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.074287] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.074340] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.074393] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.074448] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.074505] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.074563] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.074617] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.074671] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.074726] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.074781] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.074826] ---[ end trace 8b81111a5beb1fbf ]--- | |
[ 0.074909] device-tree: Duplicate name in __symbols__, renamed to "#16" | |
[ 0.074950] ------------[ cut here ]------------ | |
[ 0.074984] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.075028] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__symbols__/#16' | |
[ 0.075072] Modules linked in: | |
[ 0.075104] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.075147] Hardware name: BCM2709 | |
[ 0.075186] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.075242] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.075296] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.075349] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.075404] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.075459] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.075515] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.075572] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.075629] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.075687] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.075743] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.075796] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.075851] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.075906] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.075951] ---[ end trace 8b81111a5beb1fc0 ]--- | |
[ 0.075978] ------------[ cut here ]------------ | |
[ 0.076012] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.076058] error adding attribute to node /__symbols__ | |
[ 0.076084] Modules linked in: | |
[ 0.076115] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.076159] Hardware name: BCM2709 | |
[ 0.076196] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.076252] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.076306] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.076359] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.076414] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.076471] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.076529] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.076584] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.076637] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.076692] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.076748] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.076792] ---[ end trace 8b81111a5beb1fc1 ]--- | |
[ 0.076875] device-tree: Duplicate name in __symbols__, renamed to "#16" | |
[ 0.076916] ------------[ cut here ]------------ | |
[ 0.076950] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.076995] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__symbols__/#16' | |
[ 0.077038] Modules linked in: | |
[ 0.077070] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.077113] Hardware name: BCM2709 | |
[ 0.077152] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.077207] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.077261] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.077314] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.077369] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.077424] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.077479] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.077536] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.077594] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.077651] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.077706] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.077760] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.077815] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.077871] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.077916] ---[ end trace 8b81111a5beb1fc2 ]--- | |
[ 0.077943] ------------[ cut here ]------------ | |
[ 0.077977] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.078022] error adding attribute to node /__symbols__ | |
[ 0.078049] Modules linked in: | |
[ 0.078080] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.078124] Hardware name: BCM2709 | |
[ 0.078162] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.078218] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.078271] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.078324] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.078380] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.078436] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.078494] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.078549] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.078602] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.078658] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.078713] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.078773] ---[ end trace 8b81111a5beb1fc3 ]--- | |
[ 0.078872] device-tree: Duplicate name in __symbols__, renamed to "#16" | |
[ 0.078913] ------------[ cut here ]------------ | |
[ 0.078948] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.078993] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__symbols__/#16' | |
[ 0.079037] Modules linked in: | |
[ 0.079068] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.079112] Hardware name: BCM2709 | |
[ 0.079150] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.079207] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.079261] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.079313] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.079368] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.079424] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.079479] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.079536] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.079594] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.079651] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.079706] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.079760] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.079815] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.079870] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.079915] ---[ end trace 8b81111a5beb1fc4 ]--- | |
[ 0.079942] ------------[ cut here ]------------ | |
[ 0.079977] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.080022] error adding attribute to node /__symbols__ | |
[ 0.080048] Modules linked in: | |
[ 0.080079] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.080123] Hardware name: BCM2709 | |
[ 0.080160] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.080216] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.080270] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.080323] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.080378] [<80027204>] (warn_slowpath_fmt) from [<8046d51c>] (__of_add_property_sysfs+0xec/0xf4) | |
[ 0.080435] [<8046d51c>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.080492] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.080547] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.080600] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.080655] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.080711] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.080755] ---[ end trace 8b81111a5beb1fc5 ]--- | |
[ 0.080831] device-tree: Duplicate name in __symbols__, renamed to "#16" | |
[ 0.080872] ------------[ cut here ]------------ | |
[ 0.080906] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:31 sysfs_warn_dup+0x74/0x84() | |
[ 0.080951] sysfs: cannot create duplicate filename '/firmware/devicetree/base/__symbols__/#16' | |
[ 0.080994] Modules linked in: | |
[ 0.081026] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.081069] Hardware name: BCM2709 | |
[ 0.081107] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.081163] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.081216] [<80573120>] (dump_stack) from [<80027194>] (warn_slowpath_common+0x98/0xc8) | |
[ 0.081269] [<80027194>] (warn_slowpath_common) from [<80027204>] (warn_slowpath_fmt+0x40/0x48) | |
[ 0.081324] [<80027204>] (warn_slowpath_fmt) from [<801bc2c4>] (sysfs_warn_dup+0x74/0x84) | |
[ 0.081379] [<801bc2c4>] (sysfs_warn_dup) from [<801bbf44>] (sysfs_add_file_mode_ns+0x150/0x1c0) | |
[ 0.081435] [<801bbf44>] (sysfs_add_file_mode_ns) from [<801bc178>] (sysfs_create_bin_file+0x48/0x54) | |
[ 0.081492] [<801bc178>] (sysfs_create_bin_file) from [<8046d4ec>] (__of_add_property_sysfs+0xbc/0xf4) | |
[ 0.081549] [<8046d4ec>] (__of_add_property_sysfs) from [<8046d5d4>] (__of_attach_node_sysfs+0xb0/0xf8) | |
[ 0.081607] [<8046d5d4>] (__of_attach_node_sysfs) from [<807cab40>] (of_core_init+0x78/0xbc) | |
[ 0.081662] [<807cab40>] (of_core_init) from [<807c5904>] (driver_init+0x30/0x34) | |
[ 0.081716] [<807c5904>] (driver_init) from [<80795eb8>] (kernel_init_freeable+0x190/0x2bc) | |
[ 0.081771] [<80795eb8>] (kernel_init_freeable) from [<80571468>] (kernel_init+0x1c/0xf8) | |
[ 0.081826] [<80571468>] (kernel_init) from [<8000faf8>] (ret_from_fork+0x14/0x3c) | |
[ 0.081871] ---[ end trace 8b81111a5beb1fc6 ]--- | |
[ 0.081898] ------------[ cut here ]------------ | |
[ 0.081932] WARNING: CPU: 0 PID: 1 at drivers/of/base.c:155 __of_add_property_sysfs+0xec/0xf4() | |
[ 0.081978] error adding attribute to node /__symbols__ | |
[ 0.082004] Modules linked in: | |
[ 0.082036] CPU: 0 PID: 1 Comm: swapper/0 Tainted: G W 4.1.21-v7+ #872 | |
[ 0.082079] Hardware name: BCM2709 | |
[ 0.082117] [<800185d0>] (unwind_backtrace) from [<80013f38>] (show_stack+0x20/0x24) | |
[ 0.082173] [<80013f38>] (show_stack) from [<80573120>] (dump_stack+0xd4/0x118) | |
[ 0.082226] [<80573120>] (dump_stack) from [ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.000000] Booting Linux on physical CPU 0x0 | |
[ 0.000000] Initializing cgroup subsys cpuset | |
[ 0.000000] Initializing cgroup subsys cpu | |
[ 0.000000] Initializing cgroup subsys cpuacct | |
[ 0.000000] Linux version 4.1.21-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.9.3 (crosstool-NG crosstool-ng-1.22.0-88-g8460611) ) #872 SMP Wed Apr 6 17:34:14 BST 2016 | |
[ 0.000000] CPU: ARMv7 Processor [410fd034] revision 4 (ARMv7), cr=10c5383d | |
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
[ 0.000000] Machine model: Raspberry Pi 3 Model B Rev 1.2 | |
[ 0.000000] cma: Reserved 8 MiB at 0x3a400000 | |
[ 0.000000] Memory policy: Data cache writealloc | |
[ 0.000000] [bcm2709_smp_init_cpus] enter (9420->f3003010) | |
[ 0.000000] [bcm2709_smp_init_cpus] ncores=4 | |
[ 0.000000] PERCPU: Embedded 12 pages/cpu @bafac000 s20416 r8192 d20544 u49152 | |
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 239540 | |
[ 0.000000] Kernel command line: 8250.nr_uarts=1 dma.dmachans=0x7f35 bcm2708_fb.fbwidth=1824 bcm2708_fb.fbheight=984 bcm2709.boardrev=0xa02082 bcm2709.serial=0x8f6bc316 smsc95xx.macaddr=B8:27:EB:6B:C3:16 bcm2708_fb.fbswap=1 bcm2709.uart_clock=48000000 vc_mem.mem_base=0x3dc00000 vc_mem.mem_size=0x3f000000 dwc_otg.lpm_enable=0 console=ttyAMA0,115200 kgdboc=ttyAMA0,115200 console=tty1 root=/dev/mmcblk0p2 rootfstype=ext4 rootwait | |
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes) | |
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes) | |
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes) | |
[ 0.000000] Memory: 939360K/966656K available (6064K kernel code, 534K rwdata, 1664K rodata, 444K init, 757K bss, 19104K reserved, 8192K cma-reserved) | |
[ 0.000000] Virtual kernel memory layout: | |
[ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB) | |
[ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB) | |
[ 0.000000] vmalloc : 0xbb800000 - 0xff000000 (1080 MB) | |
[ 0.000000] lowmem : 0x80000000 - 0xbb000000 ( 944 MB) | |
[ 0.000000] modules : 0x7f000000 - 0x80000000 ( 16 MB) | |
[ 0.000000] .text : 0x80008000 - 0x8079462c (7730 kB) | |
[ 0.000000] .init : 0x80795000 - 0x80804000 ( 444 kB) | |
[ 0.000000] .data : 0x80804000 - 0x80889b10 ( 535 kB) | |
[ 0.000000] .bss : 0x8088c000 - 0x809497dc ( 758 kB) | |
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1 | |
[ 0.000000] Hierarchical RCU implementation. | |
[ 0.000000] Additional per-CPU info printed with stalls. | |
[ 0.000000] NR_IRQS:608 | |
[ 0.000000] Architected 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.000008] sched_clock: 56 bits at 19MHz, resolution 52ns, wraps every 4398046511078ns | |
[ 0.000025] Switching to timer-based delay loop, resolution 52ns | |
[ 0.000236] Console: colour dummy device 80x30 | |
[ 0.001281] console [tty1] enabled | |
[ 0.001332] Calibrating delay loop (skipped), value calculated using timer frequency.. 38.40 BogoMIPS (lpj=192000) | |
[ 0.001400] pid_max: default: 32768 minimum: 301 | |
[ 0.001721] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes) | |
[ 0.001763] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes) | |
[ 0.002759] Initializing cgroup subsys blkio | |
[ 0.002809] Initializing cgroup subsys memory | |
[ 0.002856] Initializing cgroup subsys devices | |
[ 0.002897] Initializing cgroup subsys freezer | |
[ 0.002946] Initializing cgroup subsys net_cls | |
[ 0.003017] CPU: Testing write buffer coherency: ok | |
[ 0.003103] ftrace: allocating 20317 entries in 60 pages | |
[ 0.048524] CPU0: update cpu_capacity 1024 | |
[ 0.048590] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000 | |
[ 0.048624] [bcm2709_smp_prepare_cpus] enter | |
[ 0.048775] Setting up static identity map for 0x8240 - 0x8274 | |
[ 0.050559] [bcm2709_boot_secondary] cpu:1 started (0) 18 | |
[ 0.050906] [bcm2709_secondary_init] enter cpu:1 | |
[ 0.050948] CPU1: update cpu_capacity 1024 | |
[ 0.050954] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001 | |
[ 0.051334] [bcm2709_boot_secondary] cpu:2 started (0) 17 | |
[ 0.051587] [bcm2709_secondary_init] enter cpu:2 | |
[ 0.051608] CPU2: update cpu_capacity 1024 | |
[ 0.051615] CPU2: thread -1, cpu 2, socket 0, mpidr 80000002 | |
[ 0.051979] [bcm2709_boot_secondary] cpu:3 started (0) 17 | |
[ 0.052161] [bcm2709_secondary_init] enter cpu:3 | |
[ 0.052181] CPU3: update cpu_capacity 1024 | |
[ 0.052187] CPU3: thread -1, cpu 3, socket 0, mpidr 80000003 | |
[ 0.052249] Brought up 4 CPUs | |
[ 0.052347] SMP: Total of 4 processors activated (153.60 BogoMIPS). | |
[ 0.052377] CPU: All CPU(s) started in HYP mode. | |
[ 0.052403] CPU: Virtualization extensions available. | |
[ 0.053092] devtmpfs: initialized | |
[ 0.072980] VFP support v0.3: implementor 41 architecture 3 part 40 variant 3 rev 4 | |
[ 0.073263] clocksource jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns | |
[ 0.074129] pinctrl core: initialized pinctrl subsystem | |
[ 0.074676] NET: Registered protocol family 16 | |
[ 0.079759] DMA: preallocated 4096 KiB pool for atomic coherent allocations | |
[ 0.080709] bcm2709.uart_clock = 48000000 | |
[ 0.081467] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.081644] irq: no irq domain found for /soc/local_intc ! | |
[ 0.081820] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.082234] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.082386] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.082644] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.082828] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.083008] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.083201] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.083392] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.083571] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.083782] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.084249] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.084610] irq: no irq domain found for /soc/local_intc ! | |
[ 0.084907] irq: no irq domain found for /soc/local_intc ! | |
[ 0.086046] bcm2709: Mini UART enabled | |
[ 0.086114] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers. | |
[ 0.086160] hw-breakpoint: maximum watchpoint size is 8 bytes. | |
[ 0.086329] Serial: AMBA PL011 UART driver | |
[ 0.086395] uart-pl011 3f201000.uart: could not find pctldev for node /soc/gpio@7e200000/uart0_pins, deferring probe | |
[ 0.086575] bcm2835-mbox 3f00b880.mailbox: Failed to register a mailbox IRQ handler: -22 | |
[ 0.149236] bcm2708-dmaengine 3f007000.dma: DMA legacy API manager at f3007000, dmachans=0xf35 | |
[ 0.149295] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 2 | |
[ 0.149343] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 2 | |
[ 0.149391] bcm2708-dmaengine 3f007000.dma: failed to get irq for DMA channel 8 | |
[ 0.149440] bcm2708-dmaengine 3f007000.dma: Initialized 0 DMA channels (+ 1 legacy) | |
[ 0.149496] bcm2708-dmaengine 3f007000.dma: Load BCM2835 DMA engine driver | |
[ 0.149530] bcm2708-dmaengine 3f007000.dma: dma_debug:0 | |
[ 0.150133] SCSI subsystem initialized | |
[ 0.150345] usbcore: registered new interface driver usbfs | |
[ 0.150455] usbcore: registered new interface driver hub | |
[ 0.150576] usbcore: registered new device driver usb | |
[ 0.151034] raspberrypi-firmware soc:firmware: Failed to get mbox channel: -16 | |
[ 0.151092] raspberrypi-firmware: probe of soc:firmware failed with error -16 | |
[ 0.152471] Switched to clocksource arch_sys_counter | |
[ 0.194131] FS-Cache: Loaded | |
[ 0.194411] CacheFiles: Loaded | |
[ 0.203648] NET: Registered protocol family 2 | |
[ 0.204612] TCP established hash table entries: 8192 (order: 3, 32768 bytes) | |
[ 0.204752] TCP bind hash table entries: 8192 (order: 4, 65536 bytes) | |
[ 0.204963] TCP: Hash tables configured (established 8192 bind 8192) | |
[ 0.205078] UDP hash table entries: 512 (order: 2, 16384 bytes) | |
[ 0.205146] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes) | |
[ 0.205466] NET: Registered protocol family 1 | |
[ 0.205796] RPC: Registered named UNIX socket transport module. | |
[ 0.205828] RPC: Registered udp transport module. | |
[ 0.205856] RPC: Registered tcp transport module. | |
[ 0.205883] RPC: Registered tcp NFSv4.1 backchannel transport module. | |
[ 0.206818] CPU PMU: Failed to parse /soc/arm-pmu/interrupt-affinity[0] | |
[ 0.206883] hw perfevents: enabled with armv7_cortex_a7 PMU driver, 7 counters available | |
[ 0.207998] futex hash table entries: 1024 (order: 4, 65536 bytes) | |
[ 0.221536] VFS: Disk quotas dquot_6.6.0 | |
[ 0.221832] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes) | |
[ 0.223941] FS-Cache: Netfs 'nfs' registered for caching | |
[ 0.224883] NFS: Registering the id_resolver key type | |
[ 0.224945] Key type id_resolver registered | |
[ 0.224973] Key type id_legacy registered | |
[ 0.227086] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) | |
[ 0.227254] io scheduler noop registered | |
[ 0.227294] io scheduler deadline registered | |
[ 0.227595] io scheduler cfq registered (default) | |
[ 0.228033] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.228903] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled | |
[ 0.230571] irq: no irq domain found for /soc/interrupt-controller@7e00b200 ! | |
[ 0.230812] 3f215040.uart: ttyS0 at MMIO 0x3f215040 (irq = 0, base_baud = 50000000) is a 16550 | |
[ 0.231778] vc-cma: Videocore CMA driver | |
[ 0.231808] vc-cma: vc_cma_base = 0x00000000 | |
[ 0.231836] vc-cma: vc_cma_size = 0x00000000 (0 MiB) | |
[ 0.231864] vc-cma: vc_cma_initial = 0x00000000 (0 MiB) | |
[ 0.232048] vc-mem: phys_addr:0x00000000 mem_base=0x3dc00000 mem_size:0x3f000000(1008 MiB) | |
[ 0.243426] brd: module loaded | |
[ 0.250393] loop: module loaded | |
[ 0.250700] Loading iSCSI transport class v2.0-870. | |
[ 0.251420] usbcore: registered new interface driver smsc95xx | |
[ 0.251489] dwc_otg: version 3.00a 10-AUG-2012 (platform bus) | |
[ 0.451782] Core Release: 2.80a | |
[ 0.451814] Setting default values for core params | |
[ 0.451867] Finished setting default values for core params | |
[ 0.452176] ERROR::dwc_otg_driver_probe:917: request of irq-517 failed | |
[ 0.452176] | |
[ 0.452238] dwc_otg: probe of 3f980000.usb failed with error -16 | |
[ 0.452625] usbcore: registered new interface driver usb-storage | |
[ 0.452855] mousedev: PS/2 mouse device common for all mice | |
[ 0.453216] bcm2835-cpufreq:bcm2835_cpufreq_driver_init:153: Firmware is not available | |
[ 0.453267] bcm2835-cpufreq:bcm2835_cpufreq_driver_init:153: Firmware is not available | |
[ 0.453315] bcm2835-cpufreq:bcm2835_cpufreq_driver_init:153: Firmware is not available | |
[ 0.453363] bcm2835-cpufreq:bcm2835_cpufreq_driver_init:153: Firmware is not available | |
[ 0.453475] sdhci: Secure Digital Host Controller Interface driver | |
[ 0.453505] sdhci: Copyright(c) Pierre Ossman | |
[ 0.454690] sdhost: log_buf @ ba800000 (fa800000) | |
[ 0.454815] sdhost-bcm2835 3f202000.sdhost: get IRQ failed | |
[ 0.454885] sdhost-bcm2835: probe of 3f202000.sdhost failed with error -22 | |
[ 0.457078] mmc-bcm2835 3f300000.mmc: get IRQ failed | |
[ 0.457135] mmc-bcm2835: probe of 3f300000.mmc failed with error -22 | |
[ 0.457243] sdhci-pltfm: SDHCI platform and OF driver helper | |
[ 0.457500] ledtrig-cpu: registered to indicate activity on CPUs | |
[ 0.457646] hidraw: raw HID events driver (C) Jiri Kosina | |
[ 0.457871] usbcore: registered new interface driver usbhid | |
[ 0.457902] usbhid: USB HID core driver | |
[ 0.458341] Initializing XFRM netlink socket | |
[ 0.458391] NET: Registered protocol family 17 | |
[ 0.458523] Key type dns_resolver registered | |
[ 0.458938] Registering SWP/SWPB emulation handler | |
[ 0.459566] registered taskstats version 1 | |
[ 0.459778] vc-sm: Videocore shared memory driver | |
[ 0.460165] 3f201000.uart: ttyAMA0 at MMIO 0x3f201000 (irq = 0, base_baud = 0) is a PL011 rev2 | |
[ 1.551942] console [ttyAMA0] enabled | |
[ 1.557310] Waiting for root device /dev/mmcblk0p2... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any solution for the above problem?