Skip to content

Instantly share code, notes, and snippets.

@jannau
Created April 26, 2023 05:58
Show Gist options
  • Save jannau/006a1e6be7fa95c9e95c657dedd6d1dd to your computer and use it in GitHub Desktop.
Save jannau/006a1e6be7fa95c9e95c657dedd6d1dd to your computer and use it in GitHub Desktop.
suspend SError with CONFIG_FW_LOADER_USER_HELPER and wifi FW load still in progress
# I was messing with the system (power button presses, reboot, trying to enter suspend again)
# since I did not understanding why suspend stopped after
# PM: suspend entry (s2idle)
# Filesystems sync: 0.008 seconds
TTY> HV: stage 1 translation failed at VA 0x5c0000000
[cpu9] Guest exception: EXCEPTION_LOWER/SYNC
== Exception taken from EL1h ==
SPSR = 0x21400005 (N=0, Z=0, C=1, V=0, TCO=0, DIT=1, UAO=0, PAN=1, SS=0, IL=0, SSBS=0, BTYPE=0, D=0, A=0, I=0, F=0, M=0x5(EL1h))
ELR = 0xffff800000f33b38 (0x10031e13b38)
SP_EL1 = 0xffff80000a3bbbf0 (0x10016dc3bf0)
ESR = 0x92000018 (ISS2=0x0, EC=0x24(DABORT_LOWER), IL=1, ISS=0x18)
FAR = 0x5c0000000
x0-x3 = 0000000000000000 0000000000000000 0000000000000001 0000000000046604
x4-x7 = 000000000000001b 0000000000000001 0000000000000001 0000000000000001
x8-x11 = ffff80000f000000 b8956ba4770c3c00 0000000000000900 ffff8000091bc0b0
x12-x15 = ffff8000091e4c80 00000000000002bf 00000004a9a88934 00000000000003e9
x16-x19 = 00000000000003eb 071c71c71c71c71c 0000000000000008 ffff0000166b6800
x20-x23 = 0000000000000001 0000000000000000 000000000000001a ffff800000f45570
x24-x27 = ffff000026e68178 ffff000016e28010 ffff000016e28030 0000000000000402
x28-x30 = ffff800009209000 ffff80000a3bbbf0 ffff800000f33b28
== Code context ==
ffff800000f33b28: 710006d6 subs w22, w22, #0x1
ffff800000f33b2c: 540003a0 b.eq ffff800000f33ba0 <_start+0x78> // b.none
ffff800000f33b30: f9429a68 ldr x8, [x19, #1328]
ffff800000f33b34: 8b150108 add x8, x8, x21
*ffff800000f33b38: b9400108 ldr w8, [x8]
ffff800000f33b3c: 2a0803e9 mov w9, w8
ffff800000f33b40: d50331bf dmb oshld
ffff800000f33b44: ca090129 eor x9, x9, x9
ffff800000f33b48: b5000009 cbnz x9, ffff800000f33b48 <_start+0x20>
== Data abort decoding ==
No instruction syndrome available
== L2C Registers ==
L2C_ERR_STS: 0x11000ffc00000080
L2C_ERR_ADR: 0x63000005c0000000
L2C_ERR_INF: 0x2
Entering hypervisor shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment