Re: [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug

From: Jon Hunter
Date: Fri Feb 07 2025 - 05:39:18 EST



On 06/02/2025 09:29, Juri Lelli wrote:
On 05/02/25 16:56, Jon Hunter wrote:

...

Thanks! That did make it easier :-)

Here is what I see ...

Thanks!

Still different from what I can repro over here, so, unfortunately, I
had to add additional debug printks. Pushed to the same branch/repo.

Could I ask for another run with it? Please also share the complete
dmesg from boot, as I would need to check debug output when CPUs are
first onlined.


Yes no problem. Attached is the complete log.

Thanks!
Jon

--
nvpublic
U-Boot 2020.04-g6b630d64fd (Feb 19 2021 - 08:38:59 -0800)

SoC: tegra186
Model: NVIDIA P2771-0000-500
Board: NVIDIA P2771-0000
DRAM: 7.8 GiB
MMC: sdhci@3400000: 1, sdhci@3460000: 0
Loading Environment from MMC... *** Warning - bad CRC, using default environment

In: serial
Out: serial
Err: serial
Net:
Warning: ethernet@2490000 using MAC address from ROM
eth0: ethernet@2490000
Hit any key to stop autoboot: 2 1 0
MMC: no card present
switch to partitions #0, OK
mmc0(part 0) is current device
Scanning mmc 0:1...
Found /boot/extlinux/extlinux.conf
Retrieving file: /boot/extlinux/extlinux.conf
489 bytes read in 18 ms (26.4 KiB/s)
1: primary kernel
Retrieving file: /boot/initrd
7236840 bytes read in 187 ms (36.9 MiB/s)
Retrieving file: /boot/Image
47976960 bytes read in 1147 ms (39.9 MiB/s)
append: earlycon console=ttyS0,115200n8 fw_devlink=on root=/dev/nfs rw netdevwait ip=192.168.99.2:192.168.99.1:192.168.99.1:255.255.255.0::eth0:off nfsroot=192.168.99.1:/home/ausvrl81104/nfsroot sched_verbose ignore_loglevel console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 nvdumper_reserved=0x2772e0000 gpt rootfs.slot_suffix= usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1 no_console_suspend root=/dev/nfs rw netdevwait ip=192.168.99.2:192.168.99.1:192.168.99.1:255.255.255.0::eth0:off nfsroot=192.168.99.1:/home/ausvrl81104/nfsroot sched_verbose ignore_loglevel console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2
Retrieving file: /boot/dtb/tegra186-p2771-0000.dtb
108349 bytes read in 21 ms (4.9 MiB/s)
## Flattened Device Tree blob at 88400000
Booting using the fdt blob at 0x88400000
Using Device Tree in place at 0000000088400000, end 000000008841d73c
copying carveout for /host1x@13e00000/display-hub@15200000/display@15200000...
copying carveout for /host1x@13e00000/display-hub@15200000/display@15210000...
copying carveout for /host1x@13e00000/display-hub@15200000/display@15220000...
DT node /trusty missing in source; can't copy status
DT node /reserved-memory/fb0_carveout missing in source; can't copy
DT node /reserved-memory/fb1_carveout missing in source; can't copy
DT node /reserved-memory/fb2_carveout missing in source; can't copy
DT node /reserved-memory/ramoops_carveout missing in source; can't copy
DT node /reserved-memory/vpr-carveout missing in source; can't copy

Starting kernel ...

