Other Parts Discussed in Thread: DRA722, SYSCONFIG, AM5718, AM5716
Tool/software:
Hi,
I'm trying to upgrade the linux kernel for one of our products. We have run 4.4.0 until now. When booting linux 6.1 I run into some initializations issues and later on a kernel panic.
The first timer initialization error marked in red seems to come from the dmtimer_percpu_timer_init() function function in timer-ti-dm-systimer.c. It returns -EINVAL since the timer belongs to cpu #1 which does not exist on AM5708. The function is called from here and as you can see dmtimer16 has cpu argument set to 1.
static int __init dmtimer_percpu_quirk_init(struct device_node *np, u32 pa)
{
struct device_node *arm_timer;
arm_timer = of_find_compatible_node(NULL, NULL, "arm,armv7-timer");
if (of_device_is_available(arm_timer)) {
pr_warn_once("ARM architected timer wrap issue i940 detected\n");
return 0;
}
if (pa == 0x4882c000) /* dra7 dmtimer15 */
return dmtimer_percpu_timer_init(np, 0);
else if (pa == 0x4882e000) /* dra7 dmtimer16 */
return dmtimer_percpu_timer_init(np, 1);
return 0;
}
Can you give me some advise how to solve the initialization errors and the kernel panic?
Thanks in advance!
BR,
Jonas
[ 0.000000] Booting Linux on physical CPU 0x0
[ 0.000000] Linux version 6.1.83-r6_1.0 (root@VirtualBox) (arm-none-linux-gnueabihf-gcc (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 11.2.1 20220111, GNU ld (GNU Toolchain for the Arm Architecture 11.2-2022.02 (arm-11.14)) 2.37.20220122) #3 SMP PREEMPT Fri Sep 6 12:51:27 Europe 2024
[ 0.000000] CPU: ARMv7 Processor [412fc0f2] revision 2 (ARMv7), cr=10c5387d
[ 0.000000] CPU: div instructions available: patching division code
[ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, PIPT instruction cache
[ 0.000000] OF: fdt: Machine model: CENSORED
[ 0.000000] Memory policy: Data cache writealloc
[ 0.000000] cma: Reserved 16 MiB at 0x9e800000
[ 0.000000] OMAP4: Map 0x9fe00000 to (ptrval) for dram barrier
[ 0.000000] Hit pending asynchronous external abort (FSR=0x00000406) during first unmask, this is most likely caused by a firmware/bootloader bug.
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] HighMem empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000080000000-0x000000009fdfffff]
[ 0.000000] DRA722 ES2.1
[ 0.000000] percpu: Embedded 17 pages/cpu s37876 r8192 d23564 u69632
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 129412
[ 0.000000] Kernel command line: console=ttyS2,115200n8 root=PARTUUID=9c8c195f-02 rw rootfstype=ext4 rootwait bootver=1.0
[ 0.000000] Unknown kernel command line parameters "bootver=1.0", will be passed to user space.
[ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes, linear)
[ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off
[ 0.000000] Memory: 477396K/522240K available (10240K kernel code, 878K rwdata, 2944K rodata, 1024K init, 6500K bss, 28460K reserved, 16384K cma-reserved, 0K highmem)
[ 0.000000] trace event string verifier disabled
[ 0.000000] Running RCU self tests
[ 0.000000] rcu: Preemptible hierarchical RCU implementation.
[ 0.000000] rcu: RCU event tracing is enabled.
[ 0.000000] rcu: RCU lockdep checking is enabled.
[ 0.000000] rcu: RCU restricting CPUs from NR_CPUS=2 to nr_cpu_ids=1.
[ 0.000000] Trampoline variant of Tasks RCU enabled.
[ 0.000000] rcu: RCU calculated value of scheduler-enlistment delay is 10 jiffies.
[ 0.000000] rcu: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
[ 0.000000] NR_IRQS: 16, nr_irqs: 16, preallocated irqs: 16
[ 0.000000] GIC: Using split EOI/Deactivate mode
[ 0.000000] rcu: srcu_init: Setting srcu_struct sizes based on contention.
[ 0.000000] OMAP clocksource: 32k_counter at 32768 Hz
[ 0.000000] clocksource: 32k_counter: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 58327039986419 ns
[ 0.000000] sched_clock: 32 bits at 33kHz, resolution 30517ns, wraps every 65535999984741ns
[ 0.001556] TI gptimer clockevent: always-on 31475 Hz at /ocp/interconnect@4ae00000/segment@10000/target-module@8000
[ 0.003387] TI gptimer percpu-dmtimer: 19200000 Hz at /ocp/interconnect@48800000/segment@0/target-module@2c000
[ 0.003509] dmtimer_percpu_timer_init: cpu_possible 1
[ 0.003509] Failed to initialize '/ocp/interconnect@48800000/segment@0/target-module@2e000/timer@0': -22
[ 0.005004] Console: colour dummy device 80x30
[ 0.005065] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.005065] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.005065] ... MAX_LOCK_DEPTH: 48
[ 0.005096] ... MAX_LOCKDEP_KEYS: 8192
[ 0.005096] ... CLASSHASH_SIZE: 4096
[ 0.005096] ... MAX_LOCKDEP_ENTRIES: 32768
[ 0.005096] ... MAX_LOCKDEP_CHAINS: 65536
[ 0.005126] ... CHAINHASH_SIZE: 32768
[ 0.005126] memory used by lock dependency info: 4061 kB
[ 0.005126] memory used for stack traces: 2112 kB
[ 0.005126] per task-struct memory footprint: 1536 bytes
[ 0.005218] Calibrating delay loop... 1993.93 BogoMIPS (lpj=9969664)
[ 0.050231] CPU: Testing write buffer coherency: ok
[ 0.050384] CPU0: Spectre v2: using ICIALLU workaround
[ 0.050384] CPU0: Spectre BHB: enabling loop workaround for all CPUs
[ 0.050415] pid_max: default: 32768 minimum: 301
[ 0.050659] LSM: Security Framework initializing
[ 0.050994] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.051025] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear)
[ 0.055145] /cpus/cpu@0 missing clock-frequency property
[ 0.055206] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[ 0.057495] cblist_init_generic: Setting adjustable number of callback queues.
[ 0.057495] cblist_init_generic: Setting shift to 0 and lim to 1.
[ 0.057800] Running RCU-tasks wait API self tests
[ 0.156524] Setting up static identity map for 0x80100000 - 0x80100078
[ 0.157196] rcu: Hierarchical SRCU implementation.
[ 0.157196] rcu: Max phase no-delay instances is 1000.
[ 0.158691] smp: Bringing up secondary CPUs ...
[ 0.158721] smp: Brought up 1 node, 1 CPU
[ 0.158721] SMP: Total of 1 processors activated (1993.93 BogoMIPS).
[ 0.158752] CPU: All CPU(s) started in HYP mode.
[ 0.158752] CPU: Virtualization extensions available.
[ 0.160614] devtmpfs: initialized
[ 0.262542] Callback from call_rcu_tasks() invoked.
[ 0.266479] VFP support v0.3: implementor 41 architecture 4 part 30 variant f rev 0
[ 0.267669] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.267700] futex hash table entries: 256 (order: 2, 16384 bytes, linear)
[ 0.268402] pinctrl core: initialized pinctrl subsystem
[ 0.272735] NET: Registered PF_NETLINK/PF_ROUTE protocol family
[ 0.278503] DMA: preallocated 256 KiB pool for atomic coherent allocations
[ 0.280822] audit: initializing netlink subsys (disabled)
[ 0.283264] thermal_sys: Registered thermal governor 'fair_share'
[ 0.283264] thermal_sys: Registered thermal governor 'step_wise'
[ 0.283294] thermal_sys: Registered thermal governor 'user_space'
[ 0.283599] audit: type=2000 audit(0.280:1): state=initialized audit_enabled=0 res=1
[ 0.283660] cpuidle: using governor menu
[ 0.340606] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@e00/clock@20
[ 0.340759] platform ocp: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@700/clock@20
[ 0.351470] platform panel: Fixed dependency cycle(s) with /ocp/target-module@58000000/dss@0
[ 0.354583] No ATAGs?
[ 0.354797] hw-breakpoint: found 5 (+1 reserved) breakpoint and 4 watchpoint registers.
[ 0.354827] hw-breakpoint: maximum watchpoint size is 8 bytes.
[ 0.383117] kprobes: kprobe jump-optimization is enabled. All kprobes are optimized if possible.
[ 0.404235] iommu: Default domain type: Translated
[ 0.404235] iommu: DMA domain TLB invalidation policy: strict mode
[ 0.420501] clocksource: Switched to clocksource 32k_counter
[ 0.422515] VFS: Disk quotas dquot_6.6.0
[ 0.422637] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.472595] NET: Registered PF_INET protocol family
[ 0.473114] IP idents hash table entries: 8192 (order: 4, 65536 bytes, linear)
[ 0.475433] tcp_listen_portaddr_hash hash table entries: 256 (order: 1, 10240 bytes, linear)
[ 0.475524] Table-perturb hash table entries: 65536 (order: 6, 262144 bytes, linear)
[ 0.475555] TCP established hash table entries: 4096 (order: 2, 16384 bytes, linear)
[ 0.475708] TCP bind hash table entries: 4096 (order: 6, 327680 bytes, linear)
[ 0.477111] TCP: Hash tables configured (established 4096 bind 4096)
[ 0.477355] UDP hash table entries: 256 (order: 2, 24576 bytes, linear)
[ 0.477478] UDP-Lite hash table entries: 256 (order: 2, 24576 bytes, linear)
[ 0.477844] NET: Registered PF_UNIX/PF_LOCAL protocol family
[ 0.481445] hw perfevents: enabled with armv7_cortex_a15 PMU driver, 7 counters available
[ 0.484680] Initialise system trusted keyrings
[ 0.490783] workingset: timestamp_bits=14 max_order=17 bucket_order=3
[ 0.492553] jffs2: version 2.2. (NAND) (SUMMARY) © 2001-2006 Red Hat, Inc.
[ 0.493438] jitterentropy: Initialization failed with host not compliant with requirements: 2
[ 0.493499] Key type asymmetric registered
[ 0.493560] Asymmetric key parser 'x509' registered
[ 0.493743] io scheduler mq-deadline registered
[ 0.493774] io scheduler kyber registered
[ 0.517517] Serial: 8250/16550 driver, 6 ports, IRQ sharing enabled
[ 0.539245] panel-simple panel: Specify missing connector_type
[ 0.596313] brd: module loaded
[ 0.637023] loop: module loaded
[ 0.638366] mtdoops: mtd device (mtddev=name/number) must be supplied
[ 0.643157] i2c_dev: i2c /dev entries driver
[ 0.645446] cpu cpu0: Failed to set OPP config
[ 0.646209] sdhci: Secure Digital Host Controller Interface driver
[ 0.646209] sdhci: Copyright(c) Pierre Ossman
[ 0.646667] sdhci-pltfm: SDHCI platform and OF driver helper
[ 0.648284] Initializing XFRM netlink socket
[ 0.648590] NET: Registered PF_INET6 protocol family
[ 0.662963] Segment Routing with IPv6
[ 0.663055] In-situ OAM (IOAM) with IPv6
[ 0.663146] sit: IPv6, IPv4 and MPLS over IPv4 tunneling driver
[ 0.664947] NET: Registered PF_PACKET protocol family
[ 0.665008] NET: Registered PF_KEY protocol family
[ 0.665039] Key type dns_resolver registered
[ 0.665130] ThumbEE CPU extension supported.
[ 0.665130] Registering SWP/SWPB emulation handler
[ 0.665161] omap_voltage_late_init: Voltage driver support not added
[ 0.665161] sr_init_by_name: Unable to get voltage domain pointer for VDD mpu
[ 0.665191] sr_init_by_name: Unable to get voltage domain pointer for VDD core
[ 0.665191] Power Management for TI OMAP4+ devices.
[ 0.665649] SmartReflex Class3 initialized
[ 0.667327] Loading compiled-in X.509 certificates
[ 0.920227] platform 4a000000.interconnect: Fixed dependency cycle(s) with /ocp/interconnect@4a000000/segment@0/target-module@8000/cm_core@0/clock@d00/clock@20
[ 0.940216] pinctrl-single 4a003400.pinmux: 282 pins, size 1128
[ 1.008819] omap-dma-engine 4a056000.dma-controller: OMAP DMA engine driver (LinkedList1/2/3 supported)
[ 1.059967] gpio gpiochip0: (gpio-0-31): not an immutable chip, please consider fixing it!
[ 1.061584] OMAP GPIO hardware version 0.1
[ 1.067169] ti-sysc: probe of 4ae18000.target-module failed with error -16
[ 1.089813] printk: console [ttyS2] disabled
[ 1.090698] 48020000.serial: ttyS2 at MMIO 0x48020000 (irq = 98, base_baud = 3000000) is a 8250
[ 2.034790] printk: console [ttyS2] enabled
[ 2.060424] gpio gpiochip1: (gpio-32-63): not an immutable chip, please consider fixing it!
[ 2.073730] gpio gpiochip2: (gpio-64-95): not an immutable chip, please consider fixing it!
[ 2.085968] gpio gpiochip3: (gpio-96-127): not an immutable chip, please consider fixing it!
[ 2.098205] gpio gpiochip4: (gpio-128-159): not an immutable chip, please consider fixing it!
[ 2.110565] gpio gpiochip5: (gpio-160-191): not an immutable chip, please consider fixing it!
[ 2.123321] gpio gpiochip6: (gpio-192-223): not an immutable chip, please consider fixing it!
[ 2.135864] gpio gpiochip7: (gpio-224-255): not an immutable chip, please consider fixing it!
[ 2.152526] at24 2-0050: supply vcc not found, using dummy regulator
[ 2.191253] at24 2-0050: 16384 byte 24c128 EEPROM, writable, 64 bytes/write
[ 2.198760] lm75 2-004b: supply vs not found, using dummy regulator
[ 2.207397] hwmon hwmon0: temp1_input not attached to any thermal zone
[ 2.213806] lm75 2-004b: hwmon0: sensor 'lm75'
[ 2.221008] input: fts_ts as /devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@0/48060000.target-module/48060000.i2c/i2c-2/2-0038/input/input0
[ 2.522460] omap_i2c 48060000.i2c: bus 2 rev0.12 at 400 kHz
[ 2.537017] 4806a000.serial: ttyS0 at MMIO 0x4806a000 (irq = 113, base_baud = 3000000) is a 8250
[ 2.557128] palmas 0-0058: Irq flag is 0x00000000
[ 2.594055] palmas 0-0058: Muxing GPIO 51, PWM 0, LED 2
[ 2.616638] smps5: Bringing 0uV into 1200000-1200000uV
[ 2.633239] ldo3: Bringing 0uV into 1800000-1800000uV
[ 2.651092] omap_i2c 48070000.i2c: bus 0 rev0.12 at 400 kHz
[ 2.676177] omap_rng 48090000.rng: Random Number Generator ver. 20
[ 2.682342] random: crng init done
[ 2.708251] sdhci-omap 4809c000.mmc: no pinctrl state for ddr_3_3v mode
[ 2.753448] mmc0: SDHCI controller on 4809c000.mmc [4809c000.mmc] using ADMA
[ 2.808929] mmc0: new high speed SDHC card at address b368
[ 2.824005] mmcblk0: mmc0:b368 USD00 14.7 GiB
[ 2.846862] mmcblk0: p1 p2 p3 p4
[ 2.866241] ti-sysc: probe of 4882c000.target-module failed with error -16
[ 2.875061] ------------[ cut here ]------------
[ 2.879638] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 2.888488] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 2.899902] Modules linked in:
[ 2.902862] CPU: 0 PID: 8 Comm: kworker/u2:0 Not tainted 6.1.83-r6_1.0 #3
[ 2.909423] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 2.915313] Workqueue: events_unbound deferred_probe_work_func
[ 2.920959] unwind_backtrace from show_stack+0x10/0x14
[ 2.926025] show_stack from dump_stack_lvl+0x58/0x70
[ 2.930908] dump_stack_lvl from __warn+0x70/0x1c0
[ 2.935546] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 2.940521] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 2.946655] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 2.953399] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 2.959716] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 2.965515] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 2.971160] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 2.976470] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 2.982452] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 2.988494] call_with_stack from __irq_svc+0x9c/0xd4
[ 2.993377] Exception stack(0xe0039858 to 0xe00398a0)
[ 2.998260] 9840: 00000000 58000000
[ 3.006164] 9860: 00000074 00000000 c2b20640 c2b25010 c1723b5c 00000000 c0b36330 c0b35fb0
[ 3.014068] 9880: 00000001 00000000 00000000 e00398a8 48838000 c06075f8 20000113 ffffffff
[ 3.021942] __irq_svc from sysc_probe+0xd88/0x1520
[ 3.026672] sysc_probe from platform_probe+0x58/0xbc
[ 3.031555] platform_probe from really_probe+0xc4/0x2f4
[ 3.036682] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.042419] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.048736] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.055145] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.061218] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.066772] __device_attach from bus_probe_device+0x88/0x90
[ 3.072265] bus_probe_device from device_add+0x38c/0x790
[ 3.077484] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.083801] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.091278] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.097686] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.103820] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.109466] platform_probe from really_probe+0xc4/0x2f4
[ 3.114624] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.120330] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.126678] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.133056] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.139129] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.144683] __device_attach from bus_probe_device+0x88/0x90
[ 3.150177] bus_probe_device from device_add+0x38c/0x790
[ 3.155395] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.161712] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.169189] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.175598] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.181762] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.187408] platform_probe from really_probe+0xc4/0x2f4
[ 3.192535] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.198272] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.204589] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.210998] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.217041] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.222625] __device_attach from bus_probe_device+0x88/0x90
[ 3.228088] bus_probe_device from device_add+0x38c/0x790
[ 3.233306] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.239624] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.247131] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.253509] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.259674] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.265319] platform_probe from really_probe+0xc4/0x2f4
[ 3.270446] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.276184] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.282501] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.288909] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.294982] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.300537] __device_attach from bus_probe_device+0x88/0x90
[ 3.306030] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 3.312255] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 3.318664] process_one_work from worker_thread+0x28/0x4b0
[ 3.324035] worker_thread from kthread+0xe8/0x11c
[ 3.328674] kthread from ret_from_fork+0x14/0x24
[ 3.333221] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 3.338104] 9fa0: 00000000 00000000 00000000 00000000
[ 3.346008] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3.353881] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 3.360290] irq event stamp: 278720
[ 3.363647] hardirqs last enabled at (278719): [<c0a53830>] _raw_spin_unlock_irqrestore+0x5c/0x60
[ 3.372283] hardirqs last disabled at (278720): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 3.379455] softirqs last enabled at (265424): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 3.386993] softirqs last disabled at (265419): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 3.394744] ---[ end trace 0000000000000000 ]---
[ 3.399597] ------------[ cut here ]------------
[ 3.404083] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 3.412902] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 3.424316] Modules linked in:
[ 3.427276] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 3.435241] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 3.441131] Workqueue: events_unbound deferred_probe_work_func
[ 3.446777] unwind_backtrace from show_stack+0x10/0x14
[ 3.451843] show_stack from dump_stack_lvl+0x58/0x70
[ 3.456726] dump_stack_lvl from __warn+0x70/0x1c0
[ 3.461364] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 3.466339] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 3.472473] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 3.479217] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 3.485534] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 3.491333] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 3.496978] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 3.502288] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 3.508270] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 3.514312] call_with_stack from __irq_svc+0x9c/0xd4
[ 3.519195] Exception stack(0xe0039830 to 0xe0039878)
[ 3.524078] 9820: c2b20640 00000003 00000078 fa838078
[ 3.531982] 9840: c2b20640 00000003 c2b25010 00000003 c0b36330 c0b36330 00000001 00000000
[ 3.539886] 9860: 00000000 e0039880 c0605aa8 c0604b88 60000113 ffffffff
[ 3.546264] __irq_svc from sysc_write_sysconfig+0x38/0x84
[ 3.551574] sysc_write_sysconfig from sysc_enable_module+0xd0/0x2d0
[ 3.557708] sysc_enable_module from sysc_probe+0x130c/0x1520
[ 3.563262] sysc_probe from platform_probe+0x58/0xbc
[ 3.568145] platform_probe from really_probe+0xc4/0x2f4
[ 3.573303] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.579010] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.585327] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.591735] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.597808] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.603363] __device_attach from bus_probe_device+0x88/0x90
[ 3.608856] bus_probe_device from device_add+0x38c/0x790
[ 3.614074] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.620391] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.627868] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.634277] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.640441] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.646057] platform_probe from really_probe+0xc4/0x2f4
[ 3.651214] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.656951] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.663269] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.669677] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.675720] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.681304] __device_attach from bus_probe_device+0x88/0x90
[ 3.686767] bus_probe_device from device_add+0x38c/0x790
[ 3.691986] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.698303] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.705810] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.712188] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.718353] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.723999] platform_probe from really_probe+0xc4/0x2f4
[ 3.729125] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.734863] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.741180] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.747589] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.753662] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.759216] __device_attach from bus_probe_device+0x88/0x90
[ 3.764678] bus_probe_device from device_add+0x38c/0x790
[ 3.769927] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 3.776214] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 3.783721] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 3.790100] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 3.796264] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 3.801910] platform_probe from really_probe+0xc4/0x2f4
[ 3.807037] really_probe from __driver_probe_device+0x84/0x1a0
[ 3.812774] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 3.819091] driver_probe_device from __device_attach_driver+0x94/0x108
[ 3.825500] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 3.831573] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 3.837127] __device_attach from bus_probe_device+0x88/0x90
[ 3.842620] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 3.848846] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 3.855255] process_one_work from worker_thread+0x28/0x4b0
[ 3.860626] worker_thread from kthread+0xe8/0x11c
[ 3.865264] kthread from ret_from_fork+0x14/0x24
[ 3.869812] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 3.874694] 9fa0: 00000000 00000000 00000000 00000000
[ 3.882598] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 3.890472] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 3.896881] irq event stamp: 278742
[ 3.900238] hardirqs last enabled at (278741): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 3.907379] hardirqs last disabled at (278742): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 3.914520] softirqs last enabled at (278736): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 3.922088] softirqs last disabled at (278721): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 3.929809] ---[ end trace 0000000000000000 ]---
[ 3.935821] ------------[ cut here ]------------
[ 3.940277] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 3.949127] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 3.960540] Modules linked in:
[ 3.963470] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 3.971466] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 3.977355] Workqueue: events_unbound deferred_probe_work_func
[ 3.983001] unwind_backtrace from show_stack+0x10/0x14
[ 3.988067] show_stack from dump_stack_lvl+0x58/0x70
[ 3.992950] dump_stack_lvl from __warn+0x70/0x1c0
[ 3.997589] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 4.002532] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 4.008697] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 4.015441] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 4.021728] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 4.027557] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 4.033203] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 4.038482] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 4.044464] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 4.050537] call_with_stack from __irq_svc+0x9c/0xd4
[ 4.055419] Exception stack(0xe0039840 to 0xe0039888)
[ 4.060302] 9840: c2b20640 00000003 00000000 00000000 c2b20640 c2b25010 c1723b5c 00000000
[ 4.068176] 9860: c0b36330 c0b36330 00000001 00000000 00000000 e0039890 c060780c c0606434
[ 4.076080] 9880: 60000113 ffffffff
[ 4.079437] __irq_svc from sysc_reset+0x1c/0x228
[ 4.084014] sysc_reset from sysc_probe+0xf9c/0x1520
[ 4.088806] sysc_probe from platform_probe+0x58/0xbc
[ 4.093688] platform_probe from really_probe+0xc4/0x2f4
[ 4.098815] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.104553] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.110870] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.117279] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.123352] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.128906] __device_attach from bus_probe_device+0x88/0x90
[ 4.134399] bus_probe_device from device_add+0x38c/0x790
[ 4.139617] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.145935] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.153411] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.159820] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.165954] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.171600] platform_probe from really_probe+0xc4/0x2f4
[ 4.176757] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.182464] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.188781] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.195190] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.201263] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.206817] __device_attach from bus_probe_device+0x88/0x90
[ 4.212310] bus_probe_device from device_add+0x38c/0x790
[ 4.217529] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.223846] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.231323] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.237731] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.243896] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.249511] platform_probe from really_probe+0xc4/0x2f4
[ 4.254669] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.260406] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.266723] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.273132] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.279174] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.284759] __device_attach from bus_probe_device+0x88/0x90
[ 4.290222] bus_probe_device from device_add+0x38c/0x790
[ 4.295440] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.301757] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.309265] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.315643] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.321807] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.327453] platform_probe from really_probe+0xc4/0x2f4
[ 4.332580] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.338317] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.344635] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.351043] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.357116] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.362670] __device_attach from bus_probe_device+0x88/0x90
[ 4.368133] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 4.374389] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 4.380767] process_one_work from worker_thread+0x28/0x4b0
[ 4.386169] worker_thread from kthread+0xe8/0x11c
[ 4.390808] kthread from ret_from_fork+0x14/0x24
[ 4.395355] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 4.400238] 9fa0: 00000000 00000000 00000000 00000000
[ 4.408111] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4.416015] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 4.422393] irq event stamp: 278768
[ 4.425781] hardirqs last enabled at (278767): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 4.432922] hardirqs last disabled at (278768): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 4.440063] softirqs last enabled at (278762): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 4.447631] softirqs last disabled at (278743): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 4.455352] ---[ end trace 0000000000000000 ]---
[ 4.460662] ------------[ cut here ]------------
[ 4.465148] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 4.473968] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 4.485382] Modules linked in:
[ 4.488342] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 4.496307] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 4.502197] Workqueue: events_unbound deferred_probe_work_func
[ 4.507843] unwind_backtrace from show_stack+0x10/0x14
[ 4.512908] show_stack from dump_stack_lvl+0x58/0x70
[ 4.517791] dump_stack_lvl from __warn+0x70/0x1c0
[ 4.522430] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 4.527404] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 4.533538] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 4.540283] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 4.546600] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 4.552398] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 4.558044] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 4.563354] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 4.569305] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 4.575378] call_with_stack from __irq_svc+0x9c/0xd4
[ 4.580261] Exception stack(0xe00397a0 to 0xe00397e8)
[ 4.585144] 97a0: c2b20640 00000003 00000078 fa838078 c2b20640 00000003 c2b25010 00000003
[ 4.593048] 97c0: 00000004 00000000 c019c70c 00000000 00000001 e00397f0 c0605aa8 c0604b88
[ 4.600921] 97e0: 60000113 ffffffff
[ 4.604309] __irq_svc from sysc_write_sysconfig+0x38/0x84
[ 4.609619] sysc_write_sysconfig from sysc_enable_module+0xd0/0x2d0
[ 4.615753] sysc_enable_module from sysc_runtime_resume+0xc8/0x174
[ 4.621795] sysc_runtime_resume from __rpm_callback+0x3c/0x16c
[ 4.627532] __rpm_callback from rpm_callback+0x50/0x54
[ 4.632598] rpm_callback from rpm_resume+0x524/0x740
[ 4.637481] rpm_resume from __pm_runtime_resume+0x50/0x68
[ 4.642791] __pm_runtime_resume from sysc_probe+0xfbc/0x1520
[ 4.648345] sysc_probe from platform_probe+0x58/0xbc
[ 4.653228] platform_probe from really_probe+0xc4/0x2f4
[ 4.658386] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.664123] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.670440] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.676818] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.682891] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.688446] __device_attach from bus_probe_device+0x88/0x90
[ 4.693939] bus_probe_device from device_add+0x38c/0x790
[ 4.699157] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.705474] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.712982] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.719360] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.725524] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.731170] platform_probe from really_probe+0xc4/0x2f4
[ 4.736297] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.742034] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.748352] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.754760] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.760833] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.766387] __device_attach from bus_probe_device+0x88/0x90
[ 4.771850] bus_probe_device from device_add+0x38c/0x790
[ 4.777099] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.783416] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.790893] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.797302] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.803436] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.809082] platform_probe from really_probe+0xc4/0x2f4
[ 4.814208] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.819946] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.826263] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.832672] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.838745] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.844299] __device_attach from bus_probe_device+0x88/0x90
[ 4.849792] bus_probe_device from device_add+0x38c/0x790
[ 4.855010] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 4.861328] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 4.868804] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 4.875213] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 4.881347] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 4.886993] platform_probe from really_probe+0xc4/0x2f4
[ 4.892150] really_probe from __driver_probe_device+0x84/0x1a0
[ 4.897888] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 4.904205] driver_probe_device from __device_attach_driver+0x94/0x108
[ 4.910583] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 4.916656] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 4.922210] __device_attach from bus_probe_device+0x88/0x90
[ 4.927703] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 4.933929] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 4.940338] process_one_work from worker_thread+0x28/0x4b0
[ 4.945709] worker_thread from kthread+0xe8/0x11c
[ 4.950347] kthread from ret_from_fork+0x14/0x24
[ 4.954895] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 4.959777] 9fa0: 00000000 00000000 00000000 00000000
[ 4.967681] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 4.975585] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 4.981964] irq event stamp: 278804
[ 4.985321] hardirqs last enabled at (278803): [<c0a53830>] _raw_spin_unlock_irqrestore+0x5c/0x60
[ 4.993988] hardirqs last disabled at (278804): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 5.001129] softirqs last enabled at (278784): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 5.008697] softirqs last disabled at (278769): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 5.016418] ---[ end trace 0000000000000000 ]---
[ 5.021331] ------------[ cut here ]------------
[ 5.025787] WARNING: CPU: 0 PID: 8 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 5.034637] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 5.046051] Modules linked in:
[ 5.048980] CPU: 0 PID: 8 Comm: kworker/u2:0 Tainted: G W 6.1.83-r6_1.0 #3
[ 5.056976] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 5.062866] Workqueue: events_unbound deferred_probe_work_func
[ 5.068511] unwind_backtrace from show_stack+0x10/0x14
[ 5.073577] show_stack from dump_stack_lvl+0x58/0x70
[ 5.078460] dump_stack_lvl from __warn+0x70/0x1c0
[ 5.083099] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 5.088043] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 5.094207] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 5.100921] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 5.107238] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 5.113067] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 5.118682] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 5.123992] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 5.129974] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 5.136047] call_with_stack from __irq_svc+0x9c/0xd4
[ 5.140930] Exception stack(0xe00397c0 to 0xe0039808)
[ 5.145812] 97c0: c101d088 c2b20690 c2b25010 c0130c38 c101d088 c2b25010 00000000 c2b250cc
[ 5.153686] 97e0: 00000004 00000000 c019c70c 00000000 00000001 e0039810 c0605d60 c012ff50
[ 5.161590] 9800: a0000113 ffffffff
[ 5.164978] __irq_svc from clkdm_allow_idle+0x8/0x24
[ 5.169860] clkdm_allow_idle from sysc_runtime_resume+0xb8/0x174
[ 5.175750] sysc_runtime_resume from __rpm_callback+0x3c/0x16c
[ 5.181457] __rpm_callback from rpm_callback+0x50/0x54
[ 5.186523] rpm_callback from rpm_resume+0x524/0x740
[ 5.191406] rpm_resume from __pm_runtime_resume+0x50/0x68
[ 5.196716] __pm_runtime_resume from sysc_probe+0xfbc/0x1520
[ 5.202301] sysc_probe from platform_probe+0x58/0xbc
[ 5.207183] platform_probe from really_probe+0xc4/0x2f4
[ 5.212310] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.218048] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.224365] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.230773] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.236816] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.242401] __device_attach from bus_probe_device+0x88/0x90
[ 5.247863] bus_probe_device from device_add+0x38c/0x790
[ 5.253112] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 5.259399] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 5.266906] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 5.273284] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 5.279449] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 5.285095] platform_probe from really_probe+0xc4/0x2f4
[ 5.290222] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.295959] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.302276] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.308685] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.314758] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.320312] __device_attach from bus_probe_device+0x88/0x90
[ 5.325805] bus_probe_device from device_add+0x38c/0x790
[ 5.331024] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 5.337341] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 5.344818] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 5.351226] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 5.357360] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 5.363006] platform_probe from really_probe+0xc4/0x2f4
[ 5.368164] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.373901] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.380218] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.386596] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.392669] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.398223] __device_attach from bus_probe_device+0x88/0x90
[ 5.403717] bus_probe_device from device_add+0x38c/0x790
[ 5.408935] device_add from of_platform_device_create_pdata+0x8c/0xb8
[ 5.415252] of_platform_device_create_pdata from of_platform_bus_create+0x194/0x22c
[ 5.422729] of_platform_bus_create from of_platform_populate+0x60/0xb8
[ 5.429138] of_platform_populate from simple_pm_bus_probe+0x8c/0x94
[ 5.435302] simple_pm_bus_probe from platform_probe+0x58/0xbc
[ 5.440948] platform_probe from really_probe+0xc4/0x2f4
[ 5.446075] really_probe from __driver_probe_device+0x84/0x1a0
[ 5.451812] __driver_probe_device from driver_probe_device+0x2c/0x108
[ 5.458129] driver_probe_device from __device_attach_driver+0x94/0x108
[ 5.464538] __device_attach_driver from bus_for_each_drv+0x80/0xd0
[ 5.470581] bus_for_each_drv from __device_attach+0xac/0x1ec
[ 5.476165] __device_attach from bus_probe_device+0x88/0x90
[ 5.481628] bus_probe_device from deferred_probe_work_func+0x78/0xa8
[ 5.487884] deferred_probe_work_func from process_one_work+0x288/0x6e8
[ 5.494262] process_one_work from worker_thread+0x28/0x4b0
[ 5.499664] worker_thread from kthread+0xe8/0x11c
[ 5.504302] kthread from ret_from_fork+0x14/0x24
[ 5.508850] Exception stack(0xe0039fb0 to 0xe0039ff8)
[ 5.513732] 9fa0: 00000000 00000000 00000000 00000000
[ 5.521606] 9fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 5.529510] 9fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 5.535888] irq event stamp: 278830
[ 5.539276] hardirqs last enabled at (278829): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 5.546417] hardirqs last disabled at (278830): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 5.553558] softirqs last enabled at (278824): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 5.561126] softirqs last disabled at (278805): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 5.568847] ---[ end trace 0000000000000000 ]---
[ 5.575042] ------------[ cut here ]------------
[ 5.579498] WARNING: CPU: 0 PID: 76 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 5.588439] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 5.599853] Modules linked in:
[ 5.602813] CPU: 0 PID: 76 Comm: kworker/0:7 Tainted: G W 6.1.83-r6_1.0 #3
[ 5.610778] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 5.616668] Workqueue: pm pm_runtime_work
[ 5.620544] unwind_backtrace from show_stack+0x10/0x14
[ 5.625610] show_stack from dump_stack_lvl+0x58/0x70
[ 5.630493] dump_stack_lvl from __warn+0x70/0x1c0
[ 5.635131] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 5.640106] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 5.646240] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 5.652984] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 5.659301] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 5.665100] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 5.670745] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 5.676055] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 5.682037] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 5.688079] call_with_stack from __irq_svc+0x9c/0xd4
[ 5.692962] Exception stack(0xe1385de8 to 0xe1385e30)
[ 5.697845] 5de0: c2b20640 00000003 00000078 fa838078 c2b20640 00000003
[ 5.705749] 5e00: c2b25010 c0b371d8 00000008 00000000 000f4240 00000003 00000001 e1385e38
[ 5.713653] 5e20: c060501c c0604b88 60000113 ffffffff
[ 5.718505] __irq_svc from sysc_write_sysconfig+0x38/0x84
[ 5.723815] sysc_write_sysconfig from sysc_disable_module+0x110/0x250
[ 5.730133] sysc_disable_module from sysc_runtime_suspend+0xe8/0x128
[ 5.736358] sysc_runtime_suspend from __rpm_callback+0x3c/0x16c
[ 5.742187] __rpm_callback from rpm_callback+0x50/0x54
[ 5.747222] rpm_callback from rpm_suspend+0xf4/0x6ac
[ 5.752136] rpm_suspend from pm_runtime_work+0x9c/0xa8
[ 5.757171] pm_runtime_work from process_one_work+0x288/0x6e8
[ 5.762817] process_one_work from worker_thread+0x28/0x4b0
[ 5.768218] worker_thread from kthread+0xe8/0x11c
[ 5.772857] kthread from ret_from_fork+0x14/0x24
[ 5.777404] Exception stack(0xe1385fb0 to 0xe1385ff8)
[ 5.782287] 5fa0: 00000000 00000000 00000000 00000000
[ 5.790161] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 5.798065] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 5.804443] irq event stamp: 224
[ 5.807556] hardirqs last enabled at (223): [<c0a53830>] _raw_spin_unlock_irqrestore+0x5c/0x60
[ 5.815979] hardirqs last disabled at (224): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 5.822875] softirqs last enabled at (208): [<c0159d94>] process_one_work+0x288/0x6e8
[ 5.830505] softirqs last disabled at (204): [<c08683f4>] neigh_managed_work+0x18/0xa4
[ 5.838165] ---[ end trace 0000000000000000 ]---
[ 5.892211] edma 43300000.dma: memcpy is disabled
[ 5.910339] edma 43300000.dma: TI EDMA DMA engine driver
[ 5.922576] ------------[ cut here ]------------
[ 5.927062] WARNING: CPU: 0 PID: 76 at drivers/bus/omap_l3_noc.c:133 l3_interrupt_handler+0x264/0x38c
[ 5.935974] 44000000.l3-noc:L3 Custom Error: MASTER MPU TARGET L4_PER3_P3 (Read): Data Access in User mode during Functional access
[ 5.947387] Modules linked in:
[ 5.950347] CPU: 0 PID: 76 Comm: kworker/0:7 Tainted: G W 6.1.83-r6_1.0 #3
[ 5.958312] Hardware name: Generic DRA72X (Flattened Device Tree)
[ 5.964202] Workqueue: pm pm_runtime_work
[ 5.968109] unwind_backtrace from show_stack+0x10/0x14
[ 5.973175] show_stack from dump_stack_lvl+0x58/0x70
[ 5.978057] dump_stack_lvl from __warn+0x70/0x1c0
[ 5.982696] __warn from warn_slowpath_fmt+0x1ec/0x274
[ 5.987670] warn_slowpath_fmt from l3_interrupt_handler+0x264/0x38c
[ 5.993804] l3_interrupt_handler from __handle_irq_event_percpu+0x94/0x2fc
[ 6.000549] __handle_irq_event_percpu from handle_irq_event+0x38/0xb0
[ 6.006866] handle_irq_event from handle_fasteoi_irq+0xa8/0x218
[ 6.012664] handle_fasteoi_irq from handle_irq_desc+0x1c/0x2c
[ 6.018310] handle_irq_desc from gic_handle_irq+0x6c/0xa0
[ 6.023620] gic_handle_irq from generic_handle_arch_irq+0x48/0xa8
[ 6.029602] generic_handle_arch_irq from call_with_stack+0x18/0x20
[ 6.035644] call_with_stack from __irq_svc+0x9c/0xd4
[ 6.040527] Exception stack(0xe1385e10 to 0xe1385e58)
[ 6.045410] 5e00: 00000000 00000003 00000078 00000000
[ 6.053314] 5e20: 00000000 c2b20640 c2b25010 c2b250cc 00000008 00000000 000f4240 00000003
[ 6.061218] 5e40: 00000001 e1385e60 c060501c c06051c8 60000113 ffffffff
[ 6.067596] __irq_svc from sysc_runtime_suspend+0x6c/0x128
[ 6.072967] sysc_runtime_suspend from __rpm_callback+0x3c/0x16c
[ 6.078796] __rpm_callback from rpm_callback+0x50/0x54
[ 6.083862] rpm_callback from rpm_suspend+0xf4/0x6ac
[ 6.088745] rpm_suspend from pm_runtime_work+0x9c/0xa8
[ 6.093811] pm_runtime_work from process_one_work+0x288/0x6e8
[ 6.099456] process_one_work from worker_thread+0x28/0x4b0
[ 6.104827] worker_thread from kthread+0xe8/0x11c
[ 6.109466] kthread from ret_from_fork+0x14/0x24
[ 6.114013] Exception stack(0xe1385fb0 to 0xe1385ff8)
[ 6.118896] 5fa0: 00000000 00000000 00000000 00000000
[ 6.126800] 5fc0: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
[ 6.134674] 5fe0: 00000000 00000000 00000000 00000000 00000013 00000000
[ 6.141082] irq event stamp: 244
[ 6.144195] hardirqs last enabled at (243): [<c0100c38>] __irq_svc+0xb8/0xd4
[ 6.151092] hardirqs last disabled at (244): [<c0100bd4>] __irq_svc+0x54/0xd4
[ 6.157958] softirqs last enabled at (238): [<c0101ac0>] __do_softirq+0x2c0/0x60c
[ 6.165283] softirqs last disabled at (225): [<c013ff24>] __irq_exit_rcu+0x124/0x1c8
[ 6.172760] ---[ end trace 0000000000000000 ]---
[ 6.182403] rtc-clkctrl:0024:0: failed to disable
[ 6.192535] l3init-clkctrl:00d0:0: failed to disable
[ 6.202514] l3init-clkctrl:0020:0: failed to disable
[ 6.210296] dmm 4e000000.dmm: workaround for errata i878 in use
[ 6.220336] dmm 4e000000.dmm: initialized all PAT entries
[ 6.233032] omap-iommu 40d01000.mmu: 40d01000.mmu registered
[ 6.244689] omap-iommu 40d02000.mmu: 40d02000.mmu registered
[ 6.259185] omap-iommu 58882000.mmu: 58882000.mmu registered
[ 6.273773] omap-iommu 55082000.mmu: 55082000.mmu registered
[ 6.298858] DSS: OMAP DSS rev 6.1
[ 6.308380] omapdss_dss 58000000.dss: bound 58001000.dispc (ops dispc_component_ops)
[ 6.318878] Stack Depot allocating hash table of 32768 entries with kvcalloc
[ 6.375488] [drm] Enabling DMM ywrap scrolling
[ 6.382080] omapdrm omapdrm.0: [drm] fb0: omapdrmdrmfb frame buffer device
[ 6.394104] [drm] Initialized omapdrm 1.0.0 20110917 for omapdrm.0 on minor 0
[ 6.418792] ti_opp_supply: probe of 4a003b20.opp-supply failed with error 1
[ 6.426086] ti-sysc 4ae06000.target-module: Failed to create device link (0x180) with ocp
[ 6.445037] cpu cpu0: Failed to set OPP config
[ 6.452575] palmas_pwrbutton 48070000.i2c:tps65917@58:tps65917_power_button: h/w controlled shutdown duration=6 seconds
[ 6.466400] input: palmas_pwron as /devices/platform/ocp/48000000.interconnect/48000000.interconnect:segment@0/48070000.target-module/48070000.i2c/i2c-0/0-0058/48070000.i2c:tps65917@58:tps65917_power_button/input/input1
[ 6.489593] sdhci-omap 480b4000.mmc: supply pbias not found, using dummy regulator
[ 6.498809] cpu cpu0: Failed to set OPP config
[ 6.508636] cpu cpu0: Failed to set OPP config
[ 6.526397] input: Quick access keys as /devices/platform/gpio_keys/input/input2
[ 6.537200] cpu cpu0: Failed to set OPP config
[ 6.546417] mmc1: SDHCI controller on 480b4000.mmc [480b4000.mmc] using ADMA
[ 6.559600] cpu cpu0: Failed to set OPP config
[ 6.641784] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Quota mode: none.
[ 6.650268] VFS: Mounted root (ext4 filesystem) on device 179:2.
[ 6.657623] devtmpfs: mounted
[ 6.661682] Freeing unused kernel image (initmem) memory: 1024K
[ 6.667663] Run /sbin/init as init process
[ 6.697265] 8<--- cut here ---
[ 6.700225] Unhandled fault: imprecise external abort (0x1406) at 0x00000000
[ 6.707031] [00000000] *pgd=00000000
[ 6.710754] Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007
[ 6.718170] ---[ end Kernel panic - not syncing: Attempted to kill init! exitcode=0x00000007 ]---