Hallo Uwe,

danke für die ausführliche Hilfe.

Am Sonntag, dem 13.09.2026 um 20:10 +0200 schrieb Uwe Kleine-König:
> > * The hardware itself mostly seems up. LEDs are on, USB is powered
> > etc.
> > * If I type something into the serial console, I actually get the
> > echo
> > back.
> > 
> > I don't know, what to make of this combination of symptoms or how
> > to
> > investigate further.
> > 
> > Attached you find:
> > boot_fail*.log - the serial output of two attempts with a broken
> > kernel.
> > boot_okay.log - the output when booting the last known to work
> > version.
> 
> A few ideas for debugging:
> 
>  - How long did you wait for further output once it stopped?

Without serial console attached: Several hours.
With serial console: Once at least 15 minutes.

>  - please add
> 
>       sysrq_always_enabled
> 
>    to the kernel commandline and when the hung state is reached send
> a
>    break on the serial console and then a `t`. Ideally that provides
> a
>    bunch of output.

It did, but I can't interpret this. See attached log.

>  - Does it help if you add
> 
>       root=/dev/mmcblk0p2
> 
>    to the kernel command line? (Is mmcblk0p2 the right device?)
>    Comparing the boot logs I see that 7.1 has considerably less
> messages
>    for ata (i.e. hard disks).

No significant changes.

(And yes: mmcblk0p2 is the right device. I used to have a SATA disk at
/data, back when the board was new and useful for heavy stuff. The disk
is long gone now, but I guess some of the modules stayed in the old
initrd.)

>  - Can you provide the boot log of a boot with
> 
>       debug
> 
>    on the commandline?

See again the attached log.

>  - Can you please provide the 7.1 initrd?

Here: https://friends.ccbib.org/lambda/initrd.img-7.1.12%2Bdeb14-armmp


Thanks for your detailed instructions and best regards,
Harald
prihn  ntenv        printenv
autoboot=run loadkernel && run setargs && true && bootm 0x48000000
baudrate=115200
boot_ram=saved_stdout=$stdout;setenv stdout nc;if iminfo 0x41000000; then true; setenv stdout $saved_stdout; source 0x41000000;else setenv stdout $saved_stdout;fi
bootcmd=if run loadbootenv; then echo Loaded environment from ${bootenv};env import -t ${scriptaddr} ${filesize};fi;if test -n "${uenvcmd}"; then echo Running uenvcmd ...;run uenvcmd;fi;if run loadbootscr; then echo Jumping to ${bootscr};source ${scriptaddr};fi;run autoboot;
bootdelay=2
bootenv=uEnv.txt
bootm_size=0x10000000
bootscr=boot.scr
console=ttyS0,115200
device=mmc
ethact=emac
ethaddr=02:ce:08:40:7e:3f
kernel=uImage
loadbootenv=fatload $device $partition $scriptaddr ${bootenv} || ext2load $device $partition $scriptaddr boot/${bootenv} || ext2load $device $partition $scriptaddr ${bootenv}
loadbootscr=fatload $device $partition $scriptaddr ${bootscr} || ext2load $device $partition $scriptaddr boot/${bootscr} ||ext2load $device $partition $scriptaddr ${bootscr}
loadkernel=if bootpath=/boot/ && ext2load $device $partition 0x43000000 ${bootpath}${script} && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; elif bootpath=/ && fatload $device $partition 0x43000000 ${script} && fatload $device $partition 0x48000000 ${kernel};then true; elif bootpath=/ && ext2load $device $partition 0x43000000 ${bootpath}${script} && ext2load $device $partition 0x48000000 ${bootpath}${kernel};then true; else false;fi
loglevel=8
panicarg=panic=10
partition=0:1
script=script.bin
scriptaddr=0x44000000
setargs=if test -z \\"$root\\"; then if test \\"$bootpath\\" = "/boot/"; then root="/dev/mmcblk0p1 rootwait"; else root="/dev/mmcblk0p2 rootwait"; fi; fi; setenv bootargs console=${console} root=${root} loglevel=${loglevel} ${panicarg} ${extraargs}
stderr=serial
stdin=serial
stdout=serial

Environment size: 1910/131068 bytes
sun4i# setenv bootargs console=${console} root=${root} loglevel=${loglevel} ${panicarg} ${extraargs}
sun4i# setenv bootargs debug sysrq_always_enabled root=/dev/mmcblk0p2
sun4i# boot
** Unrecognized filesystem type **
** File not found boot/uEnv.txt **
** File not found uEnv.txt **
** Unrecognized filesystem type **
** File not found boot/boot.scr **
2621 bytes read in 222 ms (10.7 KiB/s)
Jumping to boot.scr
## Executing script at 44000000
U-boot-sunxi / old-style environment detected.
6849024 bytes read in 918 ms (7.1 MiB/s)
23541 bytes read in 447 ms (50.8 KiB/s)
27745583 bytes read in 2515 ms (10.5 MiB/s)
Booting Debian 7.1.12+deb14-armmp from mmc 0:1...
Kernel image @ 0x42000000 [ 0x000000 - 0x688200 ]
## Flattened Device Tree blob at 43000000
   Booting using the fdt blob at 0x43000000
   Loading Ramdisk to 4e58a000, end 4ffffd2f ... OK
   Loading Device Tree to 4e581000, end 4e589bf4 ... OK