[ 0.000000] Booting Linux on physical CPU 0x0000000100 [0x411fd073]
[ 0.000000] Linux version 6.13.0-rc6-next-20250110-00004-g85aea528c849 (jonathanh@goldfinger) (aarch64-linux-gcc.br_real (Buildroot 2022.08) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu Feb 6 05:58:56 PST 2025
[ 0.000000] Machine model: NVIDIA Jetson TX2 Developer Kit
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: Reserved memory: unsupported node format, ignoring
[ 0.000000] earlycon: uart0 at MMIO 0x0000000003100000 (options '115200n8')
[ 0.000000] printk: legacy bootconsole [uart0] enabled
[ 0.000000] OF: reserved mem: Reserved memory: unsupported node format, ignoring
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000002771fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x274db08c0-0x274db2eff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000002771fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000efffffff]
[ 0.000000] node 0: [mem 0x00000000f0200000-0x00000002757fffff]
[ 0.000000] node 0: [mem 0x0000000275e00000-0x0000000275ffffff]
[ 0.000000] node 0: [mem 0x0000000276600000-0x00000002767fffff]
[ 0.000000] node 0: [mem 0x0000000277000000-0x00000002771fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000002771fffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1536 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1536 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 3584 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 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 25 pages/cpu s61592 r8192 d32616 u102400
[ 0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: earlycon console=ttyS0,115200n8 fw_devlink=on root=/dev/nfs rw netdevwait ip=192.168.99.2:192.168.99.1:192.168.99.1:255.255.255.0::eth0:off nfsroot=192.168.99.1:/home/ausvrl81104/nfsroot sched_verbose ignore_loglevel console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 nvdumper_reserved=0x2772e0000 gpt rootfs.slot_suffix= usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1
[ 0.000000] Unknown kernel command line parameters "netdevwait vpr_resize nvdumper_reserved=0x2772e0000 tegraid=18.1.2.0.0 bl_prof_dataptr=0x10000@0x275840000", will be passed to user space.
[ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2055168
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 0.000000] rq_attach_root: cpu=1 old_span=NULL new_span=0
[ 0.000000] rq_attach_root: cpu=2 old_span=NULL new_span=0-1
[ 0.000000] rq_attach_root: cpu=3 old_span=NULL new_span=0-2
[ 0.000000] rq_attach_root: cpu=4 old_span=NULL new_span=0-3
[ 0.000000] rq_attach_root: cpu=5 old_span=NULL new_span=0-4
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=6.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6.
[ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000000] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.008831] Console: colour dummy device 80x25
[ 0.013494] printk: legacy console [tty0] enabled
[ 0.018421] printk: legacy bootconsole [uart0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000100 [0x411fd073]
[ 0.000000] Linux version 6.13.0-rc6-next-20250110-00004-g85aea528c849 (jonathanh@goldfinger) (aarch64-linux-gcc.br_real (Buildroot 2022.08) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Thu Feb 6 05:58:56 PST 2025
[ 0.000000] Machine model: NVIDIA Jetson TX2 Developer Kit
[ 0.000000] printk: debug: ignoring loglevel setting.
[ 0.000000] efi: UEFI not found.
[ 0.000000] OF: reserved mem: Reserved memory: unsupported node format, ignoring
[ 0.000000] earlycon: uart0 at MMIO 0x0000000003100000 (options '115200n8')
[ 0.000000] printk: legacy bootconsole [uart0] enabled
[ 0.000000] OF: reserved mem: Reserved memory: unsupported node format, ignoring
[ 0.000000] NUMA: Faking a node at [mem 0x0000000080000000-0x00000002771fffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x274db08c0-0x274db2eff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000080000000-0x00000000ffffffff]
[ 0.000000] DMA32 empty
[ 0.000000] Normal [mem 0x0000000100000000-0x00000002771fffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x00000000efffffff]
[ 0.000000] node 0: [mem 0x00000000f0200000-0x00000002757fffff]
[ 0.000000] node 0: [mem 0x0000000275e00000-0x0000000275ffffff]
[ 0.000000] node 0: [mem 0x0000000276600000-0x00000002767fffff]
[ 0.000000] node 0: [mem 0x0000000277000000-0x00000002771fffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x00000002771fffff]
[ 0.000000] On node 0, zone DMA: 512 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1536 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 1536 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 2048 pages in unavailable ranges
[ 0.000000] On node 0, zone Normal: 3584 pages in unavailable ranges
[ 0.000000] cma: Reserved 32 MiB at 0x00000000fe000000 on node -1
[ 0.000000] psci: probing for conduit method from DT.
[ 0.000000] psci: PSCIv1.0 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 25 pages/cpu s61592 r8192 d32616 u102400
[ 0.000000] pcpu-alloc: s61592 r8192 d32616 u102400 alloc=25*4096
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5
[ 0.000000] Detected PIPT I-cache on CPU0
[ 0.000000] CPU features: detected: Spectre-v2
[ 0.000000] CPU features: detected: Spectre-BHB
[ 0.000000] CPU features: detected: ARM erratum 1742098
[ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
[ 0.000000] alternatives: applying boot alternatives
[ 0.000000] Kernel command line: earlycon console=ttyS0,115200n8 fw_devlink=on root=/dev/nfs rw netdevwait ip=192.168.99.2:192.168.99.1:192.168.99.1:255.255.255.0::eth0:off nfsroot=192.168.99.1:/home/ausvrl81104/nfsroot sched_verbose ignore_loglevel console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 isolcpus=1-2 video=tegrafb no_console_suspend=1 nvdumper_reserved=0x2772e0000 gpt rootfs.slot_suffix= usbcore.old_scheme_first=1 tegraid=18.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.2031647.1 vpr_resize bl_prof_dataptr=0x10000@0x275840000 sdhci_tegra.en_boot_part_access=1
[ 0.000000] Unknown kernel command line parameters "netdevwait vpr_resize nvdumper_reserved=0x2772e0000 tegraid=18.1.2.0.0 bl_prof_dataptr=0x10000@0x275840000", will be passed to user space.
[ 0.000000] printk: log buffer data + meta data: 131072 + 458752 = 589824 bytes
[ 0.000000] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes, linear)
[ 0.000000] Fallback order for Node 0: 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 2055168
[ 0.000000] Policy zone: Normal
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] software IO TLB: area num 8.
[ 0.000000] software IO TLB: mapped [mem 0x00000000fa000000-0x00000000fe000000] (64MB)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[ 0.000000] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 0.000000] rq_attach_root: cpu=1 old_span=NULL new_span=0
[ 0.000000] rq_attach_root: cpu=2 old_span=NULL new_span=0-1
[ 0.000000] rq_attach_root: cpu=3 old_span=NULL new_span=0-2
[ 0.000000] rq_attach_root: cpu=4 old_span=NULL new_span=0-3
[ 0.000000] rq_attach_root: cpu=5 old_span=NULL new_span=0-4
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=6.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] Tracing variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=6
[ 0.000000] RCU Tasks: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6.
[ 0.000000] RCU Tasks Trace: Setting shift to 3 and lim to 1 rcu_task_cb_adjust=1 rcu_task_cpu_ids=6.
[ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
[ 0.000000] Root IRQ handler: gic_handle_irq
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] arch_timer: cp15 timer(s) running at 31.25MHz (phys).
[ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.000000] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[ 0.008831] Console: colour dummy device 80x25
[ 0.013494] printk: legacy console [tty0] enabled
[ 0.018421] printk: legacy bootconsole [uart0] disabled
[ 0.023949] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.023965] pid_max: default: 32768 minimum: 301
[ 0.024013] LSM: initializing lsm=capability
[ 0.024115] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.024143] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.024656] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0-5 type=DEF
[ 0.035968] rcu: Hierarchical SRCU implementation.
[ 0.035979] rcu: Max phase no-delay instances is 1000.
[ 0.036161] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.038482] Tegra Revision: A02 SKU: 220 CPU Process: 0 SoC Process: 0
[ 0.040133] EFI services will not be available.
[ 0.040366] smp: Bringing up secondary CPUs ...
[ 0.048932] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.048969] Detected PIPT I-cache on CPU1
[ 0.048985] CPU features: SANITY CHECK: Unexpected variation in SYS_CTR_EL0. Boot CPU: 0x0000008444c004, CPU1: 0x0000009444c004
[ 0.049006] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64DFR0_EL1. Boot CPU: 0x00000010305106, CPU1: 0x00000010305116
[ 0.049037] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_DFR0_EL1. Boot CPU: 0x00000003010066, CPU1: 0x00000003001066
[ 0.049074] CPU features: Unsupported CPU feature variation detected.
[ 0.049264] CPU1: Booted secondary processor 0x0000000000 [0x4e0f0030]
[ 0.049331] __dl_add: cpus=1 tsk_bw=52428 total_bw=104856 span=0-5 type=DEF
[ 0.052684] Detected PIPT I-cache on CPU2
[ 0.052705] CPU features: SANITY CHECK: Unexpected variation in SYS_CTR_EL0. Boot CPU: 0x0000008444c004, CPU2: 0x0000009444c004
[ 0.052726] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64DFR0_EL1. Boot CPU: 0x00000010305106, CPU2: 0x00000010305116
[ 0.052754] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_DFR0_EL1. Boot CPU: 0x00000003010066, CPU2: 0x00000003001066
[ 0.052922] CPU2: Booted secondary processor 0x0000000001 [0x4e0f0030]
[ 0.052982] __dl_add: cpus=2 tsk_bw=52428 total_bw=157284 span=0-5 type=DEF
[ 0.060457] Detected PIPT I-cache on CPU3
[ 0.060554] CPU3: Booted secondary processor 0x0000000101 [0x411fd073]
[ 0.060579] __dl_add: cpus=3 tsk_bw=52428 total_bw=209712 span=0-5 type=DEF
[ 0.068476] Detected PIPT I-cache on CPU4
[ 0.068539] CPU4: Booted secondary processor 0x0000000102 [0x411fd073]
[ 0.068560] __dl_add: cpus=4 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 0.069093] Detected PIPT I-cache on CPU5
[ 0.069154] CPU5: Booted secondary processor 0x0000000103 [0x411fd073]
[ 0.069177] __dl_add: cpus=5 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 0.069254] smp: Brought up 1 node, 6 CPUs
[ 0.069289] SMP: Total of 6 processors activated.
[ 0.069296] CPU: All CPU(s) started at EL2
[ 0.069308] CPU features: detected: 32-bit EL0 Support
[ 0.069315] CPU features: detected: 32-bit EL1 Support
[ 0.069323] CPU features: detected: CRC32 instructions
[ 0.069432] alternatives: applying system-wide alternatives
[ 0.077906] CPU0 attaching sched-domain(s):
[ 0.077926] domain-0: span=0,3-5 level=MC
[ 0.077940] groups: 0:{ span=0 cap=1020 }, 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }
[ 0.077982] __dl_sub: cpus=6 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 0.077988] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 0.077996] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 0.078000] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 0.078004] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 0.078009] CPU3 attaching sched-domain(s):
[ 0.078036] domain-0: span=0,3-5 level=MC
[ 0.078046] groups: 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 cap=1020 }
[ 0.078084] __dl_sub: cpus=5 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 0.078088] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 0.078093] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 0.078096] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 0.078100] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 0.078104] CPU4 attaching sched-domain(s):
[ 0.078130] domain-0: span=0,3-5 level=MC
[ 0.078140] groups: 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 cap=1020 }, 3:{ span=3 }
[ 0.078177] __dl_sub: cpus=4 tsk_bw=52428 total_bw=157284 span=1-2,4-5 type=DEF
[ 0.078181] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=157284
[ 0.078186] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 0.078189] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 0.078193] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 0.078197] CPU5 attaching sched-domain(s):
[ 0.078224] domain-0: span=0,3-5 level=MC
[ 0.078234] groups: 5:{ span=5 }, 0:{ span=0 cap=1020 }, 3:{ span=3 }, 4:{ span=4 }
[ 0.078271] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=1-2,5 type=DEF
[ 0.078276] __dl_server_detach_root: cpu=5 rd_span=1-2,5 total_bw=104856
[ 0.078280] rq_attach_root: cpu=5 old_span=NULL new_span=0,3-4
[ 0.078283] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 0.078287] __dl_server_attach_root: cpu=5 rd_span=0,3-5 total_bw=209712
[ 0.078291] root domain span: 0,3-5
[ 0.078317] default domain span: 1-2
[ 0.078381] Memory: 7902468K/8220672K available (17856K kernel code, 5188K rwdata, 12720K rodata, 10944K init, 1132K bss, 280192K reserved, 32768K cma-reserved)
[ 0.079457] devtmpfs: initialized
[ 0.093855] DMA-API: preallocated 65536 debug entries
[ 0.093878] DMA-API: debugging enabled by kernel config
[ 0.093892] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.093913] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.094302] 20752 pages in range for non-PLT usage
[ 0.094310] 512272 pages in range for PLT usage
[ 0.094455] pinctrl core: initialized pinctrl subsystem
[ 0.096807] DMI not present or invalid.
[ 0.098904] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.099692] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.099901] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.100200] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.100246] audit: initializing netlink subsys (disabled)
[ 0.100369] audit: type=2000 audit(0.084:1): state=initialized audit_enabled=0 res=1
[ 0.101986] thermal_sys: Registered thermal governor 'step_wise'
[ 0.101993] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.102057] cpuidle: using governor menu
[ 0.102285] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.102487] ASID allocator initialised with 32768 entries
[ 0.104478] Serial: AMBA PL011 UART driver
[ 0.112565] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/processing-engine@2908000
[ 0.112597] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/asrc@2910000
[ 0.112619] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amixer@290bb00
[ 0.112640] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903b00
[ 0.112660] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903a00
[ 0.112679] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903900
[ 0.112699] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903800
[ 0.112718] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903300
[ 0.112737] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903200
[ 0.112756] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903100
[ 0.112775] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903000
[ 0.112794] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a200
[ 0.112813] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a000
[ 0.112833] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902600
[ 0.112852] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902400
[ 0.112872] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902200
[ 0.112891] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902000
[ 0.112910] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905100
[ 0.112930] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905000
[ 0.112950] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904200
[ 0.112970] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904100
[ 0.112990] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904000
[ 0.113010] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901500
[ 0.113030] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901400
[ 0.113050] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901300
[ 0.113069] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901200
[ 0.113089] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901100
[ 0.113109] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901000
[ 0.113129] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/admaif@290f000
[ 0.113185] /aconnect@2900000/ahub@2900800/i2s@2901000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113246] /aconnect@2900000/ahub@2900800/i2s@2901100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113306] /aconnect@2900000/ahub@2900800/i2s@2901200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113366] /aconnect@2900000/ahub@2900800/i2s@2901300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113425] /aconnect@2900000/ahub@2900800/i2s@2901400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113485] /aconnect@2900000/ahub@2900800/i2s@2901500: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113546] /aconnect@2900000/ahub@2900800/sfc@2902000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113605] /aconnect@2900000/ahub@2900800/sfc@2902200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113664] /aconnect@2900000/ahub@2900800/sfc@2902400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113722] /aconnect@2900000/ahub@2900800/sfc@2902600: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113781] /aconnect@2900000/ahub@2900800/amx@2903000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113858] /aconnect@2900000/ahub@2900800/amx@2903100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113926] /aconnect@2900000/ahub@2900800/amx@2903200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.113989] /aconnect@2900000/ahub@2900800/amx@2903300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114052] /aconnect@2900000/ahub@2900800/adx@2903800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114116] /aconnect@2900000/ahub@2900800/adx@2903900: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114177] /aconnect@2900000/ahub@2900800/adx@2903a00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114238] /aconnect@2900000/ahub@2900800/adx@2903b00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114300] /aconnect@2900000/ahub@2900800/dmic@2904000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114358] /aconnect@2900000/ahub@2900800/dmic@2904100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114416] /aconnect@2900000/ahub@2900800/dmic@2904200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114475] /aconnect@2900000/ahub@2900800/dspk@2905000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114535] /aconnect@2900000/ahub@2900800/dspk@2905100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114594] /aconnect@2900000/ahub@2900800/processing-engine@2908000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114654] /aconnect@2900000/ahub@2900800/mvc@290a000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114712] /aconnect@2900000/ahub@2900800/mvc@290a200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114770] /aconnect@2900000/ahub@2900800/amixer@290bb00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114847] /aconnect@2900000/ahub@2900800/admaif@290f000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.114931] /aconnect@2900000/ahub@2900800/asrc@2910000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.127363] /memory-controller@2c00000/external-memory-controller@2c60000: Fixed dependency cycle(s) with /bpmp
[ 0.127572] /bpmp: Fixed dependency cycle(s) with /memory-controller@2c00000/external-memory-controller@2c60000
[ 0.131733] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.131749] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.131759] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.131768] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.131776] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.131783] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.131791] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.131798] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.133071] ACPI: Interpreter disabled.
[ 0.135046] iommu: Default domain type: Translated
[ 0.135062] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.135554] SCSI subsystem initialized
[ 0.135701] libata version 3.00 loaded.
[ 0.135831] usbcore: registered new interface driver usbfs
[ 0.135855] usbcore: registered new interface driver hub
[ 0.135884] usbcore: registered new device driver usb
[ 0.136443] pps_core: LinuxPPS API ver. 1 registered
[ 0.136452] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx>
[ 0.136467] PTP clock support registered
[ 0.136539] EDAC MC: Ver: 3.0.0
[ 0.137044] scmi_core: SCMI protocol bus registered
[ 0.137686] FPGA manager framework
[ 0.137750] Advanced Linux Sound Architecture Driver Initialized.
[ 0.138406] vgaarb: loaded
[ 0.138781] clocksource: Switched to clocksource arch_sys_counter
[ 0.138940] VFS: Disk quotas dquot_6.6.0
[ 0.138960] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.139115] pnp: PnP ACPI: disabled
[ 0.144305] NET: Registered PF_INET protocol family
[ 0.144510] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.148379] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.148472] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.148493] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.148810] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.149958] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.150038] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.150246] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.150538] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.150879] RPC: Registered named UNIX socket transport module.
[ 0.150894] RPC: Registered udp transport module.
[ 0.150901] RPC: Registered tcp transport module.
[ 0.150907] RPC: Registered tcp-with-tls transport module.
[ 0.150913] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.150927] PCI: CLS 0 bytes, default 64
[ 0.151086] Unpacking initramfs...
[ 0.157201] kvm [1]: nv: 566 coarse grained trap handlers
[ 0.157514] kvm [1]: IPA Size Limit: 40 bits
[ 0.159012] kvm [1]: vgic interrupt IRQ9
[ 0.159078] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.160326] Initialise system trusted keyrings
[ 0.160473] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 0.160684] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.160874] NFS: Registering the id_resolver key type
[ 0.160898] Key type id_resolver registered
[ 0.160905] Key type id_legacy registered
[ 0.160924] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.160933] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.161046] 9p: Installing v9fs 9p2000 file system support
[ 0.193130] Key type asymmetric registered
[ 0.193156] Asymmetric key parser 'x509' registered
[ 0.193221] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.193234] io scheduler mq-deadline registered
[ 0.193242] io scheduler kyber registered
[ 0.193272] io scheduler bfq registered
[ 0.202619] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.224906] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.227527] msm_serial: driver initialized
[ 0.227775] SuperH (H)SCI(F) driver initialized
[ 0.227890] STM32 USART driver initialized
[ 0.230733] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.230750] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.230760] arm-smmu 12000000.iommu: stage 1 translation
[ 0.230769] arm-smmu 12000000.iommu: stage 2 translation
[ 0.230798] arm-smmu 12000000.iommu: nested translation
[ 0.230807] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 0.230819] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.230831] arm-smmu 12000000.iommu: Supported page sizes: 0x61311000
[ 0.230839] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 0.230848] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 0.230889] arm-smmu 12000000.iommu: preserved 0 boot mappings
[ 0.236091] loop: module loaded
[ 0.236840] megasas: 07.727.03.00-rc1
[ 0.242082] tun: Universal TUN/TAP device driver, 1.6
[ 0.242761] thunder_xcv, ver 1.0
[ 0.242829] thunder_bgx, ver 1.0
[ 0.242852] nicpf, ver 1.0
[ 0.243681] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.243693] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.243725] hclge is initializing
[ 0.243749] e1000: Intel(R) PRO/1000 Network Driver
[ 0.243757] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.243779] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.243786] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.243806] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.243813] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.243834] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.243842] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.244068] sky2: driver version 1.30
[ 0.245909] usbcore: registered new device driver r8152-cfgselector
[ 0.245934] usbcore: registered new interface driver r8152
[ 0.246205] VFIO - User Level meta-driver version: 0.3
[ 0.248341] usbcore: registered new interface driver usb-storage
[ 0.250604] i2c_dev: i2c /dev entries driver
[ 0.256181] sdhci: Secure Digital Host Controller Interface driver
[ 0.256198] sdhci: Copyright(c) Pierre Ossman
[ 0.256733] Synopsys Designware Multimedia Card Interface Driver
[ 0.257419] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.259570] tegra-bpmp bpmp: Adding to iommu group 0
[ 0.260080] tegra-bpmp bpmp: firmware: 91572a54614f84d0fd0c270beec2c56f
[ 0.261833] /bpmp/i2c/pmic@3c: Fixed dependency cycle(s) with /bpmp/i2c/pmic@3c/pinmux
[ 0.263132] max77620 0-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.270384] VDD_DDR_1V1_PMIC: Bringing 1125000uV into 1100000-1100000uV
[ 0.280836] VDD_RTC: Bringing 800000uV into 1000000-1000000uV
[ 0.281894] VDDIO_SDMMC3_AP: Bringing 1800000uV into 2800000-2800000uV
[ 0.283539] VDD_HDMI_1V05: Bringing 1000000uV into 1050000-1050000uV
[ 0.284321] VDD_PEX_1V05: Bringing 1000000uV into 1050000-1050000uV
[ 0.361935] Freeing initrd memory: 7064K
[ 0.405555] max77686-rtc max77620-rtc: registered as rtc0
[ 0.423316] max77686-rtc max77620-rtc: setting system clock to 2021-09-04T12:46:38 UTC (1630759598)
[ 0.553383] clocksource: tsc: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.553408] clocksource: osc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 49772407460 ns
[ 0.553419] clocksource: usec: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.553864] usbcore: registered new interface driver usbhid
[ 0.553875] usbhid: USB HID core driver
[ 0.557319] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 (0,8000003f) counters available
[ 0.557877] hw perfevents: enabled with armv8_nvidia_denver PMU driver, 7 (0,8000003f) counters available
[ 0.562517] NET: Registered PF_PACKET protocol family
[ 0.562585] 9pnet: Installing 9P2000 support
[ 0.562632] Key type dns_resolver registered
[ 0.569821] registered taskstats version 1
[ 0.569948] Loading compiled-in X.509 certificates
[ 0.574916] Demotion targets for Node 0: null
[ 0.594968] tegra-pcie 10003000.pcie: Adding to iommu group 1
[ 0.595269] tegra-pcie 10003000.pcie: host bridge /pcie@10003000 ranges:
[ 0.595302] tegra-pcie 10003000.pcie: MEM 0x0010000000..0x0010001fff -> 0x0010000000
[ 0.595322] tegra-pcie 10003000.pcie: MEM 0x0010004000..0x0010004fff -> 0x0010004000
[ 0.595340] tegra-pcie 10003000.pcie: IO 0x0050000000..0x005000ffff -> 0x0000000000
[ 0.595360] tegra-pcie 10003000.pcie: MEM 0x0050100000..0x0057ffffff -> 0x0050100000
[ 0.595375] tegra-pcie 10003000.pcie: MEM 0x0058000000..0x007fffffff -> 0x0058000000
[ 0.595461] tegra-pcie 10003000.pcie: 4x1, 1x1 configuration
[ 0.596858] tegra-pcie 10003000.pcie: probing port 0, using 4 lanes
[ 1.809377] tegra-pcie 10003000.pcie: link 0 down, ignoring
[ 1.809833] tegra-pcie 10003000.pcie: PCI host bridge to bus 0000:00
[ 1.809851] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.809862] pci_bus 0000:00: root bus resource [mem 0x10000000-0x10001fff]
[ 1.809872] pci_bus 0000:00: root bus resource [mem 0x10004000-0x10004fff]
[ 1.809882] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.809891] pci_bus 0000:00: root bus resource [mem 0x50100000-0x57ffffff]
[ 1.809900] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff pref]
[ 1.813485] pci_bus 0000:00: resource 4 [mem 0x10000000-0x10001fff]
[ 1.813501] pci_bus 0000:00: resource 5 [mem 0x10004000-0x10004fff]
[ 1.813510] pci_bus 0000:00: resource 6 [io 0x0000-0xffff]
[ 1.813520] pci_bus 0000:00: resource 7 [mem 0x50100000-0x57ffffff]
[ 1.813530] pci_bus 0000:00: resource 8 [mem 0x58000000-0x7fffffff pref]
[ 1.814536] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 2
[ 1.816404] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[ 1.818669] printk: legacy console [ttyS0] disabled
[ 1.818875] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 23, base_baud = 25500000) is a Tegra
[ 1.818913] printk: legacy console [ttyS0] enabled
[ 4.532136] dwc-eth-dwmac 2490000.ethernet: Adding to iommu group 3
[ 4.550952] dwc-eth-dwmac 2490000.ethernet: User ID: 0x10, Synopsys ID: 0x41
[ 4.558018] dwc-eth-dwmac 2490000.ethernet: DWMAC4/5
[ 4.563086] dwc-eth-dwmac 2490000.ethernet: DMA HW capability register supported
[ 4.570481] dwc-eth-dwmac 2490000.ethernet: RX Checksum Offload Engine supported
[ 4.577874] dwc-eth-dwmac 2490000.ethernet: TX Checksum insertion supported
[ 4.584833] dwc-eth-dwmac 2490000.ethernet: Wake-Up On Lan supported
[ 4.591220] dwc-eth-dwmac 2490000.ethernet: TSO supported
[ 4.596622] dwc-eth-dwmac 2490000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 4.604536] dwc-eth-dwmac 2490000.ethernet: Enabled L3L4 Flow TC (entries=8)
[ 4.611584] dwc-eth-dwmac 2490000.ethernet: Enabled RFS Flow TC (entries=10)
[ 4.618630] dwc-eth-dwmac 2490000.ethernet: TSO feature enabled
[ 4.624548] dwc-eth-dwmac 2490000.ethernet: Using 40/40 bits DMA host/device width
[ 4.632879] irq: IRQ73: trimming hierarchy from :pmc@c360000
[ 4.643185] tegra_rtc c2a0000.rtc: registered as rtc1
[ 4.648256] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 4.656930] irq: IRQ76: trimming hierarchy from :pmc@c360000
[ 4.662832] pca953x 1-0074: using no AI
[ 4.669780] irq: IRQ77: trimming hierarchy from :pmc@c360000
[ 4.675586] pca953x 1-0077: using no AI
[ 4.694391] cpufreq: cpufreq_online: CPU0: Running at unlisted initial frequency: 1344000 kHz, changing to: 1382400 kHz
[ 4.705324] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.705332] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.705338] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.705343] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.705347] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.705351] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.745754] dl_clear_root_domain: span=1-2 type=DEF
[ 4.745760] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.745765] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.745823] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 4.745845] __dl_sub: cpus=4 tsk_bw=104857 total_bw=209712 span=0,3-5 type=DYN
[ 4.745924] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.745930] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.745936] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.745940] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.745945] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.745949] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.819431] dl_clear_root_domain: span=1-2 type=DEF
[ 4.819437] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.819441] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.819483] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 4.819489] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 4.819500] __dl_sub: cpus=4 tsk_bw=104857 total_bw=209712 span=0,3-5 type=DYN
[ 4.819553] cpufreq: cpufreq_online: CPU3: Running at unlisted initial frequency: 1344000 kHz, changing to: 1382400 kHz
[ 4.870505] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.870511] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.870517] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.870521] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.870525] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.870529] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.910866] dl_clear_root_domain: span=1-2 type=DEF
[ 4.910870] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.910874] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.910915] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 4.910920] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 4.910925] __dl_add: cpus=2 tsk_bw=104857 total_bw=314570 span=1-2 type=DEF
[ 4.910982] cpufreq: cpufreq_online: CPU4: Running at unlisted initial frequency: 1344000 kHz, changing to: 1382400 kHz
[ 4.961784] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.961790] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.961794] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.961798] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.961802] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.961806] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 5.002124] dl_clear_root_domain: span=1-2 type=DEF
[ 5.002127] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 5.002129] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 5.002156] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 5.002159] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 5.002162] __dl_add: cpus=2 tsk_bw=104857 total_bw=314570 span=1-2 type=DEF
[ 5.002165] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 5.002206] cpufreq: cpufreq_online: CPU5: Running at unlisted initial frequency: 1344000 kHz, changing to: 1382400 kHz
[ 5.060213] dl_clear_root_domain: span=0,3-5 type=DYN
[ 5.060219] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 5.060223] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 5.060227] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 5.060231] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 5.060235] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 5.100556] dl_clear_root_domain: span=1-2 type=DEF
[ 5.100560] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 5.100563] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 5.100588] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 5.100592] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 5.100595] __dl_add: cpus=2 tsk_bw=104857 total_bw=314570 span=1-2 type=DEF
[ 5.100598] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 5.100601] __dl_add: cpus=4 tsk_bw=104857 total_bw=524283 span=0,3-5 type=DYN
[ 5.102795] dl_clear_root_domain: span=0,3-5 type=DYN
[ 5.102803] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 5.102806] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 5.102809] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 5.102812] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 5.102816] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 5.103447] sdhci-tegra 3440000.mmc: Adding to iommu group 4
[ 5.107652] sdhci-tegra 3460000.mmc: Adding to iommu group 5
[ 5.107664] dl_clear_root_domain: span=1-2 type=DEF
[ 5.107667] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 5.107670] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 5.107722] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 5.107726] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 5.107729] __dl_add: cpus=2 tsk_bw=104857 total_bw=314570 span=1-2 type=DEF
[ 5.107732] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 5.107735] __dl_add: cpus=4 tsk_bw=104857 total_bw=524283 span=0,3-5 type=DYN
[ 5.107738] __dl_add: cpus=4 tsk_bw=104857 total_bw=629140 span=0,3-5 type=DYN
[ 5.271913] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.272912] irq: IRQ86: trimming hierarchy from :pmc@c360000
[ 5.279468] mmc0: CQHCI version 5.10
[ 5.284580] tegra-xusb 3530000.usb: Adding to iommu group 6
[ 5.295841] tegra-xusb 3530000.usb: Firmware timestamp: 2020-07-06 13:39:28 UTC
[ 5.303161] tegra-xusb 3530000.usb: xHCI Host Controller
[ 5.306788] mmc2: SDHCI controller on 3440000.mmc [3440000.mmc] using ADMA 64-bit
[ 5.308498] tegra-xusb 3530000.usb: new USB bus registered, assigned bus number 1
[ 5.318798] mmc0: SDHCI controller on 3460000.mmc [3460000.mmc] using ADMA 64-bit
[ 5.324125] tegra-xusb 3530000.usb: hcc params 0x0184fd25 hci version 0x100 quirks 0x0000000000000810
[ 5.340179] tegra-xusb 3530000.usb: irq 87, io mem 0x03530000
[ 5.345573] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.346075] tegra-xusb 3530000.usb: xHCI Host Controller
[ 5.356734] tegra-xusb 3530000.usb: new USB bus registered, assigned bus number 2
[ 5.364230] tegra-xusb 3530000.usb: Host supports USB 3.0 SuperSpeed
[ 5.370991] hub 1-0:1.0: USB hub found
[ 5.374760] hub 1-0:1.0: 4 ports detected
[ 5.379350] hub 2-0:1.0: USB hub found
[ 5.383126] hub 2-0:1.0: 3 ports detected
[ 5.390972] sdhci-tegra 3400000.mmc: Adding to iommu group 7
[ 5.397045] irq: IRQ90: trimming hierarchy from :interrupt-controller@3881000
[ 5.404571] irq: IRQ92: trimming hierarchy from :pmc@c360000
[ 5.404619] sdhci-tegra 3400000.mmc: Got CD GPIO
[ 5.410634] irq: IRQ93: trimming hierarchy from :pmc@c360000
[ 5.414870] sdhci-tegra 3400000.mmc: Got WP GPIO
[ 5.425564] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 5.429998] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.472881] irq: IRQ94: trimming hierarchy from :pmc@c360000
[ 5.479047] mmc1: SDHCI controller on 3400000.mmc [3400000.mmc] using ADMA 64-bit
[ 5.479843] mmc0: Command Queue Engine enabled
[ 5.487500] dwc-eth-dwmac 2490000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 5.491067] mmc0: new HS400 MMC card at address 0001
[ 5.504362] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 5.505619] dwc-eth-dwmac 2490000.ethernet eth0: PHY [stmmac-0:00] driver [Broadcom BCM89610] (irq=73)
[ 5.514609] mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 p21 p22 p23 p24 p25 p26 p27 p28 p29 p30 p31 p32 p33
[ 5.518651] dwmac4: Master AXI performs any burst length
[ 5.534026] mmcblk0boot0: mmc0:0001 032G34 4.00 MiB
[ 5.536830] dwc-eth-dwmac 2490000.ethernet eth0: No Safety Features support found
[ 5.542403] mmcblk0boot1: mmc0:0001 032G34 4.00 MiB
[ 5.553912] dwc-eth-dwmac 2490000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 5.554510] mmcblk0rpmb: mmc0:0001 032G34 4.00 MiB, chardev (234:0)
[ 5.562485] dwc-eth-dwmac 2490000.ethernet eth0: registered PTP clock
[ 5.575721] dwc-eth-dwmac 2490000.ethernet eth0: configuring for phy/rgmii link mode
[ 5.589983] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 8.537008] dwc-eth-dwmac 2490000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.558803] IP-Config: Complete:
[ 8.562037] device=eth0, hwaddr=00:04:4b:8c:56:1e, ipaddr=192.168.99.2, mask=255.255.255.0, gw=192.168.99.1
[ 8.572228] host=192.168.99.2, domain=, nis-domain=(none)
[ 8.578068] bootserver=192.168.99.1, rootserver=192.168.99.1, rootpath=
[ 8.578205] clk: Disabling unused clocks
[ 8.610251] PM: genpd: Disabling unused power domains
[ 8.615374] ALSA device list:
[ 8.618349] No soundcards found.
[ 8.626496] Freeing unused kernel memory: 10944K
[ 8.631222] Run /init as init process
[ 8.634902] with arguments:
[ 8.637867] /init
[ 8.640148] netdevwait
[ 8.642894] vpr_resize
[ 8.645601] with environment:
[ 8.648766] HOME=/
[ 8.651148] TERM=linux
[ 8.653853] nvdumper_reserved=0x2772e0000
[ 8.658227] tegraid=18.1.2.0.0
[ 8.661644] bl_prof_dataptr=0x10000@0x275840000
[ 8.698856] Root device found: nfs
[ 8.709669] Ethernet interface: eth0
[ 8.719529] IP Address: 192.168.99.2
[ 8.786703] Rootfs mounted over nfs
[ 8.814750] Switching from initrd to actual rootfs
[ 9.078708] systemd[1]: System time before build time, advancing clock.
[ 9.193278] NET: Registered PF_INET6 protocol family
[ 9.199880] Segment Routing with IPv6
[ 9.203599] In-situ OAM (IOAM) with IPv6
[ 9.244192] systemd[1]: systemd 237 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)
[ 9.265876] systemd[1]: Detected architecture arm64.
[ 9.307997] systemd[1]: Set hostname to <tegra-ubuntu>.
[ 10.998857] random: crng init done
[ 11.002524] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 11.010680] systemd[1]: Reached target Remote File Systems.
[ 11.016357] systemd[1]: Reached target Swap.
[ 11.021073] systemd[1]: Created slice User and Session Slice.
[ 11.027180] systemd[1]: Created slice System Slice.
[ 11.032271] systemd[1]: Listening on udev Kernel Socket.
[ 11.037874] systemd[1]: Listening on Journal Audit Socket.
[ 12.024420] systemd-journald[175]: Received request to flush runtime journal from PID 1
[ 12.842603] tegra-host1x 13e00000.host1x: Adding to iommu group 8
[ 12.873046] tegra-hda 3510000.hda: Adding to iommu group 9
[ 12.881284] host1x-context host1x-ctx.0: Adding to iommu group 10
[ 12.889278] tegra-xudc 3550000.usb: Adding to iommu group 11
[ 12.896595] host1x-context host1x-ctx.1: Adding to iommu group 12
[ 12.903147] host1x-context host1x-ctx.2: Adding to iommu group 13
[ 12.910107] host1x-context host1x-ctx.3: Adding to iommu group 14
[ 12.919804] host1x-context host1x-ctx.4: Adding to iommu group 15
[ 12.928982] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/processing-engine@2908000
[ 12.942682] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/asrc@2910000
[ 12.955958] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amixer@290bb00
[ 12.962563] host1x-context host1x-ctx.5: Adding to iommu group 16
[ 12.967337] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903b00
[ 12.983759] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903a00
[ 12.995477] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903900
[ 12.998684] host1x-context host1x-ctx.6: Adding to iommu group 17
[ 13.006433] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903800
[ 13.023283] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903300
[ 13.034212] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903200
[ 13.034993] host1x-context host1x-ctx.7: Adding to iommu group 18
[ 13.045005] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903100
[ 13.061889] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903000
[ 13.073294] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a200
[ 13.084083] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a000
[ 13.094875] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902600
[ 13.107994] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902400
[ 13.118663] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902200
[ 13.129322] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902000
[ 13.141105] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905100
[ 13.171322] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905000
[ 13.182837] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904200
[ 13.197545] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904100
[ 13.208529] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904000
[ 13.219540] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901500
[ 13.230935] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901400
[ 13.241750] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901300
[ 13.253269] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901200
[ 13.264477] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901100
[ 13.275361] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901000
[ 13.286100] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/admaif@290f000
[ 13.297217] /aconnect@2900000/ahub@2900800/i2s@2901000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.308313] /aconnect@2900000/ahub@2900800/i2s@2901100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.319186] /aconnect@2900000/ahub@2900800/i2s@2901200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.330033] /aconnect@2900000/ahub@2900800/i2s@2901300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.340836] /aconnect@2900000/ahub@2900800/i2s@2901400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.351615] /aconnect@2900000/ahub@2900800/i2s@2901500: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.362502] /aconnect@2900000/ahub@2900800/sfc@2902000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.373246] /aconnect@2900000/ahub@2900800/sfc@2902200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.384254] /aconnect@2900000/ahub@2900800/sfc@2902400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.395070] /aconnect@2900000/ahub@2900800/sfc@2902600: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.405855] /aconnect@2900000/ahub@2900800/amx@2903000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.416657] /aconnect@2900000/ahub@2900800/amx@2903100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.427353] /aconnect@2900000/ahub@2900800/amx@2903200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.438235] /aconnect@2900000/ahub@2900800/amx@2903300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.448986] /aconnect@2900000/ahub@2900800/adx@2903800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.459712] /aconnect@2900000/ahub@2900800/adx@2903900: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.470569] /aconnect@2900000/ahub@2900800/adx@2903a00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.481317] /aconnect@2900000/ahub@2900800/adx@2903b00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.492021] /aconnect@2900000/ahub@2900800/dmic@2904000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.502982] /aconnect@2900000/ahub@2900800/dmic@2904100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.513803] /aconnect@2900000/ahub@2900800/dmic@2904200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.524840] /aconnect@2900000/ahub@2900800/dspk@2905000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.535816] /aconnect@2900000/ahub@2900800/dspk@2905100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.546608] /aconnect@2900000/ahub@2900800/processing-engine@2908000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.558578] /aconnect@2900000/ahub@2900800/mvc@290a000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.569298] /aconnect@2900000/ahub@2900800/mvc@290a200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.580270] /aconnect@2900000/ahub@2900800/amixer@290bb00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.591306] /aconnect@2900000/ahub@2900800/admaif@290f000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.602523] /aconnect@2900000/ahub@2900800/asrc@2910000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.615735] tegra-audio-graph-card sound: Adding to iommu group 19
[ 13.618353] at24 6-0050: 256 byte 24c02 EEPROM, read-only
[ 13.629298] at24 6-0057: 256 byte 24c02 EEPROM, read-only
[ 13.630409] input: NVIDIA Jetson TX2 HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input1
[ 13.647552] gic 2a41000.interrupt-controller: GIC IRQ controller registered
[ 13.650175] input: NVIDIA Jetson TX2 HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input2
[ 13.654672] tegra-aconnect aconnect@2900000: Tegra ACONNECT bus registered
[ 13.704210] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901000
[ 13.704442] tegra-adma 2930000.dma-controller: Tegra210 ADMA driver registered 32 channels
[ 13.715128] /aconnect@2900000/ahub@2900800/i2s@2901000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.735447] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901100
[ 13.746197] /aconnect@2900000/ahub@2900800/i2s@2901100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.763606] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901200
[ 13.775203] /aconnect@2900000/ahub@2900800/i2s@2901200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.788245] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901300
[ 13.799032] /aconnect@2900000/ahub@2900800/i2s@2901300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.812091] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901400
[ 13.822874] /aconnect@2900000/ahub@2900800/i2s@2901400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.835942] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901500
[ 13.846702] /aconnect@2900000/ahub@2900800/i2s@2901500: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.859634] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902000
[ 13.870368] /aconnect@2900000/ahub@2900800/sfc@2902000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.883233] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902200
[ 13.894093] /aconnect@2900000/ahub@2900800/sfc@2902200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.907306] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902400
[ 13.918020] /aconnect@2900000/ahub@2900800/sfc@2902400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.931142] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902600
[ 13.942057] /aconnect@2900000/ahub@2900800/sfc@2902600: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.954340] tegra-dc 15200000.display: Adding to iommu group 20
[ 13.960546] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903000
[ 13.971264] /aconnect@2900000/ahub@2900800/amx@2903000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.983437] tegra-dc 15210000.display: Adding to iommu group 20
[ 13.989547] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903100
[ 14.000272] /aconnect@2900000/ahub@2900800/amx@2903100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.011427] tegra-dc 15220000.display: Adding to iommu group 20
[ 14.017743] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903200
[ 14.028601] /aconnect@2900000/ahub@2900800/amx@2903200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.042294] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903300
[ 14.053197] /aconnect@2900000/ahub@2900800/amx@2903300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.067251] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903800
[ 14.078150] /aconnect@2900000/ahub@2900800/adx@2903800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.092208] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903900
[ 14.103014] /aconnect@2900000/ahub@2900800/adx@2903900: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.114168] tegra-vic 15340000.vic: Adding to iommu group 21
[ 14.120137] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903a00
[ 14.130905] /aconnect@2900000/ahub@2900800/adx@2903a00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.142420] irq: IRQ138: trimming hierarchy from :pmc@c360000
[ 14.142733] tegra-nvdec 15480000.nvdec: Adding to iommu group 22
[ 14.154513] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903b00
[ 14.165954] /aconnect@2900000/ahub@2900800/adx@2903b00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.179306] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904000
[ 14.190134] /aconnect@2900000/ahub@2900800/dmic@2904000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.203525] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904100
[ 14.213113] [drm] Initialized tegra 1.0.0 for drm on minor 0
[ 14.214359] /aconnect@2900000/ahub@2900800/dmic@2904100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.221413] drm drm: [drm] Cannot find any crtc or sizes
[ 14.237200] drm drm: [drm] Cannot find any crtc or sizes
[ 14.238115] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904200
[ 14.242700] drm drm: [drm] Cannot find any crtc or sizes
[ 14.253358] /aconnect@2900000/ahub@2900800/dmic@2904200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.271787] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905000
[ 14.282578] /aconnect@2900000/ahub@2900800/dspk@2905000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.295614] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905100
[ 14.306447] /aconnect@2900000/ahub@2900800/dspk@2905100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.319422] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/processing-engine@2908000
[ 14.331390] /aconnect@2900000/ahub@2900800/processing-engine@2908000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.345521] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a000
[ 14.356236] /aconnect@2900000/ahub@2900800/mvc@290a000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.368967] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a200
[ 14.379677] /aconnect@2900000/ahub@2900800/mvc@290a200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.392509] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amixer@290bb00
[ 14.403455] /aconnect@2900000/ahub@2900800/amixer@290bb00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.416531] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/admaif@290f000
[ 14.427489] /aconnect@2900000/ahub@2900800/admaif@290f000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 14.441064] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/asrc@2910000
[ 14.451852] /aconnect@2900000/ahub@2900800/asrc@2910000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800


