Skip to content

Instantly share code, notes, and snippets.

@mntmn
Created May 17, 2023 18:45
Show Gist options
  • Save mntmn/5c5dd95b9fabc04059a3e00b16653c4d to your computer and use it in GitHub Desktop.
Save mntmn/5c5dd95b9fabc04059a3e00b16653c4d to your computer and use it in GitHub Desktop.
[ 180.312463] Unable to handle kernel NULL pointer dereference at virtual address 0000000000000010
[ 180.315606] Mem abort info:
[ 180.318370] ESR = 0x0000000096000004
[ 180.322109] EC = 0x25: DABT (current EL), IL = 32 bits
[ 180.327392] SET = 0, FnV = 0
[ 180.330417] EA = 0, S1PTW = 0
[ 180.333542] FSC = 0x04: level 0 translation fault
[ 180.338396] Data abort info:
[ 180.341255] ISV = 0, ISS = 0x00000004
[ 180.345069] CM = 0, WnR = 0
[ 180.348015] user pgtable: 4k pages, 48-bit VAs, pgdp=00000000090f3000
[ 180.354430] [0000000000000010] pgd=0000000000000000, p4d=0000000000000000
[ 180.361190] Internal error: Oops: 0000000096000004 [#1] PREEMPT SMP
[ 180.367425] Modules linked in:
[ 180.370458] CPU: 3 PID: 1901 Comm: wayfire Not tainted 6.4.0-rc1+ #68
[ 180.376871] Hardware name: BananaPi BPI-CM4IO Baseboard with BPI-CM4 Module (DT)
[ 180.384237] pstate: 00000005 (nzcv daif -PAN -UAO -TCO -DIT -SSBS BTYPE=--)
[ 180.391170] pc : i2c_transfer+0x14/0x12c
[ 180.395070] lr : drm_scdc_set_scrambling+0x74/0x158
[ 180.399924] sp : ffff80000a75b7f0
[ 180.403217] x29: ffff80000a75b7f0 x28: 0000000000000010 x27: 0000000000000025
[ 180.410324] x26: 0000000000000008 x25: 00000000000000f0 x24: 0000000000000070
[ 180.417430] x23: ffff00003f5c2700 x22: 0000000000000000 x21: ffff80000a75b857
[ 180.424537] x20: 0000000000000020 x19: 0000000000000000 x18: 0000000000006eb0
[ 180.431644] x17: 0000000000000000 x16: 00000000ffffdff1 x15: 0000000000000000
[ 180.438750] x14: 0000000000000002 x13: 0000000000000000 x12: 0000000000000000
[ 180.445857] x11: 0000000000000001 x10: 0000000000000a80 x9 : ffff80000a75b650
[ 180.452964] x8 : ffff80000a75b868 x7 : 0000000000000000 x6 : 0000000000000054
[ 180.460070] x5 : 0000000000010054 x4 : ffff80000a75b856 x3 : 0000000000000001
[ 180.467177] x2 : 0000000000000002 x1 : ffff80000a75b858 x0 : 0000000000000000
[ 180.474284] Call trace:
[ 180.476712] i2c_transfer+0x14/0x12c
[ 180.480264] drm_scdc_set_scrambling+0x74/0x158
[ 180.484770] dw_hdmi_update_power+0x16ac/0x18bc
[ 180.489277] dw_hdmi_bridge_atomic_enable+0x48/0x90
[ 180.494130] drm_atomic_bridge_chain_enable+0x54/0xc8
[ 180.499157] drm_atomic_helper_commit_modeset_enables+0x194/0x26c
[ 180.505224] drm_atomic_helper_commit_tail_rpm+0x50/0xa0
[ 180.510510] commit_tail+0xa0/0x188
[ 180.513977] drm_atomic_helper_commit+0x164/0x178
[ 180.518657] drm_atomic_commit+0xa8/0xe0
[ 180.522557] drm_mode_atomic_ioctl+0x914/0xb8c
[ 180.526977] drm_ioctl_kernel+0xc4/0x170
[ 180.530877] drm_ioctl+0x244/0x508
[ 180.534257] __arm64_sys_ioctl+0xac/0xf0
[ 180.538157] invoke_syscall+0x48/0x114
[ 180.541884] el0_svc_common.constprop.0+0x44/0xec
[ 180.546564] do_el0_svc+0x38/0x98
[ 180.549857] el0_svc+0x2c/0x84
[ 180.552890] el0t_64_sync_handler+0xf4/0x120
[ 180.557137] el0t_64_sync+0x190/0x194
[ 180.560779] Code: a9bd7bfd 910003fd a90153f3 aa0003f3 (f9400800)
[ 180.566846] ---[ end trace 0000000000000000 ]---
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment