Jump to content

silver0480

Members
  • Posts

    8
  • Joined

  • Last visited

Posts posted by silver0480

  1. @aprayoga @gprovost 

     

    Tested self building whole image (dev) , with kernel opt "KASAN" .

    [/config/kernel/linux-rockchip64-dev.config]

     - # CONFIG_KASAN is not set

     + CONFIG_KASAN=y

     

    on this image , "sysctl -w vm.drop_cahches=3" PASSED,

    No kernel panic with stack overflow.

     

    # with KASAN ,  probably kernel stack size is incleased to 16KB -> 32KB

    https://lore.kernel.org/patchwork/patch/1028055/

     

    So , can you change KASAN kernel configuration for stable operation ?

     

    P.S.

     

    but , KASAN catched BUG on booting.

     

    Here's dmesg. KASAN BUG message start from [   56.072277]

    Spoiler

    [    0.000000] Booting Linux on physical CPU 0x0000000000 [0x410fd034]
    [    0.000000] Linux version 5.10.13-rockchip64 (root@ubuntu-vmware) (aarch64-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 8.3.0, GNU ld (GNU Toolchain for the A-profile Architecture 8.3-2019.03 (arm-rel-8.36)) 2.32.0.20190321) #trunk SMP PREEMPT Fri Feb 5 17:16:43 JST 2021
    [    0.000000] Machine model: Helios64
    [    0.000000] efi: UEFI not found.
    [    0.000000] cma: Reserved 128 MiB at 0x00000000ec800000
    [    0.000000] NUMA: No NUMA configuration found
    [    0.000000] NUMA: Faking a node at [mem 0x0000000000200000-0x00000000f7ffffff]
    [    0.000000] NUMA: NODE_DATA [mem 0xf77de100-0xf77dffff]
    [    0.000000] Zone ranges:
    [    0.000000]   DMA      [mem 0x0000000000200000-0x000000003fffffff]
    [    0.000000]   DMA32    [mem 0x0000000040000000-0x00000000f7ffffff]
    [    0.000000]   Normal   empty
    [    0.000000] Movable zone start for each node
    [    0.000000] Early memory node ranges
    [    0.000000]   node   0: [mem 0x0000000000200000-0x00000000f7ffffff]
    [    0.000000] Initmem setup node 0 [mem 0x0000000000200000-0x00000000f7ffffff]
    [    0.000000] On node 0 totalpages: 1015296
    [    0.000000]   DMA zone: 4088 pages used for memmap
    [    0.000000]   DMA zone: 0 pages reserved
    [    0.000000]   DMA zone: 261632 pages, LIFO batch:63
    [    0.000000]   DMA32 zone: 11776 pages used for memmap
    [    0.000000]   DMA32 zone: 753664 pages, LIFO batch:63
    [    0.000000] kasan: KernelAddressSanitizer initialized
    [    0.000000] psci: probing for conduit method from DT.
    [    0.000000] psci: PSCIv1.1 detected in firmware.
    [    0.000000] psci: Using standard PSCI v0.2 function IDs
    [    0.000000] psci: MIGRATE_INFO_TYPE not supported.
    [    0.000000] psci: SMC Calling Convention v1.1
    [    0.000000] percpu: Embedded 40 pages/cpu s123096 r8192 d32552 u163840
    [    0.000000] pcpu-alloc: s123096 r8192 d32552 u163840 alloc=40*4096
    [    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
    [    0.000000] Detected VIPT I-cache on CPU0
    [    0.000000] CPU features: detected: ARM erratum 845719
    [    0.000000] CPU features: detected: GIC system register CPU interface
    [    0.000000] Built 1 zonelists, mobility grouping on.  Total pages: 999432
    [    0.000000] Policy zone: DMA32
    [    0.000000] Kernel command line: root=UUID=b3a2d779-d118-4b4c-8235-84399c0600e5 rootwait rootfstype=ext4 console=ttyS2,1500000 console=tty1 consoleblank=0 loglevel=1 ubootpart=349e6b6a-01 usb-storage.quirks=   cgroup_enable=cpuset cgroup_memory=1 cgroup_enable=memory swapaccount=1
    [    0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
    [    0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
    [    0.000000] mem auto-init: stack:off, heap alloc:on, heap free:off
    [    0.000000] software IO TLB: mapped [mem 0x000000003bfff000-0x000000003ffff000] (64MB)
    [    0.000000] Memory: 3183412K/4061184K available (22016K kernel code, 9562K rwdata, 10132K rodata, 12608K init, 9036K bss, 746700K reserved, 131072K cma-reserved)
    [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
    [    0.000000] rcu: Preemptible hierarchical RCU implementation.
    [    0.000000] rcu:     RCU event tracing is enabled.
    [    0.000000] rcu:     RCU restricting CPUs from NR_CPUS=256 to nr_cpu_ids=6.
    [    0.000000]  Trampoline variant of Tasks RCU enabled.
    [    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=6
    [    0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
    [    0.000000] GICv3: GIC: Using split EOI/Deactivate mode
    [    0.000000] GICv3: 256 SPIs implemented
    [    0.000000] GICv3: 0 Extended SPIs implemented
    [    0.000000] GICv3: Distributor has no Range Selector support
    [    0.000000] GICv3: 16 PPIs implemented
    [    0.000000] GICv3: CPU0: found redistributor 0 region 0:0x00000000fef00000
    [    0.000000] ITS [mem 0xfee20000-0xfee3ffff]
    [    0.000000] ITS@0x00000000fee20000: allocated 65536 Devices @40100000 (flat, esz 8, psz 64K, shr 0)
    [    0.000000] ITS: using cache flushing for cmd queue
    [    0.000000] GICv3: using LPI property table @0x00000000400e0000
    [    0.000000] GIC: using cache flushing for LPI property table
    [    0.000000] GICv3: CPU0: using allocated LPI pending table @0x00000000400f0000
    [    0.000000] GICv3: GIC: PPI partition interrupt-partition-0[0] { /cpus/cpu@0[0] /cpus/cpu@1[1] /cpus/cpu@2[2] /cpus/cpu@3[3] }
    [    0.000000] GICv3: GIC: PPI partition interrupt-partition-1[1] { /cpus/cpu@100[4] /cpus/cpu@101[5] }
    [    0.000000] random: get_random_bytes called from start_kernel+0x210/0x3c0 with crng_init=0
    [    0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (phys).
    [    0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
    [    0.000025] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
    [    0.008017] Console: colour dummy device 80x25
    [    0.008412] printk: console [tty1] enabled
    [    0.008893] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
    [    0.008975] pid_max: default: 32768 minimum: 301
    [    0.009909] LSM: Security Framework initializing
    [    0.010222] Yama: becoming mindful.
    [    0.012012] AppArmor: AppArmor initialized
    [    0.012431] Mount-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.012529] Mountpoint-cache hash table entries: 8192 (order: 4, 65536 bytes, linear)
    [    0.034700] rcu: Hierarchical SRCU implementation.
    [    0.059464] Platform MSI: interrupt-controller@fee20000 domain created
    [    0.061592] PCI/MSI: /interrupt-controller@fee00000/interrupt-controller@fee20000 domain created
    [    0.075350] EFI services will not be available.
    [    0.078804] smp: Bringing up secondary CPUs ...
    [    0.083775] Detected VIPT I-cache on CPU1
    [    0.083932] GICv3: CPU1: found redistributor 1 region 0:0x00000000fef20000
    [    0.083978] GICv3: CPU1: using allocated LPI pending table @0x0000000040180000
    [    0.084149] CPU1: Booted secondary processor 0x0000000001 [0x410fd034]
    [    0.089798] Detected VIPT I-cache on CPU2
    [    0.089947] GICv3: CPU2: found redistributor 2 region 0:0x00000000fef40000
    [    0.089990] GICv3: CPU2: using allocated LPI pending table @0x0000000040190000
    [    0.090144] CPU2: Booted secondary processor 0x0000000002 [0x410fd034]
    [    0.095731] Detected VIPT I-cache on CPU3
    [    0.095878] GICv3: CPU3: found redistributor 3 region 0:0x00000000fef60000
    [    0.095922] GICv3: CPU3: using allocated LPI pending table @0x00000000401a0000
    [    0.096074] CPU3: Booted secondary processor 0x0000000003 [0x410fd034]
    [    0.101457] CPU features: detected: Spectre-v2
    [    0.101482] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
    [    0.101503] Detected PIPT I-cache on CPU4
    [    0.101583] GICv3: CPU4: found redistributor 100 region 0:0x00000000fef80000
    [    0.101612] GICv3: CPU4: using allocated LPI pending table @0x00000000401b0000
    [    0.101703] CPU4: Booted secondary processor 0x0000000100 [0x410fd082]
    [    0.106981] Detected PIPT I-cache on CPU5
    [    0.107051] GICv3: CPU5: found redistributor 101 region 0:0x00000000fefa0000
    [    0.107077] GICv3: CPU5: using allocated LPI pending table @0x00000000401c0000
    [    0.107157] CPU5: Booted secondary processor 0x0000000101 [0x410fd082]
    [    0.107664] smp: Brought up 1 node, 6 CPUs
    [    0.107814] SMP: Total of 6 processors activated.
    [    0.107865] CPU features: detected: 32-bit EL0 Support
    [    0.107914] CPU features: detected: CRC32 instructions
    [    0.107965] CPU features: detected: 32-bit EL1 Support
    [    0.187038] CPU: All CPU(s) started at EL2
    [    0.187233] alternatives: patching kernel code
    [    0.206555] devtmpfs: initialized
    [    0.383501] Registered cp15_barrier emulation handler
    [    0.383578] Registered setend emulation handler
    [    0.385136] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
    [    0.385256] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
    [    0.409064] pinctrl core: initialized pinctrl subsystem
    [    0.414524] DMI not present or invalid.
    [    0.417633] NET: Registered protocol family 16
    [    0.433388] DMA: preallocated 2048 KiB GFP_KERNEL pool for atomic allocations
    [    0.435581] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
    [    0.437256] DMA: preallocated 2048 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
    [    0.437592] audit: initializing netlink subsys (disabled)
    [    0.438502] audit: type=2000 audit(0.416:1): state=initialized audit_enabled=0 res=1
    [    0.448080] thermal_sys: Registered thermal governor 'fair_share'
    [    0.448105] thermal_sys: Registered thermal governor 'bang_bang'
    [    0.448130] thermal_sys: Registered thermal governor 'step_wise'
    [    0.448153] thermal_sys: Registered thermal governor 'user_space'
    [    0.451338] cpuidle: using governor menu
    [    0.453692] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
    [    0.454313] ASID allocator initialised with 65536 entries
    [    0.459766] Serial: AMBA PL011 UART driver
    [    0.830071] HugeTLB registered 1.00 GiB page size, pre-allocated 0 pages
    [    0.830105] HugeTLB registered 32.0 MiB page size, pre-allocated 0 pages
    [    0.830132] HugeTLB registered 2.00 MiB page size, pre-allocated 0 pages
    [    0.830159] HugeTLB registered 64.0 KiB page size, pre-allocated 0 pages
    [    0.855562] cryptd: max_cpu_qlen set to 1000
    [    0.986295] raid6: neonx8   gen()   406 MB/s
    [    1.054865] raid6: neonx8   xor()   362 MB/s
    [    1.123476] raid6: neonx4   gen()   413 MB/s
    [    1.192040] raid6: neonx4   xor()   373 MB/s
    [    1.260650] raid6: neonx2   gen()   444 MB/s
    [    1.329235] raid6: neonx2   xor()   383 MB/s
    [    1.397865] raid6: neonx1   gen()   459 MB/s
    [    1.466416] raid6: neonx1   xor()   389 MB/s
    [    1.535075] raid6: int64x8  gen()   186 MB/s
    [    1.603581] raid6: int64x8  xor()   145 MB/s
    [    1.672169] raid6: int64x4  gen()   180 MB/s
    [    1.740819] raid6: int64x4  xor()   136 MB/s
    [    1.809488] raid6: int64x2  gen()   164 MB/s
    [    1.877933] raid6: int64x2  xor()   125 MB/s
    [    1.946590] raid6: int64x1  gen()   132 MB/s
    [    2.015197] raid6: int64x1  xor()   103 MB/s
    [    2.015219] raid6: using algorithm neonx1 gen() 459 MB/s
    [    2.015240] raid6: .... xor() 389 MB/s, rmw enabled
    [    2.015261] raid6: using neon recovery algorithm
    [    2.023835] vcc12v_dcin_bkup: supplied by vcc12v_dcin
    [    2.027270] vcc12v_hdd: supplied by vcc12v_dcin_bkup
    [    2.075645] vcc5v0_perdev: supplied by vcc12v_dcin_bkup
    [    2.079338] pcie_power: supplied by vcc5v0_perdev
    [    2.079975] vcc5v0_usb: supplied by vcc5v0_perdev
    [    2.080474] vcc5v0_typec: supplied by vcc5v0_usb
    [    2.080990] vcc5v0_hdd: supplied by vcc12v_dcin_bkup
    [    2.084913] vcc5v0_sys: supplied by vcc12v_dcin_bkup
    [    2.088974] vcc3v3_sys_s3: supplied by vcc5v0_sys
    [    2.089525] vcc0v9_s3: supplied by vcc3v3_sys_s3
    [    2.090084] avdd_1v8_s0: supplied by vcc3v3_sys_s3
    [    2.090570] vcc3v0_sd: supplied by vcc3v3_sys_s3
    [    2.098160] usblan_power: supplied by vcc5v0_usb
    [    2.101784] iommu: Default domain type: Translated
    [    2.130002] vgaarb: loaded
    [    2.136054] SCSI subsystem initialized
    [    2.137290] libata version 3.00 loaded.
    [    2.140015] usbcore: registered new interface driver usbfs
    [    2.140428] usbcore: registered new interface driver hub
    [    2.140755] usbcore: registered new device driver usb
    [    2.144364] pps_core: LinuxPPS API ver. 1 registered
    [    2.144389] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
    [    2.144588] PTP clock support registered
    [    2.146239] EDAC MC: Ver: 3.0.0
    [    2.156826] NetLabel: Initializing
    [    2.156855] NetLabel:  domain hash size = 128
    [    2.156875] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
    [    2.157667] NetLabel:  unlabeled traffic allowed by default
    [    2.160173] clocksource: Switched to clocksource arch_sys_counter
    [    2.762248] VFS: Disk quotas dquot_6.6.0
    [    2.762562] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
    [    2.768667] AppArmor: AppArmor Filesystem Enabled
    [    2.835498] NET: Registered protocol family 2
    [    2.840628] tcp_listen_portaddr_hash hash table entries: 2048 (order: 3, 32768 bytes, linear)
    [    2.841302] TCP established hash table entries: 32768 (order: 6, 262144 bytes, linear)
    [    2.843241] TCP bind hash table entries: 32768 (order: 7, 524288 bytes, linear)
    [    2.844922] TCP: Hash tables configured (established 32768 bind 32768)
    [    2.845785] UDP hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    2.846203] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes, linear)
    [    2.847977] NET: Registered protocol family 1
    [    2.848246] NET: Registered protocol family 44
    [    2.848288] PCI: CLS 0 bytes, default 64
    [    2.849699] Trying to unpack rootfs image as initramfs...
    [    8.299940] Freeing initrd memory: 19616K
    [    8.305744] hw perfevents: enabled with armv8_cortex_a53 PMU driver, 7 counters available
    [    8.307561] hw perfevents: enabled with armv8_cortex_a72 PMU driver, 7 counters available
    [    8.311006] kvm [1]: IPA Size Limit: 40 bits
    [    8.321134] kvm [1]: vgic-v2@fff20000
    [    8.321214] kvm [1]: GIC system register CPU interface enabled
    [    8.322007] kvm [1]: vgic interrupt IRQ18
    [    8.322993] kvm [1]: Hyp mode initialized successfully
    [    8.380438] Initialise system trusted keyrings
    [    8.380659] Key type blacklist registered
    [    8.381657] workingset: timestamp_bits=44 max_order=20 bucket_order=0
    [    8.447119] zbud: loaded
    [    8.470863] squashfs: version 4.0 (2009/01/31) Phillip Lougher
    [    8.480793] fuse: init (API version 7.32)
    [    8.498609] integrity: Platform Keyring initialized
    [    8.565246] xor: measuring software checksum speed
    [    8.621623]    8regs           :   174 MB/sec
    [    8.677729]    32regs          :   175 MB/sec
    [    8.684282]    arm64_neon      :  1525 MB/sec
    [    8.684306] xor: using function: arm64_neon (1525 MB/sec)
    [    8.684344] Key type asymmetric registered
    [    8.684368] Asymmetric key parser 'x509' registered
    [    8.684695] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
    [    8.685515] io scheduler mq-deadline registered
    [    8.685542] io scheduler kyber registered
    [    8.686942] io scheduler bfq registered
    [    8.786221] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
    [    8.786350] OF: /pcie@f8000000: Missing device_type
    [    8.786455] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
    [    8.786572] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
    [    8.844931] dma-pl330 ff6d0000.dma-controller: Loaded driver for PL330 DMAC-241330
    [    8.844974] dma-pl330 ff6d0000.dma-controller:       DBUFF-32x8bytes Num_Chans-6 Num_Peri-12 Num_Events-12
    [    8.859288] dma-pl330 ff6e0000.dma-controller: Loaded driver for PL330 DMAC-241330
    [    8.859328] dma-pl330 ff6e0000.dma-controller:       DBUFF-128x8bytes Num_Chans-8 Num_Peri-20 Num_Events-16
    [    8.885826] vdd_log: supplied by regulator-dummy
    [    8.893731] Serial: 8250/16550 driver, 8 ports, IRQ sharing disabled
    [    8.916768] ff180000.serial: ttyS0 at MMIO 0xff180000 (irq = 44, base_baud = 1500000) is a 16550A
    [    8.924642] ff1a0000.serial: ttyS2 at MMIO 0xff1a0000 (irq = 45, base_baud = 1500000) is a 16550A
    [    8.925654] printk: console [ttyS2] enabled
    [    8.934200] Serial: AMBA driver
    [    8.942603] cacheinfo: Unable to detect cache hierarchy for CPU 0
    [    9.021158] loop: module loaded
    [    9.074547] libphy: Fixed MDIO Bus: probed
    [    9.079534] tun: Universal TUN/TAP device driver, 1.6
    [    9.086086] thunder_xcv, ver 1.0
    [    9.086495] thunder_bgx, ver 1.0
    [    9.086930] nicpf, ver 1.0
    [    9.092448] e1000e: Intel(R) PRO/1000 Network Driver
    [    9.092470] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
    [    9.092980] igb: Intel(R) Gigabit Ethernet Network Driver
    [    9.093002] igb: Copyright (c) 2007-2014 Intel Corporation.
    [    9.093325] igbvf: Intel(R) Gigabit Virtual Function Network Driver
    [    9.093347] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
    [    9.094817] sky2: driver version 1.30
    [    9.098955] VFIO - User Level meta-driver version: 0.3
    [    9.171110] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
    [    9.171210] ehci-pci: EHCI PCI platform driver
    [    9.171511] ehci-platform: EHCI generic platform driver
    [    9.175970] ehci-platform fe380000.usb: EHCI Host Controller
    [    9.176249] ehci-platform fe380000.usb: new USB bus registered, assigned bus number 1
    [    9.177772] ehci-platform fe380000.usb: irq 38, io mem 0xfe380000
    [    9.192241] ehci-platform fe380000.usb: USB 2.0 started, EHCI 1.00
    [    9.194904] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [    9.194938] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    9.194967] usb usb1: Product: EHCI Host Controller
    [    9.194996] usb usb1: Manufacturer: Linux 5.10.13-rockchip64 ehci_hcd
    [    9.195023] usb usb1: SerialNumber: fe380000.usb
    [    9.199526] hub 1-0:1.0: USB hub found
    [    9.200078] hub 1-0:1.0: 1 port detected
    [    9.206341] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
    [    9.206436] ohci-pci: OHCI PCI platform driver
    [    9.206798] ohci-platform: OHCI generic platform driver
    [    9.209028] ohci-platform fe3a0000.usb: Generic Platform OHCI controller
    [    9.209187] ohci-platform fe3a0000.usb: new USB bus registered, assigned bus number 2
    [    9.210241] ohci-platform fe3a0000.usb: irq 39, io mem 0xfe3a0000
    [    9.274525] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001, bcdDevice= 5.10
    [    9.274558] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    9.274588] usb usb2: Product: Generic Platform OHCI controller
    [    9.274616] usb usb2: Manufacturer: Linux 5.10.13-rockchip64 ohci_hcd
    [    9.274643] usb usb2: SerialNumber: fe3a0000.usb
    [    9.278956] hub 2-0:1.0: USB hub found
    [    9.279478] hub 2-0:1.0: 1 port detected
    [    9.290446] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    9.290624] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 3
    [    9.292672] xhci-hcd xhci-hcd.0.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000010002010010
    [    9.293128] xhci-hcd xhci-hcd.0.auto: irq 76, io mem 0xfe900000
    [    9.297497] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [    9.297530] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    9.297559] usb usb3: Product: xHCI Host Controller
    [    9.297587] usb usb3: Manufacturer: Linux 5.10.13-rockchip64 xhci-hcd
    [    9.297614] usb usb3: SerialNumber: xhci-hcd.0.auto
    [    9.301995] hub 3-0:1.0: USB hub found
    [    9.302534] hub 3-0:1.0: 1 port detected
    [    9.306984] xhci-hcd xhci-hcd.0.auto: xHCI Host Controller
    [    9.307117] xhci-hcd xhci-hcd.0.auto: new USB bus registered, assigned bus number 4
    [    9.307216] xhci-hcd xhci-hcd.0.auto: Host supports USB 3.0 SuperSpeed
    [    9.308053] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
    [    9.310089] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [    9.310121] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [    9.310149] usb usb4: Product: xHCI Host Controller
    [    9.310177] usb usb4: Manufacturer: Linux 5.10.13-rockchip64 xhci-hcd
    [    9.310203] usb usb4: SerialNumber: xhci-hcd.0.auto
    [    9.314868] hub 4-0:1.0: USB hub found
    [    9.315391] hub 4-0:1.0: 1 port detected
    [    9.320398] usbcore: registered new interface driver usb-storage
    [    9.333773] mousedev: PS/2 mouse device common for all mice
    [    9.341269] i2c /dev entries driver
    [    9.359645] pca953x 2-0020: using no AI
    [    9.407084] rk808 0-001b: chip id: 0x0
    [    9.424348] rk808-regulator rk808-regulator: there is no dvs0 gpio
    [    9.424911] rk808-regulator rk808-regulator: there is no dvs1 gpio
    [    9.429037] vdd_center: supplied by vcc5v0_sys
    [    9.432844] vdd_cpu_l: supplied by vcc5v0_sys
    [    9.435765] vcc_ddr_s3: supplied by vcc5v0_sys
    [    9.439476] vcc1v8_sys_s3: supplied by vcc5v0_sys
    [    9.443142] vcc1v8_dvp: supplied by vcc5v0_sys
    [    9.446546] vcc3v0_touch: supplied by vcc5v0_sys
    [    9.451107] vcc1v8_s3: supplied by vcc5v0_sys
    [    9.452540] vcc_sdio_s0: Bringing 3300000uV into 3000000-3000000uV
    [    9.455845] vcc_sdio_s0: supplied by vcc5v0_sys
    [    9.459337] vcca3v0_codec: supplied by vcc5v0_sys
    [    9.463702] vcc1v5_s3: supplied by vcc5v0_sys
    [    9.467132] vcca1v8_codec: supplied by vcc5v0_sys
    [    9.471472] vcc3v0_s3: supplied by vcc5v0_sys
    [    9.472684] vcc3v3_sys_s0: failed to get the current voltage: -EPROBE_DEFER
    [    9.472754] vcc3v3_sys_s0: supplied by vcc3v3_sys_s3
    [    9.477523] vcc3v3_s0: supplied by vcc3v3_sys_s3
    [    9.492990] rk808-rtc rk808-rtc: registered as rtc0
    [    9.493885] rk808-rtc rk808-rtc: setting system clock to 2021-02-06T11:28:32 UTC (1612610912)
    [    9.507441] fan53555-regulator 0-0040: FAN53555 Option[8] Rev[1] Detected!
    [    9.511317] vcc1v8_sys_s0: supplied by vcc1v8_sys_s3
    [    9.512027] avdd_0v9_s0: supplied by vcc1v8_sys_s3
    [    9.513208] vdd_cpu_b: supplied by vcc5v0_sys
    [    9.530712] fan53555-regulator 0-0041: FAN53555 Option[8] Rev[1] Detected!
    [    9.531116] random: fast init done
    [    9.534859] vdd_gpu: supplied by vcc5v0_sys
    [    9.576525] dw_wdt ff848000.watchdog: No valid TOPs array specified
    [    9.586198] sdhci: Secure Digital Host Controller Interface driver
    [    9.586223] sdhci: Copyright(c) Pierre Ossman
    [    9.586444] Synopsys Designware Multimedia Card Interface Driver
    [    9.592512] sdhci-pltfm: SDHCI platform and OF driver helper
    [    9.595296] dwmmc_rockchip fe320000.mmc: IDMAC supports 32-bit address mode.
    [    9.595512] dwmmc_rockchip fe320000.mmc: Using internal DMA controller.
    [    9.595570] dwmmc_rockchip fe320000.mmc: Version ID is 270a
    [    9.596024] dwmmc_rockchip fe320000.mmc: DW MMC controller at irq 36,32 bit host data width,256 deep fifo
    [    9.599973] dwmmc_rockchip fe320000.mmc: Got CD GPIO
    [    9.610722] mmc2: CQHCI version 5.10
    [    9.614512] mmc_host mmc1: Bus speed (slot 0) = 400000Hz (slot req 400000Hz, actual 400000HZ div = 0)
    [    9.620439] ledtrig-cpu: registered to indicate activity on CPUs
    [    9.625931] hid: raw HID events driver (C) Jiri Kosina
    [    9.626793] usbcore: registered new interface driver usbhid
    [    9.626815] usbhid: USB HID core driver
    [    9.644781] mmc2: SDHCI controller on fe330000.sdhci [fe330000.sdhci] using ADMA
    [    9.648260] usb 3-1: new high-speed USB device number 2 using xhci-hcd
    [    9.663072] drop_monitor: Initializing network drop monitor service
    [    9.669511] NET: Registered protocol family 10
    [    9.716998] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
    [    9.723629] dwmmc_rockchip fe320000.mmc: All phases bad!
    [    9.723714] mmc1: tuning execution failed: -5
    [    9.723831] mmc1: error -5 whilst initialising SD card
    [    9.744241] mmc2: Command Queue Engine enabled
    [    9.744372] mmc2: new HS200 MMC card at address 0001
    [    9.748603] mmc_host mmc1: Bus speed (slot 0) = 300000Hz (slot req 300000Hz, actual 300000HZ div = 0)
    [    9.753466] mmcblk2: mmc2:0001 AJTD4R 14.6 GiB
    [    9.758146] mmcblk2boot0: mmc2:0001 AJTD4R partition 1 4.00 MiB
    [    9.762527] mmcblk2boot1: mmc2:0001 AJTD4R partition 2 4.00 MiB
    [    9.764536] mmcblk2rpmb: mmc2:0001 AJTD4R partition 3 4.00 MiB, chardev (243:0)
    [    9.808193] usb 3-1: New USB device found, idVendor=2109, idProduct=2815, bcdDevice= 7.04
    [    9.808232] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [    9.808262] usb 3-1: Product: USB2.0 Hub
    [    9.808290] usb 3-1: Manufacturer: VIA Labs, Inc.
    [    9.841656] Segment Routing with IPv6
    [    9.842191] NET: Registered protocol family 17
    [    9.842933] 8021q: 802.1Q VLAN Support v1.8
    [    9.843319] Key type dns_resolver registered
    [    9.846411] registered taskstats version 1
    [    9.846554] Loading compiled-in X.509 certificates
    [    9.853311] hub 3-1:1.0: USB hub found
    [    9.853881] hub 3-1:1.0: 4 ports detected
    [    9.854413] mmc_host mmc1: Bus speed (slot 0) = 148500000Hz (slot req 150000000Hz, actual 148500000HZ div = 0)
    [    9.858813] Loaded X.509 cert 'Build time autogenerated kernel key: e370607fdb61bd4f4b6d20f747e77e123a5c9eb2'
    [    9.877238] zswap: loaded using pool zstd/z3fold
    [    9.880215] Key type ._fscrypt registered
    [    9.880242] Key type .fscrypt registered
    [    9.880264] Key type fscrypt-provisioning registered
    [    9.898745] Btrfs loaded, crc32c=crc32c-generic
    [    9.951334] usb 4-1: new SuperSpeed Gen 1 USB device number 2 using xhci-hcd
    [    9.968556] Key type encrypted registered
    [    9.968643] AppArmor: AppArmor sha1 policy hashing enabled
    [   10.287635] rockchip-pcie f8000000.pcie: host bridge /pcie@f8000000 ranges:
    [   10.287824] rockchip-pcie f8000000.pcie:      MEM 0x00fa000000..0x00fbdfffff -> 0x00fa000000
    [   10.287941] rockchip-pcie f8000000.pcie:       IO 0x00fbe00000..0x00fbefffff -> 0x00fbe00000
    [   10.301963] rockchip-pcie f8000000.pcie: PCI host bridge to bus 0000:00
    [   10.302038] pci_bus 0000:00: root bus resource [bus 00-1f]
    [   10.302102] pci_bus 0000:00: root bus resource [mem 0xfa000000-0xfbdfffff]
    [   10.302167] pci_bus 0000:00: root bus resource [io  0x0000-0xfffff] (bus address [0xfbe00000-0xfbefffff])
    [   10.302387] pci 0000:00:00.0: [1d87:0100] type 01 class 0x060400
    [   10.302801] pci 0000:00:00.0: supports D1
    [   10.302833] pci 0000:00:00.0: PME# supported from D0 D1 D3hot
    [   10.320806] pci 0000:00:00.0: bridge configuration invalid ([bus 00-00]), reconfiguring
    [   10.321995] pci 0000:01:00.0: [197b:0585] type 00 class 0x010601
    [   10.322113] pci 0000:01:00.0: reg 0x10: initial BAR value 0x00000000 invalid
    [   10.322147] pci 0000:01:00.0: reg 0x10: [io  size 0x0080]
    [   10.322215] pci 0000:01:00.0: reg 0x14: initial BAR value 0x00000000 invalid
    [   10.322245] pci 0000:01:00.0: reg 0x14: [io  size 0x0080]
    [   10.322311] pci 0000:01:00.0: reg 0x18: initial BAR value 0x00000000 invalid
    [   10.322340] pci 0000:01:00.0: reg 0x18: [io  size 0x0080]
    [   10.322405] pci 0000:01:00.0: reg 0x1c: initial BAR value 0x00000000 invalid
    [   10.322434] pci 0000:01:00.0: reg 0x1c: [io  size 0x0080]
    [   10.322498] pci 0000:01:00.0: reg 0x20: initial BAR value 0x00000000 invalid
    [   10.322527] pci 0000:01:00.0: reg 0x20: [io  size 0x0080]
    [   10.322595] pci 0000:01:00.0: reg 0x24: [mem 0x00000000-0x00001fff]
    [   10.322664] pci 0000:01:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
    [   10.322739] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 512)
    [   10.323336] pci 0000:01:00.0: PME# supported from D3hot
    [   10.323772] pci 0000:01:00.0: 8.000 Gb/s available PCIe bandwidth, limited by 5.0 GT/s PCIe x2 link at 0000:00:00.0 (capable of 15.752 Gb/s with 8.0 GT/s PCIe x2 link)
    [   10.341412] pci_bus 0000:01: busn_res: [bus 01-1f] end is updated to 01
    [   10.341520] pci 0000:00:00.0: BAR 14: assigned [mem 0xfa000000-0xfa0fffff]
    [   10.341759] pci 0000:01:00.0: BAR 6: assigned [mem 0xfa000000-0xfa00ffff pref]
    [   10.341799] pci 0000:01:00.0: BAR 5: assigned [mem 0xfa010000-0xfa011fff]
    [   10.341847] pci 0000:01:00.0: BAR 0: no space for [io  size 0x0080]
    [   10.341877] pci 0000:01:00.0: BAR 0: failed to assign [io  size 0x0080]
    [   10.341908] pci 0000:01:00.0: BAR 1: no space for [io  size 0x0080]
    [   10.341937] pci 0000:01:00.0: BAR 1: failed to assign [io  size 0x0080]
    [   10.341967] pci 0000:01:00.0: BAR 2: no space for [io  size 0x0080]
    [   10.341996] pci 0000:01:00.0: BAR 2: failed to assign [io  size 0x0080]
    [   10.342026] pci 0000:01:00.0: BAR 3: no space for [io  size 0x0080]
    [   10.342055] pci 0000:01:00.0: BAR 3: failed to assign [io  size 0x0080]
    [   10.342084] pci 0000:01:00.0: BAR 4: no space for [io  size 0x0080]
    [   10.342113] pci 0000:01:00.0: BAR 4: failed to assign [io  size 0x0080]
    [   10.342244] pci 0000:00:00.0: PCI bridge to [bus 01]
    [   10.342286] pci 0000:00:00.0:   bridge window [mem 0xfa000000-0xfa0fffff]
    [   10.343467] pcieport 0000:00:00.0: enabling device (0000 -> 0002)
    [   10.346478] pcieport 0000:00:00.0: PME: Signaling with IRQ 90
    [   10.348644] pcieport 0000:00:00.0: AER: enabled with IRQ 90
    [   10.350934] ahci 0000:01:00.0: version 3.0
    [   10.351013] ahci 0000:01:00.0: enabling device (0000 -> 0002)
    [   10.356953] ahci 0000:01:00.0: SSS flag set, parallel bus scan disabled
    [   10.357118] ahci 0000:01:00.0: AHCI 0001.0301 32 slots 5 ports 6 Gbps 0x1f impl SATA mode
    [   10.357162] ahci 0000:01:00.0: flags: 64bit ncq sntf stag pm led clo pmp fbs pio slum part ccc apst boh
    [   10.470760] mmc_host mmc1: Timeout sending command (cmd 0x200000 arg 0x0 status 0x80200000)
    [   10.971230] dwmmc_rockchip fe320000.mmc: Busy; trying anyway
    [   11.002673] scsi host0: ahci
    [   11.006493] usb 4-1: New USB device found, idVendor=2109, idProduct=0815, bcdDevice= 7.04
    [   11.006529] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
    [   11.006559] usb 4-1: Product: USB3.0 Hub
    [   11.006588] usb 4-1: Manufacturer: VIA Labs, Inc.
    [   11.010024] scsi host1: ahci
    [   11.015679] scsi host2: ahci
    [   11.021448] scsi host3: ahci
    [   11.027054] scsi host4: ahci
    [   11.030245] ata1: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010100 irq 91
    [   11.030279] ata2: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010180 irq 92
    [   11.030308] ata3: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010200 irq 93
    [   11.030337] ata4: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010280 irq 94
    [   11.030365] ata5: SATA max UDMA/133 abar m8192@0xfa010000 port 0xfa010300 irq 95
    [   11.038388] hub 4-1:1.0: USB hub found
    [   11.039039] hub 4-1:1.0: 4 ports detected
    [   11.077815] input: gpio-keys as /devices/platform/gpio-keys/input/input0
    [   11.081688] of_cfs_init
    [   11.081901] of_cfs_init: OK
    [   11.248785] dwmmc_rockchip fe320000.mmc: Successfully tuned phase to 274
    [   11.248983] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
    [   11.262058] mmcblk1: mmc1:aaaa SB32G 29.7 GiB
    [   11.285375]  mmcblk1: p1
    [   11.504367] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [   11.505025] ata1.00: supports DRM functions and may not be fully accessible
    [   11.505825] ata1.00: ATA-11: Samsung SSD 860 EVO M.2 1TB, RVT23B6Q, max UDMA/133
    [   11.505885] ata1.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 32), AA
    [   11.508629] ata1.00: supports DRM functions and may not be fully accessible
    [   11.511422] ata1.00: configured for UDMA/133
    [   11.513777] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 860  3B6Q PQ: 0 ANSI: 5
    [   11.523555] ata1.00: Enabling discard_zeroes_data
    [   11.525775] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
    [   11.526189] sd 0:0:0:0: [sda] Write Protect is off
    [   11.526333] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
    [   11.527002] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [   11.541979]  sda: sda1 sda2
    [   11.564125] ata1.00: Enabling discard_zeroes_data
    [   11.568860] sd 0:0:0:0: [sda] Attached SCSI disk
    [   11.716431] usb 4-1.4: new SuperSpeed Gen 1 USB device number 3 using xhci-hcd
    [   11.740653][   11.740717] usb 4-1.4: Product: USB 10/100/1G/2.5G LAN
    [   11.740745] usb 4-1.4: Manufacturer: Realtek
    [   11.740772] usb 4-1.4: SerialNumber: 000000001
    [   12.000278] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [   12.137791] ata2.00: ATA-11: WDC  WUH721818ALE6L4, PCGNW232, max UDMA/133
    [   12.137857] ata2.00: 35156656128 sectors, multi 0: LBA48 NCQ (depth 32), AA
    [   12.148753] ata2.00: configured for UDMA/133
    [   12.151913] scsi 1:0:0:0: Direct-Access     ATA      WDC  WUH721818AL W232 PQ: 0 ANSI: 5
    [   12.161504] sd 1:0:0:0: [sdb] 35156656128 512-byte logical blocks: (18.0 TB/16.4 TiB)
    [   12.161670] sd 1:0:0:0: [sdb] 4096-byte physical blocks
    [   12.162068] sd 1:0:0:0: [sdb] Write Protect is off
    [   12.162199] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
    [   12.162836] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [   12.218059]  sdb: sdb1
    [   12.241049] sd 1:0:0:0: [sdb] Attached SCSI disk
    [   12.475354] ata3: SATA link down (SStatus 0 SControl 300)
    [   12.952343] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
    [   13.009557] ata4.00: ATA-11: ST16000NM001G-2KK103, SN02, max UDMA/133
    [   13.009592] ata4.00: 31251759104 sectors, multi 16: LBA48 NCQ (depth 32), AA
    [   13.042886] ata4.00: configured for UDMA/133
    [   13.044560] scsi 3:0:0:0: Direct-Access     ATA      ST16000NM001G-2K SN02 PQ: 0 ANSI: 5
    [   13.051777] sd 3:0:0:0: [sdc] 31251759104 512-byte logical blocks: (16.0 TB/14.6 TiB)
    [   13.051911] sd 3:0:0:0: [sdc] 4096-byte physical blocks
    [   13.052380] sd 3:0:0:0: [sdc] Write Protect is off
    [   13.052511] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
    [   13.053150] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
    [   13.121033]  sdc: sdc1
    [   13.143848] sd 3:0:0:0: [sdc] Attached SCSI disk
    [   13.363348] ata5: SATA link down (SStatus 0 SControl 300)
    [   13.382271] Freeing unused kernel memory: 12608K
    [   13.382635] Run /init as init process
    [   13.382660]   with arguments:
    [   13.382683]     /init
    [   13.382704]   with environment:
    [   13.382725]     HOME=/
    [   13.382746]     TERM=linux
    [   13.382767]     ubootpart=349e6b6a-01
    [   13.382788]     cgroup_enable=memory
    [   13.382808]     cgroup_memory=1
    [   16.363071] input: adc-keys as /devices/platform/adc-keys/input/input1
    [   16.909718] rk_gmac-dwmac fe300000.ethernet: IRQ eth_wake_irq not found
    [   16.909793] rk_gmac-dwmac fe300000.ethernet: IRQ eth_lpi not found
    [   16.911438] rk_gmac-dwmac fe300000.ethernet: PTP uses main clock
    [   16.917817] rk_gmac-dwmac fe300000.ethernet: clock input or output? (input).
    [   16.917899] rk_gmac-dwmac fe300000.ethernet: TX delay(0x28).
    [   16.917967] rk_gmac-dwmac fe300000.ethernet: RX delay(0x20).
    [   16.918068] rk_gmac-dwmac fe300000.ethernet: integrated PHY? (no).
    [   16.919483] rk_gmac-dwmac fe300000.ethernet: cannot get clock clk_mac_speed
    [   16.919539] rk_gmac-dwmac fe300000.ethernet: clock input from PHY
    [   16.924672] rk_gmac-dwmac fe300000.ethernet: init for RGMII
    [   16.940765] rk_gmac-dwmac fe300000.ethernet: User ID: 0x10, Synopsys ID: 0x35
    [   16.940887] rk_gmac-dwmac fe300000.ethernet:         DWMAC1000
    [   16.940949] rk_gmac-dwmac fe300000.ethernet: DMA HW capability register supported
    [   16.941005] rk_gmac-dwmac fe300000.ethernet: RX Checksum Offload Engine supported
    [   16.941060] rk_gmac-dwmac fe300000.ethernet: COE Type 2
    [   16.941114] rk_gmac-dwmac fe300000.ethernet: TX Checksum insertion supported
    [   16.941168] rk_gmac-dwmac fe300000.ethernet: Wake-Up On Lan supported
    [   16.942514] rk_gmac-dwmac fe300000.ethernet: Normal descriptors
    [   16.942558] rockchip-vop ff8f0000.vop: Adding to iommu group 2
    [   16.942578] rk_gmac-dwmac fe300000.ethernet: Ring mode enabled
    [   16.942623] rk_gmac-dwmac fe300000.ethernet: Enable RX Mitigation via HW Watchdog Timer
    [   16.958743] rockchip-vop ff900000.vop: Adding to iommu group 3
    [   17.252864] libphy: stmmac: probed
    [   17.253016] RTL8211F Gigabit Ethernet stmmac-0:00: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:00, irq=POLL)
    [   17.253173] RTL8211F Gigabit Ethernet stmmac-0:01: attached PHY driver [RTL8211F Gigabit Ethernet] (mii_bus:phy_addr=stmmac-0:01, irq=POLL)
    [   18.365619] async_tx: api initialized (async)
    [   18.941503] BTRFS: device fsid fa4fc58a-78a8-4182-b1c0-3b0645f927a2 devid 1 transid 3326 /dev/sdc1 scanned by btrfs (352)
    [   18.942385] BTRFS: device fsid 9d69a750-9039-45db-acd2-9964af7ba352 devid 1 transid 5299 /dev/sdb1 scanned by btrfs (352)
    [   18.943169] BTRFS: device fsid d603fc7e-ba8e-4044-9f24-7a4d9dec8f6b devid 1 transid 58945 /dev/sda2 scanned by btrfs (352)
    [   18.943968] BTRFS: device fsid 6ebee73f-7997-42b0-ac20-dbd03b710fbe devid 1 transid 69215 /dev/sda1 scanned by btrfs (352)
    [   19.397084] EXT4-fs (mmcblk1p1): mounted filesystem with writeback data mode. Opts: (null)
    [   20.874726] systemd[1]: Inserted module 'autofs4'
    [   21.025322] systemd[1]: systemd 245.4-4ubuntu3.4 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN2 -IDN +PCRE2 default-hierarchy=hybrid)
    [   21.028569] systemd[1]: Detected architecture arm64.
    [   21.091326] systemd[1]: Set hostname to <helios64>.
    [   21.397131] dw-apb-uart ff1a0000.serial: forbid DMA for kernel console
    [   22.020534] systemd[1]: /lib/systemd/system/dbus.socket:5: ListenStream= references a path below legacy directory /var/run/, updating /var/run/dbus/system_bus_socket → /run/dbus/system_bus_socket; please update the unit file accordingly.
    [   22.325675] systemd[1]: /lib/systemd/system/fancontrol.service:11: PIDFile= references a path below legacy directory /var/run/, updating /var/run/fancontrol.pid → /run/fancontrol.pid; please update the unit file accordingly.
    [   22.451521] random: crng init done
    [   22.560480] systemd[1]: Created slice system-modprobe.slice.
    [   22.569832] systemd[1]: Created slice system-serial\x2dgetty.slice.
    [   22.578864] systemd[1]: Created slice User and Session Slice.
    [   22.580052] systemd[1]: Condition check resulted in Dispatch Password Requests to Console Directory Watch when bootsplash is active being skipped.
    [   22.581562] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
    [   22.587727] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
    [   22.589244] systemd[1]: Reached target Local Encrypted Volumes.
    [   22.590318] systemd[1]: Reached target Remote File Systems.
    [   22.591224] systemd[1]: Reached target Slices.
    [   22.592195] systemd[1]: Reached target Swap.
    [   22.593140] systemd[1]: Reached target System Time Set.
    [   22.596455] systemd[1]: Listening on Syslog Socket.
    [   22.599563] systemd[1]: Listening on fsck to fsckd communication Socket.
    [   22.601716] systemd[1]: Listening on initctl Compatibility Named Pipe.
    [   22.606491] systemd[1]: Listening on Journal Audit Socket.
    [   22.609622] systemd[1]: Listening on Journal Socket (/dev/log).
    [   22.613575] systemd[1]: Listening on Journal Socket.
    [   22.616965] systemd[1]: Listening on udev Control Socket.
    [   22.619566] systemd[1]: Listening on udev Kernel Socket.
    [   22.663849] systemd[1]: Mounting Huge Pages File System...
    [   22.691322] systemd[1]: Mounting POSIX Message Queue File System...
    [   22.719854] systemd[1]: Mounting Kernel Debug File System...
    [   22.747833] systemd[1]: Mounting Kernel Trace File System...
    [   22.775001] systemd[1]: Starting Set the console keyboard layout...
    [   22.801720] systemd[1]: Starting Create list of static device nodes for the current kernel...
    [   22.803259] systemd[1]: Condition check resulted in Load Kernel Module drm being skipped.
    [   22.856961] systemd[1]: Started Nameserver information manager.
    [   22.860125] systemd[1]: Reached target Network (Pre).
    [   22.865970] systemd[1]: Condition check resulted in Set Up Additional Binary Formats being skipped.
    [   22.866410] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
    [   22.897871] systemd[1]: Starting Load Kernel Modules...
    [   22.924868] systemd[1]: Starting Remount Root and Kernel File Systems...
    [   22.950822] systemd[1]: Starting udev Coldplug all Devices...
    [   22.993644] systemd[1]: Mounted Huge Pages File System.
    [   22.998905] systemd[1]: Mounted POSIX Message Queue File System.
    [   23.004096] systemd[1]: Mounted Kernel Debug File System.
    [   23.010069] systemd[1]: Mounted Kernel Trace File System.
    [   23.030602] systemd[1]: Finished Create list of static device nodes for the current kernel.
    [   23.045392] lm75 2-004c: supply vs not found, using dummy regulator
    [   23.055243] lm75 2-004c: hwmon2: sensor 'lm75'
    [   23.083891] EXT4-fs (mmcblk1p1): re-mounted. Opts: commit=600,errors=remount-ro
    [   23.151981] systemd[1]: Finished Load Kernel Modules.
    [   23.197025] systemd[1]: Finished Remount Root and Kernel File Systems.
    [   23.260476] systemd[1]: Mounting FUSE Control File System...
    [   23.314722] systemd[1]: Mounting Kernel Configuration File System...
    [   23.323996] systemd[1]: Condition check resulted in Rebuild Hardware Database being skipped.
    [   23.325563] systemd[1]: Condition check resulted in Platform Persistent Storage Archival being skipped.
    [   23.373277] systemd[1]: Starting Load/Save Random Seed...
    [   23.425377] systemd[1]: Starting Apply Kernel Variables...
    [   23.477421] systemd[1]: Starting Create System Users...
    [   23.507172] systemd[1]: MoApply Kernel Variables.
    [   23.822099] systemd[1]: Finished Create System Users.
    [   23.850310] systemd[1]: Starting Create Static Device Nodes in /dev...
    [   23.872711] systemd[1]: Finished Set the console keyboard layout.
    [   24.029277] systemd[1]: Finished Create Static Device Nodes in /dev.
    [   24.034612] systemd[1]: Reached target Local File Systems (Pre).
    [   24.067061] systemd[1]: Mounting /tmp...
    [   24.094601] systemd[1]: Starting udev Kernel Device Manager...
    [   24.145691] systemd[1]: Mounted /tmp.
    [   24.154427] systemd[1]: Reached target Local File Systems.
    [   24.191960] systemd[1]: Starting Armbian ZRAM config...
    [   24.218155] systemd[1]: Starting Set console font and keymap...
    [   24.247076] systemd[1]: Starting Mark the need to relabel after reboot...
    [   24.249124] systemd[1]: Condition check resulted in Store a System Token in an EFI Variable being skipped.
    [   24.249898] systemd[1]: Condition check resulted in Commit a transient machine-id on disk being skipped.
    [   24.329884] systemd[1]: Finished Mark the need to relabel after reboot.
    [   24.352227] systemd[1]: Finished Set console font and keymap.
    [   24.549212] systemd[1]: Started udev Kernel Device Manager.
    [   24.878616] zram: Added device: zram0
    [   24.885890] zram: Added device: zram1
    [   24.890863] zram: Added device: zram2
    [   25.198589] zram0: detected capacity change from 0 to 1713516544
    [   25.336503] Adding 1673352k swap on /dev/zram0.  Priority:5 extents:1 across:1673352k SSFS
    [   25.815868] zram1: detected capacity change from 0 to 52428800
    [   26.029184] systemd[1]: Finished Armbian ZRAM config.
    [   26.067284] systemd[1]: Starting Armbian memory supported logging...
    [   26.510371] EXT4-fs (zram1): mounted filesystem without journal. Opts: discard
    [   26.510518] ext4 filesystem being mounted at /var/log supports timestamps until 2038 (0x7fffffff)
    [   26.846140] input: beeper as /devices/platform/beeper/input/input2
    [   26.973328] systemd[1]: Finished udev Coldplug all Devices.
    [   27.010927] systemd[1]: Starting Helper to synchronize boot up for ifupdown...
    [   27.076593] systemd[1]: Finished Helper to synchronize boot up for ifupdown.
    [   27.113956] systemd[1]: Starting Raise network interfaces...
    [   27.171582] systemd[1]: Found device /dev/ttyS2.
    [   27.242610] sd 0:0:0:0: Attached scsi generic sg0 type 0
    [   27.243956] sd 1:0:0:0: Attached scsi generic sg1 type 0
    [   27.248857] sd 3:0:0:0: Attached scsi generic sg2 type 0
    [   27.300797] mc: Linux media interface: v0.10
    [   27.367405] videodev: Linux video capture interface: v2.00
    [   27.554051] rockchip-rga ff680000.rga: HW Version: 0x03.02
    [   27.555957] rockchip-rga ff680000.rga: Registered rockchip-rga as /dev/video0
    [   27.579746] rockchip_vdec: module is from the staging directory, the quality is unknown, you have been warned.
    [   27.591288] hantro_vpu: module is from the staging directory, the quality is unknown, you have been warned.
    [   27.597642] rkvdec ff660000.video-codec: Adding to iommu group 1
    [   27.607965] OF: graph: no port node found in /i2c@ff3d0000/typec-portc@22
    [   27.625117] hantro-vpu-dec as /dev/video3
    [   27.649904] rockchip-drm display-subsystem: bound ff8f0000.vop (ops vop_component_ops [rockchipdrm])
    [   27.650183] [drm] unsupported AFBC format[3231564e]
    [   27.653051] rockchip-drm display-subsystem: bound ff900000.vop (ops vop_component_ops [rockchipdrm])
    [   27.653735] rockchip-drm display-subsystem: bound fec00000.dp (ops cdn_dp_component_ops [rockchipdrm])
    [   27.659883] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
    [   27.661159] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work [rockchipdrm]] Not connected. Disabling cdn
    [   27.662295] [drm] Initialized rockchip 1.0.0 20140818 for display-subsystem on minor 0
    [   27.669348] OF: graph: no port node found in /syscon@ff770000/usb2-phy@e450/otg-port
    [   27.674352] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   27.674468] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 5
    [   27.675284] xhci-hcd xhci-hcd.3.auto: hcc params 0x0220fe64 hci version 0x110 quirks 0x0000010002010010
    [   27.675342] xhci-hcd xhci-hcd.3.auto: irq 75, io mem 0xfe800000
    [   27.677093] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002, bcdDevice= 5.10
    [   27.677110] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   27.677120] usb usb5: Product: xHCI Host Controller
    [   27.677130] usb usb5: Manufacturer: Linux 5.10.13-rockchip64 xhci-hcd
    [   27.677139] usb usb5: SerialNumber: xhci-hcd.3.auto
    [   27.679793] hub 5-0:1.0: USB hub found
    [   27.680017] hub 5-0:1.0: 1 port detected
    [   27.681734] xhci-hcd xhci-hcd.3.auto: xHCI Host Controller
    [   27.681793] xhci-hcd xhci-hcd.3.auto: new USB bus registered, assigned bus number 6
    [   27.681842] xhci-hcd xhci-hcd.3.auto: Host supports USB 3.0 SuperSpeed
    [   27.682176] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
    [   27.682936] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003, bcdDevice= 5.10
    [   27.682951] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
    [   27.682961] usb usb6: Product: xHCI Host Controller
    [   27.682970] usb usb6: Manufacturer: Linux 5.10.13-rockchip64 xhci-hcd
    [   27.682979] usb usb6: SerialNumber: xhci-hcd.3.auto
    [   27.685976] hub 6-0:1.0: USB hub found
    [   27.686189] hub 6-0:1.0: 1 port detected
    [   27.755881] panfrost ff9a0000.gpu: clock rate = 500000000
    [   27.790485] panfrost ff9a0000.gpu: mali-t860 id 0x860 major 0x2 minor 0x0 status 0x0
    [   27.790504] panfrost ff9a0000.gpu: features: 00000000,100e77bf, issues: 00000000,24040400
    [   27.790518] panfrost ff9a0000.gpu: Features: L2:0x07120206 Shader:0x00000000 Tiler:0x00000809 Mem:0x1 MMU:0x00002830 AS:0xff JS:0x7
    [   27.790528] panfrost ff9a0000.gpu: shader_present=0xf l2_present=0x1
    [   27.811786] [drm] Initialized panfrost 1.1.0 20180908 for ff9a0000.gpu on minor 1
    [   27.860061] cdn-dp fec00000.dp: [drm:cdn_dp_pd_event_work [rockchipdrm]] Not connected. Disabling cdn
    [   27.924556] systemd[1]: Finished Raise network interfaces.
    [   28.543117] usb 4-1.4: reset SuperSpeed Gen 1 USB device number 3 using xhci-hcd
    [   28.680533] rockchip-drm display-subsystem: [drm] Cannot find any crtc or sizes
    [   28.874333] r8152 4-1.4:1.0 (unnamed net_device)
    [   32.121434] systemd[1]: Finished Armbian memory supported logging.
    [   32.156259] systemd[1]: Starting Journal Service...
    [   32.657214] systemd[1]: Started Journal Service.
    [   32.746488] systemd-journald[791]: Received client request to flush runtime journal.
    [   34.681322] EXT4-fs (mmcblk1p1): resizing filesystem from 419840 to 7709728 blocks
    [   41.992236] vcc5v0_typec: disabling
    [   45.540306] EXT4-fs (mmcblk1p1): resized to 4194304 blocks
    [   55.626723] EXT4-fs (mmcblk1p1): resized filesystem to 7709728
    [   56.072223] ==================================================================
    [   56.072277] BUG: KASAN: use-after-free in bt_iter+0x80/0xf8
    [   56.072299] Read of size 8 at addr ffff00004976b580 by task kworker/2:2H/446

    [   56.072343] CPU: 2 PID: 446 Comm: kworker/2:2H Tainted: G         C        5.10.13-rockchip64 #trunk
    [   56.072359] Hardware name: Helios64 (DT)
    [   56.072389] Workqueue: kblockd blk_mq_timeout_work
    [   56.072419] Call trace:
    [   56.072444]  dump_backtrace+0x0/0x308
    [   56.072465]  show_stack+0x18/0x68
    [   56.072496]  dump_stack+0xec/0x154
    [   56.072526]  print_address_description.constprop.11+0x6c/0x4e8
    [   56.072555]  kasan_report+0x124/0x260
    [   56.072580]  __asan_load8+0x9c/0xd8
    [   56.072603]  bt_iter+0x80/0xf8
    [   56.072629]  blk_mq_queue_tag_busy_iter+0x2d8/0x540
    [   56.072653]  blk_mq_timeout_work+0x22c/0x2c0
    [   56.072681]  process_one_work+0x41c/0x8d0
    [   56.072705]  worker_thread+0x70/0x6b8
    [   56.072727]  kthread+0x1d8/0x1e8
    [   56.072753]  ret_from_fork+0x10/0x34

    [   56.072782] The buggy address belongs to the page:
    [   56.072810] page:0000000075162d99 refcount:0 mapcount:0 mapping:0000000000000000 index:0x0 pfn:0x4976b
    [   56.072830] flags: 0x1ffff00000000000()
    [   56.072863] raw: 1ffff00000000000 0000000000000000 fffffe000105dac8 0000000000000000
    [   56.072890] raw: 0000000000000000 0000000000000000 00000000ffffffff 0000000000000000
    [   56.072906] page dumped because: kasan: bad access detected

    [   56.072933] Memory state around the buggy address:
    [   56.072957]  ffff00004976b480: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    [   56.072981]  ffff00004976b500: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    [   56.073004] >ffff00004976b580: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    [   56.073019]                    ^
    [   56.073042]  ffff00004976b600: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    [   56.073065]  ffff00004976b680: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
    [   56.073080] ==================================================================
    [   56.073095] Disabling lock debugging due to kernel taint
    [   59.351137] rk_gmac-dwmac fe300000.ethernet eth0: PHY [stmmac-0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
    [   59.369036] rk_gmac-dwmac fe300000.ethernet eth0: No Safety Features support found
    [   59.369096] rk_gmac-dwmac fe300000.ethernet eth0: PTP not supported by HW
    [   59.382749] rk_gmac-dwmac fe300000.ethernet eth0: configuring for phy/rgmii link mode
    [   63.465098] rk_gmac-dwmac fe300000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
    [   63.465163] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready

     

     

  2. @Chiefahol @clostro @snakekick 

    Check dmsg (via serial console) at the moment of RED-Blinking.

     

    If kernel msg contains " [nnnnn.nnnnn] Unable to handle kernel paging request at virtual address "

    Try CPU speed limitation.

     

    But in my case , NOTHING solved with CPU speed.

    kernel msg contains "[nnnnn.nnnnn] Insufficient stack space to handle exception!"

    Then I tried Roll back to kernel 5.8.14 ( via armbian-config ) , got stable operation.

     

     

    on my helios64 , Any 5.9.x / 5.10.x kernels causes same critical issue ( including 5.10.9 with armbian nightly build )

  3. @gprovost @aprayoga

     

    Some extend test. same method.

     

    [environment]

     armbian focal 20.11.6

     data dir :  18TB HDD btrfs + 16TB HDD btrfs (both single volume)

     

    [method]

     # sync ; sync ; sync ; sysctl -w vm.drop_caches=3

     # ls -CFR [datadir] > [tmp dir]  ( about 600,000 files )

     # ls -1lFR [datadir] > [tmp dir] ( about 600,000 files )

     # zip -j [tmpdir] filelist.zip

     # sync ; sync ; sync

     # sysctl -w vm.drop_caches=3  >>>>>>> Kernel Panic (blinking Red LED)

     

    [Result]

     Crashed : 5.10.0-rc7-rockchip64
     Crashed : 5.9.14-rockchip64 (default kernel)
     Crashed : 5.9.10-rockchip64

     PASSED but not suitable : 4.4.123-rk3399 ( ubuntu focal )  After few hours , system not responsed.

     PASSED : 5.8.14-rockchip64  (new)

     

    (FYI) 

     PASSED :  5.8.10.1011-raspi ( ubuntu 20.10 on Raspberry PI 4B , same HDD connected via USB3 )

     

     

    I guess some param of kernel is wrong about slab cache,,,,?

     

     

     

  4. @gprovost tested some other kernels (via armbian-config).

    Looks stable with legacy kernel.

     

    Crashed : 5.10.0-rc7-rockchip64
    Crashed : 5.9.14-rockchip64 (default kernel)
    Crashed : 5.9.10-rockchip64

     

    PASSED : 4.4.213-rk3399

     

     

    I will operate with a legacy kernel for the time being,

    but LAN LED can't blink with legacy kernel .......... so I want to use 5.x.

  5. @gprovost Thanks.

    Already tested , but nothing gets better.

     

    Tested (Crash) : fix cpufreq Max = 1200000 Min = 1200000 governor = performance

    Tested (Crash) : fix cpufreq Max = 1008000 Min = 1008000 governor = powersave

    Tested (Crash) : All ZRAM disabled ( /etc/default/armbian-zram-config )

     

    I took kernel via serial console. (dmesg -E)

    "sysctl -w vm.drop_caches=3" ,  cause kernel panic Immediately.

     

    root@helios64:~# 
    [50657.866770] Insufficient stack space to handle exception!
    [50657.866777] ESR: 0x96000047 -- DABT (current EL)
    [50657.867667] FAR: 0xffff800011d27fd0
    [50657.867975] Task stack:     [0xffff800011d28000..0xffff800011d2c000]
    [50657.868531] IRQ stack:      [0xffff800011af8000..0xffff800011afc000]
    [50657.869086] Overflow stack: [0xffff0000f77922b0..0xffff0000f77932b0]
    [50657.869645] CPU: 4 PID: 30 Comm: ksoftirqd/4 Tainted: G         C        5.9.14-rockchip64 #20.11.4
    [50657.870435] Hardware name: Helios64 (DT)
    [50657.870781] pstate: 40000085 (nZcv daIf -PAN -UAO BTYPE=--)
    [50657.871278] pc : kfree+0x4/0x498
    [50657.871563] lr : __free_slab+0xac/0x1a8
    [50657.871899] sp : ffff800011d28060
    [50657.872191] x29: ffff800011d28060 x28: fffffe00013ea840 
    [50657.872658] x27: 0000000000100001 x26: ffff000057aa1400 
    [50657.873124] x25: ffff0000f6c01600 x24: fffffffffffff000 
    [50657.873590] x23: 0000000000000000 x22: 0000000000000000 
    [50657.874055] x21: 0000000000000001 x20: ffff0000f6c01600 
    [50657.874521] x19: fffffe00013ea840 x18: 0000000000000028 
    [50657.874986] x17: 0000000000000000 x16: 0000000000000000 
    [50657.875451] x15: ffff0000e7455a78 x14: 00000033b5e86238 
    [50657.875917] x13: 000000000000034e x12: 000000000000031e 
    [50657.876382] x11: 0000000000000000 x10: 0000000000000001 
    [50657.876848] x9 : 00000000f0000000 x8 : 0000000000100000 
    [50657.877313] x7 : ffff0000f6c00ba0 x6 : 0000000000000000 
    [50657.877778] x5 : 0000000000000000 x4 : 0000000000005df0 
    [50657.878243] x3 : 0000000000000010 x2 : ffff0000f6f59d00 
    [50657.878708] x1 : 1ffff00000000000 x0 : ffff000057a9fc00 
    [50657.879178] Kernel panic - not syncing: kernel stack overflow
    [50657.879684] CPU: 4 PID: 30 Comm: ksoftirqd/4 Tainted: G         C        5.9.14-rockchip64 #20.11.4
    [50657.880473] Hardware name: Helios64 (DT)
    [50657.880819] Call trace:
    [50657.881041]  dump_backtrace+0x0/0x200
    [50657.881365]  show_stack+0x18/0x28
    [50657.881660]  dump_stack+0xc0/0x11c
    [50657.881963]  panic+0x164/0x364
    [50657.882236]  nmi_panic+0x64/0x98
    [50657.882520]  handle_bad_stack+0x11c/0x148
    [50657.882873]  __bad_stack+0x90/0x94
    [50657.883175]  kfree+0x4/0x498
    [50657.883429]  discard_slab+0x70/0xa0
    [50657.883738]  __slab_free+0x3a0/0x3e8
    [50657.884052]  kfree+0x484/0x498
    [50657.884320]  __free_slab+0xac/0x1a8
    [50657.884628]  discard_slab+0x70/0xa0
    [50657.884936]  __slab_free+0x3a0/0x3e8
    [50657.885250]  kfree+0x484/0x498
    [50657.885521]  __free_slab+0xac/0x1a8
    [50657.885827]  discard_slab+0x70/0xa0
    [50657.886134]  __slab_free+0x3a0/0x3e8
    [50657.886448]  kfree+0x484/0x498
    [50657.886718]  __free_slab+0xac/0x1a8
    [50657.887026]  discard_slab+0x70/0xa0
    [50657.887334]  __slab_free+0x3a0/0x3e8
    [50657.887648]  kfree+0x484/0x498
    [50657.887918]  __free_slab+0xac/0x1a8
    [50657.888225]  discard_slab+0x70/0xa0
    [50657.888531]  __slab_free+0x3a0/0x3e8
    [50657.888846]  kfree+0x484/0x498
    [50657.889116]  __free_slab+0xac/0x1a8
    [50657.889424]  discard_slab+0x70/0xa0
    [50657.889732]  __slab_free+0x3a0/0x3e8
    [50657.890047]  kfree+0x484/0x498
    [50657.890317]  __free_slab+0xac/0x1a8
    [50657.890625]  discard_slab+0x70/0xa0
    [50657.890933]  __slab_free+0x3a0/0x3e8
    [50657.891247]  kfree+0x484/0x498
    [50657.891517]  __free_slab+0xac/0x1a8
    [50657.891826]  discard_slab+0x70/0xa0
    [50657.892132]  __slab_free+0x3a0/0x3e8
    [50657.892446]  kfree+0x484/0x498
    [50657.892716]  __free_slab+0xac/0x1a8
    [50657.893025]  discard_slab+0x70/0xa0
    [50657.893331]  __slab_free+0x3a0/0x3e8
    [50657.893646]  kfree+0x484/0x498
    [50657.893916]  __free_slab+0xac/0x1a8
    [50657.894222]  discard_slab+0x70/0xa0
    [50657.894529]  __slab_free+0x3a0/0x3e8
    [50657.894843]  kfree+0x484/0x498
    [50657.895113]  __free_slab+0xac/0x1a8
    [50657.895420]  discard_slab+0x70/0xa0
    [50657.895728]  __slab_free+0x3a0/0x3e8
    [50657.896043]  kfree+0x484/0x498
    [50657.896311]  __free_slab+0xac/0x1a8
    [50657.896618]  discard_slab+0x70/0xa0
    [50657.896924]  __slab_free+0x3a0/0x3e8
    [50657.897239]  kfree+0x484/0x498
    [50657.897509]  __free_slab+0xac/0x1a8
    [50657.897815]  discard_slab+0x70/0xa0
    [50657.898122]  __slab_free+0x3a0/0x3e8
    [50657.898437]  kfree+0x484/0x498
    [50657.898707]  __free_slab+0xac/0x1a8
    [50657.899013]  discard_slab+0x70/0xa0
    [50657.899320]  __slab_free+0x3a0/0x3e8
    [50657.899635]  kfree+0x484/0x498
    [50657.899905]  __free_slab+0xac/0x1a8
    [50657.900212]  discard_slab+0x70/0xa0
    [50657.900519]  __slab_free+0x3a0/0x3e8
    [50657.900834]  kfree+0x484/0x498
    [50657.901104]  __free_slab+0xac/0x1a8
    [50657.901411]  discard_slab+0x70/0xa0
    [50657.901717]  __slab_free+0x3a0/0x3e8
    [50657.902032]  kfree+0x484/0x498
    [50657.902302]  __free_slab+0xac/0x1a8
    [50657.902608]  discard_slab+0x70/0xa0
    [50657.902915]  __slab_free+0x3a0/0x3e8
    [50657.903229]  kfree+0x484/0x498
    [50657.903499]  __free_slab+0xac/0x1a8
    [50657.903807]  discard_slab+0x70/0xa0
    [50657.904115]  __slab_free+0x3a0/0x3e8
    [50657.904429]  kfree+0x484/0x498
    [50657.904699]  __free_slab+0xac/0x1a8
    [50657.905008]  discard_slab+0x70/0xa0
    [50657.905314]  __slab_free+0x3a0/0x3e8
    [50657.905628]  kfree+0x484/0x498
    [50657.905899]  __free_slab+0xac/0x1a8
    [50657.906206]  discard_slab+0x70/0xa0
    [50657.906513]  __slab_free+0x3a0/0x3e8
    [50657.906827]  kfree+0x484/0x498
    [50657.907096]  __free_slab+0xac/0x1a8
    [50657.907402]  discard_slab+0x70/0xa0
    [50657.907709]  __slab_free+0x3a0/0x3e8
    [50657.908023]  kfree+0x484/0x498
    [50657.908293]  __free_slab+0xac/0x1a8
    [50657.908600]  discard_slab+0x70/0xa0
    [50657.908908]  __slab_free+0x3a0/0x3e8
    [50657.909223]  kfree+0x484/0x498
    [50657.909493]  __free_slab+0xac/0x1a8
    [50657.909802]  discard_slab+0x70/0xa0
    [50657.910110]  __slab_free+0x3a0/0x3e8
    [50657.910424]  kfree+0x484/0x498
    [50657.910694]  __free_slab+0xac/0x1a8
    [50657.911000]  discard_slab+0x70/0xa0
    [50657.911308]  __slab_free+0x3a0/0x3e8
    [50657.911622]  kfree+0x484/0x498
    [50657.911892]  __free_slab+0xac/0x1a8
    [50657.912200]  discard_slab+0x70/0xa0
    [50657.912506]  __slab_free+0x3a0/0x3e8
    [50657.912821]  kfree+0x484/0x498
    [50657.913091]  __free_slab+0xac/0x1a8
    [50657.913397]  discard_slab+0x70/0xa0
    [50657.913704]  __slab_free+0x3a0/0x3e8
    [50657.914018]  kfree+0x484/0x498
    [50657.914288]  __free_slab+0xac/0x1a8
    [50657.914594]  discard_slab+0x70/0xa0
    [50657.914901]  __slab_free+0x3a0/0x3e8
    [50657.915215]  kfree+0x484/0x498
    [50657.915486]  __free_slab+0xac/0x1a8
    [50657.915792]  discard_slab+0x70/0xa0
    [50657.916099]  __slab_free+0x3a0/0x3e8
    [50657.916413]  kfree+0x484/0x498
    [50657.916684]  __free_slab+0xac/0x1a8
    [50657.916991]  discard_slab+0x70/0xa0
    [50657.917299]  __slab_free+0x3a0/0x3e8
    [50657.917614]  kfree+0x484/0x498
    [50657.917884]  __free_slab+0xac/0x1a8
    [50657.918192]  discard_slab+0x70/0xa0
    [50657.918498]  __slab_free+0x3a0/0x3e8
    [50657.918812]  kfree+0x484/0x498
    [50657.919081]  __free_slab+0xac/0x1a8
    [50657.919388]  discard_slab+0x70/0xa0
    [50657.919696]  __slab_free+0x3a0/0x3e8
    [50657.920010]  kfree+0x484/0x498
    [50657.920280]  __free_slab+0xac/0x1a8
    [50657.920587]  discard_slab+0x70/0xa0
    [50657.920893]  __slab_free+0x3a0/0x3e8
    [50657.921208]  kfree+0x484/0x498
    [50657.921478]  __free_slab+0xac/0x1a8
    [50657.921784]  discard_slab+0x70/0xa0
    [50657.922092]  __slab_free+0x3a0/0x3e8
    [50657.922406]  kfree+0x484/0x498
    [50657.922676]  __free_slab+0xac/0x1a8
    [50657.922983]  discard_slab+0x70/0xa0
    [50657.923291]  __slab_free+0x3a0/0x3e8
    [50657.923605]  kfree+0x484/0x498
    [50657.923875]  __free_slab+0xac/0x1a8
    [50657.924182]  discard_slab+0x70/0xa0
    [50657.924489]  unfreeze_partials.isra.96+0x1d0/0x250
    [50657.924910]  put_cpu_partial+0x18c/0x238
    [50657.925254]  __slab_free+0x2a4/0x3e8
    [50657.925569]  kfree+0x484/0x498
    [50657.925841]  __d_free_external+0x20/0x40
    [50657.926189]  rcu_core+0x23c/0x858
    [50657.926482]  rcu_core_si+0x10/0x20
    [50657.926781]  efi_header_end+0x160/0x3f4
    [50657.927120]  run_ksoftirqd+0x4c/0x60
    [50657.927437]  smpboot_thread_fn+0x200/0x238
    [50657.927799]  kthread+0x140/0x150
    [50657.928085]  ret_from_fork+0x10/0x34
    [50657.928406] SMP: stopping secondary CPUs
    [50657.928767] Kernel Offset: disabled
    [50657.929076] CPU features: 0x0240022,2000200c
    [50657.929451] Memory Limit: none
    [50657.929730] ---[ end Kernel panic - not syncing: kernel stack overflow ]---

     

     

     

     

  6. Hi.

     

    My helios64 always crashes with this method

     

    [environment]

     1TB m.2 sata ssd for system

     16TB seagate exos on data drive

     18TB WD Ultrastar DC550 on data drive

     Linux helios64 5.9.14-rockchip64 #20.11.4 SMP PREEMPT Tue Dec 15 08:52:20 CET 2020 aarch64 aarch64 aarch64 GNU/Linux

     

     about 620,000 files on data drive.

     

     

    [method1]

     #sync

     #sysctl -w vm.drop.caches = 3

     #ls -CFR [datadir] > [tmp dir]

     #ls -1lFR [datadir] > [tmp dir]

     #zip -j [tmpdir] filelist.zip

     #sync >>>>>>> Crash (blinking Red LED)

     

    [method2]

     (First step) via samba , on Windows , see property of all 620,000 files.

     (Second step) on SSH "sysctl -w vm.drop_caches = 3" >>>>>> Crash(blinking Red LED)

     

     

×
×
  • Create New...

Important Information

Terms of Use - Privacy Policy - Guidelines