Ubuntu 18.04.6 LTS tegra-ubuntu ttyS0

tegra-ubuntu login: ubuntu (automatic login)


[ 17.659143] dl_clear_root_domain: span=0,3-5 type=DYN
[ 17.659155] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 17.659160] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 17.659163] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 17.659166] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 17.659170] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 17.700077] dl_clear_root_domain: span=1-2 type=DEF
[ 17.700085] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 17.700089] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 17.700137] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 17.700140] __dl_add: cpus=2 tsk_bw=104857 total_bw=314570 span=1-2 type=DEF
[ 17.700144] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 17.700147] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 17.700151] __dl_add: cpus=4 tsk_bw=104857 total_bw=524283 span=0,3-5 type=DYN
[ 17.763061] dl_clear_root_domain: span=0,3-5 type=DYN
[ 17.763069] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 17.763073] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 17.763076] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 17.763079] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 17.763082] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 17.803505] dl_clear_root_domain: span=1-2 type=DEF
[ 17.803510] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 17.803514] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 17.803558] __dl_add: cpus=2 tsk_bw=104857 total_bw=209713 span=1-2 type=DEF
[ 17.803562] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 17.803566] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 17.803569] __dl_add: cpus=4 tsk_bw=104857 total_bw=524283 span=0,3-5 type=DYN
[ 17.852171] dl_clear_root_domain: span=0,3-5 type=DYN
[ 17.852179] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 17.852182] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 17.852185] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 17.852188] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 17.852191] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 17.893063] dl_clear_root_domain: span=1-2 type=DEF
[ 17.893072] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 17.893075] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 17.893126] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 17.893130] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 17.893135] __dl_add: cpus=4 tsk_bw=104857 total_bw=524283 span=0,3-5 type=DYN
[ 17.939091] dl_clear_root_domain: span=0,3-5 type=DYN
[ 17.939103] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 17.939108] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 17.939111] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 17.939113] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 17.939117] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 17.983943] dl_clear_root_domain: span=1-2 type=DEF
[ 17.983953] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 17.983957] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 17.984004] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 17.984008] __dl_add: cpus=4 tsk_bw=104857 total_bw=419426 span=0,3-5 type=DYN
[ 18.027142] dl_clear_root_domain: span=0,3-5 type=DYN
[ 18.027153] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 18.027158] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 18.027161] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 18.027164] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 18.027167] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 18.069111] dl_clear_root_domain: span=1-2 type=DEF
[ 18.069122] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 18.069127] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 18.069187] __dl_add: cpus=4 tsk_bw=104857 total_bw=314569 span=0,3-5 type=DYN
[ 18.099209] dl_clear_root_domain: span=0,3-5 type=DYN
[ 18.099221] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 18.099224] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 18.099227] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 18.099230] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 18.099234] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 18.140009] dl_clear_root_domain: span=1-2 type=DEF
[ 18.140017] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 18.140021] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
Welcome to Ubuntu 18.04.6 LTS (GNU/Linux 6.13.0-rc6-next-20250110-00004-g85aea528c849 aarch64)

