LoongArch With Linux 6.3 Enhances Security With KASLR

The LoongArch CPU code with Linux 6.3 now allows support for kernel relocations, support for KASLR, a single kernel implementation for Kdump, hardware breakpoints/watchpoints support, and KProbes/KRetProbes support. There is also LoongArch support now for some kernel self-tests.
Kernel Address Space Layout Randomization support is important to help prevent exploits of memory corruption vulnerabilities and attacks relying upon known locations within the kernel memory. Most of the other CPU architectures with Linux have supported KASLR for some time while efforts like FGKASLR seek to improve it even further.
More details on the LoongArch changes to find with Linux 6.3 via this pull request.
1 Comment