How can I handle these warning and error about memory? Are they harmless?

The pipeline will get the warning on Xavier NX.

I’m more concerned about two of these messages, should I solve them? My pipeline still looks fine.

[   69.006543] nvmap_alloc_handle: PID 11127: yrvideo: WARNING: All NvMap Allocations must have a tag to identify the subsystem allocating memory.Please pass the tag to the API call NvRmMemHanldeAllocAttr() or relevant. 

[37330.603328] Unable to handle kernel NULL pointer dereference at virtual address 00000004

The full dmesg here.

[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 4.9.201-tegra (root@rj-ThinkPad-E475) (gcc version 7.3.1 20180425 [linaro-7.3-2018.05 revision d29120a424ecfbc167ef90065c0eeb7f91977701] (Linaro GCC 7.3-2018.05) ) #46 SMP PREEMPT Thu May 19 10:54:53 CST 2022
[    0.000000] Boot CPU: AArch64 Processor [4e0f0040]
[    0.000000] OF: fdt:memory scan node memory, reg size 48,
[    0.000000] OF: fdt: - 80000000 ,  2c000000
[    0.000000] OF: fdt: - ac200000 ,  44800000
[    0.000000] OF: fdt: - 100000000 ,  380000000
[    0.000000] earlycon: tegra_comb_uart0 at MMIO32 0x000000000c168000 (options '')
[    0.000000] bootconsole [tegra_comb_uart0] enabled
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb0_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb1_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb2_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: fdt:Reserved memory: failed to reserve memory for node 'fb3_carveout': base 0x0000000000000000, size 0 MiB
[    0.000000] OF: reserved mem: initialized node ramoops_carveout, compatible id nvidia,ramoops
[    0.000000] OF: reserved mem: initialized node vpr-carveout, compatible id nvidia,vpr-carveout
[    0.000000] OF: reserved mem: initialized node grid-of-semaphores, compatible id nvidia,gosmem
[    0.000000] cma: Reserved 64 MiB at 0x00000000c2000000
[    0.000000] On node 0 totalpages: 4130304
[    0.000000]   DMA zone: 7192 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 460288 pages, LIFO batch:31
[    0.000000]   Normal zone: 57344 pages used for memmap
[    0.000000]   Normal zone: 3670016 pages, LIFO batch:31
[    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 24 pages/cpu s57560 r8192 d32552 u98304
[    0.000000] pcpu-alloc: s57560 r8192 d32552 u98304 alloc=24*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3 [0] 4 [0] 5 
[    0.000000] Speculative Store Bypass Disable mitigation not required
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 4065768
[    0.000000] Kernel command line: console=ttyTCU0,115200 video=tegrafb no_console_suspend=1 earlycon=tegra_comb_uart,mmio32,0x0c168000 gpt rootfs.slot_suffix= usbcore.old_scheme_first=1 tegraid=19.1.2.0.0 maxcpus=6 boot.slot_suffix= boot.ratchetvalues=0.4.2 vpr_resize sdhci_tegra.en_boot_part_access=1    quiet root=/dev/nvme0n1p1 rw rootwait rootfstype=ext4 console=ttyTCU0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
[    0.000000] log_buf_len individual max cpu contribution: 32768 bytes
[    0.000000] log_buf_len total cpu_extra contributions: 163840 bytes
[    0.000000] log_buf_len min size: 32768 bytes
[    0.000000] log_buf_len: 262144 bytes
[    0.000000] early log buf free: 29088(88%)
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.000000] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.000000] Memory: 15435972K/16521216K available (15294K kernel code, 2942K rwdata, 6708K rodata, 8576K init, 609K bss, 331580K reserved, 753664K cma-reserved)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     modules : 0xffffff8000000000 - 0xffffff8008000000   (   128 MB)
[    0.000000]     vmalloc : 0xffffff8008000000 - 0xffffffbebfff0000   (   250 GB)
[    0.000000]       .text : 0xffffff8008080000 - 0xffffff8008f70000   ( 15296 KB)
[    0.000000]     .rodata : 0xffffff8008f70000 - 0xffffff8009610000   (  6784 KB)
[    0.000000]       .init : 0xffffff8009610000 - 0xffffff8009e70000   (  8576 KB)
[    0.000000]       .data : 0xffffff8009e70000 - 0xffffff800a14f808   (  2943 KB)
[    0.000000]        .bss : 0xffffff800a14f808 - 0xffffff800a1e7cbc   (   610 KB)
[    0.000000]     fixed   : 0xffffffbefe7fd000 - 0xffffffbefec00000   (  4108 KB)
[    0.000000]     PCI I/O : 0xffffffbefee00000 - 0xffffffbeffe00000   (    16 MB)
[    0.000000]     vmemmap : 0xffffffbf00000000 - 0xffffffc000000000   (     4 GB maximum)
[    0.000000]               0xffffffbf00000000 - 0xffffffbf10000000   (   256 MB actual)
[    0.000000]     memory  : 0xffffffc000000000 - 0xffffffc400000000   ( 16384 MB)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=6.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=6
[    0.000000] NR_IRQS:64 nr_irqs:64 0
[    0.000000] GIC: Using split EOI/Deactivate mode
[    0.000000] arm_arch_timer: Architected 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.000004] sched_clock: 56 bits at 31MHz, resolution 32ns, wraps every 4398046511088ns
[    0.000664] Console: colour dummy device 80x25
[    0.000678] console [tty0] enabled
[    0.000686] bootconsole [tegra_comb_uart0] disabled
[    0.000700] kmemleak: Kernel memory leak detector disabled
[    0.000719] Calibrating delay loop (skipped), value calculated using timer frequency.. 62.50 BogoMIPS (lpj=125000)
[    0.000736] pid_max: default: 32768 minimum: 301
[    0.001829] Security Framework initialized
[    0.002399] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.002411] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.004164] ftrace: allocating 47209 entries in 185 pages
[    0.407631] sched-energy: Sched-energy-costs installed from DT
[    0.407654] ASID allocator initialised with 65536 entries
[    0.442052] tegra-id: chipid=21917.
[    0.442068] tegra-id: opt_subrevision=1.
[    0.442096] Tegra Revision: A02p SKU: 0xde CPU Process: 0 SoC Process: 0
[    0.442126] DTS File Name: /home/rj/nx_35_5_1_kernel/Linux_for_Tegra/source/public/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.442137] DTB Build time: Mar 10 2022 17:54:05
[    0.490212] CPU1: Booted secondary processor [4e0f0040]
[    0.522391] CPU2: Booted secondary processor [4e0f0040]
[    0.554497] CPU3: Booted secondary processor [4e0f0040]
[    0.586749] CPU4: Booted secondary processor [4e0f0040]
[    0.618850] CPU5: Booted secondary processor [4e0f0040]
[    0.619095] Brought up 6 CPUs
[    0.619105] SMP: Total of 6 processors activated.
[    0.619115] CPU features: detected feature: Privileged Access Never
[    0.619121] CPU features: detected feature: LSE atomic instructions
[    0.619128] CPU features: detected feature: User Access Override
[    0.619134] CPU features: detected feature: 32-bit EL0 Support
[    0.620603] CPU: All CPU(s) started at EL2
[    0.620651] alternatives: patching kernel code
[    0.628075] devtmpfs: initialized
[    0.667004] Initilizing CustomIPI irq domain
[    0.667264] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    0.667279] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.675823] pinctrl core: initialized pinctrl subsystem
[    0.676049] OS set in device tree is not L4T.
[    0.676299] regulator-dummy: no parameters
[    0.676530] Initializing plugin-manager
[    0.676587] Plugin module not found
[    0.676621] Plugin-manager status disabled
[    0.677853] NET: Registered protocol family 16
[    0.679364] pstore: using zlib compression
[    0.679385] console [pstore-1] enabled
[    0.679393] pstore: Registered ramoops as persistent store backend
[    0.679425] ramoops: attached 0x200000@0xf0800000, ecc: 0/0
[    0.693421] cpuidle: using governor menu
[    0.694502] bpmp: waiting for handshake
[    0.694511] bpmp: handshake completed
[    0.694525] bpmp: synchronizing channels
[    0.694534] bpmp: channels synchronized
[    0.694540] bpmp: mail init ok
[    0.697211] t19x-arm-smmu 12000000.iommu: found 3 SMMUs and ISO SMMU id is 2
[    0.697452] t19x-arm-smmu 12000000.iommu: probing hardware configuration...
[    0.697460] t19x-arm-smmu 12000000.iommu: SMMUv2 with:
[    0.697467] t19x-arm-smmu 12000000.iommu: 	stage 1 translation
[    0.697472] t19x-arm-smmu 12000000.iommu: 	stage 2 translation
[    0.697498] t19x-arm-smmu 12000000.iommu: 	nested translation
[    0.697508] t19x-arm-smmu 12000000.iommu: 	stream matching with 128 register groups, mask 0x7f80
[    0.697516] t19x-arm-smmu 12000000.iommu: SMMU address space size (0x800000) differs from mapped region size (0x1000000)!
[    0.697523] t19x-arm-smmu 12000000.iommu: 	64 context banks (0 stage-2 only)
[    0.697530] t19x-arm-smmu 12000000.iommu: 	Stage-1: 39-bit VA -> 48-bit IPA
[    0.697536] t19x-arm-smmu 12000000.iommu: 	Stage-2: 39-bit IPA -> 48-bit PA
[    0.700780] vdso: 2 pages (1 code @ ffffff8008f77000, 1 data @ ffffff8009e74000)
[    0.700808] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
[    0.703351] atomic_pool_init():622: DMA: preallocated 1024 KiB pool for atomic allocations
[    0.705421] tegra_aon_clk_init: ok
[    0.705431] Registering BPMP clocks...
[    0.705546] tegra_bpmp_clk_init: clock init ok (400 clks)
[    0.706386] Serial: AMBA PL011 UART driver
[    0.706535] tegra_powergate_init: DONE
[    0.706609] DTS File Name: /home/rj/nx_35_5_1_kernel/Linux_for_Tegra/source/public/kernel/kernel-4.9/arch/arm64/boot/dts/../../../../../../hardware/nvidia/platform/t19x/jakku/kernel-dts/tegra194-p3668-all-p3509-0000.dts
[    0.706619] DTB Build time: Mar 10 2022 17:54:05
[    0.710256] Tegra reboot handler registered.
[    0.719186] iommu: Adding device 14160000.pcie to group 0
[    0.719830] iommu: Adding device 141a0000.pcie to group 1
[    0.721211] iommu: Adding device 2490000.ether_qos to group 2
[    0.721742] iommu: Adding device 3100000.serial to group 3
[    0.722274] iommu: Adding device 3110000.serial to group 4
[    0.722681] iommu: Adding device 3140000.serial to group 5
[    0.723336] tegra-pmc c360000.pmc: scratch reg offset dts data not present
[    0.723734] tegra-pmc: get_secure_pmc_setting: done secure_pmc=0
[    0.723754] tegra-pmc: ### PMC reset source: TEGRA_SOFTWARE_RESET
[    0.723759] tegra-pmc: ### PMC reset level: TEGRA_RESET_LEVEL_L1
[    0.723764] tegra-pmc: ### PMC reset status reg: 0x2d
[    0.723812] tegra-pmc: PMC Prod config success
[    0.724051] padctrl padctrl.0: Pad control driver tegra-pmc-padctrl registered
[    0.724065] tegra-pmc c360000.pmc: IO padctrl driver initialized
[    0.724397] iommu: Adding device 3460000.sdhci to group 6
[    0.724887] iommu: Adding device 3400000.sdhci to group 7
[    0.725714] iommu: Adding device 3440000.sdhci to group 8
[    0.726229] iommu: Adding device 3210000.spi to group 9
[    0.726612] iommu: Adding device 3230000.spi to group 10
[    0.727026] iommu: Adding device 3270000.spi to group 11
[    0.728219] iommu: Adding device 3160000.i2c to group 12
[    0.728598] iommu: Adding device c240000.i2c to group 13
[    0.729014] iommu: Adding device 3180000.i2c to group 14
[    0.729397] iommu: Adding device 3190000.i2c to group 15
[    0.729996] iommu: Adding device 31b0000.i2c to group 16
[    0.730408] iommu: Adding device 31c0000.i2c to group 17
[    0.730801] iommu: Adding device c250000.i2c to group 18
[    0.731224] iommu: Adding device 31e0000.i2c to group 19
[    0.731854] iommu: Adding device sound to group 20
[    0.732615] iommu: Adding device 3510000.hda to group 21
[    0.733357] iommu: Adding device bc00000.rtcpu to group 22
[    0.735355] iommu: Adding device 13e10000.host1x to group 23
[    0.735810] iommu: Adding device 13e10000.host1x:ctx0 to group 24
[    0.736197] iommu: Adding device 13e10000.host1x:ctx1 to group 25
[    0.736628] iommu: Adding device 13e10000.host1x:ctx2 to group 26
[    0.737013] iommu: Adding device 13e10000.host1x:ctx3 to group 27
[    0.737411] iommu: Adding device 13e10000.host1x:ctx4 to group 28
[    0.737855] iommu: Adding device 13e10000.host1x:ctx5 to group 29
[    0.738217] iommu: Adding device 13e10000.host1x:ctx6 to group 30
[    0.738618] iommu: Adding device 13e10000.host1x:ctx7 to group 31
[    0.739115] iommu: Adding device 15340000.vic to group 32
[    0.739569] iommu: Adding device 15380000.nvjpg to group 33
[    0.739841] iommu: Adding device 15500000.tsec to group 34
[    0.740112] iommu: Adding device 15100000.tsecb to group 35
[    0.740395] iommu: Adding device 15480000.nvdec to group 36
[    0.740667] iommu: Adding device 15140000.nvdec1 to group 37
[    0.740976] iommu: Adding device 154c0000.nvenc to group 38
[    0.741248] iommu: Adding device 15a80000.nvenc1 to group 39
[    0.741665] iommu: Adding device 15880000.nvdla0 to group 40
[    0.742195] iommu: Adding device 158c0000.nvdla1 to group 41
[    0.742749] iommu: Adding device 15200000.nvdisplay to group 42
[    0.746789] platform 15200000.nvdisplay: IOVA linear map 0x00000000c6000000(2a000000)
[    0.746861] t19x-arm-smmu: Adding 15200000.nvdisplay to ISO SMMU client
[    0.747583] iommu: Adding device 15210000.nvdisplay to group 43
[    0.747655] t19x-arm-smmu: Adding 15210000.nvdisplay to ISO SMMU client
[    0.749343] iommu: Adding device 15c10000.vi to group 44
[    0.749505] t19x-arm-smmu: Adding 15c10000.vi to ISO SMMU client
[    0.749990] iommu: Adding device 14800000.isp to group 45
[    0.750975] iommu: Adding device 16000000.pva0 to group 46
[    0.751493] iommu: Adding device 16800000.pva1 to group 47
[    0.751882] iommu: Adding device 15810000.se to group 48
[    0.752288] iommu: Adding device 15820000.se to group 49
[    0.752560] iommu: Adding device 15830000.se to group 50
[    0.752846] iommu: Adding device 15840000.se to group 51
[    0.753141] iommu: Adding device c1a0000.aon to group 52
[    0.754712] iommu: Adding device d000000.bpmp to group 53
[    0.755042] bpmp: ping status is 0
[    0.755197] bpmp d000000.bpmp: firmware tag is e73a758761f0c6d24a1e69a2ac6b5035
[    0.758319] bpmp d000000.bpmp: probe ok
[    0.760310] tegra-reset 0.bpmp_reset: registered 190 resets.
[    0.760730] iommu: Adding device smmu_test to group 54
[    0.761869] mc: mapped MMIO address: 0xffffff800a5c0000 -> 0x2c10000
[    0.761886] mc: mapped MMIO address: 0xffffff800a5e0000 -> 0x2c20000
[    0.761903] mc: mapped MMIO address: 0xffffff800a7b0000 -> 0x2c30000
[    0.761973] mc: mapped MMIO address: 0xffffff800a7d0000 -> 0x2c40000
[    0.761992] mc: mapped MMIO address: 0xffffff800b010000 -> 0x2c50000
[    0.762006] mc: mapped MMIO address: 0xffffff800b030000 -> 0x2b80000
[    0.762043] mc: mapped MMIO address: 0xffffff800b050000 -> 0x2b90000
[    0.762058] mc: mapped MMIO address: 0xffffff800b070000 -> 0x2ba0000
[    0.762072] mc: mapped MMIO address: 0xffffff800b090000 -> 0x2bb0000
[    0.762087] mc: mapped MMIO address: 0xffffff800b0b0000 -> 0x1700000
[    0.762121] mc: mapped MMIO address: 0xffffff800b0d0000 -> 0x1710000
[    0.762136] mc: mapped MMIO address: 0xffffff800b0f0000 -> 0x1720000
[    0.762151] mc: mapped MMIO address: 0xffffff800b110000 -> 0x1730000
[    0.762165] mc: mapped MMIO address: 0xffffff800b130000 -> 0x1740000
[    0.762180] mc: mapped MMIO address: 0xffffff800b150000 -> 0x1750000
[    0.762195] mc: mapped MMIO address: 0xffffff800b170000 -> 0x1760000
[    0.762209] mc: mapped MMIO address: 0xffffff800b190000 -> 0x1770000
[    0.762283] mc-err: mcerr ops are set to t19x
[    0.767798] iommu: Adding device 2600000.dma to group 55
[    0.773158] gpio gpiochip0: gpio-line-names specifies 240 line names but there are 224 lines on the chip
[    0.774304] GPIO line 339 (wifi-enable) hogged as output/high
[    0.774369] GPIO line 393 (rst-tca1116) hogged as output/low
[    0.774409] GPIO line 419 (rst-5g) hogged as output/low
[    0.774449] GPIO line 412 (camera-control-output-low) hogged as output/low
[    0.774487] GPIO line 413 (camera-control-output-low) hogged as output/low
[    0.774830] gpiochip_setup_dev: registered GPIOs 288 to 511 on device: gpiochip0 (tegra-gpio)
[    0.782409] gpio gpiochip1: gpio-line-names specifies 21 line names but there are 40 lines on the chip
[    0.782474] GPIO line 253 (pex-refclk-sel-low) hogged as output/low
[    0.782510] GPIO line 266 (sys-led1) hogged as output/low
[    0.782543] GPIO line 264 (w-disable2) hogged as output/high
[    0.782603] GPIO line 265 (suspend-led-gpio) hogged as output/high
[    0.782927] gpiochip_setup_dev: registered GPIOs 248 to 287 on device: gpiochip1 (tegra-gpio-aon)
[    0.785299] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_83 = 0x10a
[    0.785314] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CTRL_0 = 3
[    0.785330] tegra186-aowake c370000.pmc: WAKE_AOWAKE_CNTRL_24(PMU_INT) = 256
[    0.786264] iommu: Adding device 3550000.xudc to group 56
[    0.786911] iommu: Adding device 3610000.xhci to group 57
[    0.788917] arm64_ras arm64_ras: probed
[    0.789285] ras_fhi_enable: FHI 471 enabled on CPU0
[    0.789355] ras_fhi_enable: FHI 472 enabled on CPU1
[    0.789460] ras_fhi_enable: FHI 473 enabled on CPU2
[    0.789529] ras_fhi_enable: FHI 474 enabled on CPU3
[    0.789602] ras_fhi_enable: FHI 475 enabled on CPU4
[    0.789689] ras_fhi_enable: FHI 476 enabled on CPU5
[    0.789907] carmel_ras_enable: RAS enabled on cpu0
[    0.790083] carmel_ras_enable: RAS enabled on cpu1
[    0.790319] carmel_ras_enable: RAS enabled on cpu2
[    0.790518] carmel_ras_enable: RAS enabled on cpu3
[    0.790725] carmel_ras_enable: RAS enabled on cpu4
[    0.790957] carmel_ras_enable: RAS enabled on cpu5
[    0.791039] carmel_ras carmel_ras: probed
[    0.792165] tegra-cbb 2300000.cbb-noc: noc_secure_irq = 480, noc_nonsecure_irq = 479>
[    0.792635] tegra-cbb c600000.aon-noc: noc_secure_irq = 482, noc_nonsecure_irq = 481>
[    0.793477] tegra-cbb d600000.bpmp-noc: noc_secure_irq = 484, noc_nonsecure_irq = 483>
[    0.794310] tegra-cbb be00000.rce-noc: noc_secure_irq = 486, noc_nonsecure_irq = 485>
[    0.795127] tegra-cbb b600000.sce-noc: noc_secure_irq = 488, noc_nonsecure_irq = 487>
[    0.795497] tegra-cbb 14040000.cv-noc: defer probe as CV-NOC not probed yet
[    0.796700] vdd-ac-bat: 5000 mV 
[    0.797115] vdd-sdmmc1-sw: 3300 mV 
[    0.797489] vdd-sdmmc3-sw: 3300 mV 
[    0.797802] vdd-1v8-sd: 1800 mV 
[    0.798108] vdd-3v3-cvb: 3300 mV 
[    0.798447] vdd-1v8-cvb: 1800 mV 
[    0.798790] vdd-epb-1v0: supplied by vdd-3v3-cvb
[    0.798834] vdd-epb-1v0: 1000 mV 
[    0.799240] avdd-cam-2v8: 2800 mV 
[    0.799555] vdd-fan: 5000 mV 
[    0.799861] vdd-hdmi-5v0: 5000 mV 
[    0.800160] vdd_sys_en: 1200 mV 
[    0.835277] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.839655] eventlib_kernel: keventlib is initialized, test id: 0
[    0.839994] SCSI subsystem initialized
[    0.840233] libata version 3.00 loaded.
[    0.840460] usbcore: registered new interface driver usbfs
[    0.840517] usbcore: registered new interface driver hub
[    0.840629] usbcore: registered new device driver usb
[    0.851784] tegra-i2c 31e0000.i2c: could not find pctldev for node /host1x/dpaux@155F0000/pinmux@0, deferring probe
[    0.854465] max77620 4-003c: PMIC Version OTP:0x51 and ES:0x2
[    0.866768] vdd-1v0: at 1000 mV 
[    0.874842] vdd-1v8-hs: at 1800 mV 
[    0.882877] vdd-1v8-ls: at 1800 mV 
[    0.890915] vdd-1v8-ao: at 1800 mV 
[    0.898915] vddio-ddr-1v1: at 1100 mV 
[    0.906702] vdd-rtc: at 800 mV 
[    0.907753] spmic-ldo1: at 2375 mV 
[    0.918766] vdd-ao-3v3: at 3300 mV 
[    0.930798] vddio-emmc-3v3: at 3300 mV 
[    0.931920] spmic-ldo4: at 1587 mV 
[    0.942867] vdd-usb-3v3: at 3300 mV 
[    0.954899] vddio-sdmmc1-3v3: at 3300 mV 
[    0.959013] vdd-csi-1v2: at 1200 mV 
[    0.960101] spmic-ldo8: at 1800 mV 
[    0.964328] GPIO line 246 (gpio_default) hogged as output/high
[    0.965275] GPIO line 247 (gpio_default) hogged as output/high
[    0.965651] gpiochip_setup_dev: registered GPIOs 240 to 247 on device: gpiochip2 (max77620-gpio)
[    0.965926] max77620 4-003c: max77620 probe successful
[    0.966378] media: Linux media interface: v0.10
[    0.966425] Linux video capture interface: v2.00
[    0.967675] pps_core: LinuxPPS API ver. 1 registered
[    0.967686] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.967707] PTP clock support registered
[    0.967931] tegra_wdt_t18x 30c0000.watchdog: Expiry count is deprecated
[    0.968187] tegra_wdt_t18x 30c0000.watchdog: Tegra WDT init timeout = 120 sec
[    0.968220] tegra_wdt_t18x 30c0000.watchdog: Registered successfully
[    0.970713] trusty trusty: trusty version: Built: 08:40:57 Feb 19 2021 
[    0.970773] trusty trusty: selected api version: 3 (requested 3)
[    0.971738] Advanced Linux Sound Architecture Driver Initialized.
[    0.972220] Bluetooth: Core ver 2.22
[    0.972264] NET: Registered protocol family 31
[    0.972274] Bluetooth: HCI device and connection manager initialized
[    0.972288] Bluetooth: HCI socket layer initialized
[    0.972317] Bluetooth: L2CAP socket layer initialized
[    0.972349] Bluetooth: SCO socket layer initialized
[    0.975118] camchar: rtcpu character device driver loaded
[    0.975877] gpio tegra-gpio wake61 for gpio=201(Z:1)
[    0.975974] extcon-gpio-states external-connection:extcon@1: Cable state:0, cable id:0
[    0.977678] clocksource: Switched to clocksource arch_sys_counter
[    1.022745] VFS: Disk quotas dquot_6.6.0
[    1.022834] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.023157] nvmap_heap_init: nvmap_heap_init: created heap block cache
[    1.024435] tegra-carveouts tegra-carveouts: assigned reserved memory node grid-of-semaphores
[    1.024492] dma_declare_coherent_resizable_cma_memory:324: resizable heap=vpr, base=0x00000000c6000000, size=0x2a000000
[    1.024753] cma: enabled page replacement for spfn=c6000, epfn=f0000
[    1.024764] dma_declare_coherent_resizable_cma_memory:373: resizable cma heap=vpr create successful
[    1.024785] nvmap: nvmap_select_cache_ops() nvmap cache ops set to scf
[    1.024799] nvmap_page_pool_init: Total RAM pages: 4047409
[    1.024808] nvmap_page_pool_init: nvmap page pool size: 505926 pages (1976 MB)
[    1.024967] nvmap_background_zero_thread: PP zeroing thread starting.
[    1.025437] misc nvmap: created heap vpr base 0x00000000c6000000 size (688128KiB)
[    1.027591] tegra-gpcdma 2600000.dma: GPC DMA driver register 31 channels
[    1.040431] thermal thermal_zone0: Registering thermal zone thermal_zone0 for type CPU-therm
[    1.040653] thermal thermal_zone1: Registering thermal zone thermal_zone1 for type GPU-therm
[    1.040877] thermal thermal_zone2: Registering thermal zone thermal_zone2 for type AUX-therm
[    1.041069] thermal thermal_zone3: Registering thermal zone thermal_zone3 for type AO-therm
[    1.041254] thermal thermal_zone4: Registering thermal zone thermal_zone4 for type PMIC-Die
[    1.042617] la/ptsa driver initialized.
[    1.042914] NET: Registered protocol family 2
[    1.043704] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    1.044351] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    1.044975] TCP: Hash tables configured (established 131072 bind 65536)
[    1.045043] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    1.045306] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    1.045861] NET: Registered protocol family 1
[    1.046466] RPC: Registered named UNIX socket transport module.
[    1.046477] RPC: Registered udp transport module.
[    1.046505] RPC: Registered tcp transport module.
[    1.046516] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    1.046528] PCI: CLS 0 bytes, default 64
[    1.046724] Trying to unpack rootfs image as initramfs...
[    1.046999] rootfs image is not initramfs (junk in compressed archive); looks like an initrd
[    1.055036] Freeing initrd memory: 7064K
[    1.077922] host1x 13e10000.host1x: initialized
[    1.080447] hw perfevents: enabled with armv8_pmuv3 PMU driver, 7 counters available
[    1.085324] audit: initializing netlink subsys (disabled)
[    1.085378] audit: type=2000 audit(0.700:1): initialized
[    1.086212] workingset: timestamp_bits=46 max_order=22 bucket_order=0
[    1.097002] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    1.098347] ntfs: driver 2.1.32 [Flags: R/W].
[    1.099014] 9p: Installing v9fs 9p2000 file system support
[    1.104277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 240)
[    1.104450] io scheduler noop registered
[    1.104742] io scheduler cfq registered (default)
[    1.108493] gic 2a41000.agic-controller: GIC IRQ controller registered
[    1.109700] random: fast init done
[    1.143463] iommu: Adding device 2993000.adsp to group 58
[    1.253494] iommu: Adding device aconnect@2a41000:adsp_audio to group 59
[    1.254453] tegra-aconnect aconnect@2a41000: Tegra ACONNECT bus registered
[    1.267666] tegra-pwm 3280000.pwm: PWM clk can sleep in ops
[    1.268126] tegra-pwm c340000.pwm: PWM clk can sleep in ops
[    1.268724] tegra-pwm 32c0000.pwm: PWM clk can sleep in ops
[    1.269183] tegra-pwm 32d0000.pwm: PWM clk can sleep in ops
[    1.269592] tegra-pwm 32f0000.pwm: PWM clk can sleep in ops
[    1.272929] tegra_camera_platform tegra-camera-platform: tegra_camera_probe:camera_platform_driver probe
[    1.273127] misc tegra_camera_ctrl: tegra_camera_isomgr_register isp_iso_bw=1500000, vi_iso_bw=1500000, max_bw=1500000
[    1.276047] tsec 15500000.tsec: initialized
[    1.277584] tsec 15100000.tsecb: initialized
[    1.281424] nvdec 15480000.nvdec: initialized
[    1.283918] nvdec 15140000.nvdec1: initialized
[    1.289457] falcon 15340000.vic: initialized
[    1.291519] falcon 15380000.nvjpg: initialized
[    1.293703] falcon 154c0000.nvenc: initialized
[    1.295780] falcon 15a80000.nvenc1: initialized
[    1.299048] iommu_context_dev 13e10000.host1x:ctx0: initialized (streamid=56)
[    1.300669] iommu_context_dev 13e10000.host1x:ctx1: initialized (streamid=57)
[    1.302370] iommu_context_dev 13e10000.host1x:ctx2: initialized (streamid=58)
[    1.304010] iommu_context_dev 13e10000.host1x:ctx3: initialized (streamid=59)
[    1.305752] iommu_context_dev 13e10000.host1x:ctx4: initialized (streamid=60)
[    1.307289] iommu_context_dev 13e10000.host1x:ctx5: initialized (streamid=61)
[    1.308862] iommu_context_dev 13e10000.host1x:ctx6: initialized (streamid=62)
[    1.310414] iommu_context_dev 13e10000.host1x:ctx7: initialized (streamid=63)
[    1.314084] t194-nvcsi 15a00000.nvcsi: initialized
[    1.319690] scare-pigeon 13e10000.host1x:vi-thi@15f00000: initialized
[    1.320153] scare-pigeon 14b00000.isp-thi: initialized
[    1.325878] pva 16000000.pva0: initialized
[    1.331680] pva 16800000.pva1: initialized
[    1.336562] nvdla 15880000.nvdla0: initialized
[    1.341199] nvdla 158c0000.nvdla1: initialized
[    1.342503] tegradccommon 15200000.dc_common: host1x channel mapped
[    1.342515] tegradccommon 15200000.dc_common: dc_common syncpt # 1 allocated
[    1.342556] tegradccommon 15200000.dc_common: dma mapping done
[    1.342823] tegra_cec 3960000.tegra_cec: dt=1 start=0x03960000 end=0x03960FFF irq=79
[    1.342832] tegra_cec 3960000.tegra_cec: Unpowergate DISP: 0.
[    1.343081] tegra_cec 3960000.tegra_cec: Enable clock result: 0.
[    1.343112] tegra_cec 3960000.tegra_cec: tegra_cec_init started
[    1.343405] tegra_cec 3960000.tegra_cec: cec_add_sysfs ret=0
[    1.343413] tegra_cec 3960000.tegra_cec: probed
[    1.343848] tegradc 15200000.nvdisplay: disp0 connected to head0->/host1x/sor1
[    1.343899] generic_infoframe_type: 0x87
[    1.343978] tegradc 15200000.nvdisplay: DT parsed successfully
[    1.344013] tegradc 15200000.nvdisplay: Display dc.ffffff800bce0000 registered with id=0
[    1.348752] tegra_nvdisp_bandwidth_register_max_config: max config iso bw = 15681600 KB/s
[    1.348767] tegra_nvdisp_bandwidth_register_max_config: max config EMC floor = 933000000 Hz
[    1.348779] tegra_nvdisp_bandwidth_register_max_config: max config hubclk = 300000000 Hz
[    1.349024] tegradc 15200000.nvdisplay: vblank syncpt # 8 for dc 0
[    1.349033] tegradc 15200000.nvdisplay: vpulse3 syncpt # 9 for dc 0
[    1.352245] tegradc 15200000.nvdisplay: hdmi: invalid prod list prod_list_hdmi_board
[    1.352252] tegradc 15200000.nvdisplay: hdmi: tegra_hdmi_tmds_range_read(bd) failed
[    1.354659] tegra-adma 2930000.adma: Tegra210 ADMA driver registered 32 channels
[    1.355342] tegra-fuse-burn 3820000.efuse:efuse-burn: shutdown limit check disabled
[    1.355350] tegra-fuse-burn 3820000.efuse:efuse-burn: Fuse burn driver initialized
[    1.355672] kfuse 3830000.kfuse: initialized
[    1.356671] tegradc 15200000.nvdisplay: probed
[    1.357434] Console: switching to colour frame buffer device 80x30
[    1.357468] tegradc 15200000.nvdisplay: fb registered
[    1.357910] gpio tegra-gpio wake63 for gpio=97(M:1)
[    1.358276] tegradc 15210000.nvdisplay: disp1 connected to head1->/host1x/sor
[    1.358305] tegradc 15210000.nvdisplay: parse_dp_settings: No dp-lt-settings node
[    1.358375] tegradc 15210000.nvdisplay: DT parsed successfully
[    1.358406] tegradc 15210000.nvdisplay: Display dc.ffffff800be50000 registered with id=1
[    1.358557] tegradc 15210000.nvdisplay: vblank syncpt # 11 for dc 1
[    1.358565] tegradc 15210000.nvdisplay: vpulse3 syncpt # 12 for dc 1
[    1.363181] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
[    1.366903] 3100000.serial: ttyTHS0 at MMIO 0x3100000 (irq = 47, base_baud = 0) is a TEGRA_UART
[    1.368150] 3110000.serial: ttyTHS1 at MMIO 0x3110000 (irq = 48, base_baud = 0) is a TEGRA_UART
[    1.368523] tegradc 15210000.nvdisplay: probed
[    1.368838] tegradc 15210000.nvdisplay: fb registered
[    1.368851] 3140000.serial: ttyTHS4 at MMIO 0x3140000 (irq = 49, base_baud = 0) is a TEGRA_UART
[    1.369955] console [ttyTCU0] enabled
[    1.370264] [drm] Initialized
[    1.373099] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.374439] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.375971] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.377502] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.377710] tegradc 15210000.nvdisplay: dp: Failed for I2C write addr:80, size:1, stat:0x10000100
[    1.378675] tegra_nvdisp_handle_pd_enable: Unpowergated Head0 pd
[    1.378811] tegra_nvdisp_handle_pd_enable: Unpowergated Head1 pd
[    1.378936] tegra_nvdisp_handle_pd_enable: Unpowergated Head2 pd
[    1.382948] brd: module loaded
[    1.383986] Parent Clock set for DC pll_d
[    1.389197] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.390413] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.391976] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.393470] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.393628] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.394516] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.395853] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.397159] loop: module loaded
[    1.397252] tegra_profiler: version: 1.143, samples/io: 48/28
[    1.397402] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.397409] tegra_profiler: auth: init
[    1.398082] THERMAL EST: found 3 subdevs
[    1.398096] THERMAL EST num_resources: 0
[    1.398108] [THERMAL EST subdev 0]
[    1.398118] [THERMAL EST subdev 1]
[    1.398130] [THERMAL EST subdev 2]
[    1.398143] THERMAL EST: Found 2 profiles, default profile is quiet
[    1.398451] thermal thermal_zone5: Registering thermal zone thermal_zone5 for type thermal-fan-est
[    1.398459] THERMAL EST: thz register success.
[    1.398664] THERMAL EST: end of probe, return err: 0
[    1.398756] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.398920] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.399317] sd: No Scsi addr parsed to reserve index
[    1.399349] hisi_sas: driver version v1.6
[    1.399802] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.401314] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.401889] spi spi0.0: lch:setup 8 bpw, ~cpol, ~cpha, 14000000Hz
[    1.402835] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.403261] spi spi2.0: lch:setup 8 bpw, ~cpol, ~cpha, 33000000Hz
[    1.404366] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.404507] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.405401] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.406914] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.408462] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.409170] qspi_mtd spi6.0: s25fs256s SSG 8 0 1000 2000000
[    1.409178] qspi_mtd spi6.0: s25fs256s (32768 Kbytes)
[    1.409188] qspi_mtd spi6.0: mtd .name = spi6.0, .size = 0x2000000 (32MiB) .erasesize = 0x00010000 (64KiB) .numeraseregions = 0
[    1.409437] 1 ofpart partitions found on MTD device spi6.0
[    1.409443] Creating 1 MTD partitions on "spi6.0":
[    1.409461] 0x000000000000-0x000002000000 : "Whole_flash0"
[    1.410065] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.410227] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.410406] tegradc 15210000.nvdisplay: dp: failed to exit panel power save mode (0xfffffff2)
[    1.411066] hpd: state 7 (Takeover from bootloader), hpd 1, pending_hpd_evt 1
[    1.411073] hpd: switching from state 7 (Takeover from bootloader) to state 1 (Check Plug)
[    1.412276] libphy: Fixed MDIO Bus: probed
[    1.412980] tun: Universal TUN/TAP device driver, 1.6
[    1.412986] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.413746] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    1.413751] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    1.413817] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.4.0-k
[    1.413822] igb: Copyright (c) 2007-2014 Intel Corporation.
[    1.413861] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.4.0-k
[    1.413865] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.413915] Intel(R) 10GbE PCI Express Linux Network Driver - version 4.6.4
[    1.413920] Copyright(c) 1999 - 2017 Intel Corporation.
[    1.513760] hpd: state 1 (Check Plug), hpd 1, pending_hpd_evt 0
[    1.513771] hpd: switching from state 1 (Check Plug) to state 2 (Check EDID)
[    1.521727] hpd: state 2 (Check EDID), hpd 1, pending_hpd_evt 0
[    1.522456] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.523978] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.525500] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.526999] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.527150] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.528022] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.529543] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.531063] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.532581] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.532718] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.533582] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.535113] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.536629] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.538164] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.538315] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.539181] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 2
[    1.540681] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 1
[    1.542179] tegradc 15210000.nvdisplay: dp: aux write retry (0x10000100) -- 0
[    1.543673] tegradc 15210000.nvdisplay: dp: aux write got error (0x10000100)
[    1.543846] tegradc 15210000.nvdisplay: dp: Failed to write DPCD data. CMD 0x600, Status 0x10000100
[    1.544022] tegradc 15210000.nvdisplay: dp: failed to exit panel power save mode (0xfffffff2)
[    1.544178] hpd: edid read prepare failed
[    1.544272] hpd: DC from connected to disconnected
[    1.660911] eqos 2490000.ether_qos: failed to read eqos_auto_cal_config_0_reg
[    1.661507] eqos 2490000.ether_qos: Setting local MAC: 48 b0 2d 5f 87 f7
[    1.661628] libphy: dwc_phy: probed
[    1.664039] PPP generic driver version 2.4.2
[    1.664446] PPP BSD Compression module registered
[    1.664454] PPP Deflate Compression module registered
[    1.664471] PPP MPPE Compression module registered
[    1.664477] NET: Registered protocol family 24
[    1.664526] usbcore: registered new interface driver r8152
[    1.664562] usbcore: registered new interface driver asix
[    1.664593] usbcore: registered new interface driver ax88179_178a
[    1.664620] usbcore: registered new interface driver cdc_ether
[    1.664646] usbcore: registered new interface driver net1080
[    1.664673] usbcore: registered new interface driver cdc_subset
[    1.664702] usbcore: registered new interface driver zaurus
[    1.664743] usbcore: registered new interface driver cdc_ncm
[    1.665165] VFIO - User Level meta-driver version: 0.3
[    1.666559] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.666578] ehci-pci: EHCI PCI platform driver
[    1.666617] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.666627] ohci-pci: OHCI PCI platform driver
[    1.666660] ohci-platform: OHCI generic platform driver
[    1.671043] tegra-xusb 3610000.xhci: USB2 port 0 has OTG_CAP
[    1.673076] tegra-xusb 3610000.xhci: extcon 0: ffffffc3ec2b4000 id
[    1.673329] tegra-xusb 3610000.xhci: Direct firmware load for tegra19x_xusb_firmware failed with error -2
[    1.673361] tegra-xusb 3610000.xhci: Falling back to user helper
[    1.673608] usbcore: registered new interface driver uas
[    1.673720] usbcore: registered new interface driver usb-storage
[    1.673821] usbcore: registered new interface driver usbserial
[    1.676592] tegra-xudc-new 3550000.xudc: PMQOS CPU boost enabled
[    1.676668] tegra-xudc-new 3550000.xudc: device count: 1
[    1.677490] tegra-xudc-new 3550000.xudc: vbus state: 0
[    1.677500] tegra-xudc-new 3550000.xudc: Initialize boost_cpufreq work
[    1.677527] tegra-xudc-new 3550000.xudc: entering ELPG
[    1.677871] tegra-xudc-new 3550000.xudc: entering ELPG done
[    1.678364] mousedev: PS/2 mouse device common for all mice
[    1.678497] usbcore: registered new interface driver xpad
[    1.813005] max77686-rtc max77620-rtc: rtc core: registered max77620-rtc as rtc0
[    1.814688] Wake73 for irq=42
[    1.816045] rtc rtc1: alarm rtc device
[    1.816061] tegra_rtc c2a0000.rtc: rtc core: registered c2a0000.rtc as rtc1
[    1.816086] tegra_rtc c2a0000.rtc: Tegra internal Real Time Clock
[    1.816207] i2c /dev entries driver
[    1.818309] i2c i2c-2: Added multiplexed i2c bus 9
[    1.818705] i2c i2c-2: Added multiplexed i2c bus 10
[    1.818735] i2c-mux-gpio cam_i2cmux: 2 port mux on 3180000.i2c adapter
[    1.819201] imx219 9-0010: tegracam sensor driver:imx219_v2.0.6
[    1.842763] imx219 9-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.843075] imx219 9-0010: board setup failed
[    1.843241] imx219: probe of 9-0010 failed with error -121
[    1.843696] imx219 10-0010: tegracam sensor driver:imx219_v2.0.6
[    1.867017] imx219 10-0010: imx219_board_setup: error during i2c read probe (-121)
[    1.867343] imx219 10-0010: board setup failed
[    1.867521] imx219: probe of 10-0010 failed with error -121
[    1.868608] max77620-power max20024-power: Event recorder REG_NVERC : 0x0
[    1.875420] tegra-thermal-throttle bthrot_cdev: cpufreq policy is not ready defer
[    1.875795] FAN dev name: pwm-fan
[    1.875867] FAN:gpio request success.
[    1.875916] FAN: can't find tach_gpio
[    1.875927] pwm_fan_driver pwm-fan: Found 2 profiles, default profile is quiet
[    1.876015] pwm_fan_driver pwm-fan: cap state:4, cap pwm:160
[    1.876258] pwm_fan_driver pwm-fan: got pwm for fan. polarity is normal
[    1.876290] pwm_fan_driver pwm-fan: tach period: 1000
[    1.876912] pwm_fan_driver pwm-fan: index 0: pwm=0, rpm=0, rru=40, rrd=40, state:2
[    1.876921] pwm_fan_driver pwm-fan: index 1: pwm=90, rpm=1000, rru=2, rrd=2, state:2
[    1.876927] pwm_fan_driver pwm-fan: index 2: pwm=110, rpm=2000, rru=1, rrd=1, state:2
[    1.876933] pwm_fan_driver pwm-fan: index 3: pwm=130, rpm=3000, rru=1, rrd=1, state:2
[    1.876939] pwm_fan_driver pwm-fan: index 4: pwm=160, rpm=4000, rru=1, rrd=1, state:3
[    1.876945] pwm_fan_driver pwm-fan: index 5: pwm=200, rpm=5000, rru=1, rrd=1, state:3
[    1.876950] pwm_fan_driver pwm-fan: index 6: pwm=255, rpm=6000, rru=1, rrd=1, state:3
[    1.876956] pwm_fan_driver pwm-fan: index 7: pwm=255, rpm=7000, rru=1, rrd=1, state:4
[    1.876962] pwm_fan_driver pwm-fan: index 8: pwm=255, rpm=10000, rru=1, rrd=1, state:4
[    1.876967] pwm_fan_driver pwm-fan: index 9: pwm=255, rpm=11000, rru=1, rrd=1, state:4
[    1.877895] tegra-oc-event d280000.soctherm-oc-event: OC driver initialized
[    1.879091] device-mapper: uevent: version 1.0.3
[    1.879651] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel@redhat.com
[    1.883367] tegra194_cpufreq_probe: platform driver Initialization: pass
[    1.884593] cpuidle: Initializing cpuidle driver
[    1.885425] sdhci: Secure Digital Host Controller Interface driver
[    1.885429] sdhci: Copyright(c) Pierre Ossman
[    1.885432] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.886468] sdhci-tegra 3460000.sdhci: Client registration for eMC Successful
[    1.888222] CMDQ: cmdq_platfm_init successful
[    1.888701] sdhci-tegra 3400000.sdhci: Got CD GPIO
[    1.890791] sdhci-tegra 3400000.sdhci: Client registration for eMC Successful
[    1.892764] sdhci-tegra 3400000.sdhci: wakeup init done, cdirq 248
[    1.894596] sdhci-tegra 3440000.sdhci: Got CD GPIO
[    1.895617] sdhci-tegra 3440000.sdhci: Client registration for eMC Successful
[    1.897718] sdhci-tegra 3440000.sdhci: wakeup init done, cdirq 441
[    1.902648] tegra-se-elp 3ad0000.se_elp: tegra_se_elp_probe: complete
[    1.904208] tegra-se-nvhost 15810000.se: initialized
[    1.905445] tegra-se-nvhost 15810000.se: tegra_se_probe: complete
[    1.906198] tegra-se-nvhost 15820000.se: initialized
[    1.907590] tegra-se-nvhost 15820000.se: tegra_se_probe: complete
[    1.908606] tegra-se-nvhost 15830000.se: initialized
[    1.909352] tegra-se-nvhost 15830000.se: tegra_se_probe: complete
[    1.910384] tegra-se-nvhost 15840000.se: initialized
[    1.911561] tegra-se-nvhost 15840000.se: tegra_se_probe: complete
[    1.911825] hidraw: raw HID events driver (C) Jiri Kosina
[    1.913034] usbcore: registered new interface driver usbhid
[    1.913038] usbhid: USB HID core driver
[    1.916863] tegra186-cam-rtcpu bc00000.rtcpu: deferring, 14800000.isp is not probed
[    1.918045] tegra_aon c1a0000.aon: tegra aon driver probe OK
[    1.918600] tegra186-aondbg aondbg: aondbg driver probe() OK
[    1.919265] denver_knobs_init:MTS_VERSION:51035886
[    1.919431] tegra19x_actmon d230000.actmon: in actmon_register()...
[    1.920237] tegra19x_actmon d230000.actmon: initialization Completed for the device mc_all
[    1.920596] t19x_cache tegra-cache: probed
[    1.923322] misc nvmap: cvsram :dma coherent mem declare 0x0000000050000000,4194304
[    1.923332] misc nvmap: created heap cvsram base 0x0000000050000000 size (4096KiB)
[    1.923993] carmel-pmu-drv carmel-pmu: Registered Carmel PMU
[    1.924423] PLL_AON clock registered
[    1.926241] Clocks initialized successfully
[    1.927820] nvpmodel: initialized successfully
[    1.928888] trusty-virtio trusty:virtio: initializing
[    1.929103] trusty_ipc virtio0: vring0: va(pa)  ffffffc3e8c60000(0) qsz 32 notifyid 1
[    1.929113] trusty_ipc virtio0: vring1: va(pa)  ffffffc3e8c62000(0) qsz 32 notifyid 2
[    1.929258] trusty-virtio trusty:virtio: initializing done
[    1.929390] trusty_ipc virtio0: is online
[    1.930525] tegra-hda 3510000.hda: Override SDO lines to 4
[    1.930868] usbcore: registered new interface driver snd-usb-audio
[    1.933703] mmc0: SDHCI controller on 3460000.sdhci [3460000.sdhci] using ADMA 64-bit with 64 bit addr
[    1.936391] wrm tegra_admaif_probe ---1
[    1.937817] gpio tegra-gpio wake8 for gpio=55(G:7)
[    1.937875] mmc1: SDHCI controller on 3400000.sdhci [3400000.sdhci] using ADMA 64-bit with 64 bit addr
[    1.941845] mmc2: SDHCI controller on 3440000.sdhci [3440000.sdhci] using ADMA 64-bit with 64 bit addr
[    1.943894] input: tegra-hda-xnx HDMI/DP,pcm=3 as /devices/3510000.hda/sound/card0/input0
[    1.944155] input: tegra-hda-xnx HDMI/DP,pcm=7 as /devices/3510000.hda/sound/card0/input1
[    1.944340] input: tegra-hda-xnx HDMI/DP,pcm=8 as /devices/3510000.hda/sound/card0/input2
[    1.944621] input: tegra-hda-xnx HDMI/DP,pcm=9 as /devices/3510000.hda/sound/card0/input3
[    1.979749] mmc0: mmc_decode_ext_csd: CMDQ supported: depth: 31, cmdq_support: 1
[    1.993860] mmc0: periodic cache flush enabled
[    1.993876] mmc0: new HS400 Enhanced strobe MMC card at address 0001
[    1.994506] mmcblk0: mmc0:0001 DG4016 14.7 GiB 
[    1.994785] mmcblk0boot0: mmc0:0001 DG4016 partition 1 4.00 MiB
[    1.995093] mmcblk0boot1: mmc0:0001 DG4016 partition 2 4.00 MiB
[    1.995309] mmcblk0rpmb: mmc0:0001 DG4016 partition 3 4.00 MiB
[    2.000249]  mmcblk0: p1 p2 p3 p4 p5 p6 p7 p8 p9 p10 p11
[    2.005855] OPE platform probe
[    2.005962] OPE platform probe successful
[    2.011625] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    2.012191] u32 classifier
[    2.012194]     Actions configured
[    2.012284] Initializing XFRM netlink socket
[    2.012875] NET: Registered protocol family 10
[    2.017789] NET: Registered protocol family 17
[    2.017804] NET: Registered protocol family 15
[    2.017861] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[    2.017951] Bluetooth: RFCOMM socket layer initialized
[    2.017966] Bluetooth: RFCOMM ver 1.11
[    2.017976] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.017983] Bluetooth: HIDP socket layer initialized
[    2.018001] 9pnet: Installing 9P2000 support
[    2.018042] Key type dns_resolver registered
[    2.018334] Registered cp15_barrier emulation handler
[    2.018353] Registered setend emulation handler
[    2.019772] registered taskstats version 1
[    2.020118] tegra-pcie-dw 14160000.pcie: Setting init speed to max speed
[    2.021547] OF: PCI: host bridge /pcie@14160000 ranges:
[    2.021564] OF: PCI:    IO 0x36100000..0x361fffff -> 0x36100000
[    2.021587] OF: PCI:   MEM 0x1740000000..0x17ffffffff -> 0x40000000
[    2.021593] OF: PCI:   MEM 0x1400000000..0x173fffffff -> 0x1400000000
[    2.361762] tegra_cec 3960000.tegra_cec: Can't find physical addresse.
[    2.361769] tegra_cec 3960000.tegra_cec: tegra_cec_init Done.
[    2.522124] FAN rising trip_level:1 cur_temp:46400 trip_temps[2]:60000
[    2.537868] tegra-pcie-dw 14160000.pcie: link is down
[    2.538036] tegra-pcie-dw 14160000.pcie: PCI host bridge to bus 0004:00
[    2.538045] pci_bus 0004:00: root bus resource [bus 00-ff]
[    2.538053] pci_bus 0004:00: root bus resource [io  0x0000-0xfffff] (bus address [0x36100000-0x361fffff])
[    2.538060] pci_bus 0004:00: root bus resource [mem 0x1740000000-0x17ffffffff] (bus address [0x40000000-0xffffffff])
[    2.538064] pci_bus 0004:00: root bus resource [mem 0x1400000000-0x173fffffff pref]
[    2.538091] pci 0004:00:00.0: [10de:1ad1] type 01 class 0x060400
[    2.538239] pci 0004:00:00.0: PME# supported from D0 D3hot D3cold
[    2.538432] iommu: Adding device 0004:00:00.0 to group 60
[    2.538718] pci 0004:00:00.0: PCI bridge to [bus 01-ff]
[    2.538741] pci 0004:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    2.538951] pcieport 0004:00:00.0: Signaling PME through PCIe PME interrupt
[    2.538958] pcie_pme 0004:00:00.0:pcie001: service driver pcie_pme loaded
[    2.539060] aer 0004:00:00.0:pcie002: service driver aer loaded
[    2.539244] pcie_pme 0004:00:00.0:pcie001: unloading service driver pcie_pme
[    2.539349] aer 0004:00:00.0:pcie002: unloading service driver aer
[    2.539464] pci_bus 0004:01: busn_res: [bus 01-ff] is released
[    2.539593] iommu: Removing device 0004:00:00.0 from group 60
[    2.539625] pci_bus 0004:00: busn_res: [bus 00-ff] is released
[    2.541817] tegra-pcie-dw 14160000.pcie: PCIe link is not up...!
[    2.542576] tegra-pcie-dw 141a0000.pcie: Setting init speed to max speed
[    2.543676] OF: PCI: host bridge /pcie@141a0000 ranges:
[    2.543693] OF: PCI:    IO 0x3a100000..0x3a1fffff -> 0x3a100000
[    2.543702] OF: PCI:   MEM 0x1f40000000..0x1fffffffff -> 0x40000000
[    2.543707] OF: PCI:   MEM 0x1c00000000..0x1f3fffffff -> 0x1c00000000
[    2.555368] tegra_nvdisp_handle_pd_disable: Powergated Head2 pd
[    2.555442] tegra_nvdisp_handle_pd_disable: Powergated Head1 pd
[    2.555898] tegra_nvdisp_handle_pd_disable: Powergated Head0 pd
[    2.555967] tegradc 15210000.nvdisplay: blank - powerdown
[    2.555978] extcon-disp-state external-connection:disp-state: cable 44 state 0 already set.
[    2.555981] Extcon DP: HPD disabled
[    2.555984] hpd: hpd_switch 0
[    2.555988] hpd: switching from state 2 (Check EDID) to state 3 (Disabled)
[    2.653729] tegra-pcie-dw 141a0000.pcie: link is up
[    2.654021] tegra-pcie-dw 141a0000.pcie: PCI host bridge to bus 0005:00
[    2.654031] pci_bus 0005:00: root bus resource [bus 00-ff]
[    2.654055] pci_bus 0005:00: root bus resource [io  0x100000-0x1fffff] (bus address [0x3a100000-0x3a1fffff])
[    2.654062] pci_bus 0005:00: root bus resource [mem 0x1f40000000-0x1fffffffff] (bus address [0x40000000-0xffffffff])
[    2.654067] pci_bus 0005:00: root bus resource [mem 0x1c00000000-0x1f3fffffff pref]
[    2.654094] pci 0005:00:00.0: [10de:1ad0] type 01 class 0x060400
[    2.654238] pci 0005:00:00.0: PME# supported from D0 D3hot D3cold
[    2.654417] iommu: Adding device 0005:00:00.0 to group 60
[    2.654777] pci 0005:01:00.0: [1bc0:1002] type 00 class 0x010802
[    2.654880] pci 0005:01:00.0: reg 0x10: [mem 0x00000000-0x00003fff 64bit]
[    2.655551] pci 0005:01:00.0: PME# supported from D0 D3hot
[    2.655848] iommu: Adding device 0005:01:00.0 to group 61
[    2.666482] pci 0005:00:00.0: BAR 14: assigned [mem 0x1f40000000-0x1f400fffff]
[    2.666491] pci 0005:01:00.0: BAR 0: assigned [mem 0x1f40000000-0x1f40003fff 64bit]
[    2.666549] pci 0005:00:00.0: PCI bridge to [bus 01-ff]
[    2.666556] pci 0005:00:00.0:   bridge window [mem 0x1f40000000-0x1f400fffff]
[    2.666572] pci 0005:00:00.0: Max Payload Size set to  256/ 256 (was  256), Max Read Rq  512
[    2.666613] pci 0005:01:00.0: Max Payload Size set to  256/ 512 (was  128), Max Read Rq  512
[    2.666833] pcieport 0005:00:00.0: Signaling PME through PCIe PME interrupt
[    2.666837] pci 0005:01:00.0: Signaling PME through PCIe PME interrupt
[    2.666843] pcie_pme 0005:00:00.0:pcie001: service driver pcie_pme loaded
[    2.666976] aer 0005:00:00.0:pcie002: service driver aer loaded
[    2.667343] nvme nvme0: pci function 0005:01:00.0
[    2.667400] nvme 0005:01:00.0: enabling device (0000 -> 0002)
[    2.678288] tegra-cbb 14040000.cv-noc: noc_secure_irq = 92, noc_nonsecure_irq = 91>
[    2.683632] tegra194-isp5 14800000.isp: initialized
[    2.690637] tegra194-vi5 15c10000.vi: using default number of vi channels, 36
[    2.693326] tegra194-vi5 15c10000.vi: initialized
[    2.697594] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi--2 bound
[    2.697744] tegra194-vi5 15c10000.vi: subdev 15a00000.nvcsi--1 bound
[    2.697951] tegra-thermal-throttle bthrot_cdev: clk:cpu max:1907200000, min:115200000 steps:24
[    2.702090] tegra-thermal-throttle bthrot_cdev: clk:gpu max:1109250000, min:114750000 steps:10
[    2.702107] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:0:cpu off:0 slope-adj:200
[    2.702112] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced clk:1:gpu off:0 slope-adj:400
[    2.702189] tegra-thermal-throttle bthrot_cdev: cdev:skin-balanced max_state:48 cutoff:0
[    2.702246] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:0:cpu off:0 slope-adj:400
[    2.702250] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced clk:1:gpu off:0 slope-adj:400
[    2.706438] tegra-thermal-throttle bthrot_cdev: cdev:gpu-balanced max_state:40 cutoff:1
[    2.706501] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:0:cpu off:0 slope-adj:200
[    2.706506] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced clk:1:gpu off:365500000 slope-adj:300
[    2.706801] tegra-thermal-throttle bthrot_cdev: cdev:cpu-balanced max_state:48 cutoff:0
[    2.706855] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:0:cpu off:38400000 slope-adj:10
[    2.706860] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced clk:1:gpu off:25500000 slope-adj:10
[    2.707193] tegra-thermal-throttle bthrot_cdev: cdev:emergency-balanced max_state:2 cutoff:0
[    2.707236] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:0:cpu off:0 slope-adj:400
[    2.707241] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced clk:1:gpu off:0 slope-adj:400
[    2.707462] tegra-thermal-throttle bthrot_cdev: cdev:aux-balanced max_state:40 cutoff:1
[    2.708235] tegra186-cam-rtcpu bc00000.rtcpu: Trace buffer configured at IOVA=0xbff00000
[    2.779408]  nvme0n1: p1
[    2.787651] tegra-ivc ivc-bc00000.rtcpu: region 0: iova=0xbfee0000-0xbfefffff size=131072
[    2.788053] tegra-ivc ivc-bc00000.rtcpu:echo@0: echo: ver=0 grp=1 RX[16x64]=0x1000-0x1480 TX[16x64]=0x1480-0x1900
[    2.788287] tegra-ivc ivc-bc00000.rtcpu:dbg@1: dbg: ver=0 grp=1 RX[1x384]=0x1900-0x1b00 TX[1x384]=0x1b00-0x1d00
[    2.788463] tegra-ivc ivc-bc00000.rtcpu:dbg@2: dbg: ver=0 grp=1 RX[1x8192]=0x1d00-0x3d80 TX[1x8192]=0x3d80-0x5e00
[    2.788940] tegra-ivc ivc-bc00000.rtcpu:ivccontrol@3: ivccontrol: ver=0 grp=1 RX[64x320]=0x5e00-0xae80 TX[64x320]=0xae80-0xff00
[    2.789012] tegra-ivc ivc-bc00000.rtcpu:ivccapture@4: ivccapture: ver=0 grp=1 RX[512x64]=0xff00-0x17f80 TX[512x64]=0x17f80-0x20000
[    2.789197] tegra186-cam-rtcpu bc00000.rtcpu: using cam RTCPU IRQ (67)
[    2.789201] tegra186-cam-rtcpu bc00000.rtcpu: tegra_camrtc_mon_create is successful
[    2.790275] tegra186-cam-rtcpu bc00000.rtcpu: firmware version cpu=rce cmd=5 sha1=cf2bef3ad10e437272857b76308abef8ffb80bda
[    2.792288] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    2.792993] Wake83 for irq=211
[    2.793059] gpio tegra-gpio wake67 for gpio=48(G:0)
[    2.793146] gpio tegra-gpio-aon wake29 for gpio=36(EE:4)
[    2.793284] input: gpio-keys as /devices/gpio-keys/input/input4
[    2.795575] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    2.826800] tegra_rtc c2a0000.rtc: setting system clock to 2022-06-20 08:39:22 UTC (1655714362)
[    2.827379] mmcblk mmc0:0001: Card claimed for testing.
[    2.868843] bpmp: mounted debugfs mirror
[    2.875108] ALSA device list:
[    2.875114]   #0: tegra-hda-xnx at 0x3518000 irq 66
[    2.875363] RAMDISK: Couldn't find valid RAM disk image starting at 0.
[    2.882420] EXT4-fs (nvme0n1p1): mounted filesystem with ordered data mode. Opts: (null)
[    2.882451] VFS: Mounted root (ext4 filesystem) on device 259:1.
[    2.883581] devtmpfs: mounted
[    2.885877] Freeing unused kernel memory: 8576K
[    2.979369] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.982548] cgroup: cgroup2: unknown option "nsdelegate"
[    2.988406] 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)
[    2.989535] systemd[1]: Detected architecture arm64.
[    2.994871] systemd[1]: Set hostname to <rj-desktop>.
[    3.072516] systemd[1]: File /lib/systemd/system/systemd-journald.service:36 configures an IP firewall (IPAddressDeny=any), but the local system does not support BPF/cgroup based firewalling.
[    3.072528] systemd[1]: Proceeding WITHOUT firewalling in effect! (This warning is only shown for the first loaded unit using IP firewalling.)
[    3.107836] systemd[1]: Configuration file /etc/systemd/system/zookeeper.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.127169] systemd[1]: Configuration file /etc/systemd/system/supervisord.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.144284] systemd[1]: Configuration file /etc/systemd/system/nginx.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.147798] systemd[1]: Configuration file /etc/systemd/system/kafka.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.148972] systemd[1]: Configuration file /etc/systemd/system/h2.service is marked executable. Please remove executable permission bits. Proceeding anyway.
[    3.181500] random: systemd: uninitialized urandom read (16 bytes read)
[    3.184438] random: systemd: uninitialized urandom read (16 bytes read)
[    3.184882] random: systemd: uninitialized urandom read (16 bytes read)
[    3.225616] EXT4-fs (nvme0n1p1): re-mounted. Opts: (null)
[    3.323240] nvgpu: 17000000.gv11b          nvgpu_nvhost_syncpt_init:291  [INFO]  syncpt_unit_base 60000000 syncpt_unit_size 400000 size 1000

