[PATCH 0/1] Fix protection fault during kernel relocation

Christian Bruel christian.bruel at foss.st.com
Wed Oct 9 07:22:21 PDT 2024


A trusted boot firmware might set the CTLR.WWN bits, preventing execution
of the relocated code treated as XN permission.
Another solution to clear the CTLR.WXN and CTLR.UWXN bits but would open a
security breach.

Best is probably just not to use the Client access domain here.

thanks,

Christian Bruel (1):
  ARM: decompressor: Use Domain Manager Access permissions

 arch/arm/boot/compressed/head.S | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.34.1




More information about the linux-arm-kernel mailing list