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

Christian Bruel posted 1 patch 1 month, 2 weeks ago
arch/arm/boot/compressed/head.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH 0/1] Fix protection fault during kernel relocation
Posted by Christian Bruel 1 month, 2 weeks ago
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