littlekernel / lk

LK embedded kernel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[arm64][mmu] fix issue with UXN permissions on kernel executable pages

travisg opened this issue · comments

Kernel (ie, privileged) executable pages need the UXN bit set on them or EL0 code can execute (though not read) kernel text.