From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 29952C9832F for ; Sun, 18 Jan 2026 13:57:39 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1vhTGz-0008WS-Ff; Sun, 18 Jan 2026 08:56:57 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vhRmQ-0002cc-Dr for grub-devel@gnu.org; Sun, 18 Jan 2026 07:21:18 -0500 Received: from mail.w13.tutanota.de ([185.205.69.213]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1vhRmO-0004GC-DT for grub-devel@gnu.org; Sun, 18 Jan 2026 07:21:18 -0500 Received: from tutadb.w10.tutanota.de (w10.api.tuta.com [IPv6:fd:ac::d:10]) by mail.w13.tutanota.de (Postfix) with ESMTP id 82E9BFF89371 for ; Sun, 18 Jan 2026 13:21:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1768738874; s=s1; d=tutanota.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=mk1E5KYAV7jsHrrA9QD2AYP4ewDMNrD9wc14gIJ5hZU=; b=stw3daqflDczus5UYjS3xVEGJoJ/+oC9c1CCJk2nVH0AjqA7ECO3nQ5W6QybItmG J16POHpn6Q5BUa3HSVAP9OHOQrGDVaTTqpURrUdUtGx+RN/MWaJQSIeYjwOW2LN6enh 3R7r5uXcCRXSoRHcc4gb0X3sqOGARdyo04eyWqUYh7Er+0lgrPj3wGoaZLm2743uj5H iwcHkMlarvqBhdpMPHWCFL9kqCvPmsm6Qxd8crel9M+nz1wGuwj50H/v/vJnq/jzNuQ IzRHqMJdySbq5Tgy76RiKUK2ujcbc0pvadeRUxMT3/EsXUnpVyHl8HVdmJS8XArUcwX 5cOISxHFMA== Date: Sun, 18 Jan 2026 13:21:14 +0100 (CET) To: List Message-ID: Subject: RE: [PATCH v2 1/1] Check linker for --image-base support MIME-Version: 1.0 Feedback-ID: 0180c8f1f5c20711d53c9f563b419bc57011def044e468d65393574d7ffe0687c92a631e2617a7222710930cad5e8bf7d57b3ed1f1ce0f8569779042ae380c9df4:TurnOnPrivacy!:tutamail Received-SPF: pass client-ip=185.205.69.213; envelope-from=nine-ball@tutanota.com; helo=mail.w13.tutanota.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H5=0.001, RCVD_IN_MSPIKE_WL=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Sun, 18 Jan 2026 08:56:52 -0500 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Hustler One via Grub-devel Reply-To: The development of GNU GRUB Cc: nine-ball@tutanota.com, Grub Devel Content-Type: multipart/mixed; boundary="===============0176271896893400813==" Errors-To: grub-devel-bounces+grub-devel=archiver.kernel.org@gnu.org Sender: grub-devel-bounces+grub-devel=archiver.kernel.org@gnu.org --===============0176271896893400813== Content-Type: multipart/alternative; boundary="----=_Part_351376_1423106964.1768738874532" ------=_Part_351376_1423106964.1768738874532 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit I had to revert the commit when updating GRUB to 2.14 on [nixpkgs](https://github.com/NixOS/nixpkgs/pull/481112). Also, Leah Rowe has also done the same on [Libreboot](https://codeberg.org/libreboot/lbmk/src/branch/master/config/grub/nvme/patches/0010-Revert-configure-Check-linker-for-image-base-support.patch ). For me, at least, behavior was universally broken on both clang (LLVM21) and GCC. ------=_Part_351376_1423106964.1768738874532 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 7bit
I had to revert the commit when updating GRUB to 2.14 on [nixpkgs](https://github.com/NixOS/nixpkgs/pull/481112).

).

For me, at least, behavior was universally broken on both clang (LLVM21) and GCC.

------=_Part_351376_1423106964.1768738874532-- --===============0176271896893400813== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KR3J1Yi1kZXZl bCBtYWlsaW5nIGxpc3QKR3J1Yi1kZXZlbEBnbnUub3JnCmh0dHBzOi8vbGlzdHMuZ251Lm9yZy9t YWlsbWFuL2xpc3RpbmZvL2dydWItZGV2ZWwK --===============0176271896893400813==--