Starting kernel ...

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 7.1.12+deb14-armmp ([email protected]) (arm-linux-gnueabihf-gcc-15 (Debian 15.3.0-2) 15.3.0, GNU ld (GNU Binutils for Debian) 2.47) #1 SMP Debian 7.1.12-1 (2026-08-28)
[    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] OF: fdt: Machine model: Cubietech Cubieboard
[    0.000000] Memory policy: Data cache writeback
[    0.000000] efi: UEFI not found.
[    0.000000] Reserved memory: created CMA memory pool at 0x48000000, size 96 MiB
[    0.000000] OF: reserved mem: initialized node default-pool, compatible id shared-dma-pool
[    0.000000] OF: reserved mem: 0x48000000..0x4dffffff (98304 KiB) map reusable default-pool
[    0.000000] CPU: All CPU(s) started in SVC mode.
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000040000000-0x000000006fffffff]
[    0.000000]   Normal   empty
[    0.000000]   HighMem  [mem 0x0000000070000000-0x000000007fffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000040000000-0x000000007fffffff]
[    0.000000] percpu: Embedded 20 pages/cpu s51724 r8192 d22004 u81920
[    0.000000] pcpu-alloc: s51724 r8192 d22004 u81920 alloc=20*4096
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Kernel command line: debug sysrq_always_enabled root=/dev/mmcblk0p2 console=ttyS0,115200
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] printk: log buffer data + meta data: 131072 + 507904 = 638976 bytes
[    0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes, linear)
[    0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 262144
[    0.000000] allocated 1048576 bytes of page_ext
[    0.000000] mem auto-init: stack:all(zero), heap alloc:on, heap free:off
[    0.000000] SLUB: HWalign=16, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] ftrace: allocating 46599 entries in 137 pages
[    0.000000] ftrace: allocated 137 pages with 3 groups
[    0.000000] rcu: Hierarchical RCU implementation.
[    0.000000] rcu: 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=1.
[    0.000000] 	Rude 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=1
[    0.000000] RCU Tasks Rude: Setting shift to 0 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=1.
[    0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[    0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[    0.000000] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.000005] sched_clock: 32 bits at 24MHz, resolution 41ns, wraps every 89478484971ns
[    0.000035] clocksource: timer: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 79635851949 ns
[    0.001814] Console: colour dummy device 80x25
[    0.001908] Calibrating delay loop... 1001.47 BogoMIPS (lpj=2002944)
[    0.048096] CPU: Testing write buffer coherency: ok
[    0.048159] CPU0: Spectre v2: firmware did not set auxiliary control register IBE bit, system vulnerable
[    0.048169] pid_max: default: 32768 minimum: 301
[    0.055333] landlock: Up and running.
[    0.055347] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.055771] AppArmor: AppArmor initialized
[    0.055846] TOMOYO Linux initialized
[    0.056507] LSM support for eBPF active
[    0.058705] Mount-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.058734] Mountpoint-cache hash table entries: 2048 (order: 1, 8192 bytes, linear)
[    0.060639] VFS: Finished mounting rootfs on nullfs
[    0.066515] CPU0: thread -1, cpu 0, socket -1, mpidr 0
[    0.066570] cacheinfo: Unable to detect cache hierarchy for CPU 0
[    0.068820] Setting up static identity map for 0x40300000 - 0x403000ac
[    0.069967] rcu: Hierarchical SRCU implementation.
[    0.069981] rcu: 	Max phase no-delay instances is 1000.
[    0.072892] EFI services will not be available.
[    0.073350] smp: Bringing up secondary CPUs ...
[    0.073387] smp: Brought up 1 node, 1 CPU
[    0.073399] SMP: Total of 1 processors activated (1001.47 BogoMIPS).
[    0.073410] CPU: All CPU(s) started in SVC mode.
[    0.073617] Memory: 884780K/1048576K available (14336K kernel code, 2339K rwdata, 4752K rodata, 2048K init, 386K bss, 62760K reserved, 98304K cma-reserved, 262144K highmem)
[    0.075407] devtmpfs: initialized
[    0.084002] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
[    0.084883] posixtimers hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.084934] futex hash table entries: 256 (16384 bytes on 1 NUMA nodes, total 16 KiB, linear).
[    0.095579] DMI: not present or invalid.
[    0.097301] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[    0.105798] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.106869] audit: initializing netlink subsys (disabled)
[    0.108412] audit: type=2000 audit(0.104:1): state=initialized audit_enabled=0 res=1
[    0.109203] thermal_sys: Registered thermal governor 'fair_share'
[    0.109215] thermal_sys: Registered thermal governor 'bang_bang'
[    0.109223] thermal_sys: Registered thermal governor 'step_wise'
[    0.109229] thermal_sys: Registered thermal governor 'user_space'
[    0.109235] thermal_sys: Registered thermal governor 'power_allocator'
[    0.109469] No ATAGs?
[    0.109480] hw-breakpoint: debug architecture 0x4 unsupported.
[    0.111261] Serial: AMBA PL011 UART driver
[    0.116776] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.116888] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.116981] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.117088] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.117181] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.117273] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.117542] /soc/hdmi@1c16000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.117681] /soc/hdmi@1c16000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.118032] /soc/display-frontend@1e00000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.118177] /soc/display-frontend@1e00000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.118332] /soc/display-frontend@1e20000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.118475] /soc/display-frontend@1e20000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.118556] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.118626] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.118687] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/display-frontend@1e20000
[    0.118748] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/display-frontend@1e00000
[    0.118832] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.118902] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.118963] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/display-frontend@1e20000
[    0.119024] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/display-frontend@1e00000
[    0.120888] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.121003] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.121108] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.121591] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.121699] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.121801] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.124622] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.124812] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.125038] /soc/hdmi@1c16000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.125256] /soc/hdmi@1c16000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.133493] /soc/display-frontend@1e00000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.133588] /soc/display-frontend@1e00000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.134039] /soc/display-frontend@1e20000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.134116] /soc/display-frontend@1e20000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.134548] /soc/display-frontend@1e20000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.134701] /soc/display-frontend@1e00000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.134824] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.134947] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/display-backend@1e40000
[    0.135060] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.135262] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.135374] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/display-frontend@1e20000
[    0.135481] /soc/display-backend@1e40000: Fixed dependency cycle(s) with /soc/display-frontend@1e00000
[    0.136147] /soc/display-frontend@1e20000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.136306] /soc/display-frontend@1e00000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.136428] /soc/lcd-controller@1c0d000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.136547] /soc/lcd-controller@1c0c000: Fixed dependency cycle(s) with /soc/display-backend@1e60000
[    0.136657] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0d000
[    0.136852] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/lcd-controller@1c0c000
[    0.136959] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/display-frontend@1e20000
[    0.137064] /soc/display-backend@1e60000: Fixed dependency cycle(s) with /soc/display-frontend@1e00000
[    0.139763] /soc/hdmi@1c16000: Fixed dependency cycle(s) with /hdmi-connector
[    0.139959] /hdmi-connector: Fixed dependency cycle(s) with /soc/hdmi@1c16000
[    0.142769] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[    0.179135] iommu: Default domain type: Translated
[    0.179155] iommu: DMA domain TLB invalidation policy: strict mode
[    0.180891] pps_core: LinuxPPS API ver. 1 registered
[    0.180910] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <[email protected]>
[    0.180934] PTP clock support registered
[    0.185791] NetLabel: Initializing
[    0.185807] NetLabel:  domain hash size = 128
[    0.185815] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    0.185918] NetLabel:  unlabeled traffic allowed by default
[    0.188203] vgaarb: loaded
[    0.188896] clocksource: Switched to clocksource timer
[    0.204603] VFS: Disk quotas dquot_6.6.0
[    0.204993] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[    0.206374] AppArmor: AppArmor Filesystem Enabled
[    0.234374] NET: Registered PF_INET protocol family
[    0.239869] IP idents hash table entries: 16384 (order: 5, 131072 bytes, linear)
[    0.242166] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear)
[    0.242393] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[    0.243073] TCP established hash table entries: 8192 (order: 3, 32768 bytes, linear)
[    0.243248] TCP bind hash table entries: 8192 (order: 5, 131072 bytes, linear)
[    0.243812] TCP: Hash tables configured (established 8192 bind 8192)
[    0.244214] MPTCP token hash table entries: 1024 (order: 2, 16384 bytes, linear)
[    0.244420] UDP hash table entries: 512 (order: 3, 28672 bytes, linear)
[    0.250863] NET: Registered PF_UNIX/PF_LOCAL protocol family
[    0.250924] NET: Registered PF_XDP protocol family
[    0.250956] PCI: CLS 0 bytes, default 64
[    0.253374] Initialise system trusted keyrings
[    0.253574] Key type blacklist registered
[    0.254437] Trying to unpack rootfs image as initramfs...
[    0.257363] workingset: timestamp_bits=14 (anon: 10) max_order=18 bucket_order=4 (anon: 8)
[    0.276847] fuse: init (API version 7.45)
[    0.286118] integrity: Platform Keyring initialized
[    0.286174] integrity: Machine keyring initialized
[    0.286287] Key type asymmetric registered
[    0.286297] Asymmetric key parser 'x509' registered
[    0.289269] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    0.289647] io scheduler mq-deadline registered
[    0.321043] ledtrig-cpu: registered to indicate activity on CPUs
[    0.400599] Serial: 8250/16550 driver, 5 ports, IRQ sharing enabled
[    0.421758] Serial: AMBA driver
[    0.423387] STM32 USART driver initialized
[    0.431592] sun4i-mdio 1c0b080.mdio: supply phy not found, using dummy regulator
[    1.927164] Freeing initrd memory: 27096K
[    1.944584] mousedev: PS/2 mouse device common for all mice
[    1.947892] sunxi-rtc 1c20d00.rtc: registered as rtc0
[    1.947942] sunxi-rtc 1c20d00.rtc: setting system clock to 2010-01-01T00:23:20 UTC (1262305400)
[    1.953775] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 (8000000f) counters available
[    1.955985] NET: Registered PF_INET6 protocol family
[    1.959005] Segment Routing with IPv6
[    1.959024] RPL Segment Routing with IPv6
[    1.959098] In-situ OAM (IOAM) with IPv6
[    1.959193] mip6: Mobile IPv6
[    1.959215] NET: Registered PF_PACKET protocol family
[    1.959500] mpls_gso: MPLS GSO support
[    1.959727] ThumbEE CPU extension supported.
[    1.959745] Registering SWP/SWPB emulation handler
[    1.975706] registered taskstats version 1
[    1.975855] Loading compiled-in X.509 certificates
[    2.503038] Loaded X.509 cert 'Build time autogenerated kernel key: aaf752410963e32befe6054c7b3b6459a26e1c51'
[    2.520480] Key type .fscrypt registered
[    2.520501] Key type fscrypt-provisioning registered
[    2.629832] Key type encrypted registered
[    2.629859] AppArmor: AppArmor sha256 policy hashing enabled
[    2.629879] ima: No TPM chip found, activating TPM-bypass!
[    2.629891] ima: Allocated hash algorithm: sha256
[    2.630884] ima: No architecture policies found
[    2.631084] evm: Initialising EVM extended attributes:
[    2.631092] evm: security.selinux
[    2.631098] evm: security.SMACK64 (disabled)
[    2.631104] evm: security.SMACK64EXEC (disabled)
[    2.631109] evm: security.SMACK64TRANSMUTE (disabled)
[    2.631114] evm: security.SMACK64MMAP (disabled)
[    2.631119] evm: security.apparmor
[    2.631124] evm: security.ima
[    2.631129] evm: security.capability
[    2.631134] evm: HMAC attrs: 0x1
[    2.939371] gpio gpiochip0: Static allocation of GPIO base is deprecated, use dynamic allocation.
[    3.035284] sun4i-pinctrl 1c20800.pinctrl: initialized sunXi PIO driver
[    3.045780] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pb not found, using dummy regulator
[    3.093084] printk: legacy console [ttyS0] disabled
[    3.113804] 1c28000.serial: ttyS0 at MMIO 0x1c28000 (irq = 53, base_baud = 1500000) is a U6_16550A
[    3.157103] printk: legacy console [ttyS0] enabled
[    6.647024] sun4i-pinctrl 1c20800.pinctrl: supply vcc-ph not found, using dummy regulator
[    6.658051] clk: Disabling unused clocks
[    6.662156] PM: genpd: Disabling unused power domains
[    6.682386] Freeing unused kernel image (initmem) memory: 2048K
[    6.689421] Run /init as init process
[    6.693103]   with arguments:
[    6.696077]     /init
[    6.698354]   with environment:
[    6.701497]     HOME=/
[    6.703860]     TERM=linux
Loading, please wait...
+ ROOT=/dev/mmcblk0p2
+ '[' -z  ]
+ '[' /dev/mmcblk0p2 '=' /dev/nfs ]
+ '[' -z  ]
+ BOOT=local
+ '[' -n  ]
+ '['  '=' none ]
+ resume=
+ mount -t tmpfs -o 'nodev,noexec,nosuid,size=10%,mode=0755' tmpfs /run
+ mkdir -m 0700 /run/initramfs
+ '[' -n /run/initramfs/initramfs.debug ]
+ exec
[   10.685863] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pf not found, using dummy regulator
[   10.706838] sunxi-mmc 1c0f000.mmc: Got CD GPIO
[   10.784208] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pa not found, using dummy regulator
[   10.792847] sun4i-emac 1c0b000.ethernet (unnamed net_device) (uninitialized): get io resource from device: 0x01c0b000, size = 4096
[   10.804603] sun4i-emac 1c0b000.ethernet (unnamed net_device) (uninitialized): failed to request dma channel. dma is disabled
[   10.815813] sun4i-emac 1c0b000.ethernet (unnamed net_device) (uninitialized): configure dma failed. disable dma.
[   10.828397] sun4i-emac 1c0b000.ethernet: eth0: at (ptrval), IRQ 55 MAC: 02:ce:08:40:7e:3f
[   10.897090] sun4i-pinctrl 1c20800.pinctrl: supply vcc-pi not found, using dummy regulator
[   11.043384] usbcore: registered new interface driver usbfs
[   11.048979] usbcore: registered new interface driver hub
[   11.054376] usbcore: registered new device driver usb
[  123.471937] sysrq: Show State
[  123.474951] task:init            state:S stack:0     pid:1     tgid:1     ppid:0      task_flags:0x400100 flags:0x00000000
[  123.486004] Call trace: 
[  123.486019]  __schedule from schedule+0x28/0xe8
[  123.493113]  schedule from do_wait+0x58/0x154
[  123.497492]  do_wait from kernel_wait4+0xa0/0x15c
[  123.502209]  kernel_wait4 from sys_wait4+0xf0/0xfc
[  123.507011]  sys_wait4 from ret_fast_syscall+0x0/0x1c
[  123.512075] Exception stack(0xf080dfa8 to 0xf080dff0)
[  123.517132] dfa0:                   00000000 00000000 ffffffff be8b5d5c 00000000 00000000
[  123.525309] dfc0: 00000000 00000000 01633008 00000072 01633008 00000000 00000001 ffffffff
[  123.533482] dfe0: 00000072 be8b5c98 b6e81847 b6e3fcc6
[  123.538528] task:kthreadd        state:S stack:0     pid:2     tgid:2     ppid:0      task_flags:0x208040 flags:0x00000000
[  123.549570] Call trace: 
[  123.549578]  __schedule from schedule+0x28/0xe8
[  123.556654]  schedule from kthreadd+0x204/0x210
[  123.561204]  kthreadd from ret_from_fork+0x14/0x28
[  123.566004] Exception stack(0xf0811fb0 to 0xf0811ff8)
[  123.571058] 1fa0:                                     00000000 00000000 00000000 00000000
[  123.579235] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.587408] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.594021] task:pool_workqueue_ state:S stack:0     pid:3     tgid:3     ppid:2      task_flags:0x208040 flags:0x00000000
[  123.605064] Call trace: 
[  123.605072]  __schedule from schedule+0x28/0xe8
[  123.612147]  schedule from kthread_worker_fn+0x134/0x320
[  123.617473]  kthread_worker_fn from kthread+0x100/0x124
[  123.622707]  kthread from ret_from_fork+0x14/0x28
[  123.627421] Exception stack(0xf0815fb0 to 0xf0815ff8)
[  123.632475] 5fa0:                                     00000000 00000000 00000000 00000000
[  123.640650] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.648826] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.655439] task:kworker/R-rcu_g state:I stack:0     pid:4     tgid:4     ppid:2      task_flags:0x4208060 flags:0x00000000
[  123.666570] Call trace: 
[  123.666578]  __schedule from schedule+0x28/0xe8
[  123.673653]  schedule from rescuer_thread+0x430/0x62c
[  123.678724]  rescuer_thread from kthread+0x100/0x124
[  123.683702]  kthread from ret_from_fork+0x14/0x28
[  123.688414] Exception stack(0xf0819fb0 to 0xf0819ff8)
[  123.693468] 9fa0:                                     00000000 00000000 00000000 00000000
[  123.701643] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.709817] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.716429] task:kworker/R-sync_ state:I stack:0     pid:5     tgid:5     ppid:2      task_flags:0x4208060 flags:0x00000000
[  123.727560] Call trace: 
[  123.727568]  __schedule from schedule+0x28/0xe8
[  123.734643]  schedule from rescuer_thread+0x430/0x62c
[  123.739709]  rescuer_thread from kthread+0x100/0x124
[  123.744686]  kthread from ret_from_fork+0x14/0x28
[  123.749400] Exception stack(0xf081dfb0 to 0xf081dff8)
[  123.754454] dfa0:                                     00000000 00000000 00000000 00000000
[  123.762629] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.770805] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.777418] task:kworker/R-kvfre state:I stack:0     pid:6     tgid:6     ppid:2      task_flags:0x4208060 flags:0x00000000
[  123.788548] Call trace: 
[  123.788556]  __schedule from schedule+0x28/0xe8
[  123.795631]  schedule from rescuer_thread+0x430/0x62c
[  123.800697]  rescuer_thread from kthread+0x100/0x124
[  123.805674]  kthread from ret_from_fork+0x14/0x28
[  123.810386] Exception stack(0xf0821fb0 to 0xf0821ff8)
[  123.815440] 1fa0:                                     00000000 00000000 00000000 00000000
[  123.823615] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.831789] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.838402] task:kworker/R-slub_ state:I stack:0     pid:7     tgid:7     ppid:2      task_flags:0x4208060 flags:0x00000000
[  123.849533] Call trace: 
[  123.849540]  __schedule from schedule+0x28/0xe8
[  123.856615]  schedule from rescuer_thread+0x430/0x62c
[  123.861682]  rescuer_thread from kthread+0x100/0x124
[  123.866658]  kthread from ret_from_fork+0x14/0x28
[  123.871372] Exception stack(0xf0825fb0 to 0xf0825ff8)
[  123.876426] 5fa0:                                     00000000 00000000 00000000 00000000
[  123.884601] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.892776] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.899388] task:kworker/R-netns state:I stack:0     pid:8     tgid:8     ppid:2      task_flags:0x4208060 flags:0x00000000
[  123.910519] Call trace: 
[  123.910527]  __schedule from schedule+0x28/0xe8
[  123.917602]  schedule from rescuer_thread+0x430/0x62c
[  123.922668]  rescuer_thread from kthread+0x100/0x124
[  123.927645]  kthread from ret_from_fork+0x14/0x28
[  123.932357] Exception stack(0xf0829fb0 to 0xf0829ff8)
[  123.937411] 9fa0:                                     00000000 00000000 00000000 00000000
[  123.945586] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  123.953761] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  123.960373] task:kworker/0:0     state:D stack:0     pid:9     tgid:9     ppid:2      task_flags:0x4208060 flags:0x00000000
[  123.971504] Workqueue: device_link_wq device_link_release_fn
[  123.977174] Call trace: 
[  123.977182]  __schedule from schedule+0x28/0xe8
[  123.984257]  schedule from schedule_timeout+0xc8/0x10c
[  123.989409]  schedule_timeout from wait_for_completion+0x84/0x154
[  123.995514]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  124.001708]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  124.008156]  device_link_release_fn from process_one_work+0x1b0/0x508
[  124.014606]  process_one_work from worker_thread+0x180/0x350
[  124.020278]  worker_thread from kthread+0x100/0x124
[  124.025168]  kthread from ret_from_fork+0x14/0x28
[  124.029881] Exception stack(0xf082dfb0 to 0xf082dff8)
[  124.034928] dfa0:                                     00000000 00000000 00000000 00000000
[  124.043103] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.051277] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.057890] task:kworker/0:0H    state:I stack:0     pid:10    tgid:10    ppid:2      task_flags:0x4208060 flags:0x00000000
[  124.069021] Call trace: 
[  124.069029]  __schedule from schedule+0x28/0xe8
[  124.076104]  schedule from worker_thread+0xb8/0x350
[  124.080997]  worker_thread from kthread+0x100/0x124
[  124.085886]  kthread from ret_from_fork+0x14/0x28
[  124.090600] Exception stack(0xf0831fb0 to 0xf0831ff8)
[  124.095654] 1fa0:                                     00000000 00000000 00000000 00000000
[  124.103829] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.112003] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.118616] task:kworker/0:1     state:D stack:0     pid:11    tgid:11    ppid:2      task_flags:0x4208060 flags:0x00000000
[  124.129746] Workqueue: device_link_wq device_link_release_fn
[  124.135413] Call trace: 
[  124.135422]  __schedule from schedule+0x28/0xe8
[  124.142496]  schedule from schedule_timeout+0xc8/0x10c
[  124.147647]  schedule_timeout from wait_for_completion+0x84/0x154
[  124.153751]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  124.159942]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  124.166389]  device_link_release_fn from process_one_work+0x1b0/0x508
[  124.172839]  process_one_work from worker_thread+0x180/0x350
[  124.178510]  worker_thread from kthread+0x100/0x124
[  124.183400]  kthread from ret_from_fork+0x14/0x28
[  124.188114] Exception stack(0xf0835fb0 to 0xf0835ff8)
[  124.193168] 5fa0:                                     00000000 00000000 00000000 00000000
[  124.201343] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.209517] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.216130] task:kworker/u4:0    state:I stack:0     pid:12    tgid:12    ppid:2      task_flags:0x4208060 flags:0x00000000
[  124.227261] Workqueue:  0x0 (pm)
[  124.230507] Call trace: 
[  124.230514]  __schedule from schedule+0x28/0xe8
[  124.237590]  schedule from worker_thread+0xb8/0x350
[  124.242482]  worker_thread from kthread+0x100/0x124
[  124.247372]  kthread from ret_from_fork+0x14/0x28
[  124.252085] Exception stack(0xf0839fb0 to 0xf0839ff8)
[  124.257140] 9fa0:                                     00000000 00000000 00000000 00000000
[  124.265315] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.273488] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.280101] task:kworker/R-mm_pe state:I stack:0     pid:13    tgid:13    ppid:2      task_flags:0x4208060 flags:0x00000000
[  124.291232] Call trace: 
[  124.291240]  __schedule from schedule+0x28/0xe8
[  124.298315]  schedule from rescuer_thread+0x430/0x62c
[  124.303381]  rescuer_thread from kthread+0x100/0x124
[  124.308357]  kthread from ret_from_fork+0x14/0x28
[  124.313070] Exception stack(0xf083dfb0 to 0xf083dff8)
[  124.318124] dfa0:                                     00000000 00000000 00000000 00000000
[  124.326299] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.334473] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.341085] task:ksoftirqd/0     state:S stack:0     pid:14    tgid:14    ppid:2      task_flags:0x4208040 flags:0x00000000
[  124.352214] Call trace: 
[  124.352222]  __schedule from schedule+0x28/0xe8
[  124.359297]  schedule from smpboot_thread_fn+0x158/0x1c4
[  124.364627]  smpboot_thread_fn from kthread+0x100/0x124
[  124.369864]  kthread from ret_from_fork+0x14/0x28
[  124.374576] Exception stack(0xf0841fb0 to 0xf0841ff8)
[  124.379630] 1fa0:                                     00000000 00000000 00000000 00000000
[  124.387805] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.395979] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.402592] task:rcu_sched       state:I stack:0     pid:15    tgid:15    ppid:2      task_flags:0x208040 flags:0x00000000
[  124.413634] Call trace: 
[  124.413642]  __schedule from schedule+0x28/0xe8
[  124.420717]  schedule from rcu_gp_kthread+0xcc/0x140
[  124.425701]  rcu_gp_kthread from kthread+0x100/0x124
[  124.430677]  kthread from ret_from_fork+0x14/0x28
[  124.435390] Exception stack(0xf0845fb0 to 0xf0845ff8)
[  124.440444] 5fa0:                                     00000000 00000000 00000000 00000000
[  124.448619] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.456795] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.463408] task:rcu_exp_par_gp_ state:S stack:0     pid:16    tgid:16    ppid:2      task_flags:0x208040 flags:0x00000000
[  124.474451] Call trace: 
[  124.474458]  __schedule from schedule+0x28/0xe8
[  124.481533]  schedule from kthread_worker_fn+0x134/0x320
[  124.486858]  kthread_worker_fn from kthread+0x100/0x124
[  124.492092]  kthread from ret_from_fork+0x14/0x28
[  124.496806] Exception stack(0xf0849fb0 to 0xf0849ff8)
[  124.501860] 9fa0:                                     00000000 00000000 00000000 00000000
[  124.510035] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.518209] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.524821] task:rcu_exp_gp_kthr state:S stack:0     pid:17    tgid:17    ppid:2      task_flags:0x208040 flags:0x00000000
[  124.535864] Call trace: 
[  124.535871]  __schedule from schedule+0x28/0xe8
[  124.542946]  schedule from kthread_worker_fn+0x134/0x320
[  124.548270]  kthread_worker_fn from kthread+0x100/0x124
[  124.553505]  kthread from ret_from_fork+0x14/0x28
[  124.558218] Exception stack(0xf084dfb0 to 0xf084dff8)
[  124.563272] dfa0:                                     00000000 00000000 00000000 00000000
[  124.571447] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.579621] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.586234] task:migration/0     state:S stack:0     pid:18    tgid:18    ppid:2      task_flags:0x4208040 flags:0x00000000
[  124.597364] Stopper: 0x0 <- 0x0
[  124.600513] Call trace: 
[  124.600520]  __schedule from schedule+0x28/0xe8
[  124.607596]  schedule from smpboot_thread_fn+0x158/0x1c4
[  124.612921]  smpboot_thread_fn from kthread+0x100/0x124
[  124.618157]  kthread from ret_from_fork+0x14/0x28
[  124.622870] Exception stack(0xf0851fb0 to 0xf0851ff8)
[  124.627924] 1fa0:                                     00000000 00000000 00000000 00000000
[  124.636099] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.644274] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.650887] task:kprobe-optimize state:S stack:0     pid:19    tgid:19    ppid:2      task_flags:0x208040 flags:0x00000000
[  124.661931] Call trace: 
[  124.661938]  __schedule from schedule+0x28/0xe8
[  124.669013]  schedule from kprobe_optimizer_thread+0x37c/0x494
[  124.674868]  kprobe_optimizer_thread from kthread+0x100/0x124
[  124.680626]  kthread from ret_from_fork+0x14/0x28
[  124.685340] Exception stack(0xf0855fb0 to 0xf0855ff8)
[  124.690393] 5fa0:                                     00000000 00000000 00000000 00000000
[  124.698569] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.706743] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.713355] task:cpuhp/0         state:S stack:0     pid:20    tgid:20    ppid:2      task_flags:0x4208040 flags:0x00000000
[  124.724486] Call trace: 
[  124.724493]  __schedule from schedule+0x28/0xe8
[  124.731569]  schedule from smpboot_thread_fn+0x158/0x1c4
[  124.736894]  smpboot_thread_fn from kthread+0x100/0x124
[  124.742130]  kthread from ret_from_fork+0x14/0x28
[  124.746843] Exception stack(0xf0859fb0 to 0xf0859ff8)
[  124.751897] 9fa0:                                     00000000 00000000 00000000 00000000
[  124.760072] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.768246] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.774858] task:kdevtmpfs       state:S stack:0     pid:21    tgid:21    ppid:2      task_flags:0x208140 flags:0x00000000
[  124.785901] Call trace: 
[  124.785909]  __schedule from schedule+0x28/0xe8
[  124.792985]  schedule from devtmpfsd+0x48c/0x4c4
[  124.797617]  devtmpfsd from kthread+0x100/0x124
[  124.802161]  kthread from ret_from_fork+0x14/0x28
[  124.806873] Exception stack(0xf085dfb0 to 0xf085dff8)
[  124.811926] dfa0:                                     00000000 00000000 00000000 00000000
[  124.820102] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.828277] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.834889] task:kworker/R-inet_ state:I stack:0     pid:22    tgid:22    ppid:2      task_flags:0x4208060 flags:0x00000000
[  124.846020] Call trace: 
[  124.846028]  __schedule from schedule+0x28/0xe8
[  124.853103]  schedule from rescuer_thread+0x430/0x62c
[  124.858170]  rescuer_thread from kthread+0x100/0x124
[  124.863146]  kthread from ret_from_fork+0x14/0x28
[  124.867860] Exception stack(0xf0861fb0 to 0xf0861ff8)
[  124.872914] 1fa0:                                     00000000 00000000 00000000 00000000
[  124.881090] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.889264] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.895875] task:rcu_tasks_rude_ state:I stack:0     pid:23    tgid:23    ppid:2      task_flags:0x208040 flags:0x00000000
[  124.906919] Call trace: 
[  124.906926]  __schedule from schedule+0x28/0xe8
[  124.914002]  schedule from rcu_tasks_one_gp+0x22c/0x578
[  124.919250]  rcu_tasks_one_gp from rcu_tasks_kthread+0xa8/0xc8
[  124.925098]  rcu_tasks_kthread from kthread+0x100/0x124
[  124.930336]  kthread from ret_from_fork+0x14/0x28
[  124.935050] Exception stack(0xf0865fb0 to 0xf0865ff8)
[  124.940103] 5fa0:                                     00000000 00000000 00000000 00000000
[  124.948279] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  124.956454] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  124.963066] task:kauditd         state:S stack:0     pid:24    tgid:24    ppid:2      task_flags:0x200040 flags:0x00000000
[  124.974109] Call trace: 
[  124.974116]  __schedule from schedule+0x28/0xe8
[  124.981193]  schedule from kauditd_thread+0x1dc/0x2c4
[  124.986258]  kauditd_thread from kthread+0x100/0x124
[  124.991231]  kthread from ret_from_fork+0x14/0x28
[  124.995944] Exception stack(0xf086dfb0 to 0xf086dff8)
[  125.000998] dfa0:                                     00000000 00000000 00000000 00000000
[  125.009174] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.017348] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.023961] task:khungtaskd      state:S stack:0     pid:25    tgid:25    ppid:2      task_flags:0x208040 flags:0x00000000
[  125.035003] Call trace: 
[  125.035011]  __schedule from schedule+0x28/0xe8
[  125.042086]  schedule from schedule_timeout+0x8c/0x10c
[  125.047237]  schedule_timeout from watchdog+0xb0/0x7f4
[  125.052383]  watchdog from kthread+0x100/0x124
[  125.056836]  kthread from ret_from_fork+0x14/0x28
[  125.061548] Exception stack(0xf0871fb0 to 0xf0871ff8)
[  125.066602] 1fa0:                                     00000000 00000000 00000000 00000000
[  125.074778] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.082953] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.089564] task:kworker/u4:1    state:I stack:0     pid:26    tgid:26    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.100695] Workqueue:  0x0 (pm)
[  125.103939] Call trace: 
[  125.103946]  __schedule from schedule+0x28/0xe8
[  125.111022]  schedule from worker_thread+0xb8/0x350
[  125.115915]  worker_thread from kthread+0x100/0x124
[  125.120804]  kthread from ret_from_fork+0x14/0x28
[  125.125518] Exception stack(0xf0875fb0 to 0xf0875ff8)
[  125.130572] 5fa0:                                     00000000 00000000 00000000 00000000
[  125.138747] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.146922] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.153533] task:oom_reaper      state:S stack:0     pid:27    tgid:27    ppid:2      task_flags:0x200040 flags:0x00000000
[  125.164577] Call trace: 
[  125.164584]  __schedule from schedule+0x28/0xe8
[  125.171660]  schedule from oom_reaper+0x2b8/0x60c
[  125.176379]  oom_reaper from kthread+0x100/0x124
[  125.181007]  kthread from ret_from_fork+0x14/0x28
[  125.185720] Exception stack(0xf0879fb0 to 0xf0879ff8)
[  125.190774] 9fa0:                                     00000000 00000000 00000000 00000000
[  125.198950] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.207124] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.213736] task:kworker/R-write state:I stack:0     pid:28    tgid:28    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.224867] Call trace: 
[  125.224874]  __schedule from schedule+0x28/0xe8
[  125.231950]  schedule from rescuer_thread+0x430/0x62c
[  125.237016]  rescuer_thread from kthread+0x100/0x124
[  125.241992]  kthread from ret_from_fork+0x14/0x28
[  125.246705] Exception stack(0xf087dfb0 to 0xf087dff8)
[  125.251758] dfa0:                                     00000000 00000000 00000000 00000000
[  125.259934] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.268108] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.274721] task:kcompactd0      state:S stack:0     pid:29    tgid:29    ppid:2      task_flags:0x210040 flags:0x00000000
[  125.285764] Call trace: 
[  125.285772]  __schedule from schedule+0x28/0xe8
[  125.292847]  schedule from schedule_timeout+0x8c/0x10c
[  125.297997]  schedule_timeout from kcompactd+0x3b0/0x43c
[  125.303329]  kcompactd from kthread+0x100/0x124
[  125.307876]  kthread from ret_from_fork+0x14/0x28
[  125.312589] Exception stack(0xf0881fb0 to 0xf0881ff8)
[  125.317643] 1fa0:                                     00000000 00000000 00000000 00000000
[  125.325819] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.333993] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.340606] task:ksmd            state:S stack:0     pid:30    tgid:30    ppid:2      task_flags:0x200040 flags:0x00000000
[  125.351650] Call trace: 
[  125.351657]  __schedule from schedule+0x28/0xe8
[  125.358733]  schedule from ksm_scan_thread+0x121c/0x1d78
[  125.364062]  ksm_scan_thread from kthread+0x100/0x124
[  125.369123]  kthread from ret_from_fork+0x14/0x28
[  125.373836] Exception stack(0xf0885fb0 to 0xf0885ff8)
[  125.378890] 5fa0:                                     00000000 00000000 00000000 00000000
[  125.387066] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.395241] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.401853] task:kworker/R-kbloc state:I stack:0     pid:31    tgid:31    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.412983] Call trace: 
[  125.412991]  __schedule from schedule+0x28/0xe8
[  125.420066]  schedule from rescuer_thread+0x430/0x62c
[  125.425133]  rescuer_thread from kthread+0x100/0x124
[  125.430109]  kthread from ret_from_fork+0x14/0x28
[  125.434822] Exception stack(0xf0889fb0 to 0xf0889ff8)
[  125.439875] 9fa0:                                     00000000 00000000 00000000 00000000
[  125.448051] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.456225] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.462837] task:kworker/R-blkcg state:I stack:0     pid:32    tgid:32    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.473968] Call trace: 
[  125.473975]  __schedule from schedule+0x28/0xe8
[  125.481050]  schedule from rescuer_thread+0x430/0x62c
[  125.486116]  rescuer_thread from kthread+0x100/0x124
[  125.491092]  kthread from ret_from_fork+0x14/0x28
[  125.495805] Exception stack(0xf088dfb0 to 0xf088dff8)
[  125.500859] dfa0:                                     00000000 00000000 00000000 00000000
[  125.509034] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.517209] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.523820] task:kworker/R-kinte state:I stack:0     pid:33    tgid:33    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.534952] Call trace: 
[  125.534959]  __schedule from schedule+0x28/0xe8
[  125.542035]  schedule from rescuer_thread+0x430/0x62c
[  125.547100]  rescuer_thread from kthread+0x100/0x124
[  125.552076]  kthread from ret_from_fork+0x14/0x28
[  125.556790] Exception stack(0xf0891fb0 to 0xf0891ff8)
[  125.561843] 1fa0:                                     00000000 00000000 00000000 00000000
[  125.570019] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.578193] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.584806] task:kworker/u4:2    state:D stack:0     pid:34    tgid:34    ppid:2      task_flags:0x4208160 flags:0x00000000
[  125.595937] Workqueue: async async_run_entry_fn
[  125.600479] Call trace: 
[  125.600486]  __schedule from schedule+0x28/0xe8
[  125.607562]  schedule from schedule_hrtimeout_range_clock+0xdc/0x11c
[  125.613927]  schedule_hrtimeout_range_clock from usleep_range_state+0x70/0xe8
[  125.621068]  usleep_range_state from mmc_power_up.part.0+0x70/0x190
[  125.627345]  mmc_power_up.part.0 from mmc_start_host+0x98/0xa4
[  125.633185]  mmc_start_host from mmc_add_host+0xa0/0x134
[  125.638505]  mmc_add_host from sunxi_mmc_probe+0x37c/0x6c0 [sunxi_mmc]
[  125.645077]  sunxi_mmc_probe [sunxi_mmc] from platform_probe+0x64/0x98
[  125.651626]  platform_probe from really_probe+0xd8/0x418
[  125.656955]  really_probe from __driver_probe_device+0xa0/0x21c
[  125.662888]  __driver_probe_device from driver_probe_device+0x40/0xdc
[  125.669341]  driver_probe_device from __driver_attach_async_helper+0x54/0xe0
[  125.676401]  __driver_attach_async_helper from async_run_entry_fn+0x38/0x184
[  125.683462]  async_run_entry_fn from process_one_work+0x1b0/0x508
[  125.689567]  process_one_work from worker_thread+0x180/0x350
[  125.695238]  worker_thread from kthread+0x100/0x124
[  125.700128]  kthread from ret_from_fork+0x14/0x28
[  125.704842] Exception stack(0xf0895fb0 to 0xf0895ff8)
[  125.709896] 5fa0:                                     00000000 00000000 00000000 00000000
[  125.718071] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.726246] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.732859] task:kworker/R-tpm_d state:I stack:0     pid:35    tgid:35    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.743992] Call trace: 
[  125.744000]  __schedule from schedule+0x28/0xe8
[  125.751077]  schedule from rescuer_thread+0x430/0x62c
[  125.756144]  rescuer_thread from kthread+0x100/0x124
[  125.761120]  kthread from ret_from_fork+0x14/0x28
[  125.765832] Exception stack(0xf0899fb0 to 0xf0899ff8)
[  125.770885] 9fa0:                                     00000000 00000000 00000000 00000000
[  125.779061] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.787236] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.793849] task:kworker/R-devfr state:I stack:0     pid:36    tgid:36    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.804980] Call trace: 
[  125.804988]  __schedule from schedule+0x28/0xe8
[  125.812064]  schedule from rescuer_thread+0x430/0x62c
[  125.817129]  rescuer_thread from kthread+0x100/0x124
[  125.822105]  kthread from ret_from_fork+0x14/0x28
[  125.826818] Exception stack(0xf089dfb0 to 0xf089dff8)
[  125.831871] dfa0:                                     00000000 00000000 00000000 00000000
[  125.840047] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.848222] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.854834] task:watchdogd       state:S stack:0     pid:37    tgid:37    ppid:2      task_flags:0x208040 flags:0x00000000
[  125.865877] Call trace: 
[  125.865885]  __schedule from schedule+0x28/0xe8
[  125.872960]  schedule from kthread_worker_fn+0x134/0x320
[  125.878285]  kthread_worker_fn from kthread+0x100/0x124
[  125.883520]  kthread from ret_from_fork+0x14/0x28
[  125.888233] Exception stack(0xf08a1fb0 to 0xf08a1ff8)
[  125.893287] 1fa0:                                     00000000 00000000 00000000 00000000
[  125.901463] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.909638] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.916249] task:kworker/R-quota state:I stack:0     pid:38    tgid:38    ppid:2      task_flags:0x4208060 flags:0x00000000
[  125.927381] Call trace: 
[  125.927388]  __schedule from schedule+0x28/0xe8
[  125.934463]  schedule from rescuer_thread+0x430/0x62c
[  125.939529]  rescuer_thread from kthread+0x100/0x124
[  125.944506]  kthread from ret_from_fork+0x14/0x28
[  125.949219] Exception stack(0xf08a5fb0 to 0xf08a5ff8)
[  125.954273] 5fa0:                                     00000000 00000000 00000000 00000000
[  125.962448] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  125.970622] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  125.977236] task:kswapd0         state:S stack:0     pid:39    tgid:39    ppid:2      task_flags:0x220840 flags:0x00000000
[  125.988280] Call trace: 
[  125.988287]  __schedule from schedule+0x28/0xe8
[  125.995362]  schedule from kswapd+0x45c/0x490
[  125.999743]  kswapd from kthread+0x100/0x124
[  126.004027]  kthread from ret_from_fork+0x14/0x28
[  126.008739] Exception stack(0xf08a9fb0 to 0xf08a9ff8)
[  126.013793] 9fa0:                                     00000000 00000000 00000000 00000000
[  126.021969] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.030143] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.036755] task:kworker/u4:3    state:R  running task     stack:0     pid:40    tgid:40    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.049451] Workqueue:  0x0 (ttyS-serial_8250)
[  126.053909] Call trace: 
[  126.053917]  __schedule from schedule+0x28/0xe8
[  126.060992]  schedule from worker_thread+0xb8/0x350
[  126.065885]  worker_thread from kthread+0x100/0x124
[  126.070774]  kthread from ret_from_fork+0x14/0x28
[  126.075488] Exception stack(0xf08adfb0 to 0xf08adff8)
[  126.080541] dfa0:                                     00000000 00000000 00000000 00000000
[  126.088717] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.096892] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.103503] task:kworker/u4:4    state:I stack:0     pid:41    tgid:41    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.114634] Workqueue:  0x0 (pm)
[  126.117877] Call trace: 
[  126.117885]  __schedule from schedule+0x28/0xe8
[  126.124961]  schedule from worker_thread+0xb8/0x350
[  126.129853]  worker_thread from kthread+0x100/0x124
[  126.134743]  kthread from ret_from_fork+0x14/0x28
[  126.139455] Exception stack(0xf08b1fb0 to 0xf08b1ff8)
[  126.144509] 1fa0:                                     00000000 00000000 00000000 00000000
[  126.152684] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.160859] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.167470] task:kdamond.0       state:I stack:0     pid:42    tgid:42    ppid:2      task_flags:0x208040 flags:0x00000000
[  126.178514] Call trace: 
[  126.178521]  __schedule from schedule+0x28/0xe8
[  126.185596]  schedule from schedule_timeout+0x8c/0x10c
[  126.190747]  schedule_timeout from kdamond_fn+0x4f4/0x1dc0
[  126.196244]  kdamond_fn from kthread+0x100/0x124
[  126.200872]  kthread from ret_from_fork+0x14/0x28
[  126.205585] Exception stack(0xf08b5fb0 to 0xf08b5ff8)
[  126.210638] 5fa0:                                     00000000 00000000 00000000 00000000
[  126.218814] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.226988] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.233601] task:kworker/R-kthro state:I stack:0     pid:44    tgid:44    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.244732] Call trace: 
[  126.244740]  __schedule from schedule+0x28/0xe8
[  126.251815]  schedule from rescuer_thread+0x430/0x62c
[  126.256881]  rescuer_thread from kthread+0x100/0x124
[  126.261857]  kthread from ret_from_fork+0x14/0x28
[  126.266570] Exception stack(0xf08bdfb0 to 0xf08bdff8)
[  126.271624] dfa0:                                     00000000 00000000 00000000 00000000
[  126.279799] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.287974] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.294585] task:kworker/u4:5    state:I stack:0     pid:45    tgid:45    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.305716] Call trace: 
[  126.305724]  __schedule from schedule+0x28/0xe8
[  126.312800]  schedule from worker_thread+0xb8/0x350
[  126.317692]  worker_thread from kthread+0x100/0x124
[  126.322581]  kthread from ret_from_fork+0x14/0x28
[  126.327295] Exception stack(0xf08b9fb0 to 0xf08b9ff8)
[  126.332348] 9fa0:                                     00000000 00000000 00000000 00000000
[  126.340524] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.348698] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.355310] task:kapmd           state:S stack:0     pid:46    tgid:46    ppid:2      task_flags:0x208040 flags:0x00000000
[  126.366352] Call trace: 
[  126.366360]  __schedule from schedule+0x28/0xe8
[  126.373435]  schedule from kapmd+0x140/0x1c8
[  126.377726]  kapmd from kthread+0x100/0x124
[  126.381922]  kthread from ret_from_fork+0x14/0x28
[  126.386634] Exception stack(0xf08cdfb0 to 0xf08cdff8)
[  126.391688] dfa0:                                     00000000 00000000 00000000 00000000
[  126.399864] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.408038] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.414651] task:kworker/R-mld   state:I stack:0     pid:48    tgid:48    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.425782] Call trace: 
[  126.425790]  __schedule from schedule+0x28/0xe8
[  126.432866]  schedule from rescuer_thread+0x430/0x62c
[  126.437932]  rescuer_thread from kthread+0x100/0x124
[  126.442908]  kthread from ret_from_fork+0x14/0x28
[  126.447620] Exception stack(0xf08e1fb0 to 0xf08e1ff8)
[  126.452674] 1fa0:                                     00000000 00000000 00000000 00000000
[  126.460850] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.469024] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.475637] task:kworker/R-ipv6_ state:I stack:0     pid:49    tgid:49    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.486768] Call trace: 
[  126.486775]  __schedule from schedule+0x28/0xe8
[  126.493851]  schedule from rescuer_thread+0x430/0x62c
[  126.498916]  rescuer_thread from kthread+0x100/0x124
[  126.503892]  kthread from ret_from_fork+0x14/0x28
[  126.508605] Exception stack(0xf0e6dfb0 to 0xf0e6dff8)
[  126.513658] dfa0:                                     00000000 00000000 00000000 00000000
[  126.521834] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.530009] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.536622] task:kworker/R-kstrp state:I stack:0     pid:50    tgid:50    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.547753] Call trace: 
[  126.547761]  __schedule from schedule+0x28/0xe8
[  126.554836]  schedule from rescuer_thread+0x430/0x62c
[  126.559902]  rescuer_thread from kthread+0x100/0x124
[  126.564878]  kthread from ret_from_fork+0x14/0x28
[  126.569590] Exception stack(0xf0e71fb0 to 0xf0e71ff8)
[  126.574643] 1fa0:                                     00000000 00000000 00000000 00000000
[  126.582819] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.590994] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.597605] task:kworker/u5:0    state:I stack:0     pid:57    tgid:57    ppid:2      task_flags:0x4208060 flags:0x00000000
[  126.608737] Call trace: 
[  126.608745]  __schedule from schedule+0x28/0xe8
[  126.615820]  schedule from worker_thread+0xb8/0x350
[  126.620711]  worker_thread from kthread+0x100/0x124
[  126.625601]  kthread from ret_from_fork+0x14/0x28
[  126.630315] Exception stack(0xf0e79fb0 to 0xf0e79ff8)
[  126.635368] 9fa0:                                     00000000 00000000 00000000 00000000
[  126.643544] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  126.651718] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  126.658330] task:udev            state:S stack:0     pid:111   tgid:111   ppid:1      task_flags:0x400000 flags:0x00000000
[  126.669373] Call trace: 
[  126.669381]  __schedule from schedule+0x28/0xe8
[  126.676456]  schedule from do_wait+0x58/0x154
[  126.680831]  do_wait from kernel_wait4+0xa0/0x15c
[  126.685548]  kernel_wait4 from sys_wait4+0xf0/0xfc
[  126.690351]  sys_wait4 from ret_fast_syscall+0x0/0x1c
[  126.695410] Exception stack(0xf0e9dfa8 to 0xf0e9dff0)
[  126.700465] dfa0:                   00000000 00000000 ffffffff be84c544 00000000 00000000
[  126.708641] dfc0: 00000000 00000000 008f5008 00000072 008f5008 00000000 00000001 00000002
[  126.716815] dfe0: 00000072 be84c480 b6ec1847 b6e7fcc6
[  126.721867] task:systemd-udevd   state:S stack:0     pid:113   tgid:113   ppid:1      task_flags:0x400140 flags:0x00000000
[  126.732910] Call trace: 
[  126.732918]  __schedule from schedule+0x28/0xe8
[  126.739993]  schedule from schedule_hrtimeout_range_clock+0x114/0x11c
[  126.746445]  schedule_hrtimeout_range_clock from schedule_hrtimeout_range+0x24/0x2c
[  126.754106]  schedule_hrtimeout_range from do_epoll_wait+0x52c/0x650
[  126.760480]  do_epoll_wait from sys_epoll_wait+0x80/0x11c
[  126.765895]  sys_epoll_wait from ret_fast_syscall+0x0/0x1c
[  126.771392] Exception stack(0xf0ea9fa8 to 0xf0ea9ff0)
[  126.776447] 9fa0:                   00000000 00000000 00000003 01927e30 00000052 ffffffff
[  126.784623] 9fc0: 00000000 00000000 ffffffff 000000fc 7fffffff ffffffff 0000019a 0189c218
[  126.792797] 9fe0: 000000fc be89e8c0 b69d1847 b698fcc6
[  126.797849] task:(udev-worker)   state:D stack:0     pid:115   tgid:115   ppid:113    task_flags:0x400140 flags:0x00000000
[  126.808892] Call trace: 
[  126.808899]  __schedule from schedule+0x28/0xe8
[  126.815975]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  126.822514]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  126.829582]  do_init_module from init_module_from_file+0xf4/0x15c
[  126.835691]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  126.842061]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  126.847730] Exception stack(0xf0eadfa8 to 0xf0eadff0)
[  126.852785] dfa0:                   b67f8e8f 00000000 00000011 b67fdf48 00000004 018bfb40
[  126.860962] dfc0: b67f8e8f 00000000 018a3560 0000017b 018be4f8 00000000 00000000 018bf838
[  126.869136] dfe0: be89e550 be89e540 b67f97e7 b6a29362
[  126.874187] task:(udev-worker)   state:S stack:0     pid:117   tgid:117   ppid:113    task_flags:0x400140 flags:0x00000000
[  126.885231] Call trace: 
[  126.885238]  __schedule from schedule+0x28/0xe8
[  126.892314]  schedule from schedule_timeout+0xc8/0x10c
[  126.897464]  schedule_timeout from __wait_for_common+0x98/0x1c0
[  126.903395]  __wait_for_common from wait_for_completion_interruptible+0x20/0x2c
[  126.910717]  wait_for_completion_interruptible from sys_finit_module+0x170/0x358
[  126.918126]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  126.923795] Exception stack(0xf0eb1fa8 to 0xf0eb1ff0)
[  126.928851] 1fa0:                   b67f8e8f 00000000 00000014 b67fdf48 00000004 0192d668
[  126.937027] 1fc0: b67f8e8f 00000000 0192aeb0 0000017b 0192bac0 00000000 00000000 0192d678
[  126.945201] 1fe0: be89e550 be89e540 b67f97e7 b6a29362
[  126.950252] task:(udev-worker)   state:S stack:0     pid:118   tgid:118   ppid:113    task_flags:0x400140 flags:0x00000000
[  126.961296] Call trace: 
[  126.961304]  __schedule from schedule+0x28/0xe8
[  126.968379]  schedule from schedule_timeout+0xc8/0x10c
[  126.973528]  schedule_timeout from __wait_for_common+0x98/0x1c0
[  126.979458]  __wait_for_common from wait_for_completion_interruptible+0x20/0x2c
[  126.986780]  wait_for_completion_interruptible from sys_finit_module+0x170/0x358
[  126.994190]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  126.999859] Exception stack(0xf0eb5fa8 to 0xf0eb5ff0)
[  127.004914] 5fa0:                   b67f8e8f 00000000 00000016 b67fdf48 00000004 0192f8e8
[  127.013090] 5fc0: b67f8e8f 00000000 018b9690 0000017b 01927840 00000000 00000000 0192f8f8
[  127.021264] 5fe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.026316] task:(udev-worker)   state:D stack:0     pid:119   tgid:119   ppid:113    task_flags:0x400140 flags:0x00000004
[  127.037359] Call trace: 
[  127.037366]  __schedule from schedule+0x28/0xe8
[  127.044441]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.050980]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.058040]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.064148]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.070517]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.076185] Exception stack(0xf0eb9fa8 to 0xf0eb9ff0)
[  127.081241] 9fa0:                   00000000 00000001 00000018 b67fdf48 00000004 00000000
[  127.089418] 9fc0: 00000000 00000001 0192cb60 0000017b 01927bc0 00000000 00000000 0192bae8
[  127.097592] 9fe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.102643] task:(udev-worker)   state:D stack:0     pid:120   tgid:120   ppid:113    task_flags:0x400140 flags:0x00000004
[  127.113687] Call trace: 
[  127.113694]  __schedule from schedule+0x28/0xe8
[  127.120770]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.127309]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.134369]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.140477]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.146846]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.152514] Exception stack(0xf0ebdfa8 to 0xf0ebdff0)
[  127.157570] dfa0:                   b67f8e8f 00000000 0000001a b67fdf48 00000004 0192df88
[  127.165746] dfc0: b67f8e8f 00000000 018ea618 0000017b 0192cf10 00000000 00000000 0192df98
[  127.173920] dfe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.178972] task:(udev-worker)   state:D stack:0     pid:121   tgid:121   ppid:113    task_flags:0x400140 flags:0x00000000
[  127.190014] Call trace: 
[  127.190022]  __schedule from schedule+0x28/0xe8
[  127.197097]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.203636]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.210696]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.216804]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.223173]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.228842] Exception stack(0xf0ec1fa8 to 0xf0ec1ff0)
[  127.233897] 1fa0:                   b67f8e8f 00000000 0000001c b67fdf48 00000004 0192de48
[  127.242073] 1fc0: b67f8e8f 00000000 018a3bd0 0000017b 0192d990 00000000 00000000 0192de58
[  127.250247] 1fe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.255300] task:(udev-worker)   state:D stack:0     pid:122   tgid:122   ppid:113    task_flags:0x400140 flags:0x00000004
[  127.266343] Call trace: 
[  127.266351]  __schedule from schedule+0x28/0xe8
[  127.273427]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.279966]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.287025]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.293134]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.299501]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.305170] Exception stack(0xf0ec5fa8 to 0xf0ec5ff0)
[  127.310225] 5fa0:                   00000000 00000001 0000001e b67fdf48 00000004 00000000
[  127.318401] 5fc0: 00000000 00000001 0192ae78 0000017b 0192be68 00000000 00000000 0192bec0
[  127.326575] 5fe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.331627] task:(udev-worker)   state:D stack:0     pid:123   tgid:123   ppid:113    task_flags:0x400140 flags:0x00000004
[  127.342670] Call trace: 
[  127.342677]  __schedule from schedule+0x28/0xe8
[  127.349753]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.356292]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.363352]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.369460]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.375829]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.381498] Exception stack(0xf0ec9fa8 to 0xf0ec9ff0)
[  127.386553] 9fa0:                   00000000 00000001 00000020 b67fdf48 00000004 00000000
[  127.394729] 9fc0: 00000000 00000001 0192dea8 0000017b 018a3948 00000000 00000000 018a33b0
[  127.402903] 9fe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.407955] task:(udev-worker)   state:D stack:0     pid:124   tgid:124   ppid:113    task_flags:0x400140 flags:0x00000004
[  127.418998] Call trace: 
[  127.419005]  __schedule from schedule+0x28/0xe8
[  127.426080]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.432619]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.439679]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.445787]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.452156]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.457824] Exception stack(0xf0ecdfa8 to 0xf0ecdff0)
[  127.462880] dfa0:                   b67f8e8f 00000000 00000027 b67fdf48 00000004 0192c698
[  127.471056] dfc0: b67f8e8f 00000000 0192ad70 0000017b 0192c230 00000000 00000000 0192c6a8
[  127.479230] dfe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.484282] task:(udev-worker)   state:D stack:0     pid:125   tgid:125   ppid:113    task_flags:0x400140 flags:0x00000000
[  127.495325] Call trace: 
[  127.495332]  __schedule from schedule+0x28/0xe8
[  127.502408]  schedule from async_synchronize_cookie_domain+0x140/0x190
[  127.508948]  async_synchronize_cookie_domain from do_init_module+0x198/0x248
[  127.516008]  do_init_module from init_module_from_file+0xf4/0x15c
[  127.522116]  init_module_from_file from sys_finit_module+0x1f0/0x358
[  127.528485]  sys_finit_module from ret_fast_syscall+0x0/0x1c
[  127.534154] Exception stack(0xf0ed1fa8 to 0xf0ed1ff0)
[  127.539209] 1fa0:                   00000000 00000001 00000024 b67fdf48 00000004 00000000
[  127.547385] 1fc0: 00000000 00000001 0192b5e8 0000017b 0192c6e8 00000000 00000000 0192d458
[  127.555559] 1fe0: be89e550 be89e540 b67f97e7 b6a29362
[  127.560610] task:udevadm         state:S stack:0     pid:126   tgid:126   ppid:111    task_flags:0x400000 flags:0x00000000
[  127.571654] Call trace: 
[  127.571661]  __schedule from schedule+0x28/0xe8
[  127.578737]  schedule from schedule_hrtimeout_range_clock+0x114/0x11c
[  127.585188]  schedule_hrtimeout_range_clock from schedule_hrtimeout_range+0x24/0x2c
[  127.592849]  schedule_hrtimeout_range from do_epoll_wait+0x52c/0x650
[  127.599214]  do_epoll_wait from sys_epoll_wait+0x80/0x11c
[  127.604629]  sys_epoll_wait from ret_fast_syscall+0x0/0x1c
[  127.610126] Exception stack(0xf0e81fa8 to 0xf0e81ff0)
[  127.615181] 1fa0:                   00000000 00000000 00000003 010045b0 00000004 ffffffff
[  127.623357] 1fc0: 00000000 00000000 ffffffff 000000fc 7fffffff ffffffff 00000014 01004a40
[  127.631531] 1fe0: 000000fc be834898 b69b1847 b696fcc6
[  127.636582] task:kworker/0:2     state:D stack:0     pid:127   tgid:127   ppid:2      task_flags:0x4208060 flags:0x00000000
[  127.647713] Workqueue: device_link_wq device_link_release_fn
[  127.653379] Call trace: 
[  127.653387]  __schedule from schedule+0x28/0xe8
[  127.660463]  schedule from schedule_timeout+0xc8/0x10c
[  127.665613]  schedule_timeout from wait_for_completion+0x84/0x154
[  127.671717]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  127.677909]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  127.684357]  device_link_release_fn from process_one_work+0x1b0/0x508
[  127.690808]  process_one_work from worker_thread+0x180/0x350
[  127.696480]  worker_thread from kthread+0x100/0x124
[  127.701371]  kthread from ret_from_fork+0x14/0x28
[  127.706083] Exception stack(0xf09d5fb0 to 0xf09d5ff8)
[  127.711136] 5fa0:                                     00000000 00000000 00000000 00000000
[  127.719312] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  127.727487] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  127.734100] task:kworker/0:3     state:D stack:0     pid:128   tgid:128   ppid:2      task_flags:0x4208060 flags:0x00000000
[  127.745232] Workqueue: device_link_wq device_link_release_fn
[  127.750897] Call trace: 
[  127.750904]  __schedule from schedule+0x28/0xe8
[  127.757980]  schedule from schedule_timeout+0xc8/0x10c
[  127.763130]  schedule_timeout from wait_for_completion+0x84/0x154
[  127.769233]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  127.775424]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  127.781871]  device_link_release_fn from process_one_work+0x1b0/0x508
[  127.788321]  process_one_work from worker_thread+0x180/0x350
[  127.793993]  worker_thread from kthread+0x100/0x124
[  127.798882]  kthread from ret_from_fork+0x14/0x28
[  127.803596] Exception stack(0xf09d9fb0 to 0xf09d9ff8)
[  127.808649] 9fa0:                                     00000000 00000000 00000000 00000000
[  127.816825] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  127.825000] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  127.831613] task:kworker/0:4     state:D stack:0     pid:129   tgid:129   ppid:2      task_flags:0x4208060 flags:0x00000000
[  127.842744] Workqueue: device_link_wq device_link_release_fn
[  127.848409] Call trace: 
[  127.848417]  __schedule from schedule+0x28/0xe8
[  127.855492]  schedule from schedule_timeout+0xc8/0x10c
[  127.860642]  schedule_timeout from wait_for_completion+0x84/0x154
[  127.866746]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  127.872936]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  127.879384]  device_link_release_fn from process_one_work+0x1b0/0x508
[  127.885834]  process_one_work from worker_thread+0x180/0x350
[  127.891504]  worker_thread from kthread+0x100/0x124
[  127.896394]  kthread from ret_from_fork+0x14/0x28
[  127.901106] Exception stack(0xf0ae5fb0 to 0xf0ae5ff8)
[  127.906160] 5fa0:                                     00000000 00000000 00000000 00000000
[  127.914335] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  127.922510] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  127.929122] task:kworker/0:5     state:D stack:0     pid:130   tgid:130   ppid:2      task_flags:0x4208060 flags:0x00000000
[  127.940253] Workqueue: device_link_wq device_link_release_fn
[  127.945919] Call trace: 
[  127.945927]  __schedule from schedule+0x28/0xe8
[  127.953001]  schedule from schedule_timeout+0xc8/0x10c
[  127.958151]  schedule_timeout from wait_for_completion+0x84/0x154
[  127.964255]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  127.970446]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  127.976892]  device_link_release_fn from process_one_work+0x1b0/0x508
[  127.983342]  process_one_work from worker_thread+0x180/0x350
[  127.989012]  worker_thread from kthread+0x100/0x124
[  127.993902]  kthread from ret_from_fork+0x14/0x28
[  127.998615] Exception stack(0xf0ae9fb0 to 0xf0ae9ff8)
[  128.003668] 9fa0:                                     00000000 00000000 00000000 00000000
[  128.011844] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  128.020018] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  128.026630] task:irq/54-sunxi-mm state:S stack:0     pid:131   tgid:131   ppid:2      task_flags:0x4208040 flags:0x00000000
[  128.037760] Call trace: 
[  128.037768]  __schedule from schedule+0x28/0xe8
[  128.044843]  schedule from irq_thread+0xbc/0x29c
[  128.049482]  irq_thread from kthread+0x100/0x124
[  128.054112]  kthread from ret_from_fork+0x14/0x28
[  128.058825] Exception stack(0xf0addfb0 to 0xf0addff8)
[  128.063879] dfa0:                                     00000000 00000000 00000000 00000000
[  128.072054] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  128.080229] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  128.086841] task:spi0            state:S stack:0     pid:132   tgid:132   ppid:2      task_flags:0x208040 flags:0x00000000
[  128.097885] Call trace: 
[  128.097893]  __schedule from schedule+0x28/0xe8
[  128.104969]  schedule from kthread_worker_fn+0x134/0x320
[  128.110294]  kthread_worker_fn from kthread+0x100/0x124
[  128.115529]  kthread from ret_from_fork+0x14/0x28
[  128.120242] Exception stack(0xf0d09fb0 to 0xf0d09ff8)
[  128.125296] 9fa0:                                     00000000 00000000 00000000 00000000
[  128.133471] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  128.141646] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  128.148259] task:kworker/0:6     state:D stack:0     pid:133   tgid:133   ppid:2      task_flags:0x4208060 flags:0x00000000
[  128.159391] Workqueue: device_link_wq device_link_release_fn
[  128.165056] Call trace: 
[  128.165064]  __schedule from schedule+0x28/0xe8
[  128.172139]  schedule from schedule_timeout+0xc8/0x10c
[  128.177289]  schedule_timeout from wait_for_completion+0x84/0x154
[  128.183393]  wait_for_completion from __synchronize_srcu+0x98/0xc0
[  128.189584]  __synchronize_srcu from device_link_release_fn+0x18/0xac
[  128.196030]  device_link_release_fn from process_one_work+0x1b0/0x508
[  128.202480]  process_one_work from worker_thread+0x180/0x350
[  128.208151]  worker_thread from kthread+0x100/0x124
[  128.213040]  kthread from ret_from_fork+0x14/0x28
[  128.217754] Exception stack(0xf0e2dfb0 to 0xf0e2dff8)
[  128.222808] dfa0:                                     00000000 00000000 00000000 00000000
[  128.230983] dfc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  128.239158] dfe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  128.245771] task:kworker/0:7     state:I stack:0     pid:134   tgid:134   ppid:2      task_flags:0x4208060 flags:0x00000000
[  128.256903] Call trace: 
[  128.256910]  __schedule from schedule+0x28/0xe8
[  128.263986]  schedule from worker_thread+0xb8/0x350
[  128.268878]  worker_thread from kthread+0x100/0x124
[  128.273767]  kthread from ret_from_fork+0x14/0x28
[  128.278479] Exception stack(0xf0e31fb0 to 0xf0e31ff8)
[  128.283533] 1fa0:                                     00000000 00000000 00000000 00000000
[  128.291709] 1fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[  128.299883] 1fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[  128.306499] Sched Debug Version: v0.11, 7.1.12+deb14-armmp #1
[  128.312246] ktime                                   : 128305.626139
[  128.318513] sched_clk                               : 128306.497634
[  128.324778] cpu_clk                                 : 128306.497926
[  128.331043] jiffies                                 : 4294893426
[  128.337047] 
[  128.338541] sysctl_sched
[  128.341075]   .sysctl_sched_base_slice                 : 0.700000
[  128.347167]   .sysctl_sched_features                   : 467782623
[  128.353344]   .sysctl_sched_tunable_scaling            : 1 (logarithmic)
[  128.360042] 
[  128.361536] cpu#0
[  128.363465]   .nr_running                    : 1
[  128.368082]   .nr_switches                   : 2697
[  128.372958]   .nr_uninterruptible            : 16
[  128.377661]   .next_balance                  : 4294.892296
[  128.383146]   .curr->pid                     : 0
[  128.387764]   .clock                         : 123471.923944
[  128.393421]   .clock_task                    : 123471.923944
[  128.399078]   .avg_idle                      : 1000000
[  128.404215]   .max_idle_balance_cost         : 500000
[  128.409266] 
[  128.410763] cfs_rq[0]:/autogroup-1
[  128.414170]   .left_deadline                 : 0.000001
[  128.419395]   .left_vruntime                 : 0.000001
[  128.424619]   .zero_vruntime                 : 1130.522087
[  128.430105]   .sum_w_vruntime                : 0 (-1 bits)
[  128.435590]   .sum_weight                    : 0
[  128.440206]   .sum_shift                     : 0
[  128.444823]   .avg_vruntime                  : 1130.522087
[  128.450308]   .right_vruntime                : 0.000001
[  128.455533]   .spread                        : 0.000000
[  128.460756]   .nr_queued                     : 0
[  128.465373]   .h_nr_runnable                 : 0
[  128.469990]   .h_nr_queued                   : 0
[  128.474606]   .h_nr_idle                     : 0
[  128.479221]   .load                          : 0
[  128.483837]   .load_avg                      : 3683
[  128.488714]   .runnable_avg                  : 1596
[  128.493590]   .util_avg                      : 1023
[  128.498466]   .util_est                      : 0
[  128.503082]   .removed.load_avg              : 0
[  128.507699]   .removed.util_avg              : 0
[  128.512316]   .removed.runnable_avg          : 0
[  128.516932]   .tg_load_avg_contrib           : 3717
[  128.521808]   .tg_load_avg                   : 3717
[  128.526684]   .throttled                     : 0
[  128.531301]   .throttle_count                : 0
[  128.535917]   .se->exec_start                : 11307.785872
[  128.541489]   .se->vruntime                  : 7149.575413
[  128.546974]   .se->sum_exec_runtime          : 2941.387112
[  128.552459]   .se->load.weight               : 1024
[  128.557336]   .se->avg.load_avg              : 1023
[  128.562211]   .se->avg.util_avg              : 1023
[  128.567087]   .se->avg.runnable_avg          : 1629
[  128.571964] 
[  128.573461] cfs_rq[0]:/
[  128.575912]   .left_deadline                 : 7150.332622
[  128.581397]   .left_vruntime                 : 7149.632622
[  128.586882]   .zero_vruntime                 : 7149.632622
[  128.592366]   .sum_w_vruntime                : 0 (-1 bits)
[  128.597851]   .sum_weight                    : 1024
[  128.602728]   .sum_shift                     : 0
[  128.607345]   .avg_vruntime                  : 7149.632622
[  128.612830]   .right_vruntime                : 7149.632622
[  128.618314]   .spread                        : 0.000000
[  128.623538]   .nr_queued                     : 1
[  128.628155]   .h_nr_runnable                 : 1
[  128.632771]   .h_nr_queued                   : 1
[  128.637388]   .h_nr_idle                     : 0
[  128.642005]   .load                          : 1024
[  128.646881]   .load_avg                      : 0
[  128.651497]   .runnable_avg                  : 0
[  128.656114]   .util_avg                      : 0
[  128.660729]   .util_est                      : 45
[  128.665433]   .removed.load_avg              : 0
[  128.670050]   .removed.util_avg              : 0
[  128.674666]   .removed.runnable_avg          : 0
[  128.679283]   .tg_load_avg_contrib           : 0
[  128.683900]   .tg_load_avg                   : 0
[  128.688516]   .throttled                     : 0
[  128.693133]   .throttle_count                : 0
[  128.697751] 
[  128.699245] rt_rq[0]:
[  128.701519]   .rt_nr_running                 : 0
[  128.706137] 
[  128.707631] dl_rq[0]:
[  128.709905]   .dl_nr_running                 : 0
[  128.714523]   .dl_bw->bw                     : 996147
[  128.719573]   .dl_bw->total_bw               : 52428
[  128.724536] 
[  128.726029] runnable tasks:
[  128.728823]  S            task   PID       vruntime   eligible    deadline             slice          sum-exec      switches  prio         wait-time        sum-sleep       sum-block  group-path
[  128.746008] ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
[  128.762848]  S            init     1      3744.292483   E        3744.321108           0.700000       356.833086       322     120         0.000000         0.000000         0.000000        /
[  128.779817]  S        kthreadd     2      6900.911205   E        6901.417038           0.700000        13.426923        81     120         0.000000         0.000000         0.000000        /
[  128.796781]  S pool_workqueue_     3      3535.039369   E        3535.681244           0.700000         0.114333         3     120         0.000000         0.000000         0.000000        /
[  128.813743]  I kworker/R-rcu_g     4         0.676297   E           0.668449           0.700000         0.047958         2     100         0.000000         0.000000         0.000000        /
[  128.830704]  I kworker/R-sync_     5         0.635090   E           0.627191           0.700000         0.045500         2     100         0.000000         0.000000         0.000000        /
[  128.847664]  I kworker/R-kvfre     6         0.508267   E           0.500389           0.700000         0.040083         2     100         0.000000         0.000000         0.000000        /
[  128.864626]  I kworker/R-slub_     7         0.429003   E           0.421142           0.700000         0.046916         2     100         0.000000         0.000000         0.000000        /
[  128.881586]  I kworker/R-netns     8         0.335719   E           0.327825           0.700000         0.039958         2     100         0.000000         0.000000         0.000000        /
[  128.898547]  D     kworker/0:0     9      6241.212668   E        6241.866501           0.700000         0.214208         5     120         0.000000         0.000000         0.000000        /
[  128.915509]  I    kworker/0:0H    10         0.051763   E           0.043894           0.700000         0.048708         2     100         0.000000         0.000000         0.000000        /
[  128.932471]  D     kworker/0:1    11      6199.273823   E        6199.973823           0.700000        86.596707       107     120         0.000000         0.000000         0.000000        /
[  128.949433]  I    kworker/u4:0    12       649.466913   E         650.120913           0.700000        95.626126        32     120         0.000000         0.000000         0.000000        /
[  128.966395]  I kworker/R-mm_pe    13         0.698078   E           0.705797           0.700000         0.060291         2     100         0.000000         0.000000         0.000000        /
[  128.983356]  S     ksoftirqd/0    14      2157.176124   E        2157.863166           0.700000         8.504622        68     120         0.000000         0.000000         0.000000        /
[  129.000318]  I       rcu_sched    15      6329.658912   E        6330.310412           0.700000        62.955333       215     120         0.000000         0.000000         0.000000        /
[  129.017282]  S rcu_exp_par_gp_    16         1.309304   E           1.997513           0.700000         0.037375         2     120         0.000000         0.000000         0.000000        /
[  129.034242]  S rcu_exp_gp_kthr    17      6548.026279   E        6548.688363           0.700000         0.942454        19     120         0.000000         0.000000         0.000000        /
[  129.051204]  S     migration/0    18         1.435185   E           2.124435           0.700000        71.239913        38       0         0.000000         0.000000         0.000000        /
[  129.068165]  S kprobe-optimize    19         1.774109   E           2.433525           0.700000         0.076501         2     120         0.000000         0.000000         0.000000        /
[  129.085127]  S         cpuhp/0    20      1418.218874   E        1418.882332           0.700000         0.554000         8     120         0.000000         0.000000         0.000000        /
[  129.102089]  S       kdevtmpfs    21      3523.824603   E        3524.363978           0.700000         8.578960       100     120         0.000000         0.000000         0.000000        /
[  129.119053]  I kworker/R-inet_    22        13.336363   E          13.344008           0.700000         0.085791         2     100         0.000000         0.000000         0.000000        /
[  129.136014]  I rcu_tasks_rude_    23        13.556806   E          14.229556           0.700000         0.063041         2     120         0.000000         0.000000         0.000000        /
[  129.152977]  S         kauditd    24        35.921882   E          36.151840           0.700000         0.120042         2     120         0.000000         0.000000         0.000000        /
[  129.169939]  S      khungtaskd    25        71.308628   E          71.600587           0.700000         0.058041         2     120         0.000000         0.000000         0.000000        /
[  129.186902]  I    kworker/u4:1    26      2151.098109   E        2151.742234           0.700000         7.901292        31     120         0.000000         0.000000         0.000000        /
[  129.203865]  S      oom_reaper    27        75.067547   E          75.749214           0.700000         0.043250         2     120         0.000000         0.000000         0.000000        /
[  129.220826]  I kworker/R-write    28        80.869613   E          80.877433           0.700000         0.056875         2     100         0.000000         0.000000         0.000000        /
[  129.237787]  S      kcompactd0    29      2190.928110   E        2191.602943           0.700000         6.821125         8     120         0.000000         0.000000         0.000000        /
[  129.254750]  S            ksmd    30        76.211502   E          78.213776           0.700000         0.077209         2     125         0.000000         0.000000         0.000000        /
[  129.271711]  I kworker/R-kbloc    31        81.204109   E          81.211902           0.700000         0.053709         2     100         0.000000         0.000000         0.000000        /
[  129.288673]  I kworker/R-blkcg    32        81.347651   E          81.355492           0.700000         0.046833         2     100         0.000000         0.000000         0.000000        /
[  129.305635]  I kworker/R-kinte    33        85.129181   E          85.136967           0.700000         0.061584         2     100         0.000000         0.000000         0.000000        /
[  129.322597]  D    kworker/u4:2    34      6552.036710   E        6552.736710           0.700000      2693.093201       284     120         0.000000         0.000000         0.000000        /
[  129.339560]  I kworker/R-tpm_d    35        89.277360   E          89.285044           0.700000         0.075250         2     100         0.000000         0.000000         0.000000        /
[  129.356522]  I kworker/R-devfr    36        92.362067   E          92.369253           0.700000         0.116042         2     100         0.000000         0.000000         0.000000        /
[  129.373485]  S       watchdogd    37        92.398511   E           0.700000           0.700000         0.055667         2      49         0.000000         0.000000         0.000000        /
[  129.390447]  I kworker/R-quota    38       101.040098   E         101.047294           0.700000         0.116958         2     100         0.000000         0.000000         0.000000        /
[  129.407410]  S         kswapd0    39       152.635591   E         153.312757           0.700000         0.095834         3     120         0.000000         0.000000         0.000000        /
[  129.424373]  R    kworker/u4:3    40      7149.632622   E        7150.332622           0.700000        13.742919        19     120         0.000000         0.000000         0.000000        /
[  129.441336]  I    kworker/u4:4    41       165.623137   E         166.282012           0.700000         0.172084         4     120         0.000000         0.000000         0.000000        /
[  129.458300]  I       kdamond.0    42      2169.169983   E        2169.494025           0.700000       227.213957       214     120         0.000000         0.000000         0.000000        /
[  129.475263]  I kworker/R-kthro    44       133.000451   E         133.008227           0.700000         0.060208         2     100         0.000000         0.000000         0.000000        /
[  129.492225]  I    kworker/u4:5    45       650.662836   E         651.350461           0.700000         0.070125         3     120         0.000000         0.000000         0.000000        /
[  129.509188]  S           kapmd    46       172.693854   E         173.363937           0.700000         0.064417         2     120         0.000000         0.000000         0.000000        /
[  129.526150]  I   kworker/R-mld    48      1419.592320   E        1419.600120           0.700000         0.062791         2     100         0.000000         0.000000         0.000000        /
[  129.543113]  I kworker/R-ipv6_    49      1422.128455   E        1422.136217           0.700000         0.063458         2     100         0.000000         0.000000         0.000000        /
[  129.560075]  I kworker/R-kstrp    50      1423.790495   E        1423.798152           0.700000         0.072332         2     100         0.000000         0.000000         0.000000        /
[  129.577037]  I    kworker/u5:0    57      1955.405249   E        1955.413088           0.700000         0.068708         2     100         0.000000         0.000000         0.000000        /
[  129.593999]  S            udev   111      5170.527074   E        5171.163949           0.700000         7.666874         9     120         0.000000         0.000000         0.000000        /
[  129.610962]  S   systemd-udevd   113      1087.319155   E        1088.019155           0.700000       681.906044       144     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.628879]  D   (udev-worker)   115      1069.755809   E        1070.455809           0.700000       202.811163        56     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.646796]  S   (udev-worker)   117       933.637087   E         934.337087           0.700000        97.883874        55     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.664712]  S   (udev-worker)   118       933.864870   E         934.564870           0.700000       146.561203        83     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.682629]  D   (udev-worker)   119       985.101261   E         985.596177           0.700000       165.003210        57     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.700545]  D   (udev-worker)   120      1130.522087   E        1131.168671           0.700000       186.016962        59     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.718463]  D   (udev-worker)   121      1077.541732   E        1078.241732           0.700000       261.545956        52     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.736380]  D   (udev-worker)   122      1051.194408   E        1051.198324           0.700000       189.309998        57     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.754297]  D   (udev-worker)   123       995.537478   E         995.727645           0.700000       172.691457        57     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.772215]  D   (udev-worker)   124       959.803901   E         959.904401           0.700000       412.678161        45     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.790133]  D   (udev-worker)   125      1038.903601   E        1039.603601           0.700000       425.638000        52     120         0.000000         0.000000         0.000000        /autogroup-1
[  129.808050]  S         udevadm   126      5484.480670   E        5485.180670           0.700000        24.929166         4     120         0.000000         0.000000         0.000000        /
[  129.825012]  D     kworker/0:2   127      6246.599783   E        6247.271033           0.700000         0.107708         3     120         0.000000         0.000000         0.000000        /
[  129.841974]  D     kworker/0:3   128      6320.905303   E        6321.559720           0.700000         0.211750         4     120         0.000000         0.000000         0.000000        /
[  129.858937]  D     kworker/0:4   129      6906.724790   E        6907.355998           0.700000        13.442250         8     120         0.000000         0.000000         0.000000        /
[  129.875899]  D     kworker/0:5   130      6897.202499   E        6897.842665           0.700000         0.120500         3     120         0.000000         0.000000         0.000000        /
[  129.892860]  S irq/54-sunxi-mm   131      6548.159764   E           0.669250           0.700000         0.116708         2      49         0.000000         0.000000         0.000000        /
[  129.909821]  S            spi0   132      7057.373330   E        7058.037955           0.700000         0.083375         2     120         0.000000         0.000000         0.000000        /
[  129.926782]  D     kworker/0:6   133      6904.841456   E        6905.484081           0.700000         0.124000         4     120         0.000000         0.000000         0.000000        /
[  129.943744]  I     kworker/0:7   134      6904.847010   E        6905.536843           0.700000         0.042875         2     120         0.000000         0.000000         0.000000        /
[  129.960705] 
[  129.962200] Showing busy workqueues and worker pools:
[  129.967256] workqueue async: flags=0x2
[  129.971008]   pwq 4: cpus=0 flags=0x4 nice=0 active=1 refcnt=2
[  129.971036]     in-flight: 34:async_run_entry_fn for 0s
[  129.971072] workqueue device_link_wq: flags=0x100
[  129.986813]   pwq 2: cpus=0 node=0 flags=0x0 nice=0 active=7 refcnt=8
[  129.986836]     in-flight: 133:device_link_release_fn for 0s ,129:device_link_release_fn for 0s ,130:device_link_release_fn for 0s ,128:device_link_release_fn for 0s ,127:device_link_release_fn for 0s ,11:device_link_release_fn for 0s ,9:device_link_release_fn for 0s
[  129.986961] workqueue ttyS-serial_8250: flags=0x42

Reply via email to