QCLINUX: kernel: configs: debug: Disable KASLR for debug builds - #899
QCLINUX: kernel: configs: debug: Disable KASLR for debug builds#899Komal Bajaj (Komal-Bajaj) wants to merge 1 commit into
Conversation
KASLR randomizes the kernel load address at boot to mitigate address leak exploits. While essential for production, it hinders debugging: breakpoints become unreliable, crash dump analysis is harder, and stack trace symbolication requires a fixed base address. Thus, disable CONFIG_RANDOMIZE_BASE in debug.config only. Signed-off-by: Komal Bajaj <komal.bajaj@oss.qualcomm.com>
|
Merge Check Failed: No CR Numbers Found Error: No Change Request numbers were found. Please add Change Request numbers to your pull request description in the format CRs-Fixed: 12345 or link GitHub issues that are associated with Change Requests. |
PR #899 — validate-patchPR: #899
Final Summary
|
PR #899 — checker-log-analyzerPR: #899
Detailed report: Full report
|
Test Matrix
|
Test Matrix
|
KASLR randomizes the kernel load address at boot to mitigate address leak exploits. While essential for production, it hinders debugging: breakpoints become unreliable, crash dump analysis is harder, and stack trace symbolication requires a fixed base address. Thus, disable CONFIG_RANDOMIZE_BASE in debug.config only.
CRs-Fixed: 4632940