From: Jon Hunter <jonathanh@nvidia.com>
To: Juri Lelli <juri.lelli@redhat.com>,
Dietmar Eggemann <dietmar.eggemann@arm.com>
Cc: Christian Loehle <christian.loehle@arm.com>,
Thierry Reding <treding@nvidia.com>,
Waiman Long <longman@redhat.com>, Tejun Heo <tj@kernel.org>,
Johannes Weiner <hannes@cmpxchg.org>,
Michal Koutny <mkoutny@suse.com>, Ingo Molnar <mingo@redhat.com>,
Peter Zijlstra <peterz@infradead.org>,
Vincent Guittot <vincent.guittot@linaro.org>,
Steven Rostedt <rostedt@goodmis.org>,
Ben Segall <bsegall@google.com>, Mel Gorman <mgorman@suse.de>,
Valentin Schneider <vschneid@redhat.com>,
Phil Auld <pauld@redhat.com>, Qais Yousef <qyousef@layalina.io>,
Sebastian Andrzej Siewior <bigeasy@linutronix.de>,
"Joel Fernandes (Google)" <joel@joelfernandes.org>,
Suleiman Souhlal <suleiman@google.com>,
Aashish Sharma <shraash@google.com>,
Shin Kawamura <kawasin@google.com>,
Vineeth Remanan Pillai <vineeth@bitbyteword.org>,
linux-kernel@vger.kernel.org, cgroups@vger.kernel.org,
"linux-tegra@vger.kernel.org" <linux-tegra@vger.kernel.org>
Subject: Re: [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug
Date: Wed, 19 Feb 2025 11:23:30 +0000 [thread overview]
Message-ID: <9a51eeda-bb0e-4f6d-a4c1-8be997cfbd20@nvidia.com> (raw)
In-Reply-To: <Z7WsRvsVCWu_By1c@jlelli-thinkpadt14gen4.remote.csb>
[-- Attachment #1: Type: text/plain, Size: 2535 bytes --]
On 19/02/2025 10:02, Juri Lelli wrote:
> On 19/02/25 10:29, Dietmar Eggemann wrote:
>
> ...
>
>> I did now.
>
> Thanks!
>
>> Patch-wise I have:
>>
>> (1) Putting 'fair_server's __dl_server_[de|at]tach_root() under if
>> '(cpumask_test_cpu(rq->cpu, [old_rd->online|cpu_active_mask))' in
>> rq_attach_root()
>>
>> https://lkml.kernel.org/r/Z7RhNmLpOb7SLImW@jlelli-thinkpadt14gen4.remote.csb
>>
>> (2) Create __dl_server_detach_root() and call it in rq_attach_root()
>>
>> https://lkml.kernel.org/r/Z4fd_6M2vhSMSR0i@jlelli-thinkpadt14gen4.remote.csb
>>
>> plus debug patch:
>>
>> https://lkml.kernel.org/r/Z6M5fQB9P1_bDF7A@jlelli-thinkpadt14gen4.remote.csb
>>
>> plus additional debug.
>
> So you don't have the one with which we ignore special tasks while
> rebuilding domains?
>
> https://lore.kernel.org/all/Z6spnwykg6YSXBX_@jlelli-thinkpadt14gen4.remote.csb/
>
> Could you please double check again against
>
> git@github.com:jlelli/linux.git experimental/dl-debug
>
>> The suspend issue still persists.
>>
>> My hunch is that it's rather an issue with having 0 CPUs left in DEF
>> while deactivating the last isol CPU (CPU3) so we set overflow = 1 w/o
>> calling __dl_overflow(). We want to account fair_server_bw=52428
>> against 0 CPUs.
>>
>> l B B l l l
>>
>> ^^^
>> isolcpus=[3,4]
>>
>>
>> cpumask_and(mask, rd->span, cpu_active_mask)
>>
>> mask = [3-5] & [0-3] = [3] -> dl_bw_cpus(3) = 1
>>
>> ---
>>
>> dl_bw_deactivate() called cpu=5
>>
>> dl_bw_deactivate() called cpu=4
>>
>> dl_bw_deactivate() called cpu=3
>>
>> dl_bw_cpus() cpu=6 rd->span=3-5 cpu_active_mask=0-3 cpus=1 type=DEF
>> ^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^
>> cpumask_subset(rd->span, cpu_active_mask) is false
>>
>> for_each_cpu_and(i, rd->span, cpu_active_mask)
>> cpus++ <-- cpus is 1 !!!
>>
>> dl_bw_manage: cpu=3 cap=0 fair_server_bw=52428 total_bw=104856 dl_bw_cpus=1 type=DEF span=3-5
> ^^^^^^
> This still looks wrong: with a single cpu remaining we should only have
> the corresponding dl server bandwidth present (unless there is some
> other DL task running.
>
> If you already had the patch ignoring sugovs bandwidth in your set, could
> you please share the full dmesg?
Attached is the full dmesg from my board with your latest branch. I have
not been able to get to the traces yet, because I am using the same
board to debug another issue.
Cheers
Jon
--
nvpublic
[-- Attachment #2: t186-uart_log-20250218.txt --]
[-- Type: text/plain, Size: 92135 bytes --]
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 17 ms (27.3 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/ausvrl81087/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/ausvrl81087/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-00008-g1a5a0b763ef7 (jonathanh@goldfinger) (aarch64-linux-gcc.br_real (Buildroot 2022.08) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue Feb 18 04:07:30 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/ausvrl81087/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.013488] printk: legacy console [tty0] enabled
[ 0.018416] printk: legacy bootconsole [uart0] disabled
[ 0.000000] Booting Linux on physical CPU 0x0000000100 [0x411fd073]
[ 0.000000] Linux version 6.13.0-rc6-next-20250110-00008-g1a5a0b763ef7 (jonathanh@goldfinger) (aarch64-linux-gcc.br_real (Buildroot 2022.08) 11.3.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Tue Feb 18 04:07:30 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/ausvrl81087/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.013488] printk: legacy console [tty0] enabled
[ 0.018416] printk: legacy bootconsole [uart0] disabled
[ 0.023945] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[ 0.023960] pid_max: default: 32768 minimum: 301
[ 0.024008] LSM: initializing lsm=capability
[ 0.024113] Mount-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.024142] Mountpoint-cache hash table entries: 16384 (order: 5, 131072 bytes, linear)
[ 0.024660] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0-5 type=DEF
[ 0.035964] rcu: Hierarchical SRCU implementation.
[ 0.035974] rcu: Max phase no-delay instances is 1000.
[ 0.036156] Timer migration: 1 hierarchy levels; 8 children per group; 1 crossnode level
[ 0.042217] Tegra Revision: A02 SKU: 220 CPU Process: 0 SoC Process: 0
[ 0.043811] EFI services will not be available.
[ 0.044075] smp: Bringing up secondary CPUs ...
[ 0.048959] CPU features: detected: Kernel page table isolation (KPTI)
[ 0.048996] Detected PIPT I-cache on CPU1
[ 0.049011] CPU features: SANITY CHECK: Unexpected variation in SYS_CTR_EL0. Boot CPU: 0x0000008444c004, CPU1: 0x0000009444c004
[ 0.049033] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64DFR0_EL1. Boot CPU: 0x00000010305106, CPU1: 0x00000010305116
[ 0.049063] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_DFR0_EL1. Boot CPU: 0x00000003010066, CPU1: 0x00000003001066
[ 0.049108] CPU features: Unsupported CPU feature variation detected.
[ 0.049288] CPU1: Booted secondary processor 0x0000000000 [0x4e0f0030]
[ 0.049354] __dl_add: cpus=1 tsk_bw=52428 total_bw=104856 span=0-5 type=DEF
[ 0.056437] Detected PIPT I-cache on CPU2
[ 0.056456] CPU features: SANITY CHECK: Unexpected variation in SYS_CTR_EL0. Boot CPU: 0x0000008444c004, CPU2: 0x0000009444c004
[ 0.056477] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64DFR0_EL1. Boot CPU: 0x00000010305106, CPU2: 0x00000010305116
[ 0.056503] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_DFR0_EL1. Boot CPU: 0x00000003010066, CPU2: 0x00000003001066
[ 0.056660] CPU2: Booted secondary processor 0x0000000001 [0x4e0f0030]
[ 0.056717] __dl_add: cpus=2 tsk_bw=52428 total_bw=157284 span=0-5 type=DEF
[ 0.064308] Detected PIPT I-cache on CPU3
[ 0.064404] CPU3: Booted secondary processor 0x0000000101 [0x411fd073]
[ 0.064433] __dl_add: cpus=3 tsk_bw=52428 total_bw=209712 span=0-5 type=DEF
[ 0.072339] Detected PIPT I-cache on CPU4
[ 0.072409] CPU4: Booted secondary processor 0x0000000102 [0x411fd073]
[ 0.072436] __dl_add: cpus=4 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 0.080366] Detected PIPT I-cache on CPU5
[ 0.080431] CPU5: Booted secondary processor 0x0000000103 [0x411fd073]
[ 0.080456] __dl_add: cpus=5 tsk_bw=52428 total_bw=314568 span=0-5 type=DEF
[ 0.080533] smp: Brought up 1 node, 6 CPUs
[ 0.080559] SMP: Total of 6 processors activated.
[ 0.080566] CPU: All CPU(s) started at EL2
[ 0.080578] CPU features: detected: 32-bit EL0 Support
[ 0.080585] CPU features: detected: 32-bit EL1 Support
[ 0.080594] CPU features: detected: CRC32 instructions
[ 0.080683] alternatives: applying system-wide alternatives
[ 0.089321] CPU0 attaching sched-domain(s):
[ 0.089340] domain-0: span=0,3-5 level=MC
[ 0.089355] groups: 0:{ span=0 cap=1020 }, 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }
[ 0.089402] __dl_sub: cpus=6 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 0.089409] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=262140
[ 0.089413] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 0.089418] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 0.089422] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 0.089427] CPU3 attaching sched-domain(s):
[ 0.089453] domain-0: span=0,3-5 level=MC
[ 0.089464] groups: 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 cap=1020 }
[ 0.089504] __dl_sub: cpus=5 tsk_bw=52428 total_bw=209712 span=1-5 type=DEF
[ 0.089508] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=209712
[ 0.089512] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 0.089515] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 0.089519] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 0.089523] CPU4 attaching sched-domain(s):
[ 0.089549] domain-0: span=0,3-5 level=MC
[ 0.089559] groups: 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 cap=1020 }, 3:{ span=3 }
[ 0.089598] __dl_sub: cpus=4 tsk_bw=52428 total_bw=157284 span=1-2,4-5 type=DEF
[ 0.089603] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=157284
[ 0.089606] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 0.089610] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 0.089614] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 0.089618] CPU5 attaching sched-domain(s):
[ 0.089645] domain-0: span=0,3-5 level=MC
[ 0.089655] groups: 5:{ span=5 }, 0:{ span=0 cap=1020 }, 3:{ span=3 }, 4:{ span=4 }
[ 0.089694] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=1-2,5 type=DEF
[ 0.089698] __dl_server_detach_root: cpu=5 rd_span=1-2,5 total_bw=104856
[ 0.089701] rq_attach_root: cpu=5 old_span=NULL new_span=0,3-4
[ 0.089704] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 0.089709] __dl_server_attach_root: cpu=5 rd_span=0,3-5 total_bw=209712
[ 0.089712] root domain span: 0,3-5
[ 0.089738] default domain span: 1-2
[ 0.089805] Memory: 7902468K/8220672K available (17856K kernel code, 5188K rwdata, 12720K rodata, 10944K init, 1132K bss, 280192K reserved, 32768K cma-reserved)
[ 0.090917] devtmpfs: initialized
[ 0.105340] DMA-API: preallocated 65536 debug entries
[ 0.105362] DMA-API: debugging enabled by kernel config
[ 0.105376] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 0.105396] futex hash table entries: 2048 (order: 5, 131072 bytes, linear)
[ 0.105790] 20752 pages in range for non-PLT usage
[ 0.105798] 512272 pages in range for PLT usage
[ 0.105949] pinctrl core: initialized pinctrl subsystem
[ 0.108299] DMI not present or invalid.
[ 0.110396] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.111190] DMA: preallocated 1024 KiB GFP_KERNEL pool for atomic allocations
[ 0.111397] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
[ 0.111702] DMA: preallocated 1024 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
[ 0.111750] audit: initializing netlink subsys (disabled)
[ 0.111872] audit: type=2000 audit(0.096:1): state=initialized audit_enabled=0 res=1
[ 0.113511] thermal_sys: Registered thermal governor 'step_wise'
[ 0.113518] thermal_sys: Registered thermal governor 'power_allocator'
[ 0.113591] cpuidle: using governor menu
[ 0.113820] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[ 0.114019] ASID allocator initialised with 32768 entries
[ 0.116037] Serial: AMBA PL011 UART driver
[ 0.124037] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/processing-engine@2908000
[ 0.124072] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/asrc@2910000
[ 0.124095] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amixer@290bb00
[ 0.124116] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903b00
[ 0.124136] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903a00
[ 0.124156] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903900
[ 0.124176] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903800
[ 0.124196] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903300
[ 0.124216] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903200
[ 0.124237] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903100
[ 0.124258] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903000
[ 0.124277] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a200
[ 0.124297] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a000
[ 0.124317] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902600
[ 0.124336] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902400
[ 0.124356] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902200
[ 0.124376] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902000
[ 0.124397] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905100
[ 0.124417] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905000
[ 0.124437] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904200
[ 0.124457] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904100
[ 0.124477] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904000
[ 0.124496] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901500
[ 0.124516] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901400
[ 0.124535] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901300
[ 0.124555] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901200
[ 0.124575] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901100
[ 0.124595] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901000
[ 0.124614] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/admaif@290f000
[ 0.124671] /aconnect@2900000/ahub@2900800/i2s@2901000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.124731] /aconnect@2900000/ahub@2900800/i2s@2901100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.124792] /aconnect@2900000/ahub@2900800/i2s@2901200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.124851] /aconnect@2900000/ahub@2900800/i2s@2901300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.124910] /aconnect@2900000/ahub@2900800/i2s@2901400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.124970] /aconnect@2900000/ahub@2900800/i2s@2901500: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125030] /aconnect@2900000/ahub@2900800/sfc@2902000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125088] /aconnect@2900000/ahub@2900800/sfc@2902200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125147] /aconnect@2900000/ahub@2900800/sfc@2902400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125204] /aconnect@2900000/ahub@2900800/sfc@2902600: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125263] /aconnect@2900000/ahub@2900800/amx@2903000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125335] /aconnect@2900000/ahub@2900800/amx@2903100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125397] /aconnect@2900000/ahub@2900800/amx@2903200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125459] /aconnect@2900000/ahub@2900800/amx@2903300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125521] /aconnect@2900000/ahub@2900800/adx@2903800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125585] /aconnect@2900000/ahub@2900800/adx@2903900: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125646] /aconnect@2900000/ahub@2900800/adx@2903a00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125708] /aconnect@2900000/ahub@2900800/adx@2903b00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125771] /aconnect@2900000/ahub@2900800/dmic@2904000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125829] /aconnect@2900000/ahub@2900800/dmic@2904100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125888] /aconnect@2900000/ahub@2900800/dmic@2904200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.125949] /aconnect@2900000/ahub@2900800/dspk@2905000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126010] /aconnect@2900000/ahub@2900800/dspk@2905100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126072] /aconnect@2900000/ahub@2900800/processing-engine@2908000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126134] /aconnect@2900000/ahub@2900800/mvc@290a000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126193] /aconnect@2900000/ahub@2900800/mvc@290a200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126253] /aconnect@2900000/ahub@2900800/amixer@290bb00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126332] /aconnect@2900000/ahub@2900800/admaif@290f000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.126419] /aconnect@2900000/ahub@2900800/asrc@2910000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 0.139159] /memory-controller@2c00000/external-memory-controller@2c60000: Fixed dependency cycle(s) with /bpmp
[ 0.139374] /bpmp: Fixed dependency cycle(s) with /memory-controller@2c00000/external-memory-controller@2c60000
[ 0.143608] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
[ 0.143625] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
[ 0.143635] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
[ 0.143642] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
[ 0.143650] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
[ 0.143658] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
[ 0.143666] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
[ 0.143672] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
[ 0.144953] ACPI: Interpreter disabled.
[ 0.146981] iommu: Default domain type: Translated
[ 0.146997] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.147499] SCSI subsystem initialized
[ 0.147607] libata version 3.00 loaded.
[ 0.147733] usbcore: registered new interface driver usbfs
[ 0.147758] usbcore: registered new interface driver hub
[ 0.147785] usbcore: registered new device driver usb
[ 0.148342] pps_core: LinuxPPS API ver. 1 registered
[ 0.148351] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.148367] PTP clock support registered
[ 0.148438] EDAC MC: Ver: 3.0.0
[ 0.148948] scmi_core: SCMI protocol bus registered
[ 0.149622] FPGA manager framework
[ 0.149685] Advanced Linux Sound Architecture Driver Initialized.
[ 0.150315] vgaarb: loaded
[ 0.150684] clocksource: Switched to clocksource arch_sys_counter
[ 0.150845] VFS: Disk quotas dquot_6.6.0
[ 0.150866] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.151024] pnp: PnP ACPI: disabled
[ 0.156212] NET: Registered PF_INET protocol family
[ 0.156419] IP idents hash table entries: 131072 (order: 8, 1048576 bytes, linear)
[ 0.160281] tcp_listen_portaddr_hash hash table entries: 4096 (order: 4, 65536 bytes, linear)
[ 0.160371] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.160391] TCP established hash table entries: 65536 (order: 7, 524288 bytes, linear)
[ 0.160708] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes, linear)
[ 0.161898] TCP: Hash tables configured (established 65536 bind 65536)
[ 0.161980] UDP hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.162198] UDP-Lite hash table entries: 4096 (order: 6, 262144 bytes, linear)
[ 0.162501] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.162855] RPC: Registered named UNIX socket transport module.
[ 0.162871] RPC: Registered udp transport module.
[ 0.162878] RPC: Registered tcp transport module.
[ 0.162885] RPC: Registered tcp-with-tls transport module.
[ 0.162892] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 0.162906] PCI: CLS 0 bytes, default 64
[ 0.163038] Unpacking initramfs...
[ 0.169120] kvm [1]: nv: 566 coarse grained trap handlers
[ 0.169436] kvm [1]: IPA Size Limit: 40 bits
[ 0.170926] kvm [1]: vgic interrupt IRQ9
[ 0.170989] kvm [1]: Hyp nVHE mode initialized successfully
[ 0.172229] Initialise system trusted keyrings
[ 0.172391] workingset: timestamp_bits=42 max_order=21 bucket_order=0
[ 0.172606] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.172801] NFS: Registering the id_resolver key type
[ 0.172825] Key type id_resolver registered
[ 0.172832] Key type id_legacy registered
[ 0.172851] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 0.172860] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
[ 0.172972] 9p: Installing v9fs 9p2000 file system support
[ 0.205672] Key type asymmetric registered
[ 0.205699] Asymmetric key parser 'x509' registered
[ 0.205764] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 245)
[ 0.205777] io scheduler mq-deadline registered
[ 0.205784] io scheduler kyber registered
[ 0.205813] io scheduler bfq registered
[ 0.215015] ledtrig-cpu: registered to indicate activity on CPUs
[ 0.237679] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.240328] msm_serial: driver initialized
[ 0.240583] SuperH (H)SCI(F) driver initialized
[ 0.240699] STM32 USART driver initialized
[ 0.243566] arm-smmu 12000000.iommu: probing hardware configuration...
[ 0.243586] arm-smmu 12000000.iommu: SMMUv2 with:
[ 0.243596] arm-smmu 12000000.iommu: stage 1 translation
[ 0.243604] arm-smmu 12000000.iommu: stage 2 translation
[ 0.243612] arm-smmu 12000000.iommu: nested translation
[ 0.243620] arm-smmu 12000000.iommu: stream matching with 128 register groups
[ 0.243632] arm-smmu 12000000.iommu: 64 context banks (0 stage-2 only)
[ 0.243644] arm-smmu 12000000.iommu: Supported page sizes: 0x61311000
[ 0.243653] arm-smmu 12000000.iommu: Stage-1: 48-bit VA -> 48-bit IPA
[ 0.243661] arm-smmu 12000000.iommu: Stage-2: 48-bit IPA -> 48-bit PA
[ 0.243698] arm-smmu 12000000.iommu: preserved 0 boot mappings
[ 0.248931] loop: module loaded
[ 0.249680] megasas: 07.727.03.00-rc1
[ 0.254944] tun: Universal TUN/TAP device driver, 1.6
[ 0.255632] thunder_xcv, ver 1.0
[ 0.255660] thunder_bgx, ver 1.0
[ 0.255680] nicpf, ver 1.0
[ 0.256494] hns3: Hisilicon Ethernet Network Driver for Hip08 Family - version
[ 0.256506] hns3: Copyright (c) 2017 Huawei Corporation.
[ 0.256534] hclge is initializing
[ 0.256560] e1000: Intel(R) PRO/1000 Network Driver
[ 0.256568] e1000: Copyright (c) 1999-2006 Intel Corporation.
[ 0.256589] e1000e: Intel(R) PRO/1000 Network Driver
[ 0.256596] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 0.256616] igb: Intel(R) Gigabit Ethernet Network Driver
[ 0.256623] igb: Copyright (c) 2007-2014 Intel Corporation.
[ 0.256645] igbvf: Intel(R) Gigabit Virtual Function Network Driver
[ 0.256652] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[ 0.256879] sky2: driver version 1.30
[ 0.258763] usbcore: registered new device driver r8152-cfgselector
[ 0.258792] usbcore: registered new interface driver r8152
[ 0.259049] VFIO - User Level meta-driver version: 0.3
[ 0.261155] usbcore: registered new interface driver usb-storage
[ 0.263446] i2c_dev: i2c /dev entries driver
[ 0.268993] sdhci: Secure Digital Host Controller Interface driver
[ 0.269011] sdhci: Copyright(c) Pierre Ossman
[ 0.269540] Synopsys Designware Multimedia Card Interface Driver
[ 0.270226] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.272367] tegra-bpmp bpmp: Adding to iommu group 0
[ 0.272891] tegra-bpmp bpmp: firmware: 91572a54614f84d0fd0c270beec2c56f
[ 0.274656] /bpmp/i2c/pmic@3c: Fixed dependency cycle(s) with /bpmp/i2c/pmic@3c/pinmux
[ 0.276001] max77620 0-003c: PMIC Version OTP:0x45 and ES:0x8
[ 0.283292] VDD_DDR_1V1_PMIC: Bringing 1125000uV into 1100000-1100000uV
[ 0.293445] VDD_RTC: Bringing 800000uV into 1000000-1000000uV
[ 0.294494] VDDIO_SDMMC3_AP: Bringing 1800000uV into 2800000-2800000uV
[ 0.296083] VDD_HDMI_1V05: Bringing 1000000uV into 1050000-1050000uV
[ 0.296844] VDD_PEX_1V05: Bringing 1000000uV into 1050000-1050000uV
[ 0.376480] Freeing initrd memory: 7064K
[ 0.418323] max77686-rtc max77620-rtc: registered as rtc0
[ 0.450892] max77686-rtc max77620-rtc: setting system clock to 2021-08-19T15:30:47 UTC (1629387047)
[ 0.580934] clocksource: tsc: mask: 0xffffffffffffff max_cycles: 0xe6a171046, max_idle_ns: 881590405314 ns
[ 0.580958] clocksource: osc: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 49772407460 ns
[ 0.580970] clocksource: usec: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275 ns
[ 0.581422] usbcore: registered new interface driver usbhid
[ 0.581434] usbhid: USB HID core driver
[ 0.584910] hw perfevents: enabled with armv8_cortex_a57 PMU driver, 7 (0,8000003f) counters available
[ 0.585464] hw perfevents: enabled with armv8_nvidia_denver PMU driver, 7 (0,8000003f) counters available
[ 0.590097] NET: Registered PF_PACKET protocol family
[ 0.590166] 9pnet: Installing 9P2000 support
[ 0.590214] Key type dns_resolver registered
[ 0.597259] registered taskstats version 1
[ 0.597389] Loading compiled-in X.509 certificates
[ 0.602384] Demotion targets for Node 0: null
[ 0.623014] tegra-pcie 10003000.pcie: Adding to iommu group 1
[ 0.623319] tegra-pcie 10003000.pcie: host bridge /pcie@10003000 ranges:
[ 0.623352] tegra-pcie 10003000.pcie: MEM 0x0010000000..0x0010001fff -> 0x0010000000
[ 0.623373] tegra-pcie 10003000.pcie: MEM 0x0010004000..0x0010004fff -> 0x0010004000
[ 0.623393] tegra-pcie 10003000.pcie: IO 0x0050000000..0x005000ffff -> 0x0000000000
[ 0.623414] tegra-pcie 10003000.pcie: MEM 0x0050100000..0x0057ffffff -> 0x0050100000
[ 0.623429] tegra-pcie 10003000.pcie: MEM 0x0058000000..0x007fffffff -> 0x0058000000
[ 0.623494] tegra-pcie 10003000.pcie: 4x1, 1x1 configuration
[ 0.624941] tegra-pcie 10003000.pcie: probing port 0, using 4 lanes
[ 1.837435] tegra-pcie 10003000.pcie: link 0 down, ignoring
[ 1.837910] tegra-pcie 10003000.pcie: PCI host bridge to bus 0000:00
[ 1.837929] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.837941] pci_bus 0000:00: root bus resource [mem 0x10000000-0x10001fff]
[ 1.837952] pci_bus 0000:00: root bus resource [mem 0x10004000-0x10004fff]
[ 1.837962] pci_bus 0000:00: root bus resource [io 0x0000-0xffff]
[ 1.837973] pci_bus 0000:00: root bus resource [mem 0x50100000-0x57ffffff]
[ 1.837983] pci_bus 0000:00: root bus resource [mem 0x58000000-0x7fffffff pref]
[ 1.841635] pci_bus 0000:00: resource 4 [mem 0x10000000-0x10001fff]
[ 1.841650] pci_bus 0000:00: resource 5 [mem 0x10004000-0x10004fff]
[ 1.841660] pci_bus 0000:00: resource 6 [io 0x0000-0xffff]
[ 1.841669] pci_bus 0000:00: resource 7 [mem 0x50100000-0x57ffffff]
[ 1.841678] pci_bus 0000:00: resource 8 [mem 0x58000000-0x7fffffff pref]
[ 1.842721] tegra-gpcdma 2600000.dma-controller: Adding to iommu group 2
[ 1.844569] tegra-gpcdma 2600000.dma-controller: GPC DMA driver register 31 channels
[ 1.846863] printk: legacy console [ttyS0] disabled
[ 1.847048] 3100000.serial: ttyS0 at MMIO 0x3100000 (irq = 23, base_baud = 25500000) is a Tegra
[ 1.847085] printk: legacy console [ttyS0] enabled
[ 4.560861] dwc-eth-dwmac 2490000.ethernet: Adding to iommu group 3
[ 4.578856] dwc-eth-dwmac 2490000.ethernet: User ID: 0x10, Synopsys ID: 0x41
[ 4.585926] dwc-eth-dwmac 2490000.ethernet: DWMAC4/5
[ 4.590992] dwc-eth-dwmac 2490000.ethernet: DMA HW capability register supported
[ 4.598389] dwc-eth-dwmac 2490000.ethernet: RX Checksum Offload Engine supported
[ 4.605786] dwc-eth-dwmac 2490000.ethernet: TX Checksum insertion supported
[ 4.612751] dwc-eth-dwmac 2490000.ethernet: Wake-Up On Lan supported
[ 4.619144] dwc-eth-dwmac 2490000.ethernet: TSO supported
[ 4.624547] dwc-eth-dwmac 2490000.ethernet: Enable RX Mitigation via HW Watchdog Timer
[ 4.632468] dwc-eth-dwmac 2490000.ethernet: Enabled L3L4 Flow TC (entries=8)
[ 4.639520] dwc-eth-dwmac 2490000.ethernet: Enabled RFS Flow TC (entries=10)
[ 4.646568] dwc-eth-dwmac 2490000.ethernet: TSO feature enabled
[ 4.652492] dwc-eth-dwmac 2490000.ethernet: Using 40/40 bits DMA host/device width
[ 4.660807] irq: IRQ73: trimming hierarchy from :pmc@c360000
[ 4.671213] tegra_rtc c2a0000.rtc: registered as rtc1
[ 4.676285] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[ 4.685025] irq: IRQ76: trimming hierarchy from :pmc@c360000
[ 4.690914] pca953x 1-0074: using no AI
[ 4.697887] irq: IRQ77: trimming hierarchy from :pmc@c360000
[ 4.703706] pca953x 1-0077: using no AI
[ 4.722844] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.722854] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.722860] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.722864] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.722869] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.722874] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.763258] dl_clear_root_domain: span=1-2 type=DEF
[ 4.763264] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.763269] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.763337] __dl_sub: cpus=4 tsk_bw=104857 total_bw=104855 span=0,3-5 type=DYN
[ 4.763423] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.763428] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.763433] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.763438] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.763442] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.763446] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.829696] dl_clear_root_domain: span=1-2 type=DEF
[ 4.829701] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.829706] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.829756] __dl_sub: cpus=4 tsk_bw=104857 total_bw=104855 span=0,3-5 type=DYN
[ 4.829782] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.829786] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.829790] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.829794] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.829798] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.829802] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.896080] dl_clear_root_domain: span=1-2 type=DEF
[ 4.896084] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.896089] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.896195] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.896200] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.896204] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.896208] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.896212] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.896217] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 4.955225] dl_clear_root_domain: span=1-2 type=DEF
[ 4.955228] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 4.955231] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 4.955304] dl_clear_root_domain: span=0,3-5 type=DYN
[ 4.955307] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 4.955310] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 4.955312] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 4.955315] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 4.955318] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 5.014313] dl_clear_root_domain: span=1-2 type=DEF
[ 5.014316] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 5.014319] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 5.014703] dl_clear_root_domain: span=0,3-5 type=DYN
[ 5.014707] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 5.014710] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 5.014713] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 5.014716] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 5.014718] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 5.022246] sdhci-tegra 3440000.mmc: Adding to iommu group 4
[ 5.026437] dl_clear_root_domain: span=1-2 type=DEF
[ 5.026442] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 5.026445] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 5.098250] sdhci-tegra 3460000.mmc: Adding to iommu group 5
[ 5.108000] irq: IRQ86: trimming hierarchy from :pmc@c360000
[ 5.109074] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.115234] tegra-xusb 3530000.usb: Adding to iommu group 6
[ 5.125072] mmc0: CQHCI version 5.10
[ 5.128378] tegra-xusb 3530000.usb: Firmware timestamp: 2020-07-06 13:39:28 UTC
[ 5.135972] tegra-xusb 3530000.usb: xHCI Host Controller
[ 5.141304] tegra-xusb 3530000.usb: new USB bus registered, assigned bus number 1
[ 5.149464] tegra-xusb 3530000.usb: hcc params 0x0184fd25 hci version 0x100 quirks 0x0000000000000810
[ 5.158705] tegra-xusb 3530000.usb: irq 87, io mem 0x03530000
[ 5.162941] mmc2: SDHCI controller on 3440000.mmc [3440000.mmc] using ADMA 64-bit
[ 5.164578] tegra-xusb 3530000.usb: xHCI Host Controller
[ 5.177385] tegra-xusb 3530000.usb: new USB bus registered, assigned bus number 2
[ 5.184895] mmc0: SDHCI controller on 3460000.mmc [3460000.mmc] using ADMA 64-bit
[ 5.192552] tegra-xusb 3530000.usb: Host supports USB 3.0 SuperSpeed
[ 5.199342] hub 1-0:1.0: USB hub found
[ 5.203188] hub 1-0:1.0: 4 ports detected
[ 5.207719] hub 2-0:1.0: USB hub found
[ 5.211640] hub 2-0:1.0: 3 ports detected
[ 5.220816] sdhci-tegra 3400000.mmc: Adding to iommu group 7
[ 5.226762] irq: IRQ90: trimming hierarchy from :interrupt-controller@3881000
[ 5.233977] irq: IRQ92: trimming hierarchy from :pmc@c360000
[ 5.234024] sdhci-tegra 3400000.mmc: Got CD GPIO
[ 5.239698] irq: IRQ93: trimming hierarchy from :pmc@c360000
[ 5.244392] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.246716] sdhci-tegra 3400000.mmc: Got WP GPIO
[ 5.249992] input: gpio-keys as /devices/platform/gpio-keys/input/input0
[ 5.300641] irq: IRQ94: trimming hierarchy from :pmc@c360000
[ 5.306435] mmc1: SDHCI controller on 3400000.mmc [3400000.mmc] using ADMA 64-bit
[ 5.309600] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.314279] dwc-eth-dwmac 2490000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[ 5.331456] dwc-eth-dwmac 2490000.ethernet eth0: PHY [stmmac-0:00] driver [Broadcom BCM89610] (irq=73)
[ 5.341557] dwmac4: Master AXI performs any burst length
[ 5.346920] dwc-eth-dwmac 2490000.ethernet eth0: No Safety Features support found
[ 5.354532] dwc-eth-dwmac 2490000.ethernet eth0: IEEE 1588-2008 Advanced Timestamp supported
[ 5.363519] dwc-eth-dwmac 2490000.ethernet eth0: registered PTP clock
[ 5.370729] dwc-eth-dwmac 2490000.ethernet eth0: configuring for phy/rgmii link mode
[ 5.395796] mmc0: Command Queue Engine enabled
[ 5.400253] mmc0: new HS400 MMC card at address 0001
[ 5.404492] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 5.405694] mmcblk0: mmc0:0001 032G34 29.1 GiB
[ 5.420039] 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.434884] mmcblk0boot0: mmc0:0001 032G34 4.00 MiB
[ 5.440287] mmcblk0boot1: mmc0:0001 032G34 4.00 MiB
[ 5.445642] mmcblk0rpmb: mmc0:0001 032G34 4.00 MiB, chardev (234:0)
[ 8.229975] dwc-eth-dwmac 2490000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 8.250692] IP-Config: Complete:
[ 8.253916] device=eth0, hwaddr=00:04:4b:8c:aa:bc, ipaddr=192.168.99.2, mask=255.255.255.0, gw=192.168.99.1
[ 8.264086] host=192.168.99.2, domain=, nis-domain=(none)
[ 8.269916] bootserver=192.168.99.1, rootserver=192.168.99.1, rootpath=
[ 8.270006] clk: Disabling unused clocks
[ 8.300142] PM: genpd: Disabling unused power domains
[ 8.305218] ALSA device list:
[ 8.308198] No soundcards found.
[ 8.314146] Freeing unused kernel memory: 10944K
[ 8.318829] Run /init as init process
[ 8.322486] with arguments:
[ 8.325454] /init
[ 8.327725] netdevwait
[ 8.330425] vpr_resize
[ 8.333156] with environment:
[ 8.336298] HOME=/
[ 8.338651] TERM=linux
[ 8.341362] nvdumper_reserved=0x2772e0000
[ 8.345724] tegraid=18.1.2.0.0
[ 8.349124] bl_prof_dataptr=0x10000@0x275840000
[ 8.383234] Root device found: nfs
[ 8.393578] Ethernet interface: eth0
[ 8.402720] IP Address: 192.168.99.2
[ 8.478392] Rootfs mounted over nfs
[ 8.506478] Switching from initrd to actual rootfs
[ 8.774777] systemd[1]: System time before build time, advancing clock.
[ 8.885546] NET: Registered PF_INET6 protocol family
[ 8.891815] Segment Routing with IPv6
[ 8.895527] In-situ OAM (IOAM) with IPv6
[ 8.933832] 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)
[ 8.955463] systemd[1]: Detected architecture arm64.
[ 8.990982] systemd[1]: Set hostname to <tegra-ubuntu>.
[ 10.610688] random: crng init done
[ 10.614553] systemd[1]: Created slice System Slice.
[ 10.620450] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 10.628283] systemd[1]: Listening on Journal Socket.
[ 10.633445] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 10.683126] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 10.694544] systemd[1]: Starting Set the console keyboard layout...
[ 10.701045] systemd[1]: Reached target Remote File Systems.
[ 10.864688] systemd-journald[190]: Received request to flush runtime journal from PID 1
[ 11.545564] tegra-host1x 13e00000.host1x: Adding to iommu group 8
[ 11.594861] tegra-xudc 3550000.usb: Adding to iommu group 9
[ 11.607701] host1x-context host1x-ctx.0: Adding to iommu group 10
[ 11.615385] host1x-context host1x-ctx.1: Adding to iommu group 11
[ 11.631862] host1x-context host1x-ctx.2: Adding to iommu group 12
[ 11.640531] host1x-context host1x-ctx.3: Adding to iommu group 13
[ 11.647198] host1x-context host1x-ctx.4: Adding to iommu group 14
[ 11.660504] host1x-context host1x-ctx.5: Adding to iommu group 15
[ 11.675161] tegra-hda 3510000.hda: Adding to iommu group 16
[ 11.679764] at24 6-0050: 256 byte 24c02 EEPROM, read-only
[ 11.681851] host1x-context host1x-ctx.6: Adding to iommu group 17
[ 11.692888] at24 6-0057: 256 byte 24c02 EEPROM, read-only
[ 11.694142] host1x-context host1x-ctx.7: Adding to iommu group 18
[ 11.706877] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/processing-engine@2908000
[ 11.719609] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/asrc@2910000
[ 11.732873] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amixer@290bb00
[ 11.746182] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903b00
[ 11.757090] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903a00
[ 11.768454] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903900
[ 11.783321] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903800
[ 11.794406] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903300
[ 11.806902] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903200
[ 11.817932] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903100
[ 11.828822] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903000
[ 11.839605] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a200
[ 11.851929] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a000
[ 11.862935] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902600
[ 11.874287] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902400
[ 11.886113] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902200
[ 11.896925] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902000
[ 11.907673] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905100
[ 11.918544] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905000
[ 11.929391] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904200
[ 11.940230] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904100
[ 11.952045] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904000
[ 11.962924] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901500
[ 11.973735] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901400
[ 11.984473] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901300
[ 11.995225] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901200
[ 12.005984] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901100
[ 12.016737] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901000
[ 12.029753] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/admaif@290f000
[ 12.043105] /aconnect@2900000/ahub@2900800/i2s@2901000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.054040] /aconnect@2900000/ahub@2900800/i2s@2901100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.065357] /aconnect@2900000/ahub@2900800/i2s@2901200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.076391] /aconnect@2900000/ahub@2900800/i2s@2901300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.087381] /aconnect@2900000/ahub@2900800/i2s@2901400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.098466] /aconnect@2900000/ahub@2900800/i2s@2901500: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.110278] /aconnect@2900000/ahub@2900800/sfc@2902000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.121446] /aconnect@2900000/ahub@2900800/sfc@2902200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.132388] /aconnect@2900000/ahub@2900800/sfc@2902400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.143407] /aconnect@2900000/ahub@2900800/sfc@2902600: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.154236] /aconnect@2900000/ahub@2900800/amx@2903000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.164999] /aconnect@2900000/ahub@2900800/amx@2903100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.175746] /aconnect@2900000/ahub@2900800/amx@2903200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.186474] /aconnect@2900000/ahub@2900800/amx@2903300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.197257] /aconnect@2900000/ahub@2900800/adx@2903800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.208124] /aconnect@2900000/ahub@2900800/adx@2903900: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.218858] /aconnect@2900000/ahub@2900800/adx@2903a00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.229715] /aconnect@2900000/ahub@2900800/adx@2903b00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.240517] /aconnect@2900000/ahub@2900800/dmic@2904000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.251324] /aconnect@2900000/ahub@2900800/dmic@2904100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.262119] /aconnect@2900000/ahub@2900800/dmic@2904200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.273134] /aconnect@2900000/ahub@2900800/dspk@2905000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.283998] /aconnect@2900000/ahub@2900800/dspk@2905100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.295041] /aconnect@2900000/ahub@2900800/processing-engine@2908000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.307011] /aconnect@2900000/ahub@2900800/mvc@290a000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.317733] /aconnect@2900000/ahub@2900800/mvc@290a200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.328490] /aconnect@2900000/ahub@2900800/amixer@290bb00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.339496] /aconnect@2900000/ahub@2900800/admaif@290f000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.351058] /aconnect@2900000/ahub@2900800/asrc@2910000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.363027] tegra-audio-graph-card sound: Adding to iommu group 19
[ 12.370959] input: NVIDIA Jetson TX2 HDA HDMI/DP,pcm=3 as /devices/platform/3510000.hda/sound/card0/input1
[ 12.381410] input: NVIDIA Jetson TX2 HDA HDMI/DP,pcm=7 as /devices/platform/3510000.hda/sound/card0/input2
[ 12.395829] gic 2a41000.interrupt-controller: GIC IRQ controller registered
[ 12.403363] tegra-aconnect aconnect@2900000: Tegra ACONNECT bus registered
[ 12.446559] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901000
[ 12.450191] tegra-adma 2930000.dma-controller: Tegra210 ADMA driver registered 32 channels
[ 12.457536] /aconnect@2900000/ahub@2900800/i2s@2901000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.481551] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901100
[ 12.492296] /aconnect@2900000/ahub@2900800/i2s@2901100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.506860] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901200
[ 12.517617] /aconnect@2900000/ahub@2900800/i2s@2901200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.531396] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901300
[ 12.542136] /aconnect@2900000/ahub@2900800/i2s@2901300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.555321] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901400
[ 12.566199] /aconnect@2900000/ahub@2900800/i2s@2901400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.579119] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/i2s@2901500
[ 12.589860] /aconnect@2900000/ahub@2900800/i2s@2901500: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.602765] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902000
[ 12.613655] /aconnect@2900000/ahub@2900800/sfc@2902000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.626512] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902200
[ 12.637255] /aconnect@2900000/ahub@2900800/sfc@2902200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.650174] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902400
[ 12.660936] /aconnect@2900000/ahub@2900800/sfc@2902400: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.674806] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/sfc@2902600
[ 12.685805] /aconnect@2900000/ahub@2900800/sfc@2902600: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.699657] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903000
[ 12.710401] /aconnect@2900000/ahub@2900800/amx@2903000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.722660] tegra-dc 15200000.display: Adding to iommu group 20
[ 12.729183] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903100
[ 12.739921] /aconnect@2900000/ahub@2900800/amx@2903100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.751899] tegra-dc 15210000.display: Adding to iommu group 20
[ 12.758537] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903200
[ 12.769386] /aconnect@2900000/ahub@2900800/amx@2903200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.782392] tegra-dc 15220000.display: Adding to iommu group 20
[ 12.788541] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amx@2903300
[ 12.799331] /aconnect@2900000/ahub@2900800/amx@2903300: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.813533] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903800
[ 12.824282] /aconnect@2900000/ahub@2900800/adx@2903800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.837606] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903900
[ 12.848383] /aconnect@2900000/ahub@2900800/adx@2903900: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.861405] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903a00
[ 12.872315] /aconnect@2900000/ahub@2900800/adx@2903a00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.886179] irq: IRQ138: trimming hierarchy from :pmc@c360000
[ 12.886238] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/adx@2903b00
[ 12.902669] /aconnect@2900000/ahub@2900800/adx@2903b00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.917197] tegra-vic 15340000.vic: Adding to iommu group 21
[ 12.923367] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904000
[ 12.934202] /aconnect@2900000/ahub@2900800/dmic@2904000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.948456] tegra-nvdec 15480000.nvdec: Adding to iommu group 22
[ 12.955035] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904100
[ 12.965878] /aconnect@2900000/ahub@2900800/dmic@2904100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 12.979149] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dmic@2904200
[ 12.990031] /aconnect@2900000/ahub@2900800/dmic@2904200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.003085] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905000
[ 13.013920] /aconnect@2900000/ahub@2900800/dspk@2905000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.027103] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/dspk@2905100
[ 13.027188] [drm] Initialized tegra 1.0.0 for drm on minor 0
[ 13.037886] /aconnect@2900000/ahub@2900800/dspk@2905100: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.043657] drm drm: [drm] Cannot find any crtc or sizes
[ 13.059888] drm drm: [drm] Cannot find any crtc or sizes
[ 13.062654] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/processing-engine@2908000
[ 13.065697] drm drm: [drm] Cannot find any crtc or sizes
[ 13.077482] /aconnect@2900000/ahub@2900800/processing-engine@2908000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.097452] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a000
[ 13.108265] /aconnect@2900000/ahub@2900800/mvc@290a000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.121309] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/mvc@290a200
[ 13.132133] /aconnect@2900000/ahub@2900800/mvc@290a200: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.145169] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/amixer@290bb00
[ 13.156205] /aconnect@2900000/ahub@2900800/amixer@290bb00: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.169452] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/admaif@290f000
[ 13.180484] /aconnect@2900000/ahub@2900800/admaif@290f000: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800
[ 13.193715] /aconnect@2900000/ahub@2900800: Fixed dependency cycle(s) with /aconnect@2900000/ahub@2900800/asrc@2910000
[ 13.204554] /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)
[ 16.578835] dl_clear_root_domain: span=0,3-5 type=DYN
[ 16.578842] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 16.578847] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 16.578850] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 16.578853] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 16.578856] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 16.619356] dl_clear_root_domain: span=1-2 type=DEF
[ 16.619362] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 16.619365] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 16.643037] dl_clear_root_domain: span=0,3-5 type=DYN
[ 16.643045] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 16.643050] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 16.643053] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 16.643056] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 16.643060] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 16.683460] dl_clear_root_domain: span=1-2 type=DEF
[ 16.683466] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 16.683470] __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-00008-g1a5a0b763ef7 aa[ 16.710896] dl_clear_root_domain: span=0,3-5 type=DYN
rch64)
* Documentation: htt[ 16.710903] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
ps://help.ubuntu.com
* Managem[ 16.710908] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
ent: https://landscape.canon[ 16.710911] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
ical.com
* Support: htt[ 16.710914] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
ps://ubuntu.com/pro
This system[ 16.710918] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
has been minimized by removing packages[ 16.768453] dl_clear_root_domain: span=1-2 type=DEF
and con[ 16.768459] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
tent that are
n[ 16.768463] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
ot requi[ 16.770886] dl_clear_root_domain: span=0,3-5 type=DYN
red on a[ 16.770892] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
system [ 16.770896] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
that use[ 16.770899] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
rs do no[ 16.770902] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
t log in[ 16.770906] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
to.
To restore this content, you can run the 'unminim[ 16.836855] dl_clear_root_domain: span=1-2 type=DEF
ize' com[ 16.836860] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
mand.
\r[ 16.836863] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
The programs included with the Ubuntu system are free software;
the exact distribution terms f[ 16.866914] dl_clear_root_domain: span=0,3-5 type=DYN
or each program are described in[ 16.866923] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
the
individual[ 16.866927] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
files in /usr/share/doc[ 16.866930] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
/*/copyright.
\r[ 16.866933] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
Ubuntu [ 16.866937] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
comes with ABSOLUTELY NO WARRANT[ 16.918667] dl_clear_root_domain: span=1-2 type=DEF
Y, to th[ 16.918675] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
e extent[ 16.918679] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
permitted by
applicable law.
[ 16.947088] dl_clear_root_domain: span=0,3-5 type=DYN
[ 16.947097] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 16.947102] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 16.947105] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 16.947108] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 16.947112] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 16.987502] dl_clear_root_domain: span=1-2 type=DEF
[ 16.987509] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 16.987513] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.
ubuntu@tegra-ubuntu:~$ [ 23.530882] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 3507000.sata
[ 23.540133] tegra-mc 2c00000.memory-controller: sync_state() pending due to 3507000.sata
[ 23.548299] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 15380000.nvjpg
[ 23.557712] tegra-mc 2c00000.memory-controller: sync_state() pending due to 15380000.nvjpg
[ 23.565992] tegra186-emc 2c60000.external-memory-controller: sync_state() pending due to 154c0000.nvenc
[ 23.575392] tegra-mc 2c00000.memory-controller: sync_state() pending due to 154c0000.nvenc
[ 39.914747] VDD_RTC: disabling
[ 53.708238] PM: suspend entry (deep)
[ 53.711947] Filesystems sync: 0.000 seconds
[ 53.717088] Freezing user space processes
[ 53.722374] Freezing user space processes completed (elapsed 0.001 seconds)
[ 53.729356] OOM killer disabled.
[ 53.732588] Freezing remaining freezable tasks
[ 53.738121] Freezing remaining freezable tasks completed (elapsed 0.001 seconds)
[ 53.784526] tegra-xusb 3530000.usb: Firmware timestamp: 2020-07-06 13:39:28 UTC
[ 53.802280] dwc-eth-dwmac 2490000.ethernet eth0: Link is Down
[ 53.846083] Disabling non-boot CPUs ...
[ 53.849966] dl_bw_manage: cpu=5 cap=3072 fair_server_bw=52428 total_bw=209712 dl_bw_cpus=4 type=DYN span=0,3-5
[ 53.850008] CPU0 attaching NULL sched-domain.
[ 53.864355] span=1-2
[ 53.866545] __dl_sub: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 53.866549] __dl_server_detach_root: cpu=0 rd_span=0,3-5 total_bw=157284
[ 53.866552] rq_attach_root: cpu=0 old_span=NULL new_span=1-2
[ 53.866556] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0-2 type=DEF
[ 53.866560] __dl_server_attach_root: cpu=0 rd_span=0-2 total_bw=157284
[ 53.866563] CPU3 attaching NULL sched-domain.
[ 53.903868] span=0-2
[ 53.906055] __dl_sub: cpus=2 tsk_bw=52428 total_bw=104856 span=3-5 type=DYN
[ 53.906059] __dl_server_detach_root: cpu=3 rd_span=3-5 total_bw=104856
[ 53.906061] rq_attach_root: cpu=3 old_span=NULL new_span=0-2
[ 53.906064] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0-3 type=DEF
[ 53.906067] __dl_server_attach_root: cpu=3 rd_span=0-3 total_bw=209712
[ 53.906069] CPU4 attaching NULL sched-domain.
[ 53.943030] span=0-3
[ 53.945219] __dl_sub: cpus=1 tsk_bw=52428 total_bw=52428 span=4-5 type=DYN
[ 53.945222] __dl_server_detach_root: cpu=4 rd_span=4-5 total_bw=52428
[ 53.945225] rq_attach_root: cpu=4 old_span=NULL new_span=0-3
[ 53.945227] __dl_add: cpus=5 tsk_bw=52428 total_bw=262140 span=0-4 type=DEF
[ 53.945230] __dl_server_attach_root: cpu=4 rd_span=0-4 total_bw=262140
[ 53.945233] CPU5 attaching NULL sched-domain.
[ 53.982010] span=0-4
[ 53.984200] rq_attach_root: cpu=5 old_span= new_span=0-4
[ 53.984251] CPU0 attaching sched-domain(s):
[ 53.993750] domain-0: span=0,3-4 level=MC
[ 53.997852] groups: 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }
[ 54.003707] __dl_sub: cpus=5 tsk_bw=52428 total_bw=209712 span=0-5 type=DEF
[ 54.003711] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=209712
[ 54.003713] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 54.003716] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.003719] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 54.003723] CPU3 attaching sched-domain(s):
[ 54.039724] domain-0: span=0,3-4 level=MC
[ 54.043824] groups: 3:{ span=3 }, 4:{ span=4 }, 0:{ span=0 }
[ 54.049672] __dl_sub: cpus=4 tsk_bw=52428 total_bw=157284 span=1-5 type=DEF
[ 54.049675] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=157284
[ 54.049678] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 54.049680] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 54.049683] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 54.049686] CPU4 attaching sched-domain(s):
[ 54.086286] domain-0: span=0,3-4 level=MC
[ 54.090383] groups: 4:{ span=4 }, 0:{ span=0 }, 3:{ span=3 }
[ 54.096232] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=1-2,4-5 type=DEF
[ 54.096235] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=104856
[ 54.096238] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 54.096241] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 54.096244] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 54.096246] root domain span: 0,3-4
[ 54.133373] default domain span: 1-2,5
[ 54.137136] rd 0,3-4: Checking EAS, CPUs do not have asymmetric capacities
[ 54.145654] psci: CPU5 killed (polled 0 ms)
[ 54.150727] dl_bw_manage: cpu=4 cap=2048 fair_server_bw=52428 total_bw=157284 dl_bw_cpus=3 type=DYN span=0,3-4
[ 54.150767] CPU0 attaching NULL sched-domain.
[ 54.165117] span=1-2,5
[ 54.167485] __dl_sub: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3-4 type=DYN
[ 54.167489] __dl_server_detach_root: cpu=0 rd_span=0,3-4 total_bw=104856
[ 54.167492] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,5
[ 54.167496] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0-2,5 type=DEF
[ 54.167500] __dl_server_attach_root: cpu=0 rd_span=0-2,5 total_bw=157284
[ 54.167503] CPU3 attaching NULL sched-domain.
[ 54.205306] span=0-2,5
[ 54.207670] __dl_sub: cpus=1 tsk_bw=52428 total_bw=52428 span=3-4 type=DYN
[ 54.207673] __dl_server_detach_root: cpu=3 rd_span=3-4 total_bw=52428
[ 54.207676] rq_attach_root: cpu=3 old_span=NULL new_span=0-2,5
[ 54.207679] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0-3,5 type=DEF
[ 54.207682] __dl_server_attach_root: cpu=3 rd_span=0-3,5 total_bw=209712
[ 54.207685] CPU4 attaching NULL sched-domain.
[ 54.244964] span=0-3,5
[ 54.247324] rq_attach_root: cpu=4 old_span= new_span=0-3,5
[ 54.247373] CPU0 attaching sched-domain(s):
[ 54.257032] domain-0: span=0,3 level=MC
[ 54.260958] groups: 0:{ span=0 }, 3:{ span=3 }
[ 54.265587] __dl_sub: cpus=4 tsk_bw=52428 total_bw=157284 span=0-5 type=DEF
[ 54.265591] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=157284
[ 54.265593] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 54.265596] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.265598] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 54.265602] CPU3 attaching sched-domain(s):
[ 54.301582] domain-0: span=0,3 level=MC
[ 54.305504] groups: 3:{ span=3 }, 0:{ span=0 }
[ 54.310132] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=1-5 type=DEF
[ 54.310136] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=104856
[ 54.310138] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 54.310141] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 54.310144] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 54.310148] root domain span: 0,3
[ 54.345869] default domain span: 1-2,4-5
[ 54.349800] rd 0,3: Checking EAS, CPUs do not have asymmetric capacities
[ 54.357951] psci: CPU4 killed (polled 0 ms)
[ 54.362779] dl_bw_manage: cpu=3 cap=1024 fair_server_bw=52428 total_bw=104856 dl_bw_cpus=2 type=DYN span=0,3
[ 54.362816] CPU0 attaching NULL sched-domain.
[ 54.376992] span=1-2,4-5
[ 54.379535] __dl_sub: cpus=1 tsk_bw=52428 total_bw=52428 span=0,3 type=DYN
[ 54.379539] __dl_server_detach_root: cpu=0 rd_span=0,3 total_bw=52428
[ 54.379542] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,4-5
[ 54.379546] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0-2,4-5 type=DEF
[ 54.379549] __dl_server_attach_root: cpu=0 rd_span=0-2,4-5 total_bw=157284
[ 54.379552] CPU3 attaching NULL sched-domain.
[ 54.417350] span=0-2,4-5
[ 54.419884] rq_attach_root: cpu=3 old_span= new_span=0-2,4-5
[ 54.419928] CPU0 attaching NULL sched-domain.
[ 54.429934] span=0-5
[ 54.432125] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=0-5 type=DEF
[ 54.432129] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=104856
[ 54.432132] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 54.432135] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.432138] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 54.432140] root domain span: 0
[ 54.467082] default domain span: 1-5
[ 54.470660] rd 0: Checking EAS, CPUs do not have asymmetric capacities
[ 54.478522] psci: CPU3 killed (polled 0 ms)
[ 54.483396] dl_bw_manage: cpu=2 cap=1024 fair_server_bw=52428 total_bw=104856 dl_bw_cpus=2 type=DEF span=1-5
[ 54.483530] dl_clear_root_domain: span=0 type=DYN
[ 54.483543] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.483558] rd 0: Checking EAS, CPUs do not have asymmetric capacities
[ 54.513548] psci: CPU2 killed (polled 0 ms)
[ 54.518005] dl_bw_manage: cpu=1 cap=0 fair_server_bw=52428 total_bw=104856 dl_bw_cpus=1 type=DEF span=1-5
[ 54.518103] Error taking CPU1 down: -16
[ 54.531515] Non-boot CPUs are not disabled
[ 54.535647] Enabling non-boot CPUs ...
[ 54.539898] Detected PIPT I-cache on CPU2
[ 54.543955] CPU features: SANITY CHECK: Unexpected variation in SYS_CTR_EL0. Boot CPU: 0x0000008444c004, CPU2: 0x0000009444c004
[ 54.555460] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_AA64DFR0_EL1. Boot CPU: 0x00000010305106, CPU2: 0x00000010305116
[ 54.567700] CPU features: SANITY CHECK: Unexpected variation in SYS_ID_DFR0_EL1. Boot CPU: 0x00000003010066, CPU2: 0x00000003001066
[ 54.579639] CPU2: Booted secondary processor 0x0000000001 [0x4e0f0030]
[ 54.587300] dl_clear_root_domain: span=0 type=DYN
[ 54.587315] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.587332] rd 0: Checking EAS, CPUs do not have asymmetric capacities
[ 54.605724] CPU2 is up
[ 54.608274] Detected PIPT I-cache on CPU3
[ 54.612317] CPU3: Booted secondary processor 0x0000000101 [0x411fd073]
[ 54.619089] CPU0 attaching NULL sched-domain.
[ 54.623468] span=1-5
[ 54.625667] __dl_sub: cpus=1 tsk_bw=52428 total_bw=0 span=0 type=DYN
[ 54.625671] __dl_server_detach_root: cpu=0 rd_span=0 total_bw=0
[ 54.625674] rq_attach_root: cpu=0 old_span= new_span=1-5
[ 54.625678] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0-5 type=DEF
[ 54.625681] __dl_server_attach_root: cpu=0 rd_span=0-5 total_bw=157284
[ 54.625729] CPU0 attaching sched-domain(s):
[ 54.660952] domain-0: span=0,3 level=MC
[ 54.664879] groups: 0:{ span=0 }, 3:{ span=3 }
[ 54.669509] __dl_sub: cpus=4 tsk_bw=52428 total_bw=104856 span=0-5 type=DEF
[ 54.669513] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=104856
[ 54.669516] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 54.669519] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.669522] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 54.669526] CPU3 attaching sched-domain(s):
[ 54.705520] domain-0: span=0,3 level=MC
[ 54.709446] groups: 3:{ span=3 }, 0:{ span=0 }
[ 54.714073] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 54.714077] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 54.714080] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 54.714083] root domain span: 0,3
[ 54.736355] default domain span: 1-2,4-5
[ 54.740288] rd 0,3: Checking EAS, CPUs do not have asymmetric capacities
[ 54.747073] CPU3 is up
[ 54.749601] Detected PIPT I-cache on CPU4
[ 54.753629] CPU4: Booted secondary processor 0x0000000102 [0x411fd073]
[ 54.760367] CPU0 attaching NULL sched-domain.
[ 54.764735] span=1-2,4-5
[ 54.767277] __dl_sub: cpus=2 tsk_bw=52428 total_bw=52428 span=0,3 type=DYN
[ 54.767282] __dl_server_detach_root: cpu=0 rd_span=0,3 total_bw=52428
[ 54.767285] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,4-5
[ 54.767288] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0-2,4-5 type=DEF
[ 54.767291] __dl_server_attach_root: cpu=0 rd_span=0-2,4-5 total_bw=157284
[ 54.767294] CPU3 attaching NULL sched-domain.
[ 54.805112] span=0-2,4-5
[ 54.807655] __dl_sub: cpus=1 tsk_bw=52428 total_bw=0 span=3 type=DYN
[ 54.807658] __dl_server_detach_root: cpu=3 rd_span=3 total_bw=0
[ 54.807661] rq_attach_root: cpu=3 old_span= new_span=0-2,4-5
[ 54.807664] __dl_add: cpus=5 tsk_bw=52428 total_bw=209712 span=0-5 type=DEF
[ 54.807667] __dl_server_attach_root: cpu=3 rd_span=0-5 total_bw=209712
[ 54.807717] CPU0 attaching sched-domain(s):
[ 54.843285] domain-0: span=0,3-4 level=MC
[ 54.847385] groups: 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }
[ 54.853236] __dl_sub: cpus=5 tsk_bw=52428 total_bw=157284 span=0-5 type=DEF
[ 54.853240] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=157284
[ 54.853242] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 54.853245] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 54.853247] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 54.853250] CPU3 attaching sched-domain(s):
[ 54.889249] domain-0: span=0,3-4 level=MC
[ 54.893350] groups: 3:{ span=3 }, 4:{ span=4 }, 0:{ span=0 }
[ 54.899201] __dl_sub: cpus=4 tsk_bw=52428 total_bw=104856 span=1-5 type=DEF
[ 54.899205] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=104856
[ 54.899207] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 54.899209] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 54.899212] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 54.899215] CPU4 attaching sched-domain(s):
[ 54.935815] domain-0: span=0,3-4 level=MC
[ 54.939915] groups: 4:{ span=4 }, 0:{ span=0 }, 3:{ span=3 }
[ 54.945760] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 54.945764] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 54.945767] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 54.945771] root domain span: 0,3-4
[ 54.968739] default domain span: 1-2,5
[ 54.972498] rd 0,3-4: Checking EAS, CPUs do not have asymmetric capacities
[ 54.979534] CPU4 is up
[ 54.982058] Detected PIPT I-cache on CPU5
[ 54.986086] CPU5: Booted secondary processor 0x0000000103 [0x411fd073]
[ 54.992823] CPU0 attaching NULL sched-domain.
[ 54.997198] span=1-2,5
[ 54.999569] __dl_sub: cpus=3 tsk_bw=52428 total_bw=104856 span=0,3-4 type=DYN
[ 54.999573] __dl_server_detach_root: cpu=0 rd_span=0,3-4 total_bw=104856
[ 54.999576] rq_attach_root: cpu=0 old_span=NULL new_span=1-2,5
[ 54.999580] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0-2,5 type=DEF
[ 54.999583] __dl_server_attach_root: cpu=0 rd_span=0-2,5 total_bw=157284
[ 54.999586] CPU3 attaching NULL sched-domain.
[ 55.037405] span=0-2,5
[ 55.039772] __dl_sub: cpus=2 tsk_bw=52428 total_bw=52428 span=3-4 type=DYN
[ 55.039775] __dl_server_detach_root: cpu=3 rd_span=3-4 total_bw=52428
[ 55.039778] rq_attach_root: cpu=3 old_span=NULL new_span=0-2,5
[ 55.039780] __dl_add: cpus=5 tsk_bw=52428 total_bw=209712 span=0-3,5 type=DEF
[ 55.039783] __dl_server_attach_root: cpu=3 rd_span=0-3,5 total_bw=209712
[ 55.039785] CPU4 attaching NULL sched-domain.
[ 55.077078] span=0-3,5
[ 55.079449] __dl_sub: cpus=1 tsk_bw=52428 total_bw=0 span=4 type=DYN
[ 55.079452] __dl_server_detach_root: cpu=4 rd_span=4 total_bw=0
[ 55.079454] rq_attach_root: cpu=4 old_span= new_span=0-3,5
[ 55.079457] __dl_add: cpus=6 tsk_bw=52428 total_bw=262140 span=0-5 type=DEF
[ 55.079459] __dl_server_attach_root: cpu=4 rd_span=0-5 total_bw=262140
[ 55.079516] CPU0 attaching sched-domain(s):
[ 55.114910] domain-0: span=0,3-5 level=MC
[ 55.119011] groups: 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }
[ 55.126081] __dl_sub: cpus=6 tsk_bw=52428 total_bw=209712 span=0-5 type=DEF
[ 55.126084] __dl_server_detach_root: cpu=0 rd_span=0-5 total_bw=209712
[ 55.126087] rq_attach_root: cpu=0 old_span=NULL new_span=
[ 55.126089] __dl_add: cpus=1 tsk_bw=52428 total_bw=52428 span=0 type=DYN
[ 55.126092] __dl_server_attach_root: cpu=0 rd_span=0 total_bw=52428
[ 55.126095] CPU3 attaching sched-domain(s):
[ 55.162091] domain-0: span=0,3-5 level=MC
[ 55.166187] groups: 3:{ span=3 }, 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 }
[ 55.173258] __dl_sub: cpus=5 tsk_bw=52428 total_bw=157284 span=1-5 type=DEF
[ 55.173262] __dl_server_detach_root: cpu=3 rd_span=1-5 total_bw=157284
[ 55.173264] rq_attach_root: cpu=3 old_span=NULL new_span=0
[ 55.173266] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=0,3 type=DYN
[ 55.173269] __dl_server_attach_root: cpu=3 rd_span=0,3 total_bw=104856
[ 55.173272] CPU4 attaching sched-domain(s):
[ 55.209874] domain-0: span=0,3-5 level=MC
[ 55.213973] groups: 4:{ span=4 }, 5:{ span=5 }, 0:{ span=0 }, 3:{ span=3 }
[ 55.221041] __dl_sub: cpus=4 tsk_bw=52428 total_bw=104856 span=1-2,4-5 type=DEF
[ 55.221045] __dl_server_detach_root: cpu=4 rd_span=1-2,4-5 total_bw=104856
[ 55.221047] rq_attach_root: cpu=4 old_span=NULL new_span=0,3
[ 55.221049] __dl_add: cpus=3 tsk_bw=52428 total_bw=157284 span=0,3-4 type=DYN
[ 55.221052] __dl_server_attach_root: cpu=4 rd_span=0,3-4 total_bw=157284
[ 55.221055] CPU5 attaching sched-domain(s):
[ 55.258872] domain-0: span=0,3-5 level=MC
[ 55.262971] groups: 5:{ span=5 }, 0:{ span=0 }, 3:{ span=3 }, 4:{ span=4 }
[ 55.270034] rq_attach_root: cpu=5 old_span=NULL new_span=0,3-4
[ 55.270037] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 55.270040] __dl_server_attach_root: cpu=5 rd_span=0,3-5 total_bw=209712
[ 55.270044] root domain span: 0,3-5
[ 55.293187] default domain span: 1-2
[ 55.296773] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 55.303853] dl_clear_root_domain: span=0,3-5 type=DYN
[ 55.303857] __dl_add: cpus=4 tsk_bw=52428 total_bw=52428 span=0,3-5 type=DYN
[ 55.303861] __dl_add: cpus=4 tsk_bw=52428 total_bw=104856 span=0,3-5 type=DYN
[ 55.303864] __dl_add: cpus=4 tsk_bw=52428 total_bw=157284 span=0,3-5 type=DYN
[ 55.303866] __dl_add: cpus=4 tsk_bw=52428 total_bw=209712 span=0,3-5 type=DYN
[ 55.303869] rd 0,3-5: Checking EAS, CPUs do not have asymmetric capacities
[ 55.344203] dl_clear_root_domain: span=1-2 type=DEF
[ 55.344206] __dl_add: cpus=2 tsk_bw=52428 total_bw=52428 span=1-2 type=DEF
[ 55.344209] __dl_add: cpus=2 tsk_bw=52428 total_bw=104856 span=1-2 type=DEF
[ 55.344222] CPU5 is up
[ 55.372693] dwc-eth-dwmac 2490000.ethernet eth0: configuring for phy/rgmii link mode
[ 56.381128] dwc-eth-dwmac 2490000.ethernet: Failed to reset the dma
[ 56.387404] dwc-eth-dwmac 2490000.ethernet eth0: stmmac_hw_setup: DMA engine initialization failed
[ 56.396644] dwc-eth-dwmac 2490000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[ 56.410738] usb-conn-gpio 3520000.padctl:ports:usb2-0:connector: repeated role: device
[ 56.421561] tegra-xusb 3530000.usb: Firmware timestamp: 2020-07-06 13:39:28 UTC
[ 56.451463] OOM killer enabled.
[ 56.454610] Restarting tasks ... done.
[ 56.459700] random: crng reseeded on system resumption
[ 56.464976] PM: suspend exit
[ 56.465206] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 56.525945] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 56.586806] VDDIO_SDMMC3_AP: voltage operation not allowed
[ 56.655796] VDDIO_SDMMC3_AP: voltage operation not allowed
next prev parent reply other threads:[~2025-02-19 11:23 UTC|newest]
Thread overview: 68+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20241114142810.794657-1-juri.lelli@redhat.com>
[not found] ` <ZzYhyOQh3OAsrPo9@jlelli-thinkpadt14gen4.remote.csb>
[not found] ` <Zzc1DfPhbvqDDIJR@jlelli-thinkpadt14gen4.remote.csb>
2025-01-10 11:52 ` [PATCH v2 3/2] sched/deadline: Check bandwidth overflow earlier for hotplug Jon Hunter
2025-01-10 15:45 ` Juri Lelli
2025-01-10 18:40 ` Jon Hunter
2025-01-13 9:32 ` Juri Lelli
2025-01-13 13:53 ` Jon Hunter
2025-01-14 13:52 ` Jon Hunter
2025-01-14 14:02 ` Juri Lelli
2025-01-15 16:10 ` Juri Lelli
2025-01-16 13:14 ` Jon Hunter
2025-01-16 15:55 ` Juri Lelli
2025-02-03 11:01 ` Jon Hunter
2025-02-04 17:26 ` Juri Lelli
2025-02-05 6:53 ` Juri Lelli
2025-02-05 10:12 ` Juri Lelli
2025-02-05 16:56 ` Jon Hunter
2025-02-06 9:29 ` Juri Lelli
2025-02-07 10:38 ` Jon Hunter
2025-02-07 13:38 ` Dietmar Eggemann
2025-02-07 14:04 ` Jon Hunter
2025-02-07 15:55 ` Christian Loehle
2025-02-10 17:09 ` Juri Lelli
2025-02-11 8:36 ` Dietmar Eggemann
2025-02-11 9:21 ` Juri Lelli
2025-02-11 10:43 ` Dietmar Eggemann
2025-02-11 10:15 ` Christian Loehle
2025-02-11 10:42 ` Juri Lelli
2025-02-12 18:22 ` Dietmar Eggemann
2025-02-13 6:20 ` Juri Lelli
2025-02-13 12:27 ` Christian Loehle
2025-02-13 13:33 ` Juri Lelli
2025-02-13 13:38 ` Christian Loehle
2025-02-13 14:51 ` Juri Lelli
2025-02-13 14:57 ` Christian Loehle
2025-02-16 16:33 ` Qais Yousef
2025-02-17 14:52 ` Juri Lelli
2025-02-22 23:59 ` Qais Yousef
2025-02-24 9:27 ` Juri Lelli
2025-02-25 0:02 ` Qais Yousef
2025-02-25 9:46 ` Juri Lelli
2025-02-25 10:09 ` Christian Loehle
2025-02-12 23:01 ` Jon Hunter
2025-02-13 6:16 ` Juri Lelli
2025-02-13 9:53 ` Jon Hunter
2025-02-14 10:05 ` Jon Hunter
2025-02-17 16:08 ` Juri Lelli
2025-02-17 16:10 ` Jon Hunter
2025-02-17 16:25 ` Juri Lelli
2025-02-18 9:58 ` Juri Lelli
2025-02-18 10:30 ` Juri Lelli
2025-02-18 14:12 ` Dietmar Eggemann
2025-02-18 14:18 ` Juri Lelli
2025-02-19 9:29 ` Dietmar Eggemann
2025-02-19 10:02 ` Juri Lelli
2025-02-19 11:23 ` Jon Hunter [this message]
2025-02-19 13:09 ` Dietmar Eggemann
2025-02-19 18:14 ` Dietmar Eggemann
2025-02-20 10:40 ` Juri Lelli
2025-02-20 15:25 ` Juri Lelli
2025-02-21 11:56 ` Jon Hunter
2025-02-21 14:45 ` Dietmar Eggemann
2025-02-24 13:53 ` Dietmar Eggemann
2025-02-24 14:03 ` Juri Lelli
2025-02-24 23:39 ` Jon Hunter
2025-02-25 9:48 ` Juri Lelli
2025-03-03 14:17 ` Jon Hunter
2025-03-03 16:00 ` Juri Lelli
2025-02-07 14:04 ` Jon Hunter
2025-02-07 15:52 ` Juri Lelli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=9a51eeda-bb0e-4f6d-a4c1-8be997cfbd20@nvidia.com \
--to=jonathanh@nvidia.com \
--cc=bigeasy@linutronix.de \
--cc=bsegall@google.com \
--cc=cgroups@vger.kernel.org \
--cc=christian.loehle@arm.com \
--cc=dietmar.eggemann@arm.com \
--cc=hannes@cmpxchg.org \
--cc=joel@joelfernandes.org \
--cc=juri.lelli@redhat.com \
--cc=kawasin@google.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-tegra@vger.kernel.org \
--cc=longman@redhat.com \
--cc=mgorman@suse.de \
--cc=mingo@redhat.com \
--cc=mkoutny@suse.com \
--cc=pauld@redhat.com \
--cc=peterz@infradead.org \
--cc=qyousef@layalina.io \
--cc=rostedt@goodmis.org \
--cc=shraash@google.com \
--cc=suleiman@google.com \
--cc=tj@kernel.org \
--cc=treding@nvidia.com \
--cc=vincent.guittot@linaro.org \
--cc=vineeth@bitbyteword.org \
--cc=vschneid@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox