From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BD922224AF0; Sat, 7 Mar 2026 08:08:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772870936; cv=none; b=WKL6gubMCJ5QV2Act86G8QGvkFmyYPHleEMU6W4YTYmpRDTjM5AVI7NGoExB+MQXqIVu6FsfSk/oj3P54YZM6QNY7fw4RbNdzIP2wqxFTIZQqVtiAy3oB6d1kT+2iRmACNtFT4frNPxxnlUwA0/uMTs+DkHlKz05u3Y1I1HeWYw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772870936; c=relaxed/simple; bh=WzysFsYagwwRxUbpcTA6UymBVSjxX8+jkf+RySyrOpY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B6bts1d38vFyzG+c9IMPjLTwrAv1YcrN2jIgVPUK/w0a5f8VT9zXkorkLSmFgtsi7HmRAbosFzOSLbz9cPqa9a3UJO+3J2NhSDqlFIaee9YGdSleyTpNLIio8MytaoGnN4ugTHI9zYtw56cOr8JjKK1fKgSnXm9OdTWoPpHGtZM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=gt7tnGrc; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="gt7tnGrc" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F3E7C19422; Sat, 7 Mar 2026 08:08:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772870936; bh=WzysFsYagwwRxUbpcTA6UymBVSjxX8+jkf+RySyrOpY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gt7tnGrcqEImzzWTntGZrAyqSwT9I3svMXmC3NNC4+bISmEy39xWjcuV6NB5F7+f3 IppzPY5X3RAPjFDLZKgSVl6n9Det//Sz+F8YMHDWqC/UnTiO2XMkWTHhOoM9uzD3Lm //EcKQJMY7y50QrtJ1RmTe0HeW8USDJUYCxEZueu05DLWgV5udHHNSZtMVcD8nc8Bp V4Mb4CYY4wu6RBAj1o67LC5773S68FG1yqLPyKL1ttT55TfJeXPM6yLtcAmxw7dlt7 qYBGBR00U8sFk3jReaHMLCAPzg8nUcpECr3vZWbniodTOhUn4HwN/KX7RDRYP9bcqq rS4ShkYt3NDyw== Date: Sat, 7 Mar 2026 01:08:52 -0700 From: Nathan Chancellor To: Eugene Shalygin Cc: Ard Biesheuvel , Linux Kernel Mailing List , Masahiro Yamada , linux-kbuild@vger.kernel.org Subject: Re: Can't boot kernel 6.17.4+ via rEFInd Message-ID: <20260307080852.GA2685454@ax162> References: <20251028174541.GA1548965@ax162> <20251031220732.GA2254630@ax162> Precedence: bulk X-Mailing-List: linux-kbuild@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Hi Eugene, On Sat, Nov 08, 2025 at 10:06:20AM +0100, Eugene Shalygin wrote: > I've got no response from the rEFInd author yet, but another user > reported (https://bugzilla.kernel.org/show_bug.cgi?id=220731) a very > similar problem with GRUB and ZSTD compression. Small necro bump: I think this might be fixed in mainline now with commit 8678591b4746 ("kbuild: Split .modinfo out from ELF_DETAILS"). It should apply relatively cleanly to stable versions (and should make its way there in due time due to the stable tag). Cheers, Nathan