From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on gnuweeb.org X-Spam-Level: X-Spam-Status: No, score=0.2 required=5.0 tests=DKIM_INVALID,DKIM_SIGNED, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.6 Received: from mail.skyhub.de (mail.skyhub.de [5.9.137.197]) by gnuweeb.org (Postfix) with ESMTPS id 7CDA37E324; Sat, 19 Mar 2022 21:20:18 +0000 (UTC) Authentication-Results: gnuweeb.org; dkim=pass (1024-bit key; unprotected) header.d=alien8.de header.i=@alien8.de header.a=rsa-sha256 header.s=dkim header.b=TIFsCKpS; dkim-atps=neutral Received: from zn.tnic (p2e55dff8.dip0.t-ipconnect.de [46.85.223.248]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.skyhub.de (SuperMail on ZX Spectrum 128k) with ESMTPSA id AF9D01EC0373; Sat, 19 Mar 2022 22:20:12 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alien8.de; s=dkim; t=1647724812; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:in-reply-to:in-reply-to: references:references; bh=sPwlfcb/KsEa7lAJ/D5+AIV7bo9PMMQXbcG/wOnxx7Y=; b=TIFsCKpSYIC/fp7eSjjxtyZpLayYEUdx8Ce9IhJHJoqqJLfd6YjLtGDl2Pw4aU9gvxZGb7 J3EdhyCokjX1kI/o7t9KgKiEjRRS/iBYIWZx8VDI9TuQhbzRzy9EZIKoc/X8hN6JhpSfb9 C4rKw62b1UYqtOHAmmFqhNQYxJaHPNs= Date: Sat, 19 Mar 2022 22:20:12 +0100 From: Borislav Petkov To: Beru Shinsetsu Cc: Thomas Gleixner , Ingo Molnar , Dave Hansen , x86@kernel.org, "H. Peter Anvin" , linux-kernel@vger.kernel.org, GNU/Weeb Mailing List , Alviro Iskandar Setiawan Subject: Re: [PATCH] boot install: Partially refactor the logic for detecting bootloader Message-ID: References: <20220316173221.5937-1-windowz414@gnuweeb.org> <2E28CA0C-34F2-4985-86CC-B1823AF8D747@alien8.de> <7b4f98d92a57af35c927aef6c85373f8eeeab29c.camel@gnuweeb.org> <221F34C3-C3E0-4401-BEF2-422F11BF8324@alien8.de> <9fa42069edf92d0ca7d64e967e1b9c0030d9a6ec.camel@gnuweeb.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <9fa42069edf92d0ca7d64e967e1b9c0030d9a6ec.camel@gnuweeb.org> List-Id: On Thu, Mar 17, 2022 at 04:46:48PM +0300, Beru Shinsetsu wrote: > > Well, I saw this on SLE15-SP4 (brand new) yesterday while I haven't > > seen it on previous service packs. So this doesn't look like it has > > been there since 2007. I'll try to debug it when I get a chance. > > Hmm alright. Good luck from now! Hope everything goes flawlessly. Here it is: >From arch/x86/boot/install.sh: ... # User may have a custom install script if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi if [ -x /sbin/${INSTALLKERNEL} ]; then exec /sbin/${INSTALLKERNEL} "$@"; fi ... so distros *usually* should supply a custom, distro-specific installkernel script which does that. The distros which you are seeing it on simply don't have that script installed and I need to talk to distro people as to what the rule there is for supplying such a script now. Because most distros should supply it though and those new distros dropping it looks like some new "strategy" or so. We'll see. -- Regards/Gruss, Boris. https://people.kernel.org/tglx/notes-about-netiquette