Received: by 2002:a25:1506:0:0:0:0:0 with SMTP id 6csp1116166ybv; Thu, 13 Feb 2020 16:12:51 -0800 (PST) X-Google-Smtp-Source: APXvYqy/hZY2gvlGQpzAu6/JW+z4/Z9OYp+JAUxofsPrJIgpeEbnrzpCBYyQTjaafQC/FDDP9SaJ X-Received: by 2002:a05:6830:16c5:: with SMTP id l5mr94196otr.165.1581639171842; Thu, 13 Feb 2020 16:12:51 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581639171; cv=none; d=google.com; s=arc-20160816; b=bGHyqGXOxfkfW7SXW1zgwGv0DspOIhl7Z9rDVPLyRbkVQl6v4NzRhqT2tfWIF7fflQ neEI02jPVgGgbVHR1+wywZ8sZEdFJouLd/UaoLLpFmBi54V21b5ITFZxo4oTI4W1xb48 phPUviUQv7+czX4a0+Om70qvQ2/eOhcEls1AhPXJaxfpPbBPIQojTwY31vaDSVAluBta WWZWvedggtz8krwSgpCuz7PMEeEXwQ3rrZBRvzdVHcvDTZZf44Oq8nY+r+Hit7tVtM8m 3edPPKdlvv9c6XVZMjDuVOrWwtHhJg1UsObPL1ltQI4hbe6nkea7AB4m+sVyjRJvGl0C kMAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from; bh=IrEq2C/7/aARGWjGTIeKv4ncD7e/moTbdAnjx1jkWyw=; b=haJPQJnQw4uugK8mX/tsAOCUDNGEKDvdugMcNJwG4qA3Uu8fLv/Q786Hm0SitjlvPG trbLGd6M/ox/nD4noZ3xVv5sdbg+UTZdoTqFbnT0825LfGbFQilk416m3R1U7b0DcMxy 68xOQQJ9y0UaaVEysB2aTRCDXrn/0acZKTQbPPeU3X21TKn4Py9alwX1nLe2SJ1dd+OK jKhglX9dlPUMjyh/AiUtJdY6A52+f5B7IVpj+NfbKOlYijU0Ypfz+9mJ4symc3nj2wN7 lrKE1oCDh5ILX55lXM/tvqUkQ2bN02yvNV5uJEqxzBTqf6xJSI6dPbEWBN7dSVmf05XS kFPg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f194si1906555oig.243.2020.02.13.16.12.36; Thu, 13 Feb 2020 16:12:51 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727754AbgBNAKg (ORCPT + 99 others); Thu, 13 Feb 2020 19:10:36 -0500 Received: from Galois.linutronix.de ([193.142.43.55]:53522 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727594AbgBNAKf (ORCPT ); Thu, 13 Feb 2020 19:10:35 -0500 Received: from p5b06da22.dip0.t-ipconnect.de ([91.6.218.34] helo=nanos.tec.linutronix.de) by Galois.linutronix.de with esmtpsa (TLS1.2:DHE_RSA_AES_256_CBC_SHA256:256) (Exim 4.80) (envelope-from ) id 1j2OYt-0005cO-DU; Fri, 14 Feb 2020 01:10:27 +0100 Received: by nanos.tec.linutronix.de (Postfix, from userid 1000) id E60DA101115; Fri, 14 Feb 2020 01:10:26 +0100 (CET) From: Thomas Gleixner To: Josh Poimboeuf , tip-bot2 for Josh Poimboeuf Cc: linux-tip-commits@vger.kernel.org, Borislav Petkov , Julien Thierry , x86 , LKML Subject: Re: [tip: core/objtool] objtool: Fail the kernel build on fatal errors In-Reply-To: <20200213221100.odwg5gan3dwcpk6g@treble> References: <158142525822.411.5401976987070210798.tip-bot2@tip-bot2> <20200213221100.odwg5gan3dwcpk6g@treble> Date: Fri, 14 Feb 2020 01:10:26 +0100 Message-ID: <87sgjeghal.fsf@nanos.tec.linutronix.de> MIME-Version: 1.0 Content-Type: text/plain X-Linutronix-Spam-Score: -1.0 X-Linutronix-Spam-Level: - X-Linutronix-Spam-Status: No , -1.0 points, 5.0 required, ALL_TRUSTED=-1,SHORTCIRCUIT=-0.0001 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Josh Poimboeuf writes: > On Tue, Feb 11, 2020 at 12:47:38PM -0000, tip-bot2 for Josh Poimboeuf wrote: >> The following commit has been merged into the core/objtool branch of tip: >> >> Commit-ID: 644592d328370af4b3e027b7b1ae9f81613782d8 >> Gitweb: https://git.kernel.org/tip/644592d328370af4b3e027b7b1ae9f81613782d8 >> Author: Josh Poimboeuf >> AuthorDate: Mon, 10 Feb 2020 12:32:38 -06:00 >> Committer: Borislav Petkov >> CommitterDate: Tue, 11 Feb 2020 13:27:03 +01:00 >> >> objtool: Fail the kernel build on fatal errors >> >> When objtool encounters a fatal error, it usually means the binary is >> corrupt or otherwise broken in some way. Up until now, such errors were >> just treated as warnings which didn't fail the kernel build. >> >> However, objtool is now stable enough that if a fatal error is >> discovered, it most likely means something is seriously wrong and it >> should fail the kernel build. >> >> Note that this doesn't apply to "normal" objtool warnings; only fatal >> ones. > > Clang still has some toolchain issues which need to be sorted out, so > upgrading the fatal errors is causing their CI to fail. Good. Last time we made it fail they just fixed their stuff. > So I think we need to drop this one for now. Why? It's our decision to define which level of toolchain brokeness is tolerable. > Boris, are you able to just drop it or should I send a revert? I really want to see a revert which has a proper justification why the issues of clang are tolerable along with a clear statement when this fatal error will come back. And 'when' means a date, not 'when clang is fixed'. Thanks, tglx