lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <20231213002715.w5cqo5ataaevivop@treble> Date: Tue, 12 Dec 2023 16:27:15 -0800 From: Josh Poimboeuf <jpoimboe@...nel.org> To: Dimitri John Ledkov <dimitri.ledkov@...onical.com> Cc: Peter Zijlstra <peterz@...radead.org>, linux-kernel@...r.kernel.org Subject: Re: [PATCH] objtool: Make objtool check actually fatal upon fatal errors On Tue, Dec 12, 2023 at 08:39:30PM +0000, Dimitri John Ledkov wrote: > Well, I'm hoping to add --error option next, and yeah, make warnings > fatal. Or for example at least make the retpoline, sls, rethumb ones > to be fatal - because i found myself in a very surprising situation > where retpoline enabled build of kernel, had non-retpoline paths > remaining and not otherwise silenced as safe. > > Maybe I should finish that second patch and make it available as a > config option. > > At least right now, with Ubuntu Noble (development series) and > v6.7-rc4 everything is squeaky clean to enable CONFIG_OBJTOOL_WERROR=y > and make all warnings, fatal. > > Also i think having it as a config option will result in various > automation tools able to flip it on, and submit bug reports when > something somewhere regresses. Right, the warnings should never be ignored. I agree we need CONFIG_OBJTOOL_WERROR. Problem is, upstream supports a lot more than just Ubuntu configs, and there are several outstanding warnings, reported by both bots and humans. Fixing them is on my TODO list, it's just that other things are taking priority. If we introduce CONFIG_OBJTOOL_WERROR now, build bots will start reporting build failures and people will start complaining more loudly. Without more help I'm lacking the bandwidth to stay on top of that. -- Josh
Powered by blists - more mailing lists