Advertisement
Guest User

Untitled

a guest
Oct 5th, 2023
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.77 KB | None | 0 0
  1. Starting kernel ...
  2.  
  3. [ 0.000000] Booting Linux on physical CPU 0x0000000000 [0x412fd050]
  4. [ 0.000000] Linux version 6.6.0-rc4-next-20231005-arm64-renesas-ga03f9ebbbb4c (biju@biju-VirtualBox) (aarch64-none-linux-gnu-gcc (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 10.3.1 20210621, GNU ld (GNU Toolchain for the A-profile Architecture 10.3-2021.07 (arm-10.29)) 2.36.1.20210621) #1165 SMP PREEMPT Thu Oct 5 08:02:45 BST 2023
  5. [ 0.000000] Machine model: Renesas SMARC EVK based on r9a07g054l2
  6. [ 0.000000] printk: debug: ignoring loglevel setting.
  7. [ 0.000000] efi: UEFI not found.
  8. [ 0.000000] Zone ranges:
  9. [ 0.000000] DMA [mem 0x0000000048000000-0x00000000bfffffff]
  10. [ 0.000000] DMA32 empty
  11. [ 0.000000] Normal empty
  12. [ 0.000000] Movable zone start for each node
  13. [ 0.000000] Early memory node ranges
  14. [ 0.000000] node 0: [mem 0x0000000048000000-0x00000000bfffffff]
  15. [ 0.000000] Initmem setup node 0 [mem 0x0000000048000000-0x00000000bfffffff]
  16. [ 0.000000] cma: Reserved 128 MiB at 0x00000000b5c00000 on node -1
  17. [ 0.000000] psci: probing for conduit method from DT.
  18. [ 0.000000] psci: PSCIv1.1 detected in firmware.
  19. [ 0.000000] psci: Using standard PSCI v0.2 function IDs
  20. [ 0.000000] psci: MIGRATE_INFO_TYPE not supported.
  21. [ 0.000000] psci: SMC Calling Convention v1.2
  22. [ 0.000000] percpu: Embedded 28 pages/cpu s84512 r0 d30176 u114688
  23. [ 0.000000] pcpu-alloc: s84512 r0 d30176 u114688 alloc=28*4096
  24. [ 0.000000] pcpu-alloc: [0] 0 [0] 1
  25. [ 0.000000] Detected VIPT I-cache on CPU0
  26. [ 0.000000] CPU features: detected: GIC system register CPU interface
  27. [ 0.000000] CPU features: detected: Qualcomm erratum 1009, or ARM erratum 1286807, 2441009
  28. [ 0.000000] CPU features: detected: ARM errata 1165522, 1319367, or 1530923
  29. [ 0.000000] alternatives: applying boot alternatives
  30. [ 0.000000] Kernel command line: ignore_loglevel nfsrootdebug root=/dev/nfs rw nfsroot=192.168.10.1:/tftpboot/RZ-V2L,nfsvers=3 ip=192.168.10.7::192.168.10.1:255.255.255.0:g2l:eth0:off
  31. [ 0.000000] Unknown kernel command line parameters "nfsrootdebug", will be passed to user space.
  32. [ 0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes, linear)
  33. [ 0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes, linear)
  34. [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 483840
  35. [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
  36. [ 0.000000] software IO TLB: area num 2.
  37. [ 0.000000] software IO TLB: mapped [mem 0x00000000b1a00000-0x00000000b5a00000] (64MB)
  38. [ 0.000000] Memory: 1693420K/1966080K available (14144K kernel code, 2436K rwdata, 4920K rodata, 4224K init, 11274K bss, 141588K reserved, 131072K cma-reserved)
  39. [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
  40. [ 0.000000] trace event string verifier disabled
  41. [ 0.000000] Running RCU self tests
  42. [ 0.000000] Running RCU synchronous self tests
  43. [ 0.000000] rcu: Preemptible hierarchical RCU implementation.
  44. [ 0.000000] rcu: RCU event tracing is enabled.
  45. [ 0.000000] rcu: RCU lockdep checking is enabled.
  46. [ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=2.
  47. [ 0.000000] Trampoline variant of Tasks RCU enabled.
  48. [ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 25 jiffies.
  49. [ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
  50. [ 0.000000] Running RCU synchronous self tests
  51. [ 0.000000] NR_IRQS: 64, nr_irqs: 64, preallocated irqs: 0
  52. [ 0.000000] GICv3: 480 SPIs implemented
  53. [ 0.000000] GICv3: 0 Extended SPIs implemented
  54. [ 0.000000] Root IRQ handler: gic_handle_irq
  55. [ 0.000000] GICv3: GICv3 features: 16 PPIs
  56. [ 0.000000] GICv3: CPU0: found redistributor 0 region 0:0x0000000011940000
  57. [ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
  58. [ 0.000000] arch_timer: cp15 timer(s) running at 24.00MHz (virt).
  59. [ 0.000000] clocksource: arch_sys_counter: mask: 0xffffffffffffff max_cycles: 0x588fe9dc0, max_idle_ns: 440795202592 ns
  60. [ 0.000001] sched_clock: 56 bits at 24MHz, resolution 41ns, wraps every 4398046511097ns
  61. [ 0.000443] Console: colour dummy device 80x25
  62. [ 0.000498] printk: legacy console [tty0] enabled
  63. [ 0.004705] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
  64. [ 0.004804] ... MAX_LOCKDEP_SUBCLASSES: 8
  65. [ 0.004861] ... MAX_LOCK_DEPTH: 48
  66. [ 0.004916] ... MAX_LOCKDEP_KEYS: 8192
  67. [ 0.004973] ... CLASSHASH_SIZE: 4096
  68. [ 0.005030] ... MAX_LOCKDEP_ENTRIES: 32768
  69. [ 0.005087] ... MAX_LOCKDEP_CHAINS: 65536
  70. [ 0.005145] ... CHAINHASH_SIZE: 32768
  71. [ 0.005202] memory used by lock dependency info: 6493 kB
  72. [ 0.005268] memory used for stack traces: 4224 kB
  73. [ 0.005328] per task-struct memory footprint: 1920 bytes
  74. [ 0.005449] Calibrating delay loop (skipped), value calculated using timer frequency.. 48.00 BogoMIPS (lpj=96000)
  75. [ 0.005580] pid_max: default: 32768 minimum: 301
  76. [ 0.006078] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
  77. [ 0.006190] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes, linear)
  78. [ 0.008536] Running RCU synchronous self tests
  79. [ 0.008651] Running RCU synchronous self tests
  80. [ 0.020402] RCU Tasks: Setting shift to 1 and lim to 1 rcu_task_cb_adjust=1.
  81. [ 0.020944] Running RCU Tasks wait API self tests
  82. [ 0.125615] rcu: Hierarchical SRCU implementation.
  83. [ 0.125720] rcu: Max phase no-delay instances is 1000.
  84. [ 0.127360] Detected Renesas RZ/V2L r9a07g054 Rev 0
  85. [ 0.128020] EFI services will not be available.
  86. [ 0.129114] smp: Bringing up secondary CPUs ...
  87. [ 0.134331] Detected VIPT I-cache on CPU1
  88. [ 0.134458] GICv3: CPU1: found redistributor 100 region 0:0x0000000011960000
  89. [ 0.134556] CPU1: Booted secondary processor 0x0000000100 [0x412fd050]
  90. [ 0.135192] smp: Brought up 1 node, 2 CPUs
  91. [ 0.135480] SMP: Total of 2 processors activated.
  92. [ 0.135548] CPU features: detected: 32-bit EL0 Support
  93. [ 0.135617] CPU features: detected: 32-bit EL1 Support
  94. [ 0.135687] CPU features: detected: Data cache clean to the PoU not required for I/D coherence
  95. [ 0.135792] CPU features: detected: Common not Private translations
  96. [ 0.135871] CPU features: detected: CRC32 instructions
  97. [ 0.135942] CPU features: detected: RCpc load-acquire (LDAPR)
  98. [ 0.136016] CPU features: detected: LSE atomic instructions
  99. [ 0.136090] CPU features: detected: Privileged Access Never
  100. [ 0.136162] CPU features: detected: RAS Extension Support
  101. [ 0.136237] CPU features: detected: Speculative Store Bypassing Safe (SSBS)
  102. [ 0.136504] CPU: All CPU(s) started at EL1
  103. [ 0.136583] alternatives: applying system-wide alternatives
  104. [ 0.143280] devtmpfs: initialized
  105. [ 0.167053] Running RCU synchronous self tests
  106. [ 0.167228] Running RCU synchronous self tests
  107. [ 0.167632] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
  108. [ 0.167793] futex hash table entries: 512 (order: 4, 65536 bytes, linear)
  109. [ 0.172214] pinctrl core: initialized pinctrl subsystem
  110. [ 0.175005] DMI not present or invalid.
  111. [ 0.176322] NET: Registered PF_NETLINK/PF_ROUTE protocol family
  112. [ 0.181801] DMA: preallocated 256 KiB GFP_KERNEL pool for atomic allocations
  113. [ 0.182304] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA pool for atomic allocations
  114. [ 0.182898] DMA: preallocated 256 KiB GFP_KERNEL|GFP_DMA32 pool for atomic allocations
  115. [ 0.183270] audit: initializing netlink subsys (disabled)
  116. [ 0.184244] audit: type=2000 audit(0.176:1): state=initialized audit_enabled=0 res=1
  117. [ 0.186388] thermal_sys: Registered thermal governor 'step_wise'
  118. [ 0.186679] cpuidle: using governor menu
  119. [ 0.187110] hw-breakpoint: found 6 breakpoint and 4 watchpoint registers.
  120. [ 0.187456] ASID allocator initialised with 65536 entries
  121. [ 0.202845] platform soc: Fixed dependency cycle(s) with /soc/interrupt-controller@11900000
  122. [ 0.212787] platform 10890000.display: Fixed dependency cycle(s) with /soc/dsi@10850000/ports/port@0/endpoint
  123. [ 0.218014] platform 11030000.pinctrl: Fixed dependency cycle(s) with /soc/pinctrl@11030000/sound_clk
  124. [ 0.244813] HugeTLB: registered 1.00 GiB page size, pre-allocated 0 pages
  125. [ 0.244933] HugeTLB: 0 KiB vmemmap can be freed for a 1.00 GiB page
  126. [ 0.245017] HugeTLB: registered 32.0 MiB page size, pre-allocated 0 pages
  127. [ 0.245102] HugeTLB: 0 KiB vmemmap can be freed for a 32.0 MiB page
  128. [ 0.245183] HugeTLB: registered 2.00 MiB page size, pre-allocated 0 pages
  129. [ 0.245268] HugeTLB: 0 KiB vmemmap can be freed for a 2.00 MiB page
  130. [ 0.245348] HugeTLB: registered 64.0 KiB page size, pre-allocated 0 pages
  131. [ 0.245435] HugeTLB: 0 KiB vmemmap can be freed for a 64.0 KiB page
  132. [ 0.256323] iommu: Default domain type: Translated
  133. [ 0.256426] iommu: DMA domain TLB invalidation policy: strict mode
  134. [ 0.258015] SCSI subsystem initialized
  135. [ 0.258967] libata version 3.00 loaded.
  136. [ 0.259699] usbcore: registered new interface driver usbfs
  137. [ 0.259989] usbcore: registered new interface driver hub
  138. [ 0.260200] usbcore: registered new device driver usb
  139. [ 0.262111] mc: Linux media interface: v0.10
  140. [ 0.262398] videodev: Linux video capture interface: v2.00
  141. [ 0.262668] pps_core: LinuxPPS API ver. 1 registered
  142. [ 0.262739] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  143. [ 0.262885] PTP clock support registered
  144. [ 0.266320] Advanced Linux Sound Architecture Driver Initialized.
  145. [ 0.268567] Bluetooth: Core ver 2.22
  146. [ 0.268892] NET: Registered PF_BLUETOOTH protocol family
  147. [ 0.268983] Bluetooth: HCI device and connection manager initialized
  148. [ 0.269132] Bluetooth: HCI socket layer initialized
  149. [ 0.269219] Bluetooth: L2CAP socket layer initialized
  150. [ 0.269384] Bluetooth: SCO socket layer initialized
  151. [ 0.270894] vgaarb: loaded
  152. [ 0.273240] clocksource: Switched to clocksource arch_sys_counter
  153. [ 0.275389] VFS: Disk quotas dquot_6.6.0
  154. [ 0.275586] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
  155. [ 0.302508] NET: Registered PF_INET protocol family
  156. [ 0.303120] IP idents hash table entries: 32768 (order: 6, 262144 bytes, linear)
  157. [ 0.305884] tcp_listen_portaddr_hash hash table entries: 1024 (order: 4, 73728 bytes, linear)
  158. [ 0.306138] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
  159. [ 0.306273] TCP established hash table entries: 16384 (order: 5, 131072 bytes, linear)
  160. [ 0.307462] TCP bind hash table entries: 16384 (order: 9, 2359296 bytes, linear)
  161. [ 0.311254] TCP: Hash tables configured (established 16384 bind 16384)
  162. [ 0.311989] UDP hash table entries: 1024 (order: 5, 163840 bytes, linear)
  163. [ 0.312371] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes, linear)
  164. [ 0.313055] NET: Registered PF_UNIX/PF_LOCAL protocol family
  165. [ 0.315156] RPC: Registered named UNIX socket transport module.
  166. [ 0.315300] RPC: Registered udp transport module.
  167. [ 0.315370] RPC: Registered tcp transport module.
  168. [ 0.315438] RPC: Registered tcp-with-tls transport module.
  169. [ 0.315514] RPC: Registered tcp NFSv4.1 backchannel transport module.
  170. [ 0.317505] PCI: CLS 0 bytes, default 64
  171. [ 0.319036] kvm [1]: HYP mode not available
  172. [ 0.323110] Initialise system trusted keyrings
  173. [ 0.324268] workingset: timestamp_bits=46 max_order=19 bucket_order=0
  174. [ 0.326041] squashfs: version 4.0 (2009/01/31) Phillip Lougher
  175. [ 0.327566] NFS: Registering the id_resolver key type
  176. [ 0.327821] Key type id_resolver registered
  177. [ 0.327922] Key type id_legacy registered
  178. [ 0.328064] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  179. [ 0.328225] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering...
  180. [ 0.341757] Callback from call_rcu_tasks() invoked.
  181. [ 0.382444] Key type asymmetric registered
  182. [ 0.382633] Asymmetric key parser 'x509' registered
  183. [ 0.382946] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 244)
  184. [ 0.383139] io scheduler mq-deadline registered
  185. [ 0.383212] io scheduler kyber registered
  186. [ 0.383502] io scheduler bfq registered
  187. [ 0.569453] Serial: 8250/16550 driver, 2 ports, IRQ sharing disabled
  188. [ 0.575459] SuperH (H)SCI(F) driver initialized
  189. [ 0.579757] 1004b800.serial: ttySC0 at MMIO 0x1004b800 (irq = 31, base_baud = 0) is a scif
  190. [ 0.580642] printk: legacy console [ttySC0] enabled
  191. [ 1.725602] loop: module loaded
  192. [ 1.738867] tun: Universal TUN/TAP device driver, 1.6
  193. [ 1.745335] CAN device driver interface
  194. [ 1.753109] VFIO - User Level meta-driver version: 0.3
  195. [ 1.761038] usbcore: registered new interface driver usb-storage
  196. [ 1.770049] i2c_dev: i2c /dev entries driver
  197. [ 1.790740] Bluetooth: HCI UART driver ver 2.3
  198. [ 1.795386] Bluetooth: HCI UART protocol H4 registered
  199. [ 1.800680] Bluetooth: HCI UART protocol LL registered
  200. [ 1.818087] ledtrig-cpu: registered to indicate activity on CPUs
  201. [ 1.824284] SMCCC: SOC_ID: ARCH_SOC_ID not implemented, skipping ....
  202. [ 1.832659] clocksource: timer@12801400: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604467 ns
  203. [ 1.842811] sched_clock: 32 bits at 100MHz, resolution 10ns, wraps every 21474836475ns
  204. [ 1.850833] /soc/timer@12801400: used for clocksource
  205. [ 1.857079] /soc/timer@12801800: used for clock events
  206. [ 1.865023] usbcore: registered new interface driver usbhid
  207. [ 1.870762] usbhid: USB HID core driver
  208. [ 1.878602] hw perfevents: enabled with armv8_cortex_a55 PMU driver, 7 counters available
  209. [ 1.896367] NET: Registered PF_PACKET protocol family
  210. [ 1.901611] can: controller area network core
  211. [ 1.906259] NET: Registered PF_CAN protocol family
  212. [ 1.911154] can: raw protocol
  213. [ 1.914367] can: broadcast manager protocol
  214. [ 1.918680] can: netlink gateway - max_hops=1
  215. [ 1.923726] Key type dns_resolver registered
  216. [ 1.958893] registered taskstats version 1
  217. [ 1.963208] Loading compiled-in X.509 certificates
  218. [ 2.070547] pinctrl-rzg2l 11030000.pinctrl: pinctrl-rzg2l support registered
  219. [ 2.100754] 1004c000.serial: ttySC1 at MMIO 0x1004c000 (irq = 41, base_baud = 0) is a scif
  220. [ 2.116108] renesas_spi 1004b000.spi: DMA available
  221. [ 2.123946] renesas_spi 1004b000.spi: probed
  222. [ 2.134200] rcar_canfd 10050000.can: can_clk rate is 50000000
  223. [ 2.143444] rcar_canfd 10050000.can: device registered (channel 0)
  224. [ 2.149850] rcar_canfd 10050000.can: can_clk rate is 50000000
  225. [ 2.158043] rcar_canfd 10050000.can: device registered (channel 1)
  226. [ 2.164422] rcar_canfd 10050000.can: global operational state (clk 0, fdmode 1)
  227. [ 2.182082] ravb 11c20000.ethernet eth0: Base address at 0x11c20000, 00:11:22:33:44:76, IRQ 53.
  228. [ 2.195775] ravb 11c30000.ethernet: no valid MAC address supplied, using a random one
  229. [ 2.210560] ravb 11c30000.ethernet eth1: Base address at 0x11c30000, 1a:f2:94:df:d6:68, IRQ 55.
  230. [ 2.225626] renesas_usbhs 11c60000.usb: host probed
  231. [ 2.228280] ehci-platform 11c70100.usb: EHCI Host Controller
  232. [ 2.230857] renesas_usbhs 11c60000.usb: no transceiver found
  233. [ 2.238533] ohci-platform 11c70000.usb: Generic Platform OHCI controller
  234. [ 2.243856] renesas_usbhs 11c60000.usb: gadget probed
  235. [ 2.250005] ehci-platform 11c70100.usb: new USB bus registered, assigned bus number 1
  236. [ 2.255520] ohci-platform 11c70000.usb: new USB bus registered, assigned bus number 2
  237. [ 2.263269] ehci-platform 11c70100.usb: irq 57, io mem 0x11c70100
  238. [ 2.270916] ehci-platform 11c50100.usb: EHCI Host Controller
  239. [ 2.278325] ohci-platform 11c50000.usb: Generic Platform OHCI controller
  240. [ 2.283078] renesas_usbhs 11c60000.usb: probed
  241. [ 2.289285] ohci-platform 11c50000.usb: new USB bus registered, assigned bus number 3
  242. [ 2.294152] ohci-platform 11c70000.usb: irq 60, io mem 0x11c70000
  243. [ 2.301377] ehci-platform 11c70100.usb: USB 2.0 started, EHCI 1.10
  244. [ 2.307417] ehci-platform 11c50100.usb: new USB bus registered, assigned bus number 4
  245. [ 2.313993] ohci-platform 11c50000.usb: irq 61, io mem 0x11c50000
  246. [ 2.328297] ehci-platform 11c50100.usb: irq 59, io mem 0x11c50100
  247. [ 2.334765] hub 1-0:1.0: USB hub found
  248. [ 2.335314] i2c-riic 10058000.i2c: registered with 100000Hz bus speed
  249. [ 2.339131] hub 1-0:1.0: 1 port detected
  250. [ 2.351787] i2c 1-003d: Fixed dependency cycle(s) with /hdmi-out/port/endpoint
  251. [ 2.359374] i2c 1-003d: Fixed dependency cycle(s) with /soc/dsi@10850000/ports/port@1/endpoint
  252. [ 2.368152] ehci-platform 11c50100.usb: USB 2.0 started, EHCI 1.10
  253. [ 2.382034] hub 4-0:1.0: USB hub found
  254. [ 2.386243] hub 4-0:1.0: 1 port detected
  255. [ 2.433867] i2c-riic 10058400.i2c: registered with 100000Hz bus speed
  256. [ 2.433926] hub 3-0:1.0: USB hub found
  257. [ 2.445178] hub 3-0:1.0: 1 port detected
  258. [ 2.456276] rtc-isl1208 3-006f: rtc power failure detected, please set clock.
  259. [ 2.456558] hub 2-0:1.0: USB hub found
  260. [ 2.468164] hub 2-0:1.0: 1 port detected
  261. [ 2.478147] rtc-isl1208 3-006f: registered as rtc0
  262. [ 2.484354] rtc-isl1208 3-006f: setting system clock to 2000-01-01T00:00:00 UTC (946684800)
  263. [ 2.496151] i2c-riic 10058c00.i2c: registered with 400000Hz bus speed
  264. [ 2.528507] spi-nor spi1.0: mt25qu512a (65536 Kbytes)
  265. [ 2.534383] 2 fixed-partitions partitions found on MTD device spi1.0
  266. [ 2.540902] Creating 2 MTD partitions on "spi1.0":
  267. [ 2.545859] 0x000000000000-0x000002000000 : "boot"
  268. [ 2.562622] 0x000002000000-0x000004000000 : "user"
  269. [ 2.575365] renesas_sdhi_internal_dmac 11c00000.mmc: mmc0 base at 0x0000000011c00000, max clock rate 133 MHz
  270. [ 2.584181] rz-ssi-pcm-audio 10049c00.ssi: DMA enabled
  271. [ 2.585476] renesas_sdhi_internal_dmac 11c10000.mmc: mmc1 base at 0x0000000011c10000, max clock rate 133 MHz
  272. [ 2.706341] mmc0: new HS200 MMC card at address 0001
  273. [ 2.715560] mmcblk0: mmc0:0001 G1M15M 59.3 GiB
  274. [ 2.735541] mmcblk0: p1
  275. [ 2.741750] mmcblk0boot0: mmc0:0001 G1M15M 31.5 MiB
  276. [ 2.752504] mmcblk0boot1: mmc0:0001 G1M15M 31.5 MiB
  277. [ 2.765672] mmcblk0rpmb: mmc0:0001 G1M15M 4.00 MiB, chardev (242:0)
  278. [ 2.799950] Microchip KSZ9131 Gigabit PHY 11c20000.ethernet-ffffffff:07: attached PHY driver (mii_bus:phy_addr=11c20000.ethernet-ffffffff:07, irq=54)
  279. [ 3.124107] mmc1: new ultra high speed SDR104 SDHC card at address aaaa
  280. [ 3.142005] mmcblk1: mmc1:aaaa SC32G 29.7 GiB
  281. [ 3.158932] mmcblk1: p1
  282. [ 5.861748] ravb 11c20000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
  283. [ 5.881419] IP-Config: Complete:
  284. [ 5.884773] device=eth0, hwaddr=00:11:22:33:44:76, ipaddr=192.168.10.7, mask=255.255.255.0, gw=192.168.10.1
  285. [ 5.895340] host=g2l, domain=, nis-domain=(none)
  286. [ 5.900588] bootserver=255.255.255.255, rootserver=192.168.10.1, rootpath=
  287. [ 5.901576] cfg80211: Loading compiled-in X.509 certificates for regulatory database
  288. [ 5.920434] Loaded X.509 cert 'sforshee: 00b28ddf47aef9cea7'
  289. [ 5.928372] platform regulatory.0: Direct firmware load for regulatory.db failed with error -2
  290. [ 5.933687] clk: Disabling unused clocks
  291. [ 5.938936] cfg80211: failed to load regulatory.db
  292. [ 5.942341] ALSA device list:
  293. [ 5.949121] #0: 10049c00.ssi-wm8978-hifi
  294. [ 7.045847] VFS: Mounted root (nfs filesystem) on device 0:21.
  295. [ 7.056613] devtmpfs: mounted
  296. [ 7.064211] Freeing unused kernel memory: 4224K
  297. [ 7.077806] Run /sbin/init as init process
  298. [ 7.082180] with arguments:
  299. [ 7.085301] /sbin/init
  300. [ 7.088095] nfsrootdebug
  301. [ 7.091162] with environment:
  302. [ 7.094457] HOME=/
  303. [ 7.096895] TERM=linux
  304. [ 7.893719] systemd[1]: System time before build time, advancing clock.
  305. [ 8.064928] systemd[1]: systemd 244 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)
  306. [ 8.088279] systemd[1]: Detected architecture arm64.
  307.  
  308. Welcome to Poky (Yocto Project Reference Distro) 3.1.17 (dunfell)!
  309.  
  310. [ 8.206419] systemd[1]: Set hostname to <smarc-rzv2l>.
  311. [ 10.554466] systemd[1]: Configuration file /lib/systemd/system/watchdog.service is marked executable. Please remove executable permission bits. Proceeding anyway.
  312. [ 13.810959] random: crng init done
  313. [ 13.815037] systemd[1]: system-getty.slice: unit configures an IP firewall, but the local system does not support BPF/cgroup firewalling.
  314. [ 13.827707] systemd[1]: (This warning is only shown for the first unit using IP firewalling.)
  315. [ 13.855952] systemd[1]: Created slice system-getty.slice.
  316. [ OK ] Created slice system-getty.slice.
  317. [ 13.886307] systemd[1]: Created slice system-serial\x2dgetty.slice.
  318. [ OK ] Created slice system-serial\x2dgetty.slice.
  319. [ 13.914249] systemd[1]: Created slice User and Session Slice.
  320. [ OK ] Created slice User and Session Slice.
  321. [ 13.938601] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
  322. [ OK ] Started Dispatch Password …ts to Console Directory Watch.
  323. [ 13.966477] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
  324. [ OK ] Started Forward Password R…uests to Wall Directory Watch.
  325. [ 13.993773] systemd[1]: Reached target Host and Network Name Lookups.
  326. [ OK ] Reached target Host and Network Name Lookups.
  327. [ 14.017664] systemd[1]: Reached target Paths.
  328. [ OK ] Reached target Paths.
  329. [ 14.037681] systemd[1]: Reached target Remote File Systems.
  330. [ OK ] Reached target Remote File Systems.
  331. [ 14.061635] systemd[1]: Reached target Slices.
  332. [ OK ] Reached target Slices.
  333. [ 14.081711] systemd[1]: Reached target Swap.
  334. [ OK ] Reached target Swap.
  335. [ 14.125504] systemd[1]: Listening on Syslog Socket.
  336. [ OK ] Listening on Syslog Socket.
  337. [ 14.153497] systemd[1]: Listening on initctl Compatibility Named Pipe.
  338. [ OK ] Listening on initctl Compatibility Named Pipe.
  339. [ 14.187051] systemd[1]: Listening on Journal Audit Socket.
  340. [ OK ] Listening on Journal Audit Socket.
  341. [ 14.212026] systemd[1]: Listening on Journal Socket (/dev/log).
  342. [ OK ] Listening on Journal Socket (/dev/log).
  343. [ 14.240613] systemd[1]: Listening on Journal Socket.
  344. [ OK ] Listening on Journal Socket.
  345. [ 14.270916] systemd[1]: Listening on Network Service Netlink Socket.
  346. [ OK ] Listening on Network Service Netlink Socket.
  347. [ 14.305800] systemd[1]: Listening on udev Control Socket.
  348. [ OK ] Listening on udev Control Socket.
  349. [ 14.331389] systemd[1]: Listening on udev Kernel Socket.
  350. [ OK ] Listening on udev Kernel Socket.
  351. [ 14.401097] systemd[1]: Mounting Huge Pages File System...
  352. Mounting Huge Pages File System...
  353. [ 14.432439] systemd[1]: Mounting POSIX Message Queue File System...
  354. Mounting POSIX Message Queue File System...
  355. [ 14.465173] systemd[1]: Mounting Kernel Debug File System...
  356. Mounting Kernel Debug File System...
  357. [ 14.551866] systemd[1]: Mounting Temporary Directory (/tmp)...
  358. Mounting Temporary Directory (/tmp)...
  359. [ 14.578182] systemd[1]: Condition check resulted in Create list of static device nodes for the current kernel being skipped.
  360. [ 14.592364] systemd[1]: Condition check resulted in File System Check on Root Device being skipped.
  361. [ 14.641934] systemd[1]: Starting Journal Service...
  362. Starting Journal Service...
  363. [ 14.683996] systemd[1]: Condition check resulted in Load Kernel Modules being skipped.
  364. [ 14.693753] systemd[1]: Condition check resulted in FUSE Control File System being skipped.
  365. [ 14.737145] systemd[1]: Mounting Kernel Configuration File System...
  366. Mounting Kernel Configuration File System...
  367. [ 14.813675] systemd[1]: Starting Remount Root and Kernel File Systems...
  368. Starting Remount Root and Kernel File Systems...
  369. [ 14.894539] systemd[1]: Starting Apply Kernel Variables...
  370. Starting Apply Kernel Variables...
  371. [ 14.972179] systemd[1]: Starting udev Coldplug all Devices...
  372. Starting udev Coldplug all Devices...
  373. [ 15.040502] systemd[1]: Mounted Huge Pages File System.
  374. [ OK ] Mounted Huge Pages File System.
  375. [ 15.078577] systemd[1]: Mounted POSIX Message Queue File System.
  376. [ OK ] Mounted POSIX Message Queue File System.
  377. [ 15.107167] EEVDF scheduling fail, picking leftmost
  378. [ 15.109624]
  379. [ 15.109634] ======================================================
  380. [ 15.109636] WARNING: possible circular locking dependency detected
  381. [ 15.109641] 6.6.0-rc4-next-20231005-arm64-renesas-ga03f9ebbbb4c #1165 Not tainted
  382. [ 15.109648] ------------------------------------------------------
  383. [ 15.109649] migration/0/16 is trying to acquire lock:
  384. [ 15.109654] ffff800081713460 (console_owner){..-.}-{0:0}, at: console_flush_all.constprop.0+0x1a0/0x438
  385. [ 15.109694]
  386. [ 15.109694] but task is already holding lock:
  387. [ 15.109697] ffff00007fbd2298 (&rq->__lock){-.-.}-{2:2}, at: __schedule+0xd0/0xbe0
  388. [ 15.109718]
  389. [ 15.109718] which lock already depends on the new lock.
  390. [ 15.109718]
  391. [ 15.109720]
  392. [ 15.109720] the existing dependency chain (in reverse order) is:
  393. [ 15.109722]
  394. [ 15.109722] -> #4 (&rq->__lock){-.-.}-{2:2}:
  395. [ 15.109732] _raw_spin_lock_nested+0x40/0x54
  396. [ 15.109741] raw_spin_rq_lock_nested+0x20/0x38
  397. [ 15.109751] task_fork_fair+0x38/0xa4
  398. [ 15.109758] sched_cgroup_fork+0xe4/0x144
  399. [ 15.109766] copy_process+0x1224/0x1938
  400. [ 15.109778] kernel_clone+0x88/0x3fc
  401. [ 15.109785] user_mode_thread+0x6c/0x90
  402. [ 15.109793] rest_init+0x24/0x188
  403. [ 15.109801] arch_post_acpi_subsys_init+0x0/0x8
  404. [ 15.109812] start_kernel+0x504/0x5f4
  405. [ 15.109818] __primary_switched+0xb4/0xbc
  406. [ 15.109826]
  407. [ 15.109826] -> #3 (&p->pi_lock){-.-.}-{2:2}:
  408. [ 15.109837] _raw_spin_lock_irqsave+0x5c/0x80
  409. [ 15.109843] try_to_wake_up+0x54/0x4e0
  410. [ 15.109849] default_wake_function+0x10/0x18
  411. [ 15.109856] woken_wake_function+0x1c/0x24
  412. [ 15.109865] __wake_up_common+0x90/0x168
  413. [ 15.109871] __wake_up_common_lock+0x78/0xc4
  414. [ 15.109877] __wake_up+0x14/0x1c
  415. [ 15.109884] tty_wakeup+0x30/0x84
  416. [ 15.109894] tty_port_default_wakeup+0x1c/0x30
  417. [ 15.109901] tty_port_tty_wakeup+0x14/0x1c
  418. [ 15.109907] uart_write_wakeup+0x14/0x20
  419. [ 15.109916] sci_transmit_chars+0x1a8/0x1ec
  420. [ 15.109922] sci_tx_interrupt+0x24/0x40
  421. [ 15.109927] __handle_irq_event_percpu+0xac/0x2cc
  422. [ 15.109937] handle_irq_event+0x48/0xb0
  423. [ 15.109945] handle_fasteoi_irq+0xa0/0x22c
  424. [ 15.109953] generic_handle_domain_irq+0x28/0x3c
  425. [ 15.109961] gic_handle_irq+0x4c/0x120
  426. [ 15.109967] call_on_irq_stack+0x24/0x34
  427. [ 15.109975] do_interrupt_handler+0x78/0x7c
  428. [ 15.109982] el1_interrupt+0x30/0x5c
  429. [ 15.109989] el1h_64_irq_handler+0x14/0x1c
  430. [ 15.109996] el1h_64_irq+0x64/0x68
  431. [ 15.110001] default_idle_call+0x98/0x148
  432. [ 15.110009] do_idle+0x22c/0x290
  433. [ 15.110015] cpu_startup_entry+0x34/0x38
  434. [ 15.110020] rest_init+0xf8/0x188
  435. [ 15.110028] arch_post_acpi_subsys_init+0x0/0x8
  436. [ 15.110035] start_kernel+0x504/0x5f4
  437. [ 15.110041] __primary_switched+0xb4/0xbc
  438. [ 15.110049]
  439. [ 15.110049] -> #2 (&tty->write_wait){-.-.}-{2:2}:
  440. [ 15.110059] _raw_spin_lock_irqsave+0x5c/0x80
  441. [ 15.110066] __wake_up_common_lock+0x58/0xc4
  442. [ 15.110073] __wake_up+0x14/0x1c
  443. [ 15.110079] tty_wakeup+0x30/0x84
  444. [ 15.110086] tty_port_default_wakeup+0x1c/0x30
  445. [ 15.110092] tty_port_tty_wakeup+0x14/0x1c
  446. [ 15.110098] uart_write_wakeup+0x14/0x20
  447. [ 15.110107] sci_transmit_chars+0x1a8/0x1ec
  448. [ 15.110112] sci_tx_interrupt+0x24/0x40
  449. [ 15.110117] __handle_irq_event_percpu+0xac/0x2cc
  450. [ 15.110126] handle_irq_event+0x48/0xb0
  451. [ 15.110134] handle_fasteoi_irq+0xa0/0x22c
  452. [ 15.110141] generic_handle_domain_irq+0x28/0x3c
  453. [ 15.110149] gic_handle_irq+0x4c/0x120
  454. [ 15.110154] call_on_irq_stack+0x24/0x34
  455. [ 15.110160] do_interrupt_handler+0x78/0x7c
  456. [ 15.110167] el1_interrupt+0x30/0x5c
  457. [ 15.110173] el1h_64_irq_handler+0x14/0x1c
  458. [ 15.110180] el1h_64_irq+0x64/0x68
  459. [ 15.110185] default_idle_call+0x98/0x148
  460. [ 15.110192] do_idle+0x22c/0x290
  461. [ 15.110197] cpu_startup_entry+0x34/0x38
  462. [ 15.110202] rest_init+0xf8/0x188
  463. [ 15.110210] arch_post_acpi_subsys_init+0x0/0x8
  464. [ 15.110217] start_kernel+0x504/0x5f4
  465. [ 15.110223] __primary_switched+0xb4/0xbc
  466. [ 15.110231]
  467. [ 15.110231] -> #1 (&port_lock_key){-.-.}-{2:2}:
  468. [ 15.110242] _raw_spin_lock_irqsave+0x5c/0x80
  469. [ 15.110248] serial_console_write+0x160/0x1ac
  470. [ 15.110258] console_flush_all.constprop.0+0x1fc/0x438
  471. [ 15.110266] console_unlock+0x58/0x118
  472. [ 15.110273] vprintk_emit+0x21c/0x388
  473. [ 15.110280] vprintk_default+0x34/0x3c
  474. [ 15.110286] vprintk+0x9c/0xb4
  475. [ 15.110293] _printk+0x58/0x7c
  476. [ 15.110300] register_console+0x314/0x450
  477. [ 15.110307] serial_core_register_port+0x598/0x5cc
  478. [ 15.110313] serial_ctrl_register_port+0xc/0x14
  479. [ 15.110319] uart_add_one_port+0xc/0x14
  480. [ 15.110324] sci_probe+0x570/0x86c
  481. [ 15.110333] platform_probe+0x64/0xcc
  482. [ 15.110340] really_probe+0x140/0x2ac
  483. [ 15.110346] __driver_probe_device+0x74/0x124
  484. [ 15.110351] driver_probe_device+0x3c/0x15c
  485. [ 15.110355] __driver_attach+0xec/0x1c4
  486. [ 15.110360] bus_for_each_dev+0x70/0xcc
  487. [ 15.110370] driver_attach+0x20/0x28
  488. [ 15.110378] bus_add_driver+0xdc/0x1d0
  489. [ 15.110386] driver_register+0x5c/0x118
  490. [ 15.110392] __platform_driver_register+0x24/0x2c
  491. [ 15.110398] sci_init+0x2c/0x34
  492. [ 15.110406] do_one_initcall+0x70/0x290
  493. [ 15.110413] kernel_init_freeable+0x28c/0x4fc
  494. [ 15.110419] kernel_init+0x20/0x1cc
  495. [ 15.110426] ret_from_fork+0x10/0x20
  496. [ 15.110433]
  497. [ 15.110433] -> #0 (console_owner){..-.}-{0:0}:
  498. [ 15.110444] __lock_acquire+0x1304/0x20b0
  499. [ 15.110452] lock_acquire+0x1e0/0x310
  500. [ 15.110459] console_flush_all.constprop.0+0x1e8/0x438
  501. [ 15.110467] console_unlock+0x58/0x118
  502. [ 15.110474] vprintk_emit+0x21c/0x388
  503. [ 15.110481] vprintk_default+0x34/0x3c
  504. [ 15.110487] vprintk+0x9c/0xb4
  505. [ 15.110494] _printk+0x58/0x7c
  506. [ 15.110500] __pick_next_task_fair+0x7c/0x158
  507. [ 15.110508] __schedule+0x6fc/0xbe0
  508. [ 15.110515] schedule+0x48/0x110
  509. [ 15.110523] smpboot_thread_fn+0xa0/0x25c
  510. [ 15.110533] kthread+0x114/0x118
  511. [ 15.110539] ret_from_fork+0x10/0x20
  512. [ 15.110545]
  513. [ 15.110545] other info that might help us debug this:
  514. [ 15.110545]
  515. [ 15.110547] Chain exists of:
  516. [ 15.110547] console_owner --> &p->pi_lock --> &rq->__lock
  517. [ 15.110547]
  518. [ 15.110559] Possible unsafe locking scenario:
  519. [ 15.110559]
  520. [ 15.110561] CPU0 CPU1
  521. [ 15.110562] ---- ----
  522. [ 15.110564] lock(&rq->__lock);
  523. [ 15.110569] lock(&p->pi_lock);
  524. [ 15.110574] lock(&rq->__lock);
  525. [ 15.110579] lock(console_owner);
  526. [ 15.110584]
  527. [ 15.110584] *** DEADLOCK ***
  528. [ 15.110584]
  529. [ 15.110586] 3 locks held by migration/0/16:
  530. [ 15.110590] #0: ffff00007fbd2298 (&rq->__lock){-.-.}-{2:2}, at: __schedule+0xd0/0xbe0
  531. [ 15.110608] #1: ffff800081713250 (console_lock){+.+.}-{0:0}, at: vprintk_emit+0x114/0x388
  532. [ 15.110626] #2: ffff8000817132a8 (console_srcu){....}-{0:0}, at: console_flush_all.constprop.0+0x70/0x438
  533. [ 15.110644]
  534. [ 15.110644] stack backtrace:
  535. [ 15.110648] CPU: 0 PID: 16 Comm: migration/0 Not tainted 6.6.0-rc4-next-20231005-arm64-renesas-ga03f9ebbbb4c #1165
  536. [ 15.110656] Hardware name: Renesas SMARC EVK based on r9a07g054l2 (DT)
  537. [ 15.110660] Stopper: 0x0 <- 0x0
  538. [ 15.110665] Call trace:
  539. [ 15.110668] dump_backtrace+0x94/0xe8
  540. [ 15.110677] show_stack+0x14/0x1c
  541. [ 15.110684] dump_stack_lvl+0x5c/0xa0
  542. [ 15.110693] dump_stack+0x14/0x1c
  543. [ 15.110699] print_circular_bug+0x288/0x364
  544. [ 15.110707] check_noncircular+0x154/0x168
  545. [ 15.110713] __lock_acquire+0x1304/0x20b0
  546. [ 15.110720] lock_acquire+0x1e0/0x310
  547. [ 15.110727] console_flush_all.constprop.0+0x1e8/0x438
  548. [ 15.110735] console_unlock+0x58/0x118
  549. [ 15.110741] vprintk_emit+0x21c/0x388
  550. [ 15.110748] vprintk_default+0x34/0x3c
  551. [ 15.110755] vprintk+0x9c/0xb4
  552. [ 15.110762] _printk+0x58/0x7c
  553. [ 15.110767] __pick_next_task_fair+0x7c/0x158
  554. [ 15.110774] __schedule+0x6fc/0xbe0
  555. [ 15.110782] schedule+0x48/0x110
  556. [ 15.110790] smpboot_thread_fn+0xa0/0x25c
  557. [ 15.110798] kthread+0x114/0x118
  558. [ 15.110803] ret_from_fork+0x10/0x20
  559. [ 15.888181] systemd[1]: Mounted Kernel Debug File System.
  560. [ OK ] Mounted Kernel Debug File System.
  561. [ 15.911430] systemd[1]: Mounted Temporary Directory (/tmp).
  562. [ OK ] Mounted Temporary Directory (/tmp).
  563. [ 15.956578] systemd[1]: Started Journal Service.
  564. [ OK ] Started Journal Service.
  565. [ OK ] Mounted Kernel Configuration File System.
  566. [ OK ] Started Apply Kernel Variables.
  567. [ OK ] Started Remount Root and Kernel File Systems.
  568. Starting Flush Journal to Persistent Storage...
  569. Starting Create Static Device Nodes in /dev...
  570. [ 16.309064] systemd-journald[98]: Received client request to flush runtime journal.
  571. [ OK ] Started Flush Journal to Persistent Storage.
  572. [ OK ] Started Create Static Device Nodes in /dev.
  573. [ OK ] Reached target Local File Systems (Pre).
  574. Mounting /var/volatile...
  575. Starting udev Kernel Device Manager...
  576. [ OK ] Mounted /var/volatile.
  577. Starting Load/Save Random Seed...
  578. [ OK ] Reached target Local File Systems.
  579. Starting Create Volatile Files and Directories...
  580. [ OK ] Started Load/Save Random Seed.
  581. [ OK ] Started udev Kernel Device Manager.
  582. [ OK ] Started Create Volatile Files and Directories.
  583. Starting Network Time Synchronization...
  584. Starting Update UTMP about System Boot/Shutdown...
  585. [ OK ] Started udev Coldplug all Devices.
  586. [ OK ] Started Update UTMP about System Boot/Shutdown.
  587. [ OK ] Started Network Time Synchronization.
  588. [ OK ] Reached target System Initialization.
  589. [ OK ] Started Daily Cleanup of Temporary Directories.
  590. [ OK ] Reached target System Time Set.
  591. [ OK ] Reached target System Time Synchronized.
  592. [ OK ] Reached target Timers.
  593. [ OK ] Listening on D-Bus System Message Bus Socket.
  594. [ OK ] Reached target Sockets.
  595. [ OK ] Reached target Basic System.
  596. [ OK ] Started Kernel Logging Service.
  597. [ OK ] Started System Logging Service.
  598. [ OK ] Started D-Bus System Message Bus.
  599. [ 18.685386] EEVDF scheduling fail, picking leftmost
  600. Starting IPv6 Packet Filtering Framework...
  601. Starting IPv4 Packet Filtering Framework...
  602. Starting Telephony service...
  603. [ OK ] Started optee services.
  604. Starting Login Service...
  605. [ 19.060049] EEVDF scheduling fail, picking leftmost
  606. [ OK ] Started VIN initializing setting.
  607. [ OK ] Started WatchdogTimer.
  608. [ 19.205284] EEVDF scheduling fail, picking leftmost
  609. [ OK ] Started IPv6 Packet Filtering Framework.
  610. [ OK ] Started IPv4 Packet Filtering Framework.
  611. [ 19.431811] mmc0: tuning execution failed: -5
  612. [ OK ] Reached target Network (Pre).
  613. [ OK ] Reached target Hardware activated USB gadget.
  614. Starting Connection service...
  615. Starting Network Service...
  616. Starting Save/Restore Sound Card State...
  617. [ OK ] Started Telephony service.
  618. [ OK ] Started Save/Restore Sound Card State.
  619. [ OK ] Reached target Sound Card.
  620. [ OK ] Started Connection service.
  621. [ 20.630758] Microchip KSZ9131 Gigabit PHY 11c30000.ethernet-ffffffff:07: attached PHY driver (mii_bus:phy_addr=11c30000.ethernet-ffffffff:07, irq=56)
  622. Starting Hostname Service...
  623. Starting WPA supplicant...
  624. [ OK ] Started Login Service.
  625. [ OK ] Started Network Service.
  626. [ OK ] Started WPA supplicant.
  627. [ OK ] Reached target Network.
  628. Starting Permit User Sessions...
  629. Starting Target Communication Framework agent...
  630. [ OK ] Started Permit User Sessions.
  631. [ OK ] Started Getty on tty1.
  632. [ 21.465268] EEVDF scheduling fail, picking leftmost
  633. [ OK ] Started Serial Getty on ttySC0.
  634. [ OK ] Reached target Login Prompts.
  635. [ OK ] Started Hostname Service.
  636. [ OK ] Started Target Communication Framework agent.
  637. [ OK ] Reached target Multi-User System.
  638. Starting Update UTMP about System Runlevel Changes...
  639. [ OK ] Started Update UTMP about System Runlevel Changes.
  640.  
  641. Poky (Yocto Project Reference Distro) 3.1.17 smarc-rzv2l ttySC0
  642.  
  643. BSP: RZV2L/RZV2L-SMARC-EVK/3.0.2
  644. LSI: RZV2L
  645. Version: 3.0.2
  646. smarc-rzv2l login:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement