mirror of
https://github.com/openwrt/openwrt.git
synced 2026-07-18 20:51:59 +04:00
b3601af4e4
c3e31b6a9b(2019-07-03),5f8e587240(2019-10-02), and802bfe0806(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: https://github.com/openwrt/openwrt/pull/23612 Signed-off-by: Robert Marko <robimarko@gmail.com>