Commit 6aeb796
Abhilasha Manna
linux-qcom-6.18: Enable hardening.config globally and override CONFIG_KSTACK_ERASE
Apply `hardening.config` to all builds by default to ensure consistent
security hardening across builds.
Override `CONFIG_KSTACK_ERASE=n` because enabling it introduces absolute
workspace paths into out‑of‑tree (OOT) kernel modules.
These leaked paths cause Yocto’s Package QA rule to falg as build error,since
kernel modules must not contain host-specific build paths in shipping images.
Signed-off-by: Abhilasha Manna <amanna@qti.qualcomm.com>1 parent 5258188 commit 6aeb796
2 files changed
Lines changed: 3 additions & 1 deletion
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| 317 | + | |
| 318 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
0 commit comments