Skip to content

Instantly share code, notes, and snippets.

@ConchuOD
Created November 12, 2022 21:32
Show Gist options
  • Save ConchuOD/47fd47dfa1f49eb4b0f2fb2a68852a7c to your computer and use it in GitHub Desktop.
Save ConchuOD/47fd47dfa1f49eb4b0f2fb2a68852a7c to your computer and use it in GitHub Desktop.
Starting kernel ...
[ 0.000000] Linux version 6.0.5-rt14-00006-g0fda08a972f4-dirty (conor@spud) (ClangBuiltLinux clang version 16.0.0 (git@github.com:llvm/llvm-project.git b1fdeeec1a5a570be57bca17fcc647892d2030ab), LLD 16.0.0) #1 SMP PREEMPT_RT @7
[ 0.000000] OF: fdt: Ignoring memory range 0x80000000 - 0x80200000
[ 0.000000] Machine model: Microchip PolarFire-SoC Icicle Kit
[ 0.000000] earlycon: ns16550a0 at MMIO32 0x0000000020100000 (options '115200n8')
[ 0.000000] printk: bootconsole [ns16550a0] enabled
[ 0.000000] printk: debug: skip boot console de-registration.
[ 0.000000] efi: UEFI not found.
[ 0.000000] Zone ranges:
[ 0.000000] DMA32 [mem 0x0000000080200000-0x00000000adffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080200000-0x00000000adffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080200000-0x00000000adffffff]
[ 0.000000] On node 0, zone DMA32: 512 pages in unavailable ranges
[ 0.000000] On node 0, zone DMA32: 8192 pages in unavailable ranges
[ 0.000000] SBI specification v0.3 detected
[ 0.000000] SBI implementation ID=0x1 Version=0x10000
[ 0.000000] SBI TIME extension detected
[ 0.000000] SBI IPI extension detected
[ 0.000000] SBI RFENCE extension detected
[ 0.000000] SBI SRST extension detected
[ 0.000000] SBI HSM extension detected
[ 0.000000] CPU with hartid=0 is not available
[ 0.000000] CPU with hartid=0 is not available
[ 0.000000] CPU with hartid=0 is not available
[ 0.000000] riscv: base ISA extensions acdfim
[ 0.000000] riscv: ELF capabilities acdfim
[ 0.000000] percpu: Embedded 28 pages/cpu s76448 r8192 d30048 u114688
[ 0.000000] CPU node for /cpus/cpu@0 exist but the possible cpu range is :0-3
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 185335
[ 0.000000] Kernel command line: earlycon keep_bootcon
[ 0.000000] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.000000] mem auto-init: stack:all(zero), heap alloc:off, heap free:off
[ 0.000000] Virtual kernel memory layout:
[ 0.000000] fixmap : 0xffffffc6fee00000 - 0xffffffc6ff000000 (2048 kB)
[ 0.000000] pci io : 0xffffffc6ff000000 - 0xffffffc700000000 ( 16 MB)
[ 0.000000] vmemmap : 0xffffffc700000000 - 0xffffffc800000000 (4096 MB)
[ 0.000000] vmalloc : 0xffffffc800000000 - 0xffffffd800000000 ( 64 GB)
[ 0.000000] modules : 0xffffffff01ecb000 - 0xffffffff80000000 (2017 MB)
[ 0.000000] lowmem : 0xffffffd800000000 - 0xffffffd82de00000 ( 734 MB)
[ 0.000000] kernel : 0xffffffff80000000 - 0xffffffffffffffff (2047 MB)
[ 0.000000] Memory: 673984K/751616K available (9264K kernel code, 3825K rwdata, 4096K rodata, 2264K init, 11102K bss, 77632K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] trace event string verifier disabled
[ 0.000000] Running RCU self tests
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU lockdep checking is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=4.
[ 0.000000] rcu: RCU priority boosting: priority 1 delay 500 ms.
[ 0.000000] rcu: RCU_SOFTIRQ processing moved to rcuc kthreads.
[ 0.000000] rcu: RCU debug extended QS entry/exit.
[ 0.000000] No expedited grace period (rcu_normal_after_boot).
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] CPU with hartid=0 is not available
[ 0.000000] riscv-intc: unable to find hart id for /cpus/cpu@0/interrupt-controller
[ 0.000000] riscv-intc: 64 local interrupts mapped
[ 0.000000] plic: interrupt-controller@c000000: mapped 186 interrupts with 4 handlers for 9 contexts.
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] riscv-timer: riscv_timer_init_dt: Registering clocksource cpuid [0] hartid [1]
[ 0.000000] clocksource: riscv_clocksource: mask: 0xffffffffffffffff max_cycles: 0x1d854df40, max_idle_ns: 3526361616960 ns
[ 0.000004] sched_clock: 64 bits at 1000kHz, resolution 1000ns, wraps every 2199023255500ns
[ 0.002327] Console: colour dummy device 80x25
[ 0.417076] printk: console [tty0] enabled
[ 0.417122] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.417132] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.417143] ... MAX_LOCK_DEPTH: 48
[ 0.417154] ... MAX_LOCKDEP_KEYS: 8192
[ 0.417164] ... CLASSHASH_SIZE: 4096
[ 0.417175] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.417186] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.417196] ... CHAINHASH_SIZE: 32768
[ 0.417207] memory used by lock dependency info: 6365 kB
[ 0.417219] memory used for stack traces: 4224 kB
[ 0.417230] per task-struct memory footprint: 1920 bytes
[ 0.417241] ------------------------
[ 0.417248] | Locking API testsuite:
[ 0.417256] ----------------------------------------------------------------------------
[ 0.417265] | spin |wlock |rlock |mutex | wsem | rsem |rtmutex
[ 0.417276] --------------------------------------------------------------------------
[ 0.417324] A-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.477410] A-B-B-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.543787] A-B-B-C-C-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.617885] A-B-C-A-B-C deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.691976] A-B-B-C-C-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.773874] A-B-C-D-B-D-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.855773] A-B-C-D-B-C-D-A deadlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.937639] double unlock: ok | ok | ok | ok | ok | ok | ok |
[ 0.996147] initialize held: ok | ok | ok | ok | ok | ok | ok |
[ 1.051489] --------------------------------------------------------------------------
[ 1.051500] recursive read-lock: | ok | | ok |
[ 1.069264] recursive read-lock #2: | ok | | ok |
[ 1.085990] mixed read-write-lock: | ok | | ok |
[ 1.102750] mixed write-read-lock: | ok | | ok |
[ 1.119544] mixed read-lock/lock-write ABBA: | ok | | ok |
[ 1.138554] mixed read-lock/lock-read ABBA: | ok | | ok |
[ 1.157545] mixed write-lock/lock-write ABBA: | ok | | ok |
[ 1.176577] chain cached mixed R-L/L-W ABBA: | ok |
[ 1.186128] rlock W1R2/W2R3/W3R1/123: | ok |
[ 1.196811] rlock W1R2/W2R3/W3R1/132: | ok |
[ 1.207479] rlock W1R2/W2R3/W3R1/213: | ok |
[ 1.218156] rlock W1R2/W2R3/W3R1/231: | ok |
[ 1.228833] rlock W1R2/W2R3/W3R1/312: | ok |
[ 1.239511] rlock W1R2/W2R3/W3R1/321: | ok |
[ 1.250190] rlock W1W2/R2R3/W3R1/123: | ok |
[ 1.260874] rlock W1W2/R2R3/W3R1/132: | ok |
[ 1.271564] rlock W1W2/R2R3/W3R1/213: | ok |
[ 1.282253] rlock W1W2/R2R3/W3R1/231: | ok |
[ 1.292904] rlock W1W2/R2R3/W3R1/312: | ok |
[ 1.303604] rlock W1W2/R2R3/W3R1/321: | ok |
[ 1.314264] rlock W1W2/R2R3/R3W1/123: | ok |
[ 1.324933] rlock W1W2/R2R3/R3W1/132: | ok |
[ 1.335594] rlock W1W2/R2R3/R3W1/213: | ok |
[ 1.346259] rlock W1W2/R2R3/R3W1/231: | ok |
[ 1.356924] rlock W1W2/R2R3/R3W1/312: | ok |
[ 1.367583] rlock W1W2/R2R3/R3W1/321: | ok |
[ 1.378254] rlock W1R2/R2R3/W3W1/123: | ok |
[ 1.388932] rlock W1R2/R2R3/W3W1/132: | ok |
[ 1.399610] rlock W1R2/R2R3/W3W1/213: | ok |
[ 1.410285] rlock W1R2/R2R3/W3W1/231: | ok |
[ 1.420956] rlock W1R2/R2R3/W3W1/312: | ok |
[ 1.431641] rlock W1R2/R2R3/W3W1/321: | ok |
[ 1.442320] --------------------------------------------------------------------------
[ 1.442330] hard-irqs-on + irq-safe-A/12: ok | ok | ok |
[ 1.467437] hard-irqs-on + irq-safe-A/21: ok | ok | ok |
[ 1.492565] hard-safe-A + irqs-on/12: ok | ok | ok |
[ 1.517696] hard-safe-A + irqs-on/21: ok | ok | ok |
[ 1.542831] hard-safe-A + unsafe-B #1/123: ok | ok | ok |
[ 1.571319] hard-safe-A + unsafe-B #1/132: ok | ok | ok |
[ 1.599763] hard-safe-A + unsafe-B #1/213: ok | ok | ok |
[ 1.628238] hard-safe-A + unsafe-B #1/231: ok | ok | ok |
[ 1.656635] hard-safe-A + unsafe-B #1/312: ok | ok | ok |
[ 1.682861] hard-safe-A + unsafe-B #1/321: ok | ok | ok |
[ 1.711251] hard-safe-A + unsafe-B #2/123: ok | ok | ok |
[ 1.739683] hard-safe-A + unsafe-B #2/132: ok | ok | ok |
[ 1.768081] hard-safe-A + unsafe-B #2/213: ok | ok | ok |
[ 1.796519] hard-safe-A + unsafe-B #2/231: ok | ok | ok |
[ 1.824920] hard-safe-A + unsafe-B #2/312: ok | ok | ok |
[ 1.853335] hard-safe-A + unsafe-B #2/321: ok | ok | ok |
[ 1.881731] hard-irq lock-inversion/123: ok | ok | ok |
[ 1.910201] hard-irq lock-inversion/132: ok | ok | ok |
[ 1.938642] hard-irq lock-inversion/213: ok | ok | ok |
[ 1.967116] hard-irq lock-inversion/231: ok | ok | ok |
[ 1.995540] hard-irq lock-inversion/312: ok | ok | ok |
[ 2.023996] hard-irq lock-inversion/321: ok | ok | ok |
[ 2.052424] hard-irq read-recursion/123: | ok | ok |
[ 2.070352] hard-irq read-recursion/132: | ok | ok |
[ 2.089348] hard-irq read-recursion/213: | ok | ok |
[ 2.107260] hard-irq read-recursion/231: | ok | ok |
[ 2.125154] hard-irq read-recursion/312: | ok | ok |
[ 2.144154] hard-irq read-recursion/321: | ok | ok |
[ 2.163147] hard-irq read-recursion #2/123: | ok | ok |
[ 2.182120] hard-irq read-recursion #2/132: | ok | ok |
[ 2.201083] hard-irq read-recursion #2/213: | ok | ok |
[ 2.220064] hard-irq read-recursion #2/231: | ok | ok |
[ 2.239004] hard-irq read-recursion #2/312: | ok | ok |
[ 2.257959] hard-irq read-recursion #2/321: | ok | ok |
[ 2.276902] hard-irq read-recursion #3/123: | ok | ok |
[ 2.295876] hard-irq read-recursion #3/132: | ok | ok |
[ 2.314845] hard-irq read-recursion #3/213: | ok | ok |
[ 2.333825] hard-irq read-recursion #3/231: | ok | ok |
[ 2.352773] hard-irq read-recursion #3/312: | ok | ok |
[ 2.371744] hard-irq read-recursion #3/321: | ok | ok |
[ 2.390685] --------------------------------------------------------------------------
[ 2.390695] | Wound/wait tests |
[ 2.390703] ---------------------
[ 2.390710] ww api failures: ok | ok | ok |
[ 2.418131] ww contexts mixing: ok | ok |
[ 2.435884] finishing ww context: ok | ok | ok | ok |
[ 2.471377] locking mismatches: ok | ok | ok |
[ 2.498562] EDEADLK handling: ok | ok | ok | ok | ok | ok | ok | ok | ok | ok |
[ 2.594018] spinlock nest unlocked: ok |
[ 2.602375] spinlock nest test: ok |
[ 2.613011] -----------------------------------------------------
[ 2.613021] |block | try |context|
[ 2.613030] -----------------------------------------------------
[ 2.613038] context: ok | ok | ok |
[ 2.641352] try: ok | ok | ok |
[ 2.667491] block: ok | ok | ok |
[ 2.693622] spinlock: ok | ok | ok |
[ 2.723236] --------------------
[ 2.723245] | fs_reclaim tests |
[ 2.723252] --------------------
[ 2.723258] correct nesting: ok |
[ 2.730633] wrong nesting: ok |
[ 2.737942] protected nesting: ok |
[ 2.745250] --------------------------------------------------------------------------
[ 2.745260] | local_lock tests |
[ 2.745267] ---------------------
[ 2.745274] local_lock inversion 2: ok |
[ 2.754809] local_lock inversion 3A: ok |
[ 2.765447] local_lock inversion 3B: ok |
[ 2.776101] hardirq_unsafe_softirq_safe: ok |
[ 2.788972] -------------------------------------------------------
[ 2.788982] Good, all 247 testcases passed! |
[ 2.788997] ---------------------------------
[ 2.789326] Calibrating delay loop (skipped), value calculated using timer frequency.. 2.00 BogoMIPS (lpj=4000)
[ 2.789361] pid_max: default: 32768 minimum: 301
[ 2.793181] Mount-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 2.793305] Mountpoint-cache hash table entries: 2048 (order: 2, 16384 bytes, linear)
[ 2.830353] cblist_init_generic: Setting adjustable number of callback queues.
[ 2.830493] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 3.857140] cblist_init_generic: Setting shift to 2 and lim to 1.
[ 3.866424] Running RCU-tasks wait API self tests
[ 3.976862] riscv: ELF compat mode failed
[ 3.976911] ASID allocator disabled (0 bits)
[ 3.993949] Callback from call_rcu_tasks_trace() invoked.
[ 3.995804] printk: console [tty0] printing thread started
[ 3.996526] rcu: Hierarchical SRCU implementation.
[ 3.996538] rcu: Max phase no-delay instances is 1000.
[ 3.998205] printk: bootconsole [ns16550a0] printing thread started
[ 4.021548] EFI services will not be available.
[ 4.036642] smp: Bringing up secondary CPUs ...
[ 4.069240] BUG: sleeping function called from invalid context at kernel/locking/spinlock_rt.c:46
[ 4.069262] in_atomic(): 1, irqs_disabled(): 1, non_block: 0, pid: 0, name: swapper/1
[ 4.069283] preempt_count: 1, expected: 0
[ 4.069295] RCU nest depth: 1, expected: 1
[ 4.069308] 3 locks held by swapper/1/0:
[ 4.069324] #0: ffffffd82cda3b58 (&pcp->lock){+.+.}-{2:2}, at: get_page_from_freelist+0x220/0x1094
[ 4.069410] #1: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 4.069475] #2: ffffffff813a3e38 (&zone->lock){+.+.}-{2:2}, at: __rmqueue_pcplist+0x156/0xc28
[ 4.069535] irq event stamp: 0
[ 4.069543] hardirqs last enabled at (0): [<0000000000000000>] 0x0
[ 4.069563] hardirqs last disabled at (0): [<ffffffff8000f0c8>] copy_process+0x50c/0xdaa
[ 4.069600] softirqs last enabled at (0): [<ffffffff8000f0d6>] copy_process+0x51a/0xdaa
[ 4.069628] softirqs last disabled at (0): [<0000000000000000>] 0x0
[ 4.069648] Preemption disabled at:
[ 4.069654] [<ffffffff80041346>] migrate_enable+0x32/0x124
[ 4.069690] CPU: 1 PID: 0 Comm: swapper/1 Not tainted 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
[ 4.069719] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
[ 4.069732] Call Trace:
[ 4.069741] [<ffffffff80006628>] show_stack+0x2c/0x38
[ 4.069777] [<ffffffff80900ad4>] dump_stack_lvl+0x64/0x86
[ 4.069806] [<ffffffff80900b0a>] dump_stack+0x14/0x1c
[ 4.069830] [<ffffffff80047534>] __might_resched+0x1bc/0x1c6
[ 4.069865] [<ffffffff80908f7a>] rt_spin_lock+0x42/0xb8
[ 4.069901] [<ffffffff801cab7a>] __rmqueue_pcplist+0x156/0xc28
[ 4.069928] [<ffffffff801cbade>] get_page_from_freelist+0x24e/0x1094
[ 4.069955] [<ffffffff801cb712>] __alloc_pages+0xc6/0x244
[ 4.069981] [<ffffffff801ede42>] new_slab+0x8c/0x4a8
[ 4.070021] [<ffffffff801e955a>] ___slab_alloc+0x5d4/0x9a4
[ 4.070048] [<ffffffff801ea206>] __kmalloc+0xc0/0x1fc
[ 4.070075] [<ffffffff80578296>] detect_cache_attributes+0xb4/0x470
[ 4.070104] [<ffffffff80590520>] update_siblings_masks+0x2c/0x202
[ 4.070135] [<ffffffff80590aa0>] store_cpu_topology+0x30/0x6a
[ 4.070161] [<ffffffff80007756>] smp_callin+0x38/0x66
[ 4.223657] smp: Brought up 1 node, 4 CPUs
[ 4.238078] devtmpfs: initialized
[ 4.407083] Callback from call_rcu_tasks() invoked.
[ 4.419766] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 4.420319] futex hash table entries: 1024 (order: 5, 196608 bytes, linear)
[ 4.424525] pinctrl core: initialized pinctrl subsystem
[ 4.446849] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 4.455305] DMA: preallocated 128 KiB GFP_KERNEL pool for atomic allocations
[ 4.456374] DMA: preallocated 128 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 4.478491] cpuidle: using governor menu
[ 5.199084] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 5.199103] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 5.326694] SCSI subsystem initialized
[ 5.345265] usbcore: registered new interface driver usbfs
[ 5.354873] usbcore: registered new interface driver hub
[ 5.356173] usbcore: registered new device driver usb
[ 5.412531] vgaarb: loaded
[ 5.416751] clocksource: Switched to clocksource riscv_clocksource
[ 5.781620] NET: Registered PF_INET protocol family
[ 5.786271] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 5.805496] tcp_listen_portaddr_hash hash table entries: 512 (order: 4, 69632 bytes, linear)
[ 5.806186] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 5.806325] TCP established hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 5.814130] TCP bind hash table entries: 8192 (order: 8, 1114112 bytes, linear)
[ 5.825611] TCP: Hash tables configured (established 8192 bind 8192)
[ 5.829718] UDP hash table entries: 512 (order: 5, 147456 bytes, linear)
[ 5.831959] UDP-Lite hash table entries: 512 (order: 5, 147456 bytes, linear)
[ 5.837749] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 5.851133] RPC: Registered named UNIX socket transport module.
[ 5.851185] RPC: Registered udp transport module.
[ 5.851223] RPC: Registered tcp transport module.
[ 5.851260] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 5.851321] PCI: CLS 0 bytes, default 64
[ 5.863753] Unpacking initramfs...
[ 5.914401] workingset: timestamp_bits=62 max_order=18 bucket_order=0
[ 6.501029] NFS: Registering the id_resolver key type
[ 6.502716] Key type id_resolver registered
[ 6.502769] Key type id_legacy registered
[ 6.520384] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 6.533755] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 6.539664] 9p: Installing v9fs 9p2000 file system support
[ 6.557247] NET: Registered PF_ALG protocol family
[ 6.559240] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[ 6.559550] io scheduler mq-deadline registered
[ 6.559598] io scheduler kyber registered
[ 6.601518] microchip-pcie 2000000000.pcie: host bridge /soc/pcie@2000000000 ranges:
[ 6.601829] microchip-pcie 2000000000.pcie: MEM 0x2008000000..0x2087ffffff -> 0x0008000000
[ 6.809078] microchip-pcie 2000000000.pcie: ECAM at [mem 0x2000000000-0x2007ffffff] for [bus 00-7f]
[ 6.816840] microchip-pcie 2000000000.pcie: PCI host bridge to bus 0000:00
[ 6.816956] pci_bus 0000:00: root bus resource [bus 00-7f]
[ 6.817035] pci_bus 0000:00: root bus resource [mem 0x2008000000-0x2087ffffff] (bus address [0x08000000-0x87ffffff])
[ 6.817872] pci 0000:00:00.0: [2901:1506] type 00 class 0x150629
[ 6.817981] pci 0000:00:00.0: [Firmware Bug]: reg 0x10: invalid BAR (can't size)
[ 6.818068] pci 0000:00:00.0: [Firmware Bug]: reg 0x18: invalid BAR (can't size)
[ 6.818155] pci 0000:00:00.0: [Firmware Bug]: reg 0x20: invalid BAR (can't size)
[ 6.818240] pci 0000:00:00.0: [Firmware Bug]: reg 0x30: invalid BAR (can't size)
(Repeats a bunch, I cut it out. Nothing to do with rt, caused by FPGA bitstream)
[ 7.211200] L2CACHE: DataError @ 0x00000000.0807FFF8
[ 7.211343] L2CACHE: DataError @ 0x00000000.0807FFF8
[ 7.219111] L2CACHE: DataFail @ 0x00000000.0807FFE8
[ 7.219220] L2CACHE: DataFail @ 0x00000000.0807FFE8
(and these are normal too)
[ 7.224527] L2CACHE: No. of Banks in the cache: 4
[ 7.224543] L2CACHE: No. of ways per bank: 16
[ 7.224556] L2CACHE: Sets per bank: 512
[ 7.224568] L2CACHE: Bytes per cache block: 64
[ 7.224581] L2CACHE: Index of the largest way enabled: 11
[ 9.347542] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[ 9.446653] printk: console [ttyS1[] printing thread started
9.442714] 20100000.serial: ttyS1 at MMIO 0x20100000 (irq = 44, base_baud = 9375000) [ 9.460849] printk: console [ttyS1] enabled
is a 16550A
[ 9.446653] printk: console [ttyS1] printing thread started
[ 9.460849] printk: console [ttyS1] enabled
[ 9.508494] 20102000.serial: ttyS2 at MMIO 0x20102000 (irq = 45, base_baud = 9375000) is a 16550A
[ 9.508494] 20102000.serial: ttyS2 at MMIO 0x20102000 (irq = 45, base_baud = 9375000) is a 16550A
[ 9.552283] 20104000.serial: ttyS3 at MMIO 0x20104000 (irq = 46, base_baud = 9375000) is a 16550A
[ 9.552283] 20104000.serial: ttyS3 at MMIO 0x20104000 (irq = 46, base_baud = 9375000) is a 16550A
[ 9.595099] 20106000.serial: ttyS0 at MMIO 0x20106000 (irq = 47, base_baud = 9375000) is a 16550A
[ 9.595099] 20106000.serial: ttyS0 at MMIO 0x20106000 (irq = 47, base_baud = 9375000) is a 16550A
[ 10.027908] loop: module loaded
[ 10.027908] loop: module loaded
[ 10.063440] zram: Added device: zram0
[ 10.063440] zram: Added device: zram0
[ 10.144479] microchip-cor[ 10.144479] microchip-corespi 20108000.spi: Registered SPI controller 0
espi 20108000.spi: Registered SPI controller 0
[ 10.176584] microchip-corespi 20[ 10.176584] microchip-corespi 20109000.spi: Registered SPI controller 1
109000.spi: Registered SPI controller 1
[ 13.450918] Freeing initrd mem[ory: 15604K
13.450918] Freeing initrd memory: 15604K
[ [ 15.603603] macb 20110000.ethernet eth0: Cadence GEM rev 0x0107010c at 0x20110000 irq 50 (00:04:a3:a8:7b:fa)
15.603603] macb 20110000.ethernet eth0: Cadence GEM rev 0x0107010c at 0x20110000 irq 50 (00:04:a3:a8:7b:fa)
[ 15.846534] mac[ 15.846534] macb 20112000.ethernet eth1: Cadence GEM rev 0x01070b10c at 0x20112000 irq 54 (00:04:a3:a8:7b:f9)
20112000[ 15.848491] e1000e: Intel(R) PRO/1000 Network Driver
.[ 15.848504] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
etherne[ 15.855991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
t eth1: Cadence GEM rev 0x010[ 15.856009] ehci-pci: EHCI PCI platform driver
7010c a[ 15.859226] ehci-platform: EHCI generic platform drivetr
0x20112000 irq 54 (00:04:a3:a8:7b:f9)
[ [ 15.861543] ohci_hcd: USB 1.1 'Open' H ost Controller (OHCI) Driver
[ 15.861978] ohci-pci: OHCI PCI platform driver
15.848491] [ 15.865219] ohci-platform: OHCI generice platform driver
1000e: Intel(R) PRO/1000 Network[ 15.884259] usbcore: registered new interface driver uas
Driver
[ 15.848504] e100[ 15.886823] usbcore: registered new interface driver usb-storage
0e: Copyr[ 15.927136] musb-hdrc musb-hdrc.1.auto: MUSB HDRC host driver
i[ 15.929957] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
ght(c) 1999 - 2015 Intel Corporation.
[ 15.855991] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 15.856009] ehci-pci: EHCI PCI platform driver
[ 15.859226] ehci-platform: EHCI generic platform driver
[ 15.861543] ohci_hcd: USB 1.1 'Open' Host Con[ 15.969967] hub 1-0:1.0: USB hub found
tr[ 15.971637] hub 1-0:1.0: 1 port detected
oller (OHCI) Driver
[ 15.861978] ohci-pci: OHCI PCI platform driver
[ 15.865219] ohci-platform: OHCI generic platform driver
[ 15.884259] usbcore: registered new interface driver uas
[ 15.886823] usbcore:[ 15.998463] mpfs-musb 2020 1000.usb: Registered MPFS MUSB driver
registered new interface driver usb-storage
[ 15.927136] musb-hdrc musb-hdrc.1.auto: [ 16.014190] mousedev: PS/2 mouse device common for all mice
MUSB HDRC host driver
[ 16.024574] i2c_dev: i2c /dev entrie
s driver
[ 15.929957] musb-hdrc musb-hdrc.1.auto: new USB bus registered, assigned bus number 1
[ 15.969967] hub 1-0:1.0: USB hub found
[ 15.971637] hub 1-0:1.0: 1 port detected
[ 15.998463] mpfs-musb 20201000.usb: Registered MPFS MUSB dr[ 16.049236] microchip-corei2c 2010a00i0.i2c: registered CoreI2C bus driver
ver
[ 16.014190] mousedev: PS/2 mouse device common for all mice
[ 16.024574] i2c_dev: i2c /dev entries driver
[ 16.049236] microchip-corei2c 2010a000.i2c: register[ 16.074764] microchip-corei2c 2010b000e.i2c: registered CoreI2C bus driver
d CoreI2C bus driver
[ 16.074764] microchip-corei2c 2010b000.i2c: registered CoreI2C bus driver
[ [ 16.098910] microchip-corei2c 440000 00.i2c: registered CoreI2C bus driver
16.098910] microchip-corei2c 44000000.i2c: registered CoreI2C bus driver
[[ 16.121795] sdhci: Secure Digital Host Controller Interface driver
[ 16.121810] sdhci: Copyright(c) Pierre Ossman
16.121795] s[ 16.122778] sdhci-pltfm: SDHCI platform and OF driver helper
dhci:[ 16.138457] usbcore: registered new interface driver usbhid
Secu[ 16.138476] usbhid: USB HID core driver
re Di[ 16.141820] mpfs-mailbox 37020000.mailbox: invalid resource
gital H[ 16.145388] mpfs-mailbox 37020000.mailbox: Registered MPFS mailbox controller driver
ost Controller I[ 16.154450] riscv-pmu-sbi: SBI PMU extension is available
n[ 16.154659] riscv-pmu-sbi: 15 firmware and 4 hardware counters
te[ 16.154679] riscv-pmu-sbi: Perf sampling/filtering is not supported as sscof extension is not available
rface driver
[ 16.178661] ------------[ cut here ]------------
[ [16.178677] mmc0: Invalid vdd 0x13
16.121810] sdhci: Copyright(c) Pierr[ 16.179449] WARNING: CPU: 0 PID: 9 at driveers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
[ 16.179502] Modules linked in:
Os[ 16.179523] CPU: 0 PID: 9 Comm: kworker/u8:0 Tainted: G W 6.0.5-rts14-00006-g0fda08a972f4-dirty #1
man
[[ 16.179553] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
1[ 16.179568] Workqueue: events_unbound async_run_entry_fn
6[ 16.179609] epc : sdhci_set_power_noreg+0xaa/0x266
.[ 16.179630] ra : sdhci_set_power_noreg+0xaa/0x266
122[ 16.179651] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80404ba50
778] sd[ 16.179669] gp : ffffffff813ed778 tp : ffffffd80234a980 t0 : 0000000400000000
hci-pltfm[ 16.179688] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80404ba70
: SDHCI[ 16.179705] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
platform and[ 16.179723] a2 : 0000000000000001 a3 : 0000000000000008 a4 : 0000000000000000
OF driver [ 16.179739] a5 : ffffffff813f34aa a6 : ffffffc80404b6d8 a7 : 0000000000000004
helper[ 16.179757] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
[ 16.179776] s5 : ffffffd82ddf5728 s6 : ffffffff813f383e s7 : ffffffd8051d8f90
[ 1[6.179794] s8 : ffffffff80ec7110 s9 : 00000000000000b0 s10: ffffffff80ec71b0
16[ 16.179813] s11: ffffffd8024710e8 t3 : 000000000000000f t4 : ffffffff80e71440
.1[ 16.179831] t5 : ffffffff810b643e t6 : ffffffff81e7ee67
38457[ 16.179845] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
] usbco[ 16.179863] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
re: registered new[ 16.179888] [<ffffffff80703de4>] mmc_power_up+0xe0/0x1e4
inter[ 16.179922] [<ffffffff80704da8>] mmc_start_host+0x4e/0x82
face d[ 16.179950] [<ffffffff807067ba>] mmc_add_host+0x66/0xa8
river usbhid
[[ 16.179981] [<ffffffff8071c446>] __sdhci _add_host+0x1a8/0x336
16.13[ 16.1800088] [<ffffffff8071c792>] sdhci_add_host+0x1c/0x5e
476] usbhid: USB HID [ 16.180033] [<ffffffff8071fc40>] sdhci_cdns_probe+0x420/0x432
core driver
[ [ 16.180062] [<ffffffff805732f6>] platform_probe+0x7a/0x9a
16.141820][ 16.180096] [<ffffffff80570ff4>] call_driver_probe+0x22/0xa4
mpfs-m[ 16.180122] a[<ffffffff80570eac>] really_probe+0x11a/0x240
ilbox 37020000.mailbox: invalid[ 16.180145] [<ffffffff80570190>] __driver_probe_device+0xac/0xca
resour[ 16.180190] [<ffffffffc80570bca>] driver_probe_device+0x38/0x18e
e
[ 16.180214] [<ffffffff805711f8>] __driver_attach_async_helper+0x50/0xb0
[ [ 16.180240] [<ffffffff8003bac8>] async_run_entry_fn+0x20/0xbc
16[ 16.180270] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
.145388] [ 16.180300] [<ffffffff800323a0>] workemr_thread+0x1f2/0x3b6
pfs-ma[ 16.180326] [<ffffffff80037dc4>] kthread+0xd8/0xec
ilbox 37[ 16.180363] [<ffffffff80004070>] ret_from_exception+0x0/0x10
020000[ 16.180394] irq event stamp: 13808
.mailbox: Reg[ 16.180404] hardirqs last enabled at (13807): [<ffffffff80078082>] vprintk_store+0x340/0x38e
iste[ 16.180441] hardirqs last disabled at (13808): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
red MPFS mailbox controller driver
[ [ 16.180482] softirqs last enabled at (0): [<ffffffff8000f0d6>] copy_process+0x51a /0xdaa
1[ 16.180518] softirqs last disabled at (0): [<0000000000000000>] 0x0
6.154450] r[ 16.180539] ---[ end trace 000000000000i0000 ]---
scv-[ 16.205130] ------------[ cut here ]------------
pmu-sbi: SBI PMU exten[ 16.205144] mmc0: Invalid vdd 0x13
sio[ n 16.205584] WARNING: CPU: 0 PID: 9 at driver s/mmc/host/sdhci.c:2068 sdhci_set_power_noregi+0xaa/0x266
s avai[ 16.205629] Modules linked in:
labl[ 16.205645] CPU: 0 PID: 9 Comem: kworker/u8:0 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
[[ 16.205675] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
16.154659[ 16.205689] Workqueue: events_unbound async_run_entry_fn
][ 16.205724] epc : sdhci_set_power_noreg+0xaa/0x266
riscv-pmu-sbi: 15 firmware and 4 [ 16.205746] ra : sdhci_set_power_noreg+0xaa/0x266
ha[ 16.205765] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80404ba50
rdwar[ 16.205784] gp : ffffffff813ed778 tp : ffffffd80234a980 t0 : 0000000400000000
e [ 16.205802] t1 : 0000000000000010 ct2 : 0000000000000001 s0 : ffffffc80404ba70
ounte[ 16.205819] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
rs
[ [ 16.205838] a2 : 0000000000000001 a3 : 0000000000000008 a4 : 0000000000000000
16.154679] riscv-pmu-sbi: Perf sampling/filtering is not supported as sscof extension is not available
[ 16.178661] ------------[ cut here ]------------
[ 16.178677] [ 16.205853] a5 : ffffffff813f34aa a6 m: ffffffc80404b6d8 a7 : 0000000000000004
mc0: Invalid vdd 0[ 16.205872] s2 : ffffffd8x051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
13
[ 16.17[ 16.205889] s5 : ffffffd82ddf5728 s6 : ffffffff813f383e s7 : ffffffd8051d8f90
94[ 16.205907] s8 : ffffffff480ec7110 s9 : 00000000000000b0 s10: ffffffff890ec71b0
] WARNING: [ 16.205926] s11: fffCfffd8024710e8 t3 : 000000000000000f t4 : ffffffff80e71440
PU: 0 PID: 9 at drivers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
[ [ 16.205944] t5 : ffffffff810b643e t6 : ffffffff81e7fb2f
16.[ 16.205958] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
1795[ 16.205976] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
02] Modules linked in:
[ 16.1795[ 16.206003] [<ffffffff80703e88>] mmc_po2wer_up+0x184/0x1e4
3] CPU: 0 PID: 9 Comm: kw[ 16.206034] [<ffffffff80704da8>] mmc_staort_host+0x4e/0x82
rker[ 16.206062] [<ffffffff807067ba>] mmc_add_host+0x66/0xa8
/u8:0 Tainted: G [ 16.206090] [<ffffffff8071c446>] __sdhci_add_host+0x1a8/0x336
W [ 16.206118] [<ffffffff8071c792>] sdhci_add_h ost+0x1c/0x5e
6.0.[ 16.206143] [<ffffffff8071fc40>] sdhci_cdns_probe+0x420/0x432
5-rt14-00006-g0fda[ 16.206171] [<ffffffff805732f6>] platform_probe+0x7a/0x9a
08a972f[ 16.206203] [<ffffffff80570ff4>] call_driver_probe+0x22/0xa4
4[ 16.206227] [<ffffffff80570eac>] really_probe+0x11a/0x240
-d[ 16.206252] [<ffffffff80570190>] __driver_probe_device+0xac/0xca
irty #1
[ 16.206292] [[<ffffffff80570bca>] driver_probe_device+0x38/0x18e
16.[ 16.206317] [<ffffffff805711f8>] __driver_attach_async_helper+0x50/0xb0
1[ 16.206343] [<ffffffff8003bac8>] async_run_entry_fn+0x20/0xbc
7[ 16.206374] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
9553] Hardware[ 16.206401] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
name: Microchip PolarF[ 16.206427] [<ffffffff80037dc4>] kthread+0xd8/0xec
ire-SoC Icicle Kit (DT)[ 16.206460] [<ffffffff80004070>] ret_from_exception+0x0/0x10
[ [ 16.206490] irq event stamp: 13844
16.179568] [ 16.206499] hardirqs last enabled at (13843): [<ffffffff80078082>] vprintk_store+0x340/0x38e
Work[ 16.206534] hardirqs last disabled at (13844): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
que[ 16.206572] softirqs last enabled at (0): [<ffffffff8000f0d6>] copy_process+0x51a/0xdaa
ue: events_unbound async_run_entry_fn
[ 1[ 16.206604] softirqs last disabled at (0): [<0000000000000000>] 0x0
6.179609] epc : sdhci[ 16.206625] ---[ end trace 0000000000000000 ]---
_set_power_noreg+0[ 16.221761] mmc0: SDHCI controller on 20008000.mmc [20008000.mmc] using ADMA 64-bit
xaa/0[ 16.244787] NET: Registered PF_INET6 protocol family
x266[ 16.281216] Segment Routing with IPv6
[ [ 16.281979] In-situ OAM (IOAM) with IPv6
16.179630] ra : sdhci_set_[ 16.283164] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
power_no[ 16.307417] NET: Registered PF_PACKET protocol family
reg+0xaa/0[ 16.314537] 9pnet: Installing 9P2000 support
x266
[ 16.[ 16.316430] Key type dns_resolver registered
179651][ 16.352520] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
epc : ffffffff80717d7[ 16.620015] mpfs-sys-controller syscontroller: Registered MPFS system controller
0 ra : ffffffff80717d70 sp : ffffffc80404ba[ 16.643547] mpfs-rng mpfs-rng: Registered MPFS hwrng
50
[ 1[ 16.670150] random: crng init done
6.17[ 16.776364] Freeing unused kernel image (initmem) memory: 2264K
9669] [ 16.778162] Run /init as init process
gp : ffffffff813ed778 tp : ffffffd80234a980 t0 : 0000000400000000
[ 16.179688] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80404ba70
[ 16.179705] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
[ 16.179723] a2 : 0000000000000001 a3 : 0000000000000008 a4 : 0000000000000000
[ 16.179739] a5 : ffffffff813f34aa a6 : ffffffc80404b6d8 a7 : 0000000000000004
[ 16.179757] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
[ 16.179776] s5 : ffffffd82ddf5728 s6 : ffffffff813f383e s7 : ffffffd8051d8f90
[ 16.179794] s8 : ffffffff80ec7110 s9 : 00000000000000b0 s10: ffffffff80ec71b0
[ 16.179813] s11: ffffffd8024710e8 t3 : 000000000000000f t4 : ffffffff80e71440
[ 16.179831] t5 : ffffffff810b643e t6 : ffffffff81e7ee67
[ 16.179845] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
[ 16.179863] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
[ 16.179888] [<ffffffff80703de4>] mmc_power_up+0xe0/0x1e4
[ 16.179922] [<ffffffff80704da8>] mmc_start_host+0x4e/0x82
[ 16.179950] [<ffffffff807067ba>] mmc_add_host+0x66/0xa8
[ 16.179981] [<ffffffff8071c446>] __sdhci_add_host+0x1a8/0x336
[ 16.180008] [<ffffffff8071c792>] sdhci_add_host+0x1c/0x5e
[ 16.180033] [<ffffffff8071fc40>] sdhci_cdns_probe+0x420/0x432
[ 16.180062] [<ffffffff805732f6>] platform_probe+0x7a/0x9a
[ 16.180096] [<ffffffff80570ff4>] call_driver_probe+0x22/0xa4
[ 16.180122] [<ffffffff80570eac>] really_probe+0x11a/0x240
[ 16.180145] [<ffffffff80570190>] __driver_probe_device+0xac/0xca
[ 16.180190] [<ffffffff80570bca>] driver_probe_device+0x38/0x18e
[ 16.180214] [<ffffffff805711f8>] __driver_attach_async_helper+0x50/0xb0
[ 16.180240] [<ffffffff8003bac8>] async_run_entry_fn+0x20/0xbc
[ 16.180270] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
[ 16.180300] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
[ 16.180326] [<ffffffff80037dc4>] kthread+0xd8/0xec
[ 16.180363] [<ffffffff80004070>] ret_from_exception+0x0/0x10
[ 16.180394] irq event stamp: 13808
[ 16.180404] hardirqs last enabled at (13807): [<ffffffff80078082>] vprintk_store+0x340/0x38e
[ 16.180441] hardirqs last disabled at (13808): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
[ 16.180482] softirqs last enabled at (0): [<ffffffff8000f0d6>] copy_process+0x51a/0xdaa
[ 16.180518] softirqs last disabled at (0): [<0000000000000000>] 0x0
[ 16.180539] ---[ end trace 0000000000000000 ]---
[ 16.205130] ------------[ cut here ]------------
[ 16.205144] mmc0: Invalid vdd 0x13
[ 16.205584] WARNING: CPU: 0 PID: 9 at drivers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
[ 16.205629] Modules linked in:
[ 16.205645] CPU: 0 PID: 9 Comm: kworker/u8:0 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
[ 16.205675] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
[ 16.205689] Workqueue: events_unbound async_run_entry_fn
[ 16.205724] epc : sdhci_set_power_noreg+0xaa/0x266
[ 16.205746] ra : sdhci_set_power_noreg+0xaa/0x266
[ 16.205765] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80404ba50
[ 16.205784] gp : ffffffff813ed778 tp : ffffffd80234a980 t0 : 0000000400000000
[ 16.205802] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80404ba70
[ 16.205819] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
[ 16.205838] a2 : 0000000000000001 a3 : 0000000000000008 a4 : 0000000000000000
[ 16.205853] a5 : ffffffff813f34aa a6 : ffffffc80404b6d8 a7 : 0000000000000004
[ 16.205872] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
[ 16.205889] s5 : ffffffd82ddf5728 s6 : ffffffff813f383e s7 : ffffffd8051d8f90
[ 16.205907] s8 : ffffffff80ec7110 s9 : 00000000000000b0 s10: ffffffff80ec71b0
[ 16.205926] s11: ffffffd8024710e8 t3 : 000000000000000f t4 : ffffffff80e71440
[ 16.205944] t5 : ffffffff810b643e t6 : ffffffff81e7fb2f
[ 16.205958] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
[ 16.205976] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
[ 16.206003] [<ffffffff80703e88>] mmc_power_up+0x184/0x1e4
[ 16.206034] [<ffffffff80704da8>] mmc_start_host+0x4e/0x82
[ 16.206062] [<ffffffff807067ba>] mmc_add_host+0x66/0xa8
[ 16.206090] [<ffffffff8071c446>] __sdhci_add_host+0x1a8/0x336
[ 16.206118] [<ffffffff8071c792>] sdhci_add_host+0x1c/0x5e
[ 16.206143] [<ffffffff8071fc40>] sdhci_cdns_probe+0x420/0x432
[ 16.206171] [<ffffffff805732f6>] platform_probe+0x7a/0x9a
[ 16.206203] [<ffffffff80570ff4>] call_driver_probe+0x22/0xa4
[ 16.206227] [<ffffffff80570eac>] really_probe+0x11a/0x240
[ 16.206252] [<ffffffff80570190>] __driver_probe_device+0xac/0xca
[ 16.206292] [<ffffffff80570bca>] driver_probe_device+0x38/0x18e
[ 16.206317] [<ffffffff805711f8>] __driver_attach_async_helper+0x50/0xb0
[ 16.206343] [<ffffffff8003bac8>] async_run_entry_fn+0x20/0xbc
[ 16.206374] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
[ 16.206401] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
[ 16.206427] [<ffffffff80037dc4>] kthread+0xd8/0xec
[ 16.206460] [<ffffffff80004070>] ret_from_exception+0x0/0x10
[ 16.206490] irq event stamp: 13844
[ 16.206499] hardirqs last enabled at (13843): [<ffffffff80078082>] vprintk_store+0x340/0x38e
[ 16.206534] hardirqs last disabled at (13844): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
[ 16.206572] softirqs last enabled at (0): [<ffffffff8000f0d6>] copy_process+0x51a/0xdaa
[ 16.206604] softirqs last disabled at (0): [<0000000000000000>] 0x0
[ 16.206625] ---[ end trace 0000000000000000 ]---
[ 16.221761] mmc0: SDHCI controller on 20008000.mmc [20008000.mmc] using ADMA 64-bit
[ 16.244787] NET: Registered PF_INET6 protocol family
[ 16.281216] Segment Routing with IPv6
[ 16.281979] In-situ OAM (IOAM) with IPv6
[ 16.283164] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 16.307417] NET: Registered PF_PACKET protocol family
[ 16.314537] 9pnet: Installing 9P2000 support
[ 16.316430] Key type dns_resolver registered
[ 16.352520] debug_vm_pgtable: [debug_vm_pgtable ]: Validating architecture page table helpers
[ 16.620015] mpfs-sys-controller syscontroller: Registered MPFS system controller
[ 16.643547] mpfs-rng mpfs-rng: Registered MPFS hwrng
[ 16.670150] random: crng init done
[ 16.776364] Freeing unused kernel image (initmem) memory: 2264K
[ 16.778162] Run /init as init process
[[ 26.253713] mmc0: Timeout waiting for hardware cmd interrupt.
[ 26.253741] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 26.253755] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00000003
26.25[ 26.253775] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
3713] mmc0: Timeout waiting for hardware cmd interrupt.
[ 26.253741] mmc0: sdhci: ============ SDHCI REGISTER DUMP =====[ 26.253794] mmc0: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
======[ 26.253813] mmc0: sdhci: Present: 0x01f700f1 | Host ctl: 0x00000000
[ 26.253755] mmc0: sdhc[ 26.253831] mmc0: sdhci: Power: 0x00000000 | Blk gap: 0x00000000
i: Sys addr: 0x00000000 | Version: 0x00000003
[ 26.253775] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 26.2[ 26.253850] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
537[ 26.253868] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
94] mmc0: sdhci: Argument: 0x00000c00 | Trn mode: 0x00000000
[ 26.253813] mmc0: sdhci: Present: 0x01f700[ 26.253886] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
f1 | Host ctl:[ 26.253906] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
0x00000000
[ 26.253923] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
[ [ 26.253943] mmc0: sdhci: Cmd: 0x0000341a | Max curr: 0x00202020
26.253831] mm[ 26.253962] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
c0:[ 26.253980] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
sdhc[ 26.253998] mmc0: sdhci: Host ctl2: 0x00001000
i: [ 26.254012] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
Power[ 26.254032] mmc0: sdhci: ============================================
: 0x00000000 | Blk gap: 0x00000000
[ 26.253850] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
[ 26.253868] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 26.253886] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
[ 26.253906] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 26.253923] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
[ 26.253943] mmc0: sdhci: Cmd: 0x0000341a | Max curr: 0x00202020
[ 26.253962] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
[ 26.253980] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 26.253998] mmc0: sdhci: Host ctl2: 0x00001000
[ 26.254012] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
[ 26.254032] mmc0: sdhci: ============================================
[[ 36.492896] mmc0: Timeout waiting for hardware cmd interrupt.
[ 36.492927] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
36.[ 36.492941] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00000003
[ 36.492963] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 36.492982] mmc0: sdhci: Argument: 0x80000c08 | Trn mode: 0x00000000
492896] mmc0[ 36.493001] mmc0: sdhci: Present: 0x01f700f1 | Host ctl: 0x00000000
: Timeout waiting for hardware cmd interrupt.
[ 36.493020] mmc0: sdhci: Power: 0x00000000 | Blk gap: 0x00000000
[ 36.493038] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
[ 36.4[ 36.493057] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
92927] mmc0: s[ 36.493075] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
dhci: ============ SDHCI[ 36.493093] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
REGISTER[ 36.493111] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
DUMP ======[ 36.493130] mmc0: sdhci: Cmd: 0x0000341a | Max curr: 0x00202020
=====
[ [ 36.493150] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
36.49[ 36.493168] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
2941[ 36.493185] mmc0: sdhci: Host ctl2: 0x00001000
] mmc0[ 36.493201] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
: sdhci: Sys a[ 36.493220] mmc0: sdhci: ============================================
ddr: 0x00000000 | Version[ 36.494147] ------------[ cut here ]------------
: 0x00000003
[ [ 36.494162] mmc0: Invalid vdd 0x13
36.[ 36.494943] WARNING: CPU: 0 PID: 13 at drivers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
492963] [ 36.494998] Modules linked in:
mmc[ 36.495020] CPU: 0 PID: 13 Comm: kworker/0:1 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
0: sdhci: Blk [ 36.495051] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
size:[ 36.495066] Workqueue: events_freezable mmc_rescan
0x00000000 [ 36.495102] epc : sdhci_set_power_noreg+0xaa/0x266
| B[ 36.495124] ra : sdhci_set_power_noreg+0xaa/0x266
lk cnt: 0x00000000
[ [ 36.495145] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80406bc60
36.[ 36.495163] gp : ffffffff813ed778 tp : ffffffd802370000 t0 : 0000000400000000
4929[ 36.495181] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80406bc80
82] mmc[ 36.495199] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
0: sdhci:[ 36.495217] a2 : 0000000000000001 a3 : 0000000000000008 a4 : 0000000000000000
Argumen[ 36.495234] a5 : ffffffff813f34aa a6 : ffffffc80406b8e8 a7 : 0000000000000004
t: [ 36.495252] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
0x80[ 36.495270] s5 : ffffffff81133848 s6 : 0000000000000003 s7 : 0000000000061a80
000c08[ 36.495288] s8 : 0000000000000000 s9 : ffffffd8022bed90 s10: ffffffff80032470
| Trn mode: 0x[ 36.495306] s11: ffffffd8051d86e0 t3 : 000000000000000f t4 : ffffffff80e71440
000[ 36.495324] t5 : ffffffff810b643e t6 : ffffffff81e81baf
00000
[ [ 36.495338] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
36.493001] mmc0: sdhc[ 36.495356] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
i: Pre[ 36.495382] [<ffffffff8070350a>] mmc_set_chip_select+0x18/0x20
sent: 0x01f700f1 | Host ctl: 0x00[ 36.495409] [<ffffffff807095d6>] mmc_go_idle+0x44/0xd2
000000
[ [ 36.495444] [<ffffffff80704cb6>] mmc_rescan+0x152/0x1f6
36.[ 36.495471] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
493020] mmc0: sdhci: Power: 0x00000000[ 36.495503] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
| Blk gap[ 36.495530] [<ffffffff80037dc4>] kthread+0xd8/0xec
: 0x0[ 36.495569] [<ffffffff80004070>] ret_from_exception+0x0/0x10
0000000
[[ 36.495599] irq event stamp: 6166
36.493038[ 36.495609] hardirqs last enabled at (6165): [<ffffffff80078082>] vprintk_store+0x340/0x38e
] m[ 36.495645] hardirqs last disabled at (6166): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
mc0:[ 36.495688] softirqs last enabled at (6108): [<ffffffff80018610>] __local_bh_enable_ip+0x1bc/0x1fe
sdhci[ 36.495720] softirqs last disabled at (6096): [<ffffffff80781938>] local_bh_disable+0x0/0x24
: Wake[ 36.495751] ---[ end trace 0000000000000000 ]---
-up: 0x00000000 | Clock: 0x0000fa07
[ 36.493057] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 36.493075] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
[ 36.493093] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 36.493111] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
[ 36.493130] mmc0: sdhci: Cmd: 0x0000341a | Max curr: 0x00202020
[ 36.493150] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
[ 36.493168] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 36.493185] mmc0: sdhci: Host ctl2: 0x00001000
[ 36.493201] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
[ 36.493220] mmc0: sdhci: ============================================
[ 36.494147] ------------[ cut here ]------------
[ 36.494162] mmc0: Invalid vdd 0x13
[ 36.494943] WARNING: CPU: 0 PID: 13 at drivers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
[ 36.494998] Modules linked in:
[ 36.495020] CPU: 0 PID: 13 Comm: kworker/0:1 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
[ 36.495051] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
[ 36.495066] Workqueue: events_freezable mmc_rescan
[ 36.495102] epc : sdhci_set_power_noreg+0xaa/0x266
[ 36.495124] ra : sdhci_set_power_noreg+0xaa/0x266
[ 36.495145] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80406bc60
[ 36.495163] gp : ffffffff813ed778 tp : ffffffd802370000 t0 : 0000000400000000
[ 36.495181] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80406bc80
[ 36.495199] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
[ 36.495217] a2 : 0000000000000001 a3 : 0000000000000008 a4 : 0000000000000000
[ 36.495234] a5 : ffffffff813f34aa a6 : ffffffc80406b8e8 a7 : 0000000000000004
[ 36.495252] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
[ 36.495270] s5 : ffffffff81133848 s6 : 0000000000000003 s7 : 0000000000061a80
[ 36.495288] s8 : 0000000000000000 s9 : ffffffd8022bed90 s10: ffffffff80032470
[ 36.495306] s11: ffffffd8051d86e0 t3 : 000000000000000f t4 : ffffffff80e71440
[ 36.495324] t5 : ffffffff810b643e t6 : ffffffff81e81baf
[ 36.495338] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
[ 36.495356] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
[ 36.495382] [<ffffffff8070350a>] mmc_set_chip_select+0x18/0x20
[ 36.495409] [<ffffffff807095d6>] mmc_go_idle+0x44/0xd2
[ 36.495444] [<ffffffff80704cb6>] mmc_rescan+0x152/0x1f6
[ 36.495471] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
[ 36.495503] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
[ 36.495530] [<ffffffff80037dc4>] kthread+0xd8/0xec
[ 36.495569] [<ffffffff80004070>] ret_from_exception+0x0/0x10
[ 36.495599] irq event stamp: 6166
[ 36.495609] hardirqs last enabled at (6165): [<ffffffff80078082>] vprintk_store+0x340/0x38e
[ 36.495645] hardirqs last disabled at (6166): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
[ 36.495688] softirqs last enabled at (6108): [<ffffffff80018610>] __local_bh_enable_ip+0x1bc/0x1fe
[ 36.495720] softirqs last disabled at (6096): [<ffffffff80781938>] local_bh_disable+0x0/0x24
[ 36.495751] ---[ end trace 0000000000000000 ]---
[ [ 46.732877] mmc0: Timeout waiting for hardware cmd interrupt.
46.73[ 46.732906] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
[ 46.732919] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00000003
2877] mmc0: Timeo[ 46.732942] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
ut wa[ 46.732960] mmc0: sdhci: Argument: 0x00000000 | Trn mode: 0x00000000
[ 46.732979] mmc0: sdhci: Present: 0x01f700f1 | Host ctl: 0x00000000
[ 46.732998] mmc0: sdhci: Power: 0x00000000 | Blk gap: 0x00000000
iting for hard[ 46.733017] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
ware cmd in[ 46.733036] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
terrupt.
[ [ 46.733054] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
46.7[ 46.733073] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
3290[ 46.733091] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
6] [ 46.733110] mmc0: sdhci: Cmd: 0x00000000 | Max curr: 0x00202020
mmc0: sdh[ 46.733129] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
ci: ============ SDHC[ 46.733147] mc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
I REGI[ 46.733165] mmc0: sdhci: Host ctl2: 0x00001000
STER DU[ 46.733180] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
MP =[ 46.733200] mmc0: sdhci: ============================================
=======[ 46.743473] ------------[ cut here ]------------
===
[ 46.743489] mmc0: Invalid vdd 0x13
[ [ 46.744257] WARNING: CPU: 0 PID: 13 at drivers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
46[ 46.744308] Modules linked in:
.73[ 46.744329] CPU: 0 PID: 13 Comm: kworker/0:1 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
291[ 46.744359] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
9] [ 46.744374] Workqueue: events_freezable mmc_rescan
mmc0: sdhci: Sys addr: 0x00000000 | Versio[ 46.744410] epc : sdhci_set_power_noreg+0xaa/0x266
n: 0x00000003
[ 46.73[ 46.744431] ra : sdhci_set_power_noreg+0xaa/0x266
2942[ 46.744452] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80406bc60
] mmc0: sdhci: Bl[ 46.744470] gp : ffffffff813ed778 tp : ffffffd802370000 t0 : 0000000400000000
k size:[ 46.744487] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80406bc80
0x0[ 46.744505] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
0000000 | Blk cnt: 0x00000000
[ 46.732[ 46.744523] a2 : ffffffff8090dbe4 a3 : 0000000000000008 a4 : 0000000000000000
9[ 46.744541] a5 : ffffffff813f34aa a6 : ffffffc80406b8e8 a7 : 0000000000000004
60] m[ 46.744558] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
mc0: sd[ 46.744576] s5 : ffffffff81133848 s6 : 0000000000000003 s7 : 0000000000061a80
hci: Argument:[ 46.744595] s8 : 0000000000000000 s9 : ffffffd8022bed90 s10: ffffffff80032470
0x00000000 |[ 46.744613] s11: ffffffd8051d86e0 t3 : 000000000000000f t4 : ffffffff80e71440
Trn [ 46.744630] t5 : ffffffff810b643e t6 : ffffffff81e82a2f
mode: 0x[ 46.744645] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
0000[ 46.744663] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
0000
[ [ 46.744690] [<ffffffff8070350a>] mmc_set_chip_select+0x18/0x20
46.[ 46.744717] [<ffffffff80709624>] mmc_go_idle+0x92/0xd2
732979[ 46.744754] [<ffffffff80704cb6>] mmc_rescan+0x152/0x1f6
] mm[ 46.744780] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
c0: [ 46.744812] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
sdhci: Present: [ 46.744838] [<ffffffff80037dc4>] kthread+0xd8/0xec
0[ 46.744876] [<ffffffff80004070>] ret_from_exception+0x0/0x10
x01f700f1 [ 46.744906] irq event stamp: 6214
| H[ 46.744916] hardirqs last enabled at (6213): [<ffffffff80078082>] vprintk_store+0x340/0x38e
ost ctl: 0x00[ 46.744954] hardirqs last disabled at (6214): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
000000
[ 46.744995] softirqs last enabled at (6108): [<ffffffff80018610>] __local_bh_enable_ip+0x1bc/0x1fe
[ 4[ 46.745028] softirqs last disabled at (6096): [<ffffffff80781938>] local_bh_disable+0x0/0x24
6.732[ 46.745059] ---[ end trace 0000000000000000 ]---
998] mmc0: sdhci: Power: 0x00000000 | Blk gap: 0x00000000
[ 46.733017] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
[ 46.733036] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 46.733054] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
[ 46.733073] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 46.733091] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
[ 46.733110] mmc0: sdhci: Cmd: 0x00000000 | Max curr: 0x00202020
[ 46.733129] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
[ 46.733147] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 46.733165] mmc0: sdhci: Host ctl2: 0x00001000
[ 46.733180] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
[ 46.733200] mmc0: sdhci: ============================================
[ 46.743473] ------------[ cut here ]------------
[ 46.743489] mmc0: Invalid vdd 0x13
[ 46.744257] WARNING: CPU: 0 PID: 13 at drivers/mmc/host/sdhci.c:2068 sdhci_set_power_noreg+0xaa/0x266
[ 46.744308] Modules linked in:
[ 46.744329] CPU: 0 PID: 13 Comm: kworker/0:1 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
[ 46.744359] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
[ 46.744374] Workqueue: events_freezable mmc_rescan
[ 46.744410] epc : sdhci_set_power_noreg+0xaa/0x266
[ 46.744431] ra : sdhci_set_power_noreg+0xaa/0x266
[ 46.744452] epc : ffffffff80717d70 ra : ffffffff80717d70 sp : ffffffc80406bc60
[ 46.744470] gp : ffffffff813ed778 tp : ffffffd802370000 t0 : 0000000400000000
[ 46.744487] t1 : 0000000000000010 t2 : 0000000000000001 s0 : ffffffc80406bc80
[ 46.744505] s1 : ffffffd8051d8900 a0 : af04047d1282a800 a1 : af04047d1282a800
[ 46.744523] a2 : ffffffff8090dbe4 a3 : 0000000000000008 a4 : 0000000000000000
[ 46.744541] a5 : ffffffff813f34aa a6 : ffffffc80406b8e8 a7 : 0000000000000004
[ 46.744558] s2 : ffffffd8051d8900 s3 : ffffffd8051d8000 s4 : ffffffd8051d85a0
[ 46.744576] s5 : ffffffff81133848 s6 : 0000000000000003 s7 : 0000000000061a80
[ 46.744595] s8 : 0000000000000000 s9 : ffffffd8022bed90 s10: ffffffff80032470
[ 46.744613] s11: ffffffd8051d86e0 t3 : 000000000000000f t4 : ffffffff80e71440
[ 46.744630] t5 : ffffffff810b643e t6 : ffffffff81e82a2f
[ 46.744645] status: 0000000200000120 badaddr: 0000000000000000 cause: 0000000000000003
[ 46.744663] [<ffffffff80718fea>] sdhci_set_ios+0x1ae/0x4fa
[ 46.744690] [<ffffffff8070350a>] mmc_set_chip_select+0x18/0x20
[ 46.744717] [<ffffffff80709624>] mmc_go_idle+0x92/0xd2
[ 46.744754] [<ffffffff80704cb6>] mmc_rescan+0x152/0x1f6
[ 46.744780] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
[ 46.744812] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
[ 46.744838] [<ffffffff80037dc4>] kthread+0xd8/0xec
[ 46.744876] [<ffffffff80004070>] ret_from_exception+0x0/0x10
[ 46.744906] irq event stamp: 6214
[ 46.744916] hardirqs last enabled at (6213): [<ffffffff80078082>] vprintk_store+0x340/0x38e
[ 46.744954] hardirqs last disabled at (6214): [<ffffffff80008b9c>] __trace_hardirqs_off+0xc/0x14
[ 46.744995] softirqs last enabled at (6108): [<ffffffff80018610>] __local_bh_enable_ip+0x1bc/0x1fe
[ 46.745028] softirqs last disabled at (6096): [<ffffffff80781938>] local_bh_disable+0x0/0x24
[ 46.745059] ---[ end trace 0000000000000000 ]---
[ 4[ 47.993257] macb 20110000.ethernet eth0: PHY [20112000.ethernet-ffffffff:08] driver [Vitesse VSC8662] (irq=POLL)
7.993257] m[a 47.994097] acb 20110000.ethernet eth0: configuring for phy/sgmii link mode
cb 20110000.ethernet eth0: PHY [20112000.ethernet-ffffffff:08] driver [Vitesse VSC8662] (irq=POLL)
[ 47.994097] macb 20110000.ethernet eth0: configuring for phy/sgmii link mode
[ 52.343317] macb 20110000.ethernet eth0: Link[ is Up - 1Gbps/Full - flow control off
52.34[ 52.344437] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
3317] macb 20110000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 52.344437] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link [ 52.369826]
becomes [ 52.369839] ======================================================
ready
[[ 52.369848] WARNING: possible circular locking dependency detected
52.[ 52.369859] 6.0.5-rt14-00006-g0fda08a972f4-dirty #1 Tainted: G W
369826]
[ 52.369877] -[-----------------------------------------------------
52.369839] [ 52.369886] kworker/2:1/49 is trying to acquire lock:
==========[ 52.369900] ffffffd804fa3050 (&bp->lock){+.+.}-{2:2}, at: macb_start_xmit+0x866/0xa26
===========[ 52.369984]
[ 52.369984] but task is already holding lock:
=========[ 52.369991] ffffffd804fa1520 (&queue->tx_ptr_lock){+...}-{2:2}, at: macb_start_xmit+0x2f8/0xa26
========[ 52.370047]
[ 52.370047] which lock already depends on the new lock.
[ 52.370047]
====[ 52.370055]
[ 52.370055] the existing dependency chain (in reverse order) is:
============
[ 52.370063]
[ 52.370063] -> #3 (&queue->tx_ptr_lock){+...}-{2:2}:
[[ 52.370099] lock_acquire+0x13e/0x2e0
52.369[ 52.370141] rt_spin_lock+0x26/0xb8
8[ 52.370178] macb_start_xmit+0x2f8/0xa26
48][ 52.370203] dev_hard_start_xmit+0x152/0x36a
WARNING:[ 52.370245] sch_direct_xmit+0xb0/0x254
po[ 52.370273] __dev_queue_xmit+0x5e8/0x8b8
ssible circular lo[ 52.370300] neigh_resolve_output+0x100/0x130
ckin[ 52.370341] ip6_finish_output2+0x538/0x6d4
g[ 52.370369] ip6_output+0x11e/0x298
d[ 52.370389] mld_sendpack+0x294/0x3b8
ependency detected
[[ 52.370420] mld_ifc_work+0x27c/0x3c2
[ 52.370444] process_one_work+0x22a/0x53c
52.[ 52.370470] worker_thread+0x1f2/0x3b6
369[ 52.370492] kthread+0xd8/0xec
859] 6.0.5-r[ 52.370525] ret_from_exception+0x0/0x10
t14-00[ 52.370552]
[ 52.370552] -> #2 (_xmit_ETHER#2){+...}-{2:2}:
00[ 52.370594] lock_acquire+0x13e/0x2e0
6-g0fda08a972f4-dir[ 52.370622] rt_spin_lock+0x26/0xb8
ty #1 T[ 52.370647] sch_direct_xmit+0x78/0x254
ai[ 52.370670] __dev_queue_xmit+0x5e8/0x8b8
nted: G [ 52.370699] neigh_resolve_output+0x100/0x130
W [ 52.370727] ip6_finish_output2+0x538/0x6d4
[ 52.370750] ip6_output+0x11e/0x298
[ 52.370770] [ mld_sendpack+0x294/0x3b8
[ 52.370794] mld_ifc_work+0x27c/0x3c2
52.369877[ 52.370816] process_one_work+0x22a/0x53c
] ----------------[ 52.370839] worker_thread+0x1f2/0x3b6
--------------------------------------
[ 52.370861] kthread+0xd8/0xec
[ 52.370886] ret_from_exception+0x0/0x10
[[ 52.370908]
[ 52.370908] -> #1 ((softirq_ctrl.lock)){+.+.}-{2:2}:
52[ 52.370945] lock_acquire+0x13e/0x2e0
.3698[ 52.370972] rt_spin_lock+0x26/0xb8
86] k[ 52.370996] __local_bh_disable_ip+0xe8/0x190
wo[ 52.371021] local_bh_disable+0x1c/0x24
r[ 52.371050] __netdev_alloc_skb+0x16c/0x1ca
ker/2:[ 52.371074] gem_rx_refill+0x144/0x2fa
1[ 52.371102] gem_init_rings+0x58/0xee
/[ 52.371125] macb_mac_link_up+0x14a/0x29a
49[ 52.371152] phylink_resolve+0x406/0x518
i[ 52.371188] process_one_work+0x22a/0x53c
s trying[ 52.371210] worker_thread+0x1f2/0x3b6
[ 52.371232] kthread+0xd8/0xec
to acqu[ 52.371257] ret_from_exception+0x0/0x10
i[ 52.371280]
[ 52.371280] -> #0 (&bp->lock){+.+.}-{2:2}:
re lock:
[[ 52.371315] check_noncircular+0x126/0x130
52.369[ 52.371337] __lock_acquire+0x1276/0x2d7a
900] ffffffd804fa30[ 52.371365] lock_acquire+0x13e/0x2e0
50 (&bp->lock){[ 52.371390] rt_spin_lock+0x26/0xb8
+[ 52.371415] macb_start_xmit+0x866/0xa26
.+[ 52.371440] dev_hard_start_xmit+0x152/0x36a
.}-[ 52.371469] sch_direct_xmit+0xb0/0x254
{2:2}[ 52.371492] __dev_queue_xmit+0x5e8/0x8b8
, at: macb_start[ 52.371518] neigh_resolve_output+0x100/0x130
_[ 52.371547] ip6_finish_output2+0x538/0x6d4
xmit+0[ 52.371570] ip6_output+0x11e/0x298
x866/0xa26
[ 52.371590] mld_sendpack+0x294/0x3b8
[[ 52.371614] mld_ifc_work+0x27c/0x3c2
5[ 52.371637] process_one_work+0x22a/0x53c
2[ 52.371659] worker_thread+0x1f2/0x3b6
.369[ 52.371681] kthread+0xd8/0xec
984]
[ 52[ 52.371706] ret_from_exception+0x0/0x10
.369984] but task is al[ 52.371729]
[ 52.371729] other info that might help us debug this:
[ 52.371729]
ready holding[ 52.371737] Chain exists of:
[ 52.371737] &bp->lock --> _xmit_ETHER#2 --> &queue->tx_ptr_lock
[ 52.371737]
l[ 52.371786] Possible unsafe locking scenario:
[ 52.371786]
ock:
[ 52.371793] CPU0 CPU1
[[ 52.371800] ---- ----
[ 52.371807] lock(&queue->tx_ptr_lock);
52.369991] ffffffd804fa1520 ([ 52.371825] lock(_xmit_ETHER#2);
&queue->t[ 52.371849] lock(&queue->tx_ptr_lock);
x_ptr_lock[ 52.371867] lock(&bp->lock);
){+..[ 52.371884]
[ 52.371884] *** DEADLOCK ***
[ 52.371884]
.}-{2:[ 52.371891] 15 locks held by kworker/2:1/49:
2[ 52.371907] #0: ffffffd804f51b28 ((wq_completion)mld){+.+.}-{0:0}, at: process_one_work+0x188/0x53c
}, at: ma[ 52.371970] #1: ffffffc8041a3da0 ((work_completion)(&(&idev->mc_ifc_work)->work)){+.+.}-{0:0}, at: process_one_work+0x1a6/0x53c
cb_start_xmit+0x2f8/0xa26
[ 52.372032] [#2: ffffffd8051c7620 (&idev->mc_lock){+.+.}-{3:3}, at: mld_ifc_work+0x2e/0x3c2
[ 52.372094] #3: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x32
52.370047][ 52.372155] #4: ffffffd82cdaa678 ((softirq_ctrl.lock)){+.+.}-{2:2}, at: __local_bh_disable_ip+0xe8/0x190
[ 52.372216] #5: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[[ 52.372278] #6: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
52.3[ 52.372340] #7: ffffffff8129b1a0 (rcu_read_lock_bh){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2a
70047][ 52.372401] #8: ffffffff8129b1a0 (rcu_read_lock_bh){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2a
which l[ 52.372464] #9: ffffffd80f703398 (dev->qdisc_tx_busylock ?: &qdisc_tx_busylock){+...}-{2:2}, at: __dev_queue_xmit+0x462/0x8b8
oc[ 52.372532] #10: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
k alr[ 52.372594] #11: ffffffd804f07458 (_xmit_ETHER#2){+...}-{2:2}, at: sch_direct_xmit+0x78/0x254
eady depen[ 52.372661] #12: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
ds on the [ 52.372720] #13: ffffffd804fa1520 (&queue->tx_ptr_lock){+...}-{2:2}, at: macb_start_xmit+0x2f8/0xa26
new lock.[ 52.372785] #14: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 52.372846]
[ 52.372846] stack backtrace:
[ 52.3700[ 52.372855] CPU: 2 PID: 49 Comm: kworker/2:1 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
47]
[ 52.372885] H[ardware name: Microchip PolarFire-SoC Icicle Kit (DT)
52.370055]
[ 52.372900] Workqueue: mld mld_ifc_work
[ [ 52.372927] Call Trace:
52.37005[ 52.372936] [<ffffffff80006628>] show_stack+0x2c/0x38
5][ 52.372969] [<ffffffff80900ad4>] dump_stack_lvl+0x64/0x86
th[ 52.372995] [<ffffffff80900b0a>] dump_stack+0x14/0x1c
e e[ 52.373019] [<ffffffff80073682>] print_circular_bug+0x2ba/0x2bc
x[ 52.373043] [<ffffffff8007319e>] check_noncircular+0x126/0x130
isting dependency chain[ 52.373068] [<ffffffff8006def2>] __lock_acquire+0x1276/0x2d7a
(in[ 52.373100] [<ffffffff8006ca6c>] lock_acquire+0x13e/0x2e0
[ 52.373130] [<ffffffff80908f5e>] rt_spin_lock+0x26/0xb8
rev[ 52.373161] [<ffffffff8063c6ba>] macb_start_xmit+0x866/0xa26
er[ 52.373190] [<ffffffff8076bea0>] dev_hard_start_xmit+0x152/0x36a
se order) [ 52.373222] [<ffffffff807bd6d0>] sch_direct_xmit+0xb0/0x254
i[ 52.373249] [<ffffffff8076cf5c>] __dev_queue_xmit+0x5e8/0x8b8
s:
[[ 52.373280] [<ffffffff8077ecc2>] neigh_resolve_output+0x100/0x130
[ 52.373315] [<ffffffff8085cc46>] ip6_finish_output2+0x538/0x6d4
52.37[ 52.373342] [<ffffffff808588ce>] ip6_output+0x11e/0x298
0063]
[ 52.373367] [<ffffffff8088f65c>] mld_sendpack+0x294/0x3b8
[ 52.373395] [<ffffffff8088ca30>] mld_ifc_work+0x27c/0x3c2
[ [ 52.373422] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
5[ 52.373450] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
2.370063] -> #[ 52.373476] [<ffffffff80037dc4>] kthread+0xd8/0xec
3 (&queue->[ 52.373506] [<ffffffff80004070>] ret_from_exception+0x0/0x10
tx_ptr_lock){+...}-{2:2}:
[ 52.370099] lock_acquire+0x13e/0x2e0
[ 52.370141] rt_spin_lock+0x26/0xb8
[ 52.370178] macb_start_xmit+0x2f8/0xa26
[ 52.370203] dev_hard_start_xmit+0x152/0x36a
[ 52.370245] sch_direct_xmit+0xb0/0x254
[ 52.370273] __dev_queue_xmit+0x5e8/0x8b8
[ 52.370300] neigh_resolve_output+0x100/0x130
[ 52.370341] ip6_finish_output2+0x538/0x6d4
[ 52.370369] ip6_output+0x11e/0x298
[ 52.370389] mld_sendpack+0x294/0x3b8
[ 52.370420] mld_ifc_work+0x27c/0x3c2
[ 52.370444] process_one_work+0x22a/0x53c
[ 52.370470] worker_thread+0x1f2/0x3b6
[ 52.370492] kthread+0xd8/0xec
[ 52.370525] ret_from_exception+0x0/0x10
[ 52.370552]
[ 52.370552] -> #2 (_xmit_ETHER#2){+...}-{2:2}:
[ 52.370594] lock_acquire+0x13e/0x2e0
[ 52.370622] rt_spin_lock+0x26/0xb8
[ 52.370647] sch_direct_xmit+0x78/0x254
[ 52.370670] __dev_queue_xmit+0x5e8/0x8b8
[ 52.370699] neigh_resolve_output+0x100/0x130
[ 52.370727] ip6_finish_output2+0x538/0x6d4
[ 52.370750] ip6_output+0x11e/0x298
[ 52.370770] mld_sendpack+0x294/0x3b8
[ 52.370794] mld_ifc_work+0x27c/0x3c2
[ 52.370816] process_one_work+0x22a/0x53c
[ 52.370839] worker_thread+0x1f2/0x3b6
[ 52.370861] kthread+0xd8/0xec
[ 52.370886] ret_from_exception+0x0/0x10
[ 52.370908]
[ 52.370908] -> #1 ((softirq_ctrl.lock)){+.+.}-{2:2}:
[ 52.370945] lock_acquire+0x13e/0x2e0
[ 52.370972] rt_spin_lock+0x26/0xb8
[ 52.370996] __local_bh_disable_ip+0xe8/0x190
[ 52.371021] local_bh_disable+0x1c/0x24
[ 52.371050] __netdev_alloc_skb+0x16c/0x1ca
[ 52.371074] gem_rx_refill+0x144/0x2fa
[ 52.371102] gem_init_rings+0x58/0xee
[ 52.371125] macb_mac_link_up+0x14a/0x29a
[ 52.371152] phylink_resolve+0x406/0x518
[ 52.371188] process_one_work+0x22a/0x53c
[ 52.371210] worker_thread+0x1f2/0x3b6
[ 52.371232] kthread+0xd8/0xec
[ 52.371257] ret_from_exception+0x0/0x10
[ 52.371280]
[ 52.371280] -> #0 (&bp->lock){+.+.}-{2:2}:
[ 52.371315] check_noncircular+0x126/0x130
[ 52.371337] __lock_acquire+0x1276/0x2d7a
[ 52.371365] lock_acquire+0x13e/0x2e0
[ 52.371390] rt_spin_lock+0x26/0xb8
[ 52.371415] macb_start_xmit+0x866/0xa26
[ 52.371440] dev_hard_start_xmit+0x152/0x36a
[ 52.371469] sch_direct_xmit+0xb0/0x254
[ 52.371492] __dev_queue_xmit+0x5e8/0x8b8
[ 52.371518] neigh_resolve_output+0x100/0x130
[ 52.371547] ip6_finish_output2+0x538/0x6d4
[ 52.371570] ip6_output+0x11e/0x298
[ 52.371590] mld_sendpack+0x294/0x3b8
[ 52.371614] mld_ifc_work+0x27c/0x3c2
[ 52.371637] process_one_work+0x22a/0x53c
[ 52.371659] worker_thread+0x1f2/0x3b6
[ 52.371681] kthread+0xd8/0xec
[ 52.371706] ret_from_exception+0x0/0x10
[ 52.371729]
[ 52.371729] other info that might help us debug this:
[ 52.371729]
[ 52.371737] Chain exists of:
[ 52.371737] &bp->lock --> _xmit_ETHER#2 --> &queue->tx_ptr_lock
[ 52.371737]
[ 52.371786] Possible unsafe locking scenario:
[ 52.371786]
[ 52.371793] CPU0 CPU1
[ 52.371800] ---- ----
[ 52.371807] lock(&queue->tx_ptr_lock);
[ 52.371825] lock(_xmit_ETHER#2);
[ 52.371849] lock(&queue->tx_ptr_lock);
[ 52.371867] lock(&bp->lock);
[ 52.371884]
[ 52.371884] *** DEADLOCK ***
[ 52.371884]
[ 52.371891] 15 locks held by kworker/2:1/49:
[ 52.371907] #0: ffffffd804f51b28 ((wq_completion)mld){+.+.}-{0:0}, at: process_one_work+0x188/0x53c
[ 52.371970] #1: ffffffc8041a3da0 ((work_completion)(&(&idev->mc_ifc_work)->work)){+.+.}-{0:0}, at: process_one_work+0x1a6/0x53c
[ 52.372032] #2: ffffffd8051c7620 (&idev->mc_lock){+.+.}-{3:3}, at: mld_ifc_work+0x2e/0x3c2
[ 52.372094] #3: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x32
[ 52.372155] #4: ffffffd82cdaa678 ((softirq_ctrl.lock)){+.+.}-{2:2}, at: __local_bh_disable_ip+0xe8/0x190
[ 52.372216] #5: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 52.372278] #6: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 52.372340] #7: ffffffff8129b1a0 (rcu_read_lock_bh){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2a
[ 52.372401] #8: ffffffff8129b1a0 (rcu_read_lock_bh){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2a
[ 52.372464] #9: ffffffd80f703398 (dev->qdisc_tx_busylock ?: &qdisc_tx_busylock){+...}-{2:2}, at: __dev_queue_xmit+0x462/0x8b8
[ 52.372532] #10: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 52.372594] #11: ffffffd804f07458 (_xmit_ETHER#2){+...}-{2:2}, at: sch_direct_xmit+0x78/0x254
[ 52.372661] #12: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 52.372720] #13: ffffffd804fa1520 (&queue->tx_ptr_lock){+...}-{2:2}, at: macb_start_xmit+0x2f8/0xa26
[ 52.372785] #14: ffffffff8129b178 (rcu_read_lock){....}-{1:2}, at: rcu_lock_acquire+0x0/0x2e
[ 52.372846]
[ 52.372846] stack backtrace:
[ 52.372855] CPU: 2 PID: 49 Comm: kworker/2:1 Tainted: G W 6.0.5-rt14-00006-g0fda08a972f4-dirty #1
[ 52.372885] Hardware name: Microchip PolarFire-SoC Icicle Kit (DT)
[ 52.372900] Workqueue: mld mld_ifc_work
[ 52.372927] Call Trace:
[ 52.372936] [<ffffffff80006628>] show_stack+0x2c/0x38
[ 52.372969] [<ffffffff80900ad4>] dump_stack_lvl+0x64/0x86
[ 52.372995] [<ffffffff80900b0a>] dump_stack+0x14/0x1c
[ 52.373019] [<ffffffff80073682>] print_circular_bug+0x2ba/0x2bc
[ 52.373043] [<ffffffff8007319e>] check_noncircular+0x126/0x130
[ 52.373068] [<ffffffff8006def2>] __lock_acquire+0x1276/0x2d7a
[ 52.373100] [<ffffffff8006ca6c>] lock_acquire+0x13e/0x2e0
[ 52.373130] [<ffffffff80908f5e>] rt_spin_lock+0x26/0xb8
[ 52.373161] [<ffffffff8063c6ba>] macb_start_xmit+0x866/0xa26
[ 52.373190] [<ffffffff8076bea0>] dev_hard_start_xmit+0x152/0x36a
[ 52.373222] [<ffffffff807bd6d0>] sch_direct_xmit+0xb0/0x254
[ 52.373249] [<ffffffff8076cf5c>] __dev_queue_xmit+0x5e8/0x8b8
[ 52.373280] [<ffffffff8077ecc2>] neigh_resolve_output+0x100/0x130
[ 52.373315] [<ffffffff8085cc46>] ip6_finish_output2+0x538/0x6d4
[ 52.373342] [<ffffffff808588ce>] ip6_output+0x11e/0x298
[ 52.373367] [<ffffffff8088f65c>] mld_sendpack+0x294/0x3b8
[ 52.373395] [<ffffffff8088ca30>] mld_ifc_work+0x27c/0x3c2
[ 52.373422] [<ffffffff80031dbe>] process_one_work+0x22a/0x53c
[ 52.373450] [<ffffffff800323a0>] worker_thread+0x1f2/0x3b6
[ 52.373476] [<ffffffff80037dc4>] kthread+0xd8/0xec
[ 52.373506] [<ffffffff80004070>] ret_from_exception+0x0/0x10
[ 56.972686] mmc0: Timeout wai[ting for hardware cmd interrupt.
56.972686] mmc0: Ti[ 56.972714] mmc0: sdhci: ============ SDHCI REGISTER DUMP ===========
meout [ 56.972727] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00000003
waiti[ 56.972748] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
ng for hardware cmd interrupt.
[[ 56.972765] mmc0: sdhci: Argument: 0x000001aa | Trn mode: 0x00000000
56.97271[ 56.972783] mmc0: sdhci: Present: 0x01f700f1 | Host ctl: 0x00000000
4] mmc0: sd[ 56.972799] mmc0: sdhci: Power: 0x00000000 | Blk gap: 0x00000000
hci: =[ 56.972816] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
=[ 56.972834] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
====[ 56.972850] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
====[ 56.972868] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
== SD[ 56.972883] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
H[ 56.972901] mmc0: sdhci: Cmd: 0x0000081a | Max curr: 0x00202020
CI REGIST[ 56.972918] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
ER[ 56.972934] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
DUMP =[ 56.972950] mmc0: sdhci: Host ctl2: 0x00001000
=[ 56.972963] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
=====[ 56.972981] mmc0: sdhci: ============================================
====
[ 56.972727] mmc0: sdhci: Sys addr: 0x00000000 | Version: 0x00000003
[ 56.972748] mmc0: sdhci: Blk size: 0x00000000 | Blk cnt: 0x00000000
[ 56.972765] mmc0: sdhci: Argument: 0x000001aa | Trn mode: 0x00000000
[ 56.972783] mmc0: sdhci: Present: 0x01f700f1 | Host ctl: 0x00000000
[ 56.972799] mmc0: sdhci: Power: 0x00000000 | Blk gap: 0x00000000
[ 56.972816] mmc0: sdhci: Wake-up: 0x00000000 | Clock: 0x0000fa07
[ 56.972834] mmc0: sdhci: Timeout: 0x00000000 | Int stat: 0x00000000
[ 56.972850] mmc0: sdhci: Int enab: 0x00ff0083 | Sig enab: 0x00ff0083
[ 56.972868] mmc0: sdhci: ACmd stat: 0x00000000 | Slot int: 0x00000000
[ 56.972883] mmc0: sdhci: Caps: 0x176ac8b2 | Caps_1: 0x10000077
[ 56.972901] mmc0: sdhci: Cmd: 0x0000081a | Max curr: 0x00202020
[ 56.972918] mmc0: sdhci: Resp[0]: 0x00000000 | Resp[1]: 0x00000000
[ 56.972934] mmc0: sdhci: Resp[2]: 0x00000000 | Resp[3]: 0x00000000
[ 56.972950] mmc0: sdhci: Host ctl2: 0x00001000
[ 56.972963] mmc0: sdhci: ADMA Err: 0x00000000 | ADMA Ptr: 0x0000000000000000
[ 56.972981] mmc0: sdhci: ============================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment