]> git.ipfire.org Git - thirdparty/openwrt.git/commit
kernel: don't disable stack validation in cross builds 23612/head
authorMark Mentovai <mark@mentovai.com>
Mon, 1 Jun 2026 14:30:17 +0000 (10:30 -0400)
committerRobert Marko <robimarko@gmail.com>
Thu, 4 Jun 2026 18:00:36 +0000 (20:00 +0200)
commitb3601af4e420d242aa0469cdfd2d44d81020aec7
tree0e4c1d7c6ed312f8e57ae31aaef0b7465aa5c87b
parentf5c5ccd23622402a1a14a4074a53c1fc395ecf34
kernel: don't disable stack validation in cross builds

c3e31b6a9b04 (2019-07-03), 5f8e5872406d (2019-10-02), and 802bfe080678
(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>
include/kernel.mk