[    3.335066] cpu-throttle-alert cooling device registered.
[    3.335143] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    3.335442] gpu-throttle-alert cooling device registered.
[    3.335777] aux-throttle-alert cooling device registered.
[    3.342111] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    3.344836] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    3.590150] systemd-journald[2280]: Received request to flush runtime journal from PID 1
[    4.402602] gpio tegra-gpio wake20 for gpio=52(G:4)
[    4.412370] random: crng init done
[    4.412478] random: 7 urandom warning(s) missed due to ratelimiting
[    4.413496] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    4.531343] using random self ethernet address
[    4.531475] using random host ethernet address
[    4.546369] tegra-asoc: sound: snd_soc_register_card failed (-517)
[    4.640733] tegra-xusb 3610000.xhci: cannot find firmware....retry after 1 second
[    5.087155] Mass Storage Function, version: 2009/09/11
[    5.087164] LUN: removable file: (no medium)
[    5.096379] using random self ethernet address
[    5.096506] using random host ethernet address
[    5.121166] rndis0: HOST MAC ea:c4:95:67:be:a0
[    5.121427] rndis0: MAC ea:c4:95:67:be:a1
[    5.123078] usb0: HOST MAC ea:c4:95:67:be:a2
[    5.123139] usb0: MAC ea:c4:95:67:be:a3
[    5.123162] tegra-xudc-new 3550000.xudc: exiting ELPG
[    5.128553] tegra-xudc-new 3550000.xudc: exiting ELPG done
[    5.128576] tegra-xudc-new 3550000.xudc: ep 0 (type: 0, dir: out) enabled
[    5.129365] tegra-xudc-new 3550000.xudc: entering ELPG
[    5.129704] tegra-xudc-new 3550000.xudc: entering ELPG done
[    5.129722] tegra-xudc-new 3550000.xudc: exiting ELPG
[    5.130171] tegra-xudc-new 3550000.xudc: exiting ELPG done
[    5.130184] tegra-xudc-new 3550000.xudc: entering ELPG
[    5.130378] tegra-xudc-new 3550000.xudc: entering ELPG done
[    5.150238] l4tbr0: port 1(rndis0) entered blocking state
[    5.150248] l4tbr0: port 1(rndis0) entered disabled state
[    5.150732] device rndis0 entered promiscuous mode
[    5.159854] IPv6: ADDRCONF(NETDEV_UP): rndis0: link is not ready
[    5.245244] l4tbr0: port 2(usb0) entered blocking state
[    5.245253] l4tbr0: port 2(usb0) entered disabled state
[    5.245832] device usb0 entered promiscuous mode
[    5.247534] es8311_i2c_probe success
[    5.262410] IPv6: ADDRCONF(NETDEV_UP): usb0: link is not ready
[    5.328578] Enter into es8311_probe()
[    5.332196] ES8311_CLK_MANAGER_REG02: 0x18
[    5.453714] Enter into es8311_set_bias_level(), level = 1
[    5.466163] tegra-asoc: sound: ADMAIF1 <-> ADMAIF1 mapping ok
[    5.466334] tegra-asoc: sound: ADMAIF2 <-> ADMAIF2 mapping ok
[    5.466519] tegra-asoc: sound: ADMAIF3 <-> ADMAIF3 mapping ok
[    5.466686] tegra-asoc: sound: ADMAIF4 <-> ADMAIF4 mapping ok
[    5.466848] tegra-asoc: sound: ADMAIF5 <-> ADMAIF5 mapping ok
[    5.467023] tegra-asoc: sound: ADMAIF6 <-> ADMAIF6 mapping ok
[    5.467184] tegra-asoc: sound: ADMAIF7 <-> ADMAIF7 mapping ok
[    5.467332] tegra-asoc: sound: ADMAIF8 <-> ADMAIF8 mapping ok
[    5.467525] tegra-asoc: sound: ADMAIF9 <-> ADMAIF9 mapping ok
[    5.467977] tegra-asoc: sound: ADMAIF10 <-> ADMAIF10 mapping ok
[    5.468170] tegra-asoc: sound: ADMAIF11 <-> ADMAIF11 mapping ok
[    5.468345] tegra-asoc: sound: ADMAIF12 <-> ADMAIF12 mapping ok
[    5.468526] tegra-asoc: sound: ADMAIF13 <-> ADMAIF13 mapping ok
[    5.468789] tegra-asoc: sound: ADMAIF14 <-> ADMAIF14 mapping ok
[    5.468989] tegra-asoc: sound: ADMAIF15 <-> ADMAIF15 mapping ok
[    5.469303] tegra-asoc: sound: ADMAIF16 <-> ADMAIF16 mapping ok
[    5.469486] tegra-asoc: sound: ADMAIF17 <-> ADMAIF17 mapping ok
[    5.469712] tegra-asoc: sound: ADMAIF18 <-> ADMAIF18 mapping ok
[    5.469870] tegra-asoc: sound: ADMAIF19 <-> ADMAIF19 mapping ok
[    5.470028] tegra-asoc: sound: ADMAIF20 <-> ADMAIF20 mapping ok
[    5.474273] Enter into es8311_set_dai_sysclk: freq=12288000
[    5.474280] Enter into es8311_set_dai_fmt()
[    5.476023] nvgpu: 17000000.gv11b                 tpc_pg_mask_store:843  [INFO]  no value change, same mask already set
[    5.478711] ES8311 in Slave mode
[    5.479132] ES8311 in I2S Format
[    5.504892] Enter into es8311_set_bias_level(), level = 1
[    5.508800] Enter into es8311_set_bias_level(), level = 2
[    5.510602] Enter into es8311_set_bias_level(), level = 3
[    5.524978] num_ahub_links=135 num_codec_links=12
[    5.660853] tegra-xusb 3610000.xhci: Firmware timestamp: 2019-07-24 05:47:34 UTC, Version: 60.06 release
[    5.660914] tegra-xusb 3610000.xhci: xHCI Host Controller
[    5.660947] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 1
[    5.661816] tegra-xusb 3610000.xhci: hcc params 0x0184ff25 hci version 0x110 quirks 0x00050810
[    5.661864] tegra-xusb 3610000.xhci: irq 466, io mem 0x03610000
[    5.662054] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.662079] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.662090] usb usb1: Product: xHCI Host Controller
[    5.662096] usb usb1: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[    5.662101] usb usb1: SerialNumber: 3610000.xhci
[    5.662627] hub 1-0:1.0: USB hub found
[    5.662674] hub 1-0:1.0: 4 ports detected
[    5.663124] tegra-xusb 3610000.xhci: xHCI Host Controller
[    5.663138] tegra-xusb 3610000.xhci: new USB bus registered, assigned bus number 2
[    5.663148] tegra-xusb 3610000.xhci: Host supports USB 3.1 Enhanced SuperSpeed
[    5.663356] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    5.663363] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.663369] usb usb2: Product: xHCI Host Controller
[    5.663375] usb usb2: Manufacturer: Linux 4.9.201-tegra xhci-hcd
[    5.663380] usb usb2: SerialNumber: 3610000.xhci
[    5.663926] hub 2-0:1.0: USB hub found
[    5.663972] hub 2-0:1.0: 4 ports detected
[    5.673851] Wake76 for irq=199
[    5.673857] Wake77 for irq=199
[    5.673862] Wake78 for irq=199
[    5.673866] Wake79 for irq=199
[    5.673870] Wake80 for irq=199
[    5.673874] Wake81 for irq=199
[    5.673878] Wake82 for irq=199
[    5.673948] tegra-xusb 3610000.xhci: Upgrade port 0 to USB3.0
[    5.673963] tegra-xusb 3610000.xhci: Upgrade port 1 to USB3.0
[    5.766505] usb usb2: usb_suspend_both: status 0
[    5.830903] zram: Added device: zram0
[    5.835353] zram: Added device: zram1
[    5.837936] zram: Added device: zram2
[    5.843342] zram: Added device: zram3
[    5.846786] zram: Added device: zram4
[    5.853993] zram: Added device: zram5
[    5.916166] zram0: detected capacity change from 0 to 1382850560
[    5.958911] Adding 1350436k swap on /dev/zram0.  Priority:5 extents:1 across:1350436k SS
[    5.980860] zram1: detected capacity change from 0 to 1382850560
[    6.000339] usb 1-2: new high-speed USB device number 2 using tegra-xusb
[    6.019422] usb 1-2: New USB device found, idVendor=0424, idProduct=2744
[    6.019433] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.019440] usb 1-2: Product: USB2744
[    6.019447] usb 1-2: Manufacturer: Microchip Tech
[    6.020572] hub 1-2:1.0: USB hub found
[    6.020661] hub 1-2:1.0: 4 ports detected
[    6.021912] Adding 1350436k swap on /dev/zram1.  Priority:5 extents:1 across:1350436k SS
[    6.027508] zram2: detected capacity change from 0 to 1382850560
[    6.061391] Adding 1350436k swap on /dev/zram2.  Priority:5 extents:1 across:1350436k SS
[    6.073891] zram3: detected capacity change from 0 to 1382850560
[    6.114188] Adding 1350436k swap on /dev/zram3.  Priority:5 extents:1 across:1350436k SS
[    6.119455] zram4: detected capacity change from 0 to 1382850560
[    6.138024] usb 2-3: new SuperSpeed USB device number 2 using tegra-xusb
[    6.148589] Adding 1350436k swap on /dev/zram4.  Priority:5 extents:1 across:1350436k SS
[    6.156173] zram5: detected capacity change from 0 to 1382850560
[    6.158685] usb 2-3: New USB device found, idVendor=0424, idProduct=5744
[    6.158697] usb 2-3: New USB device strings: Mfr=2, Product=3, SerialNumber=0
[    6.158704] usb 2-3: Product: USB5744
[    6.158710] usb 2-3: Manufacturer: Microchip Tech
[    6.171406] hub 2-3:1.0: USB hub found
[    6.171824] hub 2-3:1.0: 4 ports detected
[    6.206675] Adding 1350436k swap on /dev/zram5.  Priority:5 extents:1 across:1350436k SS
[    7.002022] FAN rising trip_level:1 cur_temp:47700 trip_temps[2]:60000
[    7.423262] usb 2-3.1: Device not responding to setup address.
[    7.548079] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[    7.548716] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    7.631304] usb 2-3.1: Device not responding to setup address.
[    7.837737] usb 2-3.1: device not accepting address 3, error -71
[    7.917773] usb 1-2.2: new full-speed USB device number 4 using tegra-xusb
[    7.940400] usb 1-2.2: New USB device found, idVendor=10c4, idProduct=ea60
[    7.940412] usb 1-2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.940419] usb 1-2.2: Product: CP2102N USB to UART Bridge Controller
[    7.940424] usb 1-2.2: Manufacturer: Silicon Labs
[    7.940432] usb 1-2.2: SerialNumber: 76e06e8cb735ec11bc475c5db659684c
[    8.673750] usb 2-3: usb_suspend_both: status 0
[    8.673992] usb usb2: usb_suspend_both: status 0
[    9.032992] usbcore: registered new interface driver cp210x
[    9.033053] usbserial: USB Serial support registered for cp210x
[    9.033139] cp210x 1-2.2:1.0: cp210x converter detected
[    9.046070] usb 1-2.2: cp210x converter now attached to ttyUSB0
[    9.614741] Enter into es8311_set_dai_fmt()
[    9.616253] ES8311 in Slave mode
[    9.616638] ES8311 in I2S Format
[    9.618671] Enter into es8311_set_dai_fmt()
[    9.620168] ES8311 in Slave mode
[    9.620556] ES8311 in I2S Format
[   10.092536] eqos 2490000.ether_qos eth0: Link is Down
[   13.315542] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   14.363493] usb_wwan: loading out-of-tree module taints kernel.
[   14.381995] usbcore: registered new interface driver option
[   14.382060] usbserial: USB Serial support registered for GSM modem (1-port)
[   14.396100] usbcore: registered new interface driver qcserial
[   14.396159] usbserial: USB Serial support registered for Qualcomm USB modem
[   14.430154] [lch][encx24j600_init:1258] --- DEBUG encx24j600 driver
[   14.430233] [lch][encx24j600_spi_probe:1109] --- start
[   14.430347] [lch][encx24j600_spi_probe:1139] --- Reset device and check if it is connected
[   14.430353] [lch][encx24j600_soft_reset:477] --- Write and verify a test value to EUDAST
[   14.445650] [lch][encx24j600_soft_reset:494] --- Wait for CLKRDY to become set
[   14.451317] [lch][encx24j600_spi_probe:1161] --- Initialize the device HW to the consistent state
[   14.478676] [lch][encx24j600_spi_probe:1200] --- read spi success!
[   14.478696] encx24j600 spi0.0 eth1: Silicon rev ID: 0x01
[   14.478705] encx24j600 spi0.0 eth1: MAC address 80:1f:12:2a:c4:07
[   14.478710] [lch][encx24j600_spi_probe:1207] --- over!
[   14.776193] [lch][encx24j600_open:865] --- start
[   14.776202] [lch][encx24j600_open:879] --- schedule_work
[   14.781602] [lch][encx24j600_open:882] --- work queue test
[   14.785794] [lch][encx24j600_open:884] --- encx24j600_hw_init start!
[   14.805872] [lch][encx24j600_open:886] --- encx24j600_hw_enable start!
[   14.805881] encx24j600: CHECK
[   14.806401] encx24j600 ECON1:   0000
[   14.810198] encx24j600 ECON2:   CB00
[   14.810208] encx24j600 ERXFCON: 0049
[   14.810389] encx24j600 ESTAT:   5A00
[   14.810540] encx24j600 EIR:     0700
[   14.810550] encx24j600 EIDLED:  CB21
[   14.810556] encx24j600 MACON1:  0009
[   14.810560] encx24j600 MACON2:  40B2
[   14.810565] encx24j600 MAIPG:   0C12
[   14.810804] encx24j600 MACLCON: 370F
[   14.811105] encx24j600 MABBIPG: 0012
[   14.811114] encx24j600 PHCON1:  1200
[   14.814927] encx24j600 PHCON2:  0002
[   14.814936] encx24j600 PHANA:   05E1
[   14.819184] encx24j600 PHANLPA: 0001
[   14.824836] encx24j600 PHANE:   0000
[   14.827024] encx24j600 PHSTAT1: 7809
[   14.830865] encx24j600 PHSTAT2: 0000
[   14.846601] encx24j600 PHSTAT3: 0040
[   14.856826] [lch][encx24j600_open:891] --- netif_start_queue start!
[   14.859047] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[   16.239318] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[   17.078405] tegradc 15200000.nvdisplay: blank - powerdown
[   17.078420] tegradc 15210000.nvdisplay: blank - powerdown
[   18.062889] fuse init (API version 7.26)
[   20.650384] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   20.650427] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   20.650438] Enter into es8311_set_dai_sysclk: freq=12288000
[   20.898292] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   20.898336] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   20.898343] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.096334] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.096378] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.096386] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.097909] rtd == NULL
[   21.098400] ES8311_CLK_MANAGER_REG02: 0x18
[   21.103769] substream->stream =0
[   21.104610] Enter into es8311_mute(), mute = 0
[   21.317322] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.317365] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.317372] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.319454] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.319493] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.319499] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.321182] Enter into es8311_mute(), mute = 1
[   21.327463] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.327505] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.327512] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.328864] rtd == NULL
[   21.329358] ES8311_CLK_MANAGER_REG02: 0x18
[   21.336271] substream->stream =0
[   21.337115] Enter into es8311_mute(), mute = 0
[   21.454090] usb 2-3.1: new SuperSpeed USB device number 5 using tegra-xusb
[   21.475173] usb 2-3.1: New USB device found, idVendor=2c7c, idProduct=0900
[   21.475183] usb 2-3.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   21.475189] usb 2-3.1: Product: RM500U-CN
[   21.475194] usb 2-3.1: Manufacturer: Quectel
[   21.475200] usb 2-3.1: SerialNumber: 0123456789ABCDEF
[   21.481028] usb 2-3.1: Enable of device-initiated U1 failed.
[   21.482315] usb 2-3.1: Enable of device-initiated U2 failed.
[   21.502556] cdc_ncm 2-3.1:1.0: MAC-Address: 86:a5:5e:43:a0:95
[   21.503144] cdc_ncm 2-3.1:1.0 sim-usb0: register 'cdc_ncm' at usb-3610000.xhci-3.1, CDC NCM, 86:a5:5e:43:a0:95
[   21.503959] usb 2-3.1: Enable of device-initiated U1 failed.
[   21.505348] usb 2-3.1: Enable of device-initiated U2 failed.
[   21.506561] option 2-3.1:1.2: GSM modem (1-port) converter detected
[   21.506842] usb 2-3.1: GSM modem (1-port) converter now attached to ttyUSB1
[   21.507057] option 2-3.1:1.3: GSM modem (1-port) converter detected
[   21.507335] usb 2-3.1: GSM modem (1-port) converter now attached to ttyUSB2
[   21.507552] option 2-3.1:1.4: GSM modem (1-port) converter detected
[   21.507788] usb 2-3.1: GSM modem (1-port) converter now attached to ttyUSB3
[   21.508000] option 2-3.1:1.5: GSM modem (1-port) converter detected
[   21.508251] usb 2-3.1: GSM modem (1-port) converter now attached to ttyUSB4
[   21.508454] option 2-3.1:1.6: GSM modem (1-port) converter detected
[   21.508699] usb 2-3.1: GSM modem (1-port) converter now attached to ttyUSB5
[   21.551993] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.552035] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.552042] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.553931] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.553964] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.553971] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.556470] Enter into es8311_mute(), mute = 1
[   21.584639] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.584681] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.584689] Enter into es8311_set_dai_sysclk: freq=12288000
[   21.586290] rtd == NULL
[   21.586782] ES8311_CLK_MANAGER_REG02: 0x18
[   21.592216] substream->stream =0
[   21.593065] Enter into es8311_mute(), mute = 0
[   21.820083] IPv6: ADDRCONF(NETDEV_UP): sim-usb0: link is not ready
[   21.821340] IPv6: ADDRCONF(NETDEV_UP): sim-usb0: link is not ready
[   21.833283] cdc_ncm 2-3.1:1.0 sim-usb0: 851 mbit/s downlink 851 mbit/s uplink
[   21.865286] cdc_ncm 2-3.1:1.0 sim-usb0: 851 mbit/s downlink 851 mbit/s uplink
[   21.897301] cdc_ncm 2-3.1:1.0 sim-usb0: network connection: disconnected
[   21.965380] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[   21.965427] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[   21.965435] Enter into es8311_set_dai_sysclk: freq=12288000
[   22.470779] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   22.470798] Bluetooth: BNEP socket layer initialized
[   27.342235] Enter into es8311_mute(), mute = 1
[   32.561148] eqos 2490000.ether_qos eth0: Link is Down
[   34.137884] vdd-sdmmc1-sw: disabling
[   34.137903] vdd-sdmmc3-sw: disabling
[   34.137908] vdd-1v8-sd: disabling
[   34.137913] vdd-1v8-cvb: disabling
[   34.137918] vdd-epb-1v0: disabling
[   34.137922] avdd-cam-2v8: disabling
[   34.137927] vdd-fan: disabling
[   34.137931] vdd_sys_en: disabling
[   35.145301] cdc_ncm 2-3.1:1.0 sim-usb0: 851 mbit/s downlink 851 mbit/s uplink
[   35.177301] cdc_ncm 2-3.1:1.0 sim-usb0: network connection: connected
[   35.177403] IPv6: ADDRCONF(NETDEV_CHANGE): sim-usb0: link becomes ready
[   35.574531] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   40.500786] eqos 2490000.ether_qos eth0: Link is Down
[   43.431728] eqos 2490000.ether_qos eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[   58.111623] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[   58.125034] Netfilter messages via NETLINK v0.30.
[   58.127952] ctnetlink v0.93: registering with nfnetlink.
[   58.136410] IPv6: ADDRCONF(NETDEV_UP): docker0: link is not ready
[   58.137935] IPv6: ADDRCONF(NETDEV_UP): br-fa7bf4bc76b7: link is not ready
[   58.467130] docker0: port 1(vethde52c22) entered blocking state
[   58.467140] docker0: port 1(vethde52c22) entered disabled state
[   58.467276] device vethde52c22 entered promiscuous mode
[   58.467452] IPv6: ADDRCONF(NETDEV_UP): vethde52c22: link is not ready
[   58.467458] docker0: port 1(vethde52c22) entered blocking state
[   58.467463] docker0: port 1(vethde52c22) entered forwarding state
[   58.467663] docker0: port 1(vethde52c22) entered disabled state
[   58.471608] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered blocking state
[   58.471618] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered disabled state
[   58.471773] device veth4d1ba22 entered promiscuous mode
[   58.471960] IPv6: ADDRCONF(NETDEV_UP): veth4d1ba22: link is not ready
[   58.471966] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered blocking state
[   58.471972] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered forwarding state
[   58.472083] IPv6: ADDRCONF(NETDEV_CHANGE): br-fa7bf4bc76b7: link becomes ready
[   58.472337] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered disabled state
[   59.683315] eth0: renamed from veth80dd522
[   59.706988] IPv6: ADDRCONF(NETDEV_CHANGE): vethde52c22: link becomes ready
[   59.707101] docker0: port 1(vethde52c22) entered blocking state
[   59.707107] docker0: port 1(vethde52c22) entered forwarding state
[   59.708396] IPv6: ADDRCONF(NETDEV_CHANGE): docker0: link becomes ready
[   60.115673] eth0: renamed from vethe2c12b6
[   60.138029] IPv6: ADDRCONF(NETDEV_CHANGE): veth4d1ba22: link becomes ready
[   60.138220] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered blocking state
[   60.138226] br-fa7bf4bc76b7: port 1(veth4d1ba22) entered forwarding state
[   63.042668] NOHZ: local_softirq_pending 08
[   64.038463] NOHZ: local_softirq_pending 08
[   65.035993] NOHZ: local_softirq_pending 08
[   66.038560] NOHZ: local_softirq_pending 08
[   68.030620] NOHZ: local_softirq_pending 08
[   69.006543] nvmap_alloc_handle: PID 11127: yrvideo: WARNING: All NvMap Allocations must have a tag to identify the subsystem allocating memory.Please pass the tag to the API call NvRmMemHanldeAllocAttr() or relevant. 
[   70.058687] NOHZ: local_softirq_pending 08
[   73.262471] NOHZ: local_softirq_pending 08
[   75.270365] NOHZ: local_softirq_pending 08
[   76.266711] NOHZ: local_softirq_pending 08
[   78.262424] NOHZ: local_softirq_pending 08
[  120.770098] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  120.770143] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  120.770150] Enter into es8311_set_dai_sysclk: freq=12288000
[  122.053016] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  122.053101] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  122.053109] Enter into es8311_set_dai_sysclk: freq=12288000
[  122.750208] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  122.750251] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  122.750258] Enter into es8311_set_dai_sysclk: freq=12288000
[  122.751624] rtd == NULL
[  122.752134] ES8311_CLK_MANAGER_REG02: 0x18
[  122.757810] substream->stream =0
[  122.758664] Enter into es8311_mute(), mute = 0
[  123.598850] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  123.598894] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  123.598900] Enter into es8311_set_dai_sysclk: freq=12288000
[  123.615361] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  123.615404] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  123.615411] Enter into es8311_set_dai_sysclk: freq=12288000
[  123.623664] Enter into es8311_mute(), mute = 1
[  123.643915] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  123.643958] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  123.643969] Enter into es8311_set_dai_sysclk: freq=12288000
[  123.647704] rtd == NULL
[  123.648514] ES8311_CLK_MANAGER_REG02: 0x18
[  123.659121] substream->stream =0
[  123.660047] Enter into es8311_mute(), mute = 0
[  124.567681] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  124.567797] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  124.567806] Enter into es8311_set_dai_sysclk: freq=12288000
[  124.578663] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  124.578704] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  124.578711] Enter into es8311_set_dai_sysclk: freq=12288000
[  124.594035] Enter into es8311_mute(), mute = 1
[  124.747515] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  124.747558] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  124.747565] Enter into es8311_set_dai_sysclk: freq=12288000
[  124.759698] rtd == NULL
[  124.760212] ES8311_CLK_MANAGER_REG02: 0x18
[  124.771885] substream->stream =0
[  124.772755] Enter into es8311_mute(), mute = 0
[  125.328455] pll_a_out0 = 45158400 Hz, aud_mclk = 11289600 Hz, sample rate = 44100 Hz
[  125.328498] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  125.328505] Enter into es8311_set_dai_sysclk: freq=12288000
[  128.007488] Enter into es8311_mute(), mute = 1
[  128.042388] pll_a_out0 = 49152000 Hz, aud_mclk = 12288000 Hz, sample rate = 48000 Hz
[  128.042439] tegra_machine_dai_init===========8311=======es8311-playback=========== 332
[  128.042446] Enter into es8311_set_dai_sysclk: freq=12288000
[  128.045483] rtd == NULL
[  128.048047] ES8311_CLK_MANAGER_REG02: 0x18
[  128.076174] substream->stream =0
[  128.078820] Enter into es8311_mute(), mute = 0
[  135.441499] Enter into es8311_mute(), mute = 1
[  146.999012] FAN rising trip_level:2 cur_temp:60200 trip_temps[3]:68000
[  180.597685] FAN cooling trip_level:1 cur_temp:51850 trip_temps[2]:60000
[  429.239132] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[  537.878679] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[  742.836274] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[  852.582936] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[ 1050.796029] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 1158.309031] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 1380.092410] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 1488.761725] FAN rising trip_level:1 cur_temp:46050 trip_temps[2]:60000
[ 1687.023883] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 1796.789599] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[ 2059.969547] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 2167.485230] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 2538.201777] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 2645.722386] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[ 3206.867843] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 3314.393186] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 3924.815402] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 4034.578526] FAN rising trip_level:1 cur_temp:46050 trip_temps[2]:60000
[ 4576.676211] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 4685.315045] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 5162.395357] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 5271.017301] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[ 5835.455341] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 5942.971144] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 6317.040602] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 6426.798264] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 6933.031091] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 7042.781018] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 7550.103635] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 7658.738237] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[ 8372.151844] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 8480.788755] FAN rising trip_level:1 cur_temp:46050 trip_temps[2]:60000
[ 8879.497741] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 8988.138938] FAN rising trip_level:1 cur_temp:46050 trip_temps[2]:60000
[ 9286.049094] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 9395.806868] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[ 9765.399023] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[ 9874.036462] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[10381.388856] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[10490.022241] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[10889.852999] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[11000.730352] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[11630.253186] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[11737.781235] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[12240.687111] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[12347.090939] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[12736.861947] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[12844.384265] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[13346.127505] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[13453.641027] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[13823.227057] FAN cooling trip_level:0 cur_temp:37950 trip_temps[1]:46000
[13930.744631] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[14316.019009] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[14424.658427] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[14846.896708] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[14955.536745] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[15459.533504] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[15570.412700] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[15879.531729] FAN cooling trip_level:0 cur_temp:37950 trip_temps[1]:46000
[15988.171002] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[16386.890407] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[16496.650537] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[16959.210224] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[17068.970362] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[17468.821453] FAN cooling trip_level:0 cur_temp:37950 trip_temps[1]:46000
[17579.704946] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[17940.353848] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[18051.236132] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[18401.801473] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[18510.446623] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[19127.569676] FAN cooling trip_level:0 cur_temp:37750 trip_temps[1]:46000
[19237.330636] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[19823.041684] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[19933.915494] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[20273.261056] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[20381.897320] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[20699.969025] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[20808.610498] FAN rising trip_level:1 cur_temp:46050 trip_temps[2]:60000
[21483.954444] FAN cooling trip_level:0 cur_temp:37950 trip_temps[1]:46000
[21593.717689] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[37330.603328] Unable to handle kernel NULL pointer dereference at virtual address 00000004
[37330.603504] Mem abort info:
[37330.603558]   ESR = 0x96000005
[37330.603616]   Exception class = DABT (current EL), IL = 32 bits
[37330.603717]   SET = 0, FnV = 0
[37330.603773]   EA = 0, S1PTW = 0
[37330.603835] Data abort info:
[37330.603888]   ISV = 0, ISS = 0x00000005
[37330.605123]   CM = 0, WnR = 0
[37330.605190] user pgtable: 4k pages, 39-bit VAs, pgd = ffffffc333cc0000
[37330.605349] [0000000000000004] *pgd=0000000000000000, *pud=0000000000000000
[37330.605491] Internal error: Oops: 96000005 [#1] PREEMPT SMP
[37330.605596] Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_mangle xt_nat xt_tcpudp veth iptable_filter iptable_nat nf_conntrack_ipv4 nf_defrag_ipv4 nf_nat_ipv4 nf_nat nf_conntrack_netlink nfnetlink nf_conntrack bnep fuse encx24j600 encx24j600_regmap qcserial(O) option(O) usb_wwan(O) cp210x zram snd_soc_es8311 overlay spidev userspace_alert nvgpu bluedroid_pm ip_tables x_tables
[37330.606484] CPU: 0 PID: 29667 Comm: lscpu Tainted: G           O    4.9.201-tegra #46
[37330.612400] Hardware name: NVIDIA Jetson Xavier NX Developer Kit (DT)
[37330.618789] task: ffffffc272002a00 task.stack: ffffffc26c69c000
[37330.624837] PC is at do_last+0x54/0xfd0
[37330.628672] LR is at path_openat+0x90/0x378
[37330.632871] pc : [<ffffff800826ced4>] lr : [<ffffff800826dee0>] pstate: 20400145
[37330.640219] sp : ffffffc26c69fbc0
[37330.642937] x29: ffffffc26c69fbc0 x28: ffffffc272002a00 
[37330.648967] x27: ffffffc26c69fd48 x26: ffffffc352ab8f00 
[37330.654130] x25: ffffffc26c69fe7c x24: 0000000000000000 
[37330.659555] x23: 0000000000000041 x22: 0000000000000004 
[37330.664807] x21: ffffffc349291d00 x20: ffffffc26c69fcfc 
[37330.669969] x19: 0000000000020000 x18: 0000007f7de4ba70 
[37330.675742] x17: 0000007f7dd6f1c8 x16: ffffff800825a4c0 
[37330.681517] x15: 0000000000000000 x14: 0000000000000014 
[37330.687206] x13: 736563697665642f x12: 6963702f7375622f 
[37330.692639] x11: 0000007fe67df030 x10: d0a3b5b3b9a6b5b4 
[37330.698329] x9 : 0000000000000000 x8 : ffffffc352ab8f00 
[37330.704352] x7 : bd4c9ff19354077b x6 : ff8c9aa03bddea64 
[37330.709867] x5 : 0000000000000007 x4 : ff00000000010003 
[37330.714954] x3 : ffffffc26c69fcfc x2 : 0000000000000000 
[37330.720541] x1 : 0000000000000000 x0 : 0000000000000041 

[37330.727293] Process lscpu (pid: 29667, stack limit = 0xffffffc26c69c000)
[37330.733414] Call trace:
[37330.735783] [<ffffff800826ced4>] do_last+0x54/0xfd0
[37330.740327] [<ffffff800826dee0>] path_openat+0x90/0x378
[37330.745401] [<ffffff800826f450>] do_filp_open+0x70/0xe8
[37330.750217] [<ffffff800825a394>] do_sys_open+0x174/0x258
[37330.755550] [<ffffff800825a4fc>] SyS_openat+0x3c/0x50
[37330.760105] [<ffffff8008083900>] el0_svc_naked+0x34/0x38
[37330.765181] ---[ end trace 9a8041004be6edc4 ]---
[51564.775365] FAN cooling trip_level:0 cur_temp:37950 trip_temps[1]:46000
[51675.658270] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[52003.823720] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[52114.705215] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[52419.347266] FAN cooling trip_level:0 cur_temp:37950 trip_temps[1]:46000
[52530.227656] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[52804.628672] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[52915.509054] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[59624.180182] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[59735.057938] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[60019.543920] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[60129.299753] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[60455.218525] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[60566.097522] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[60875.214863] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[60983.853620] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[61285.130058] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[61394.888772] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[61649.135337] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[61757.781718] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[62083.715021] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[62194.598117] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[62448.842897] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[62557.484465] FAN rising trip_level:1 cur_temp:46050 trip_temps[2]:60000
[62803.887377] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[62913.648103] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[63125.329234] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[63233.969922] FAN rising trip_level:1 cur_temp:46250 trip_temps[2]:60000
[63528.535033] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[63638.289947] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[63871.245718] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[63978.764371] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000
[64235.241484] FAN cooling trip_level:0 cur_temp:37900 trip_temps[1]:46000
[64345.000622] FAN rising trip_level:1 cur_temp:46100 trip_temps[2]:60000

Hi,
This is harmless:

[   69.006543] nvmap_alloc_handle: PID 11127: yrvideo: WARNING: All NvMap Allocations must have a tag to identify the subsystem allocating memory.Please pass the tag to the API call NvRmMemHanldeAllocAttr() or relevant.

But this is no texpected:

[37330.603328] Unable to handle kernel NULL pointer dereference at virtual address 00000004

Please check if you can reproduce the print on Jetpack 4.6.2/Xavier NX. If yes, please share us the steps so that we can check further.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.