Commit b3601af
kernel: don't disable stack validation in cross builds
c3e31b6 (2019-07-03), 5f8e587 (2019-10-02), and 802bfe0
(2022-10-20) disabled kernel stack validation when the build host was
not running Linux, as the objtool kernel build tool required for stack
validation was not portable to other build host environments. This is no
longer true, and it is not necessary to attempt to disable kernel stack
validation any longer.
Signed-off-by: Mark Mentovai <mark@mentovai.com>
Link: openwrt/openwrt#23612
Signed-off-by: Robert Marko <robimarko@gmail.com>1 parent f5c5ccd commit b3601af
1 file changed
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | 132 | | |
138 | 133 | | |
139 | 134 | | |
| |||
0 commit comments