* Documentation: https://help.ubuntu.com
* Management: https://landscape.canonical.com
* Support: https://ubuntu.com/pro
This system has been minimized by removing packages and content that are
not required on a system that users do not log into.

To restore this content, you can run the 'unminimize' command.

The programs included with the Ubuntu system are free software;
the exact distribution terms for each program are described in the
individual files in /usr/share/doc/*/copyright.

Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.

To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

ubuntu@tegra-ubuntu:~$ [ 24.555002] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 3507000.sata
[ 24.564290] tegra-mc 2c00000.memory-controller: sync_state() pending due to 3507000.sata
[ 24.572453] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15380000.nvjpg
[ 24.581849] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15380000.nvjpg
[ 24.590112] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 154c0000.nvenc
[ 24.599498] tegra-mc 2c00000.memory-controller: sync_state() pending due to 154c0000.nvenc
[ 39.914848] VDD_RTC: disabling
[ 54.684299] PM: suspend entry (deep)
[ 54.687994] Filesystems sync: 0.000 seconds
[ 54.693120] Freezing user space processes
[ 54.698410] Freezing user space processes completed (elapsed 0.001 seconds)
[ 54.705399] OOM killer disabled.
[ 54.708627] Freezing remaining freezable tasks
[ 54.714159] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 54.759994] tegra-xusb 3530000.usb: Firmware timestamp: 2020-07-06 13:39:28 UTC
[ 54.777739] dwc-eth-dwmac 2490000.ethernet eth0: Link is Down
[ 54.821506] Disabling non-boot CPUs ...
[ 54.825385] dl_bw_manage: cpu=5 cap=3072 fair_server_bw=52428 total_bw=209712 dl_bw_cpus=4 type=DYN span=0,3-5
[ 54.825423] CPU0 attaching NULL sched-domain.
[ 54.839768] span=1-2
[ 54.841952] __dl_sub: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 54.841956] __dl_server_detach_root: cpu=0 rd_span=0,3-5 total_bw=157284
[ 54.841964] rq_attach_root: cpu=0 old_span=NULL new_span=1-2
[ 54.841968] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0-2 type=DEF
[ 54.841972] __dl_server_attach_root: cpu=0 rd_span=0-2 total_bw=157284
[ 54.841975] CPU3 attaching NULL sched-domain.
[ 54.879275] span=0-2
[ 54.881458] __dl_sub: cpus=2 tsk_bw=52428 total_bw=104856 span=3-5 type=DYN
[ 54.881461] __dl_server_detach_root: cpu=3 rd_span=3-5 total_bw=104856
[ 54.881469] rq_attach_root: cpu=3 old_span=NULL new_span=0-2
[ 54.881472] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0-3 type=DEF
[ 54.881474] __dl_server_attach_root: cpu=3 rd_span=0-3 total_bw=209712
[ 54.881477] CPU4 attaching NULL sched-domain.
[ 54.918434] span=0-3
[ 54.920622] __dl_sub: cpus=1 tsk_bw=52428 total_bw=52428 span=4-5 type=DYN
[ 54.920626] __dl_server_detach_root: cpu=4 rd_span=4-5 total_bw=52428
[ 54.920633] rq_attach_root: cpu=4 old_span=NULL new_span=0-3
[ 54.920636] __dl_add: cpus=5 tsk_bw=52428 total_bw=262140 span=0-4 type=DEF
[ 54.920639] __dl_server_attach_root: cpu=4 rd_span=0-4 total_bw=262140
[ 54.920641] CPU5 attaching NULL sched-domain.
[ 54.957421] span=0-4
[ 54.959612] rq_attach_root: cpu=5 old_span= new_span=0-4
[ 54.959616] __dl_add: cpus=5 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 54.959619] __dl_server_attach_root: cpu=5 rd_span=0-5 total_bw=314568
[ 54.959673] CPU0 attaching sched-domain(s):
[ 54.982639] domain-0: span=0,3-4 level=MC
[ 54.986738] groups: 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }
[ 54.992586] __dl_sub: cpus=5 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 54.992590] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 54.992597] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 54.992600] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.992602] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 54.992606] CPU3 attaching sched-domain(s):
[ 55.028600] domain-0: span=0,3-4 level=MC
[ 55.032699] groups: 3:{ span=3 }, 4:{ span=4 }, 0:{ span=0 }
[ 55.038544] __dl_sub: cpus=4 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 55.038548] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 55.038554] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 55.038556] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 55.038559] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 55.038562] CPU4 attaching sched-domain(s):
[ 55.075165] domain-0: span=0,3-4 level=MC
[ 55.079266] groups: 4:{ span=4 }, 0:{ span=0 }, 3:{ span=3 }
[ 55.085111] __dl_sub: cpus=3 tsk_bw=52428 total_bw=157284 span=1-2,4-5 type=DEF
[ 55.085115] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=157284
[ 55.085120] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 55.085123] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 55.085126] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 55.085130] root domain span: 0,3-4
[ 55.122254] default domain span: 1-2,5
[ 55.126012] rd 0,3-4: Checking EAS, CPUs do not have asymmetric capacities
[ 55.133836] psci: CPU5 killed (polled 0 ms)
[ 55.138763] dl_bw_manage: cpu=4 cap=2048 fair_server_bw=52428 total_bw=157284 dl_bw_cpus=3 type=DYN span=0,3-4
[ 55.148810] CPU0 attaching NULL sched-domain.
[ 55.153167] span=1-2,5
[ 55.155530] __dl_sub: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3-4 type=DYN
[ 55.155534] __dl_server_detach_root: cpu=0 rd_span=0,3-4 total_bw=104856
[ 55.155541] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,5
[ 55.155545] __dl_add: cpus=3 tsk_bw=52428 total_bw=209712 span=0-2,5 type=DEF
[ 55.155548] __dl_server_attach_root: cpu=0 rd_span=0-2,5 total_bw=209712
[ 55.155551] CPU3 attaching NULL sched-domain.
[ 55.193350] span=0-2,5
[ 55.195709] __dl_sub: cpus=1 tsk_bw=52428 total_bw=52428 span=3-4 type=DYN
[ 55.195712] __dl_server_detach_root: cpu=3 rd_span=3-4 total_bw=52428
[ 55.195719] rq_attach_root: cpu=3 old_span=NULL new_span=0-2,5
[ 55.195722] __dl_add: cpus=4 tsk_bw=52428 total_bw=262140 span=0-3,5 type=DEF
[ 55.195724] __dl_server_attach_root: cpu=3 rd_span=0-3,5 total_bw=262140
[ 55.195727] CPU4 attaching NULL sched-domain.
[ 55.233005] span=0-3,5
[ 55.235365] rq_attach_root: cpu=4 old_span= new_span=0-3,5
[ 55.235369] __dl_add: cpus=4 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 55.235372] __dl_server_attach_root: cpu=4 rd_span=0-5 total_bw=314568
[ 55.235415] CPU0 attaching sched-domain(s):
[ 55.258539] domain-0: span=0,3 level=MC
[ 55.262464] groups: 0:{ span=0 }, 3:{ span=3 }
[ 55.267091] __dl_sub: cpus=4 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 55.267095] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 55.267102] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 55.267104] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.267107] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 55.267110] CPU3 attaching sched-domain(s):
[ 55.303088] domain-0: span=0,3 level=MC
[ 55.307010] groups: 3:{ span=3 }, 0:{ span=0 }
[ 55.311635] __dl_sub: cpus=3 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 55.311638] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 55.311644] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 55.311646] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 55.311650] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 55.311655] root domain span: 0,3
[ 55.347392] default domain span: 1-2,4-5
[ 55.351325] rd 0,3: Checking EAS, CPUs do not have asymmetric capacities
[ 55.359476] psci: CPU4 killed (polled 4 ms)
[ 55.364219] dl_bw_manage: cpu=3 cap=1024 fair_server_bw=52428 total_bw=104856 dl_bw_cpus=2 type=DYN span=0,3
[ 55.364258] CPU0 attaching NULL sched-domain.
[ 55.378437] span=1-2,4-5
[ 55.380974] __dl_sub: cpus=1 tsk_bw=52428 total_bw=52428 span=0,3 type=DYN
[ 55.380979] __dl_server_detach_root: cpu=0 rd_span=0,3 total_bw=52428
[ 55.380985] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,4-5
[ 55.380989] __dl_add: cpus=3 tsk_bw=52428 total_bw=262140 span=0-2,4-5 type=DEF
[ 55.380992] __dl_server_attach_root: cpu=0 rd_span=0-2,4-5 total_bw=262140
[ 55.380995] CPU3 attaching NULL sched-domain.
[ 55.418794] span=0-2,4-5
[ 55.421322] rq_attach_root: cpu=3 old_span= new_span=0-2,4-5
[ 55.421326] __dl_add: cpus=3 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 55.421329] __dl_server_attach_root: cpu=3 rd_span=0-5 total_bw=314568
[ 55.421366] CPU0 attaching NULL sched-domain.
[ 55.444834] span=0-5
[ 55.447020] __dl_sub: cpus=3 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 55.447024] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 55.447030] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 55.447033] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.447035] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 55.447038] root domain span: 0
[ 55.481974] default domain span: 1-5
[ 55.485558] rd 0: Checking EAS, CPUs do not have asymmetric capacities
[ 55.493435] psci: CPU3 killed (polled 0 ms)
[ 55.498466] dl_bw_manage: cpu=2 cap=1024 fair_server_bw=52428 total_bw=262140 dl_bw_cpus=2 type=DEF span=1-5
[ 55.498599] dl_clear_root_domain: span=0 type=DYN
[ 55.498609] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.498621] rd 0: Checking EAS, CPUs do not have asymmetric capacities
[ 55.528320] psci: CPU2 killed (polled 0 ms)
[ 55.532764] dl_bw_manage: cpu=1 cap=0 fair_server_bw=52428 total_bw=262140 dl_bw_cpus=1 type=DEF span=1-5
[ 55.532841] Error taking CPU1 down: -16
[ 55.546253] Non-boot CPUs are not disabled
[ 55.550379] Enabling non-boot CPUs ...
[ 55.554546] Detected PIPT I-cache on CPU2
[ 55.558586] CPU features: SANITY CHECK: Unexpected variation in SYS_CTR_EL0. Boot CPU: 0x0000008444c004, CPU2: 0x0000009444c004
[ 55.570082] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64DFR0_EL1. Boot CPU: 0x00000010305106, CPU2: 0x00000010305116
[ 55.582282] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_DFR0_EL1. Boot CPU: 0x00000003010066, CPU2: 0x00000003001066
[ 55.594181] CPU2: Booted secondary processor 0x0000000001 [0x4e0f0030]
[ 55.601508] dl_clear_root_domain: span=0 type=DYN
[ 55.601519] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.601532] rd 0: Checking EAS, CPUs do not have asymmetric capacities
[ 55.619723] CPU2 is up
[ 55.622262] Detected PIPT I-cache on CPU3
[ 55.626304] CPU3: Booted secondary processor 0x0000000101 [0x411fd073]
[ 55.633073] CPU0 attaching NULL sched-domain.
[ 55.637447] span=1-5
[ 55.639639] __dl_sub: cpus=1 tsk_bw=52428 total_bw=0 span=0 type=DYN
[ 55.639643] __dl_server_detach_root: cpu=0 rd_span=0 total_bw=0
[ 55.639658] rq_attach_root: cpu=0 old_span= new_span=1-5
[ 55.639662] __dl_add: cpus=4 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 55.639665] __dl_server_attach_root: cpu=0 rd_span=0-5 total_bw=314568
[ 55.639709] CPU0 attaching sched-domain(s):
[ 55.674929] domain-0: span=0,3 level=MC
[ 55.678853] groups: 0:{ span=0 }, 3:{ span=3 }
[ 55.683482] __dl_sub: cpus=4 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 55.683486] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 55.683492] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 55.683494] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.683497] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 55.683501] CPU3 attaching sched-domain(s):
[ 55.719492] domain-0: span=0,3 level=MC
[ 55.723416] groups: 3:{ span=3 }, 0:{ span=0 }
[ 55.728042] __dl_sub: cpus=3 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 55.728045] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 55.728048] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 55.728050] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 55.728053] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 55.728055] root domain span: 0,3
[ 55.763795] default domain span: 1-2,4-5
[ 55.767728] rd 0,3: Checking EAS, CPUs do not have asymmetric capacities
[ 55.774521] CPU3 is up
[ 55.777057] Detected PIPT I-cache on CPU4
[ 55.781088] CPU4: Booted secondary processor 0x0000000102 [0x411fd073]
[ 55.787830] CPU0 attaching NULL sched-domain.
[ 55.792197] span=1-2,4-5
[ 55.794728] __dl_sub: cpus=2 tsk_bw=52428 total_bw=52428 span=0,3 type=DYN
[ 55.794732] __dl_server_detach_root: cpu=0 rd_span=0,3 total_bw=52428
[ 55.794741] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,4-5
[ 55.794744] __dl_add: cpus=4 tsk_bw=52428 total_bw=262140 span=0-2,4-5 type=DEF
[ 55.794747] __dl_server_attach_root: cpu=0 rd_span=0-2,4-5 total_bw=262140
[ 55.794750] CPU3 attaching NULL sched-domain.
[ 55.832569] span=0-2,4-5
[ 55.835106] __dl_sub: cpus=1 tsk_bw=52428 total_bw=0 span=3 type=DYN
[ 55.835110] __dl_server_detach_root: cpu=3 rd_span=3 total_bw=0
[ 55.835117] rq_attach_root: cpu=3 old_span= new_span=0-2,4-5
[ 55.835121] __dl_add: cpus=5 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 55.835123] __dl_server_attach_root: cpu=3 rd_span=0-5 total_bw=314568
[ 55.835168] CPU0 attaching sched-domain(s):
[ 55.870732] domain-0: span=0,3-4 level=MC
[ 55.874834] groups: 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }
[ 55.880678] __dl_sub: cpus=5 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 55.880682] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 55.880688] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 55.880691] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.880693] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 55.880697] CPU3 attaching sched-domain(s):
[ 55.916691] domain-0: span=0,3-4 level=MC
[ 55.920791] groups: 3:{ span=3 }, 4:{ span=4 }, 0:{ span=0 }
[ 55.926634] __dl_sub: cpus=4 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 55.926638] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 55.926644] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 55.926647] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 55.926650] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 55.926653] CPU4 attaching sched-domain(s):
[ 55.963253] domain-0: span=0,3-4 level=MC
[ 55.967351] groups: 4:{ span=4 }, 0:{ span=0 }, 3:{ span=3 }
[ 55.973195] __dl_sub: cpus=3 tsk_bw=52428 total_bw=157284 span=1-2,4-5 type=DEF
[ 55.973199] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=157284
[ 55.973202] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 55.973205] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 55.973207] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 55.973212] root domain span: 0,3-4
[ 56.010345] default domain span: 1-2,5
[ 56.014102] rd 0,3-4: Checking EAS, CPUs do not have asymmetric capacities
[ 56.021128] CPU4 is up
[ 56.023663] Detected PIPT I-cache on CPU5
[ 56.027691] CPU5: Booted secondary processor 0x0000000103 [0x411fd073]
[ 56.034425] CPU0 attaching NULL sched-domain.
[ 56.038789] span=1-2,5
[ 56.041146] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=0,3-4 type=DYN
[ 56.041150] __dl_server_detach_root: cpu=0 rd_span=0,3-4 total_bw=104856
[ 56.041158] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,5
[ 56.041161] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0-2,5 type=DEF
[ 56.041164] __dl_server_attach_root: cpu=0 rd_span=0-2,5 total_bw=209712
[ 56.041167] CPU3 attaching NULL sched-domain.
[ 56.078970] span=0-2,5
[ 56.081325] __dl_sub: cpus=2 tsk_bw=52428 total_bw=52428 span=3-4 type=DYN
[ 56.081328] __dl_server_detach_root: cpu=3 rd_span=3-4 total_bw=52428
[ 56.081334] rq_attach_root: cpu=3 old_span=NULL new_span=0-2,5
[ 56.081336] __dl_add: cpus=5 tsk_bw=52428 total_bw=262140 span=0-3,5 type=DEF
[ 56.081339] __dl_server_attach_root: cpu=3 rd_span=0-3,5 total_bw=262140
[ 56.081342] CPU4 attaching NULL sched-domain.
[ 56.118619] span=0-3,5
[ 56.120978] __dl_sub: cpus=1 tsk_bw=52428 total_bw=0 span=4 type=DYN
[ 56.120981] __dl_server_detach_root: cpu=4 rd_span=4 total_bw=0
[ 56.120989] rq_attach_root: cpu=4 old_span= new_span=0-3,5
[ 56.120991] __dl_add: cpus=6 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 56.120994] __dl_server_attach_root: cpu=4 rd_span=0-5 total_bw=314568
[ 56.121042] CPU0 attaching sched-domain(s):
[ 56.156417] domain-0: span=0,3-5 level=MC
[ 56.160516] groups: 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }
[ 56.167578] __dl_sub: cpus=6 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 56.167582] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 56.167587] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 56.167590] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 56.167592] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 56.167596] CPU3 attaching sched-domain(s):
[ 56.203573] domain-0: span=0,3-5 level=MC
[ 56.207668] groups: 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 }
[ 56.214730] __dl_sub: cpus=5 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 56.214734] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 56.214740] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 56.214742] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 56.214745] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 56.214749] CPU4 attaching sched-domain(s):
[ 56.251331] domain-0: span=0,3-5 level=MC
[ 56.255426] groups: 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 }, 3:{ span=3 }
[ 56.262488] __dl_sub: cpus=4 tsk_bw=52428 total_bw=157284 span=1-2,4-5 type=DEF
[ 56.262492] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=157284
[ 56.262497] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 56.262499] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 56.262502] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 56.262506] CPU5 attaching sched-domain(s):
[ 56.300303] domain-0: span=0,3-5 level=MC
[ 56.304398] groups: 5:{ span=5 }, 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }
[ 56.311458] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=1-2,5 type=DEF
[ 56.311461] __dl_server_detach_root: cpu=5 rd_span=1-2,5 total_bw=104856
[ 56.311464] rq_attach_root: cpu=5 old_span=NULL new_span=0,3-4
[ 56.311467] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 56.311469] __dl_server_attach_root: cpu=5 rd_span=0,3-5 total_bw=209712
[ 56.311474] root domain span: 0,3-5
[ 56.348430] default domain span: 1-2
[ 56.352018] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 56.359094] dl_clear_root_domain: span=0,3-5 type=DYN
[ 56.359097] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 56.359101] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 56.359104] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 56.359106] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 56.359110] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 56.399452] dl_clear_root_domain: span=1-2 type=DEF
[ 56.399455] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 56.399458] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 56.399473] CPU5 is up
[ 56.428022] dwc-eth-dwmac 2490000.ethernet eth0: configuring for phy/rgmii link mode
[ 56.435924] dwmac4: Master AXI performs any burst length
[ 56.441270] dwc-eth-dwmac 2490000.ethernet eth0: No Safety Features support found
[ 56.448780] dwc-eth-dwmac 2490000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 56.457517] dwc-eth-dwmac 2490000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 56.471929] usb-conn-gpio 3520000.padctl:ports:usb2-0:connector: repeated role: device
[ 56.474558] tegra-xusb 3530000.usb: Firmware timestamp: 2020-07-06 13:39:28 UTC
[ 56.511542] OOM killer enabled.
[ 56.514690] Restarting tasks ... done.
[ 56.519645] random: crng reseeded on system resumption
[ 56.525153] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 56.530729] PM: suspend exit
[ 56.582681] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 56.644287] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 56.713508] VDDIO_SDMMC3_AP: voltage operation not allowed