From nobody Sat Apr 4 04:54:44 2026 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) (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 E2F212F1FEA; Fri, 20 Mar 2026 16:37:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.126.157 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024634; cv=none; b=W526/SXSPnLOe0731XTa/hi1dz399Kz1UrOEHTmTHgKp5bjOJuN5lRjFDauSXP647JN4XzoAgJGXME20ufVfWTxFgoLIdY5UVe3VMWIJIyV69sNPeZeASt6wInsCVF24HhnEgBBoMNLDrSFMCIWxuooDD+4v94EEGpYzmCHxXME= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024634; c=relaxed/simple; bh=XtwtkGbVIAviSBKNzPZARNv+oD8o41cZX5mjNU+jOg0=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=qzG0Yf7yeuD7/TmQIo3FNnEaDBkPq3w80xZFjh1+HjgKH50tLsCDPz+Zx0ombBcO2ax7Oxux3d38vEkOheoATBAZ7QUICL/EmyGt/70J1w3bgzu5Z5D8MnyTA4ABBxRR2d4i5zwpE0C+dexHj2amtULtymmORsAzwO4llGO4Jms= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net; spf=pass smtp.mailfrom=weissschuh.net; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b=NZbGJJRW; arc=none smtp.client-ip=159.69.126.157 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b="NZbGJJRW" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774024624; bh=XtwtkGbVIAviSBKNzPZARNv+oD8o41cZX5mjNU+jOg0=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=NZbGJJRWf1eo7mbVnC93Y4M1/zVfj7tDvdhQ2sX6uxmLApBrMDrk6VLhO1wVO8mOk icmPHPQohMAwNrT50M5dfBmeAVM1ToQAntgUCZqAFflou1YAiNPiV02psnJTC9VfJh IQKkVlqq6c0mywvzGY4NxDpObmyKVz2M3+11ucno= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Fri, 20 Mar 2026 17:36:53 +0100 Subject: [PATCH 1/4] kbuild: vdso_install: split out the readelf invocation Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260320-kbuild-vdso-install-v1-1-e2e8a0970889@weissschuh.net> References: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> In-Reply-To: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> To: Nathan Chancellor , Nicolas Schier Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774024622; l=899; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=XtwtkGbVIAviSBKNzPZARNv+oD8o41cZX5mjNU+jOg0=; b=7pvGbhCSp8sWMj3g3dt5lLDO/8pYOyMz9wn3Nm95uqE/2hPB1UFyabz5qWzxj/ikXIZrWdArC BBnRZyyf5kRCRWmuYqT18P9zoJ4LRzqrmZwKPElu85p54rl14Yszidx X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= Some upcoming changes to the readelf invocation would create a very long line otherwise. Signed-off-by: Thomas Wei=C3=9Fschuh Reviewed-by: Nicolas Schier --- scripts/Makefile.vdsoinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/Makefile.vdsoinst b/scripts/Makefile.vdsoinst index ac85f9a4a569..214c561651cf 100644 --- a/scripts/Makefile.vdsoinst +++ b/scripts/Makefile.vdsoinst @@ -21,7 +21,8 @@ $$(dest): $(1) FORCE =20 # Some architectures create .build-id symlinks ifneq ($(filter arm s390 sparc x86, $(SRCARCH)),) -link :=3D $(install-dir)/.build-id/$$(shell $(READELF) -n $(1) | sed -n 's= @^.*Build ID: \(..\)\(.*\)@\1/\2@p').debug +build-id-file :=3D $$(shell $(READELF) -n $(1) | sed -n 's@^.*Build ID: \(= ..\)\(.*\)@\1/\2@p') +link :=3D $(install-dir)/.build-id/$$(build-id-file).debug =20 __default: $$(link) $$(link): $$(dest) FORCE --=20 2.53.0 From nobody Sat Apr 4 04:54:44 2026 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) (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 243F9386566; Fri, 20 Mar 2026 16:37:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.126.157 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024635; cv=none; b=JKYJssUCT5FkHKbzKMDvzc0suSBwTjfAgwxEfR0c1CA0fvjJqhEAcneDCE0aAvxdzRzyBW2jtt208Cie+MWoSXG7dHH4y5QNS7Cel+3bbdOZI+1Pjfc1WoY6fa3tKEVw4SLEGTOFsp4kCDLVNT9FqsO1WZDNHmpdig47Os1Bulo= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024635; c=relaxed/simple; bh=e6McUYj9uili4T5w20d2hsGH2TTMVNjpTwu+DWQBpaY=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=bu6ZvFCL6G0KXKD1SUlk71Y0UseFf6Nit/CjItVMFQTZGIMeJaPak4H3mZBwIacw64a6MmP/kMfZEoNSM1ZYkv1vqKkoW4uuBh8y7M1N/arc6cpSpxOIrhIpMAKzVlLLQqBMluqwQuMR4eITclM+SCxgbq7WWmS4IPAQLvChA8Y= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net; spf=pass smtp.mailfrom=weissschuh.net; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b=mP1KIhKU; arc=none smtp.client-ip=159.69.126.157 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b="mP1KIhKU" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774024624; bh=e6McUYj9uili4T5w20d2hsGH2TTMVNjpTwu+DWQBpaY=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=mP1KIhKUER6OvZIp2m0qquAIUkira8mVDYMfDDmfp+2iIPmfTYkfmoCzHKK/LT3C6 4uL7ej2IDwtkzaPpPQPYHE6noz8tNumCrTiKPN2Z42khzAkXrn4+908hbjbjfJKTbI DcPPghAFwQCRKxWmSCI+eqVrU3c2Hw0hvFA8Sf6Y= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Fri, 20 Mar 2026 17:36:54 +0100 Subject: [PATCH 2/4] kbuild: vdso_install: hide readelf warnings Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260320-kbuild-vdso-install-v1-2-e2e8a0970889@weissschuh.net> References: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> In-Reply-To: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> To: Nathan Chancellor , Nicolas Schier Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774024622; l=1141; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=e6McUYj9uili4T5w20d2hsGH2TTMVNjpTwu+DWQBpaY=; b=zE5nomV8k8SOPYiXANyBffsMGWnrMOZsvkbJKd9jskbxrrYJ6cUvWajzx3fcoFZv+wBPM0/SX s7XviS1e/t/CVUvqdgjnvLpHzUpLd/8Xgn8Pz9vcooTJmBdm/klY78H X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= If 'readelf -n' encounters a note it does not recognize it emits a warning. This for example happen when inspecting a compat vDSO for which the main kernel toolchain was not used. However the relevant build ID note is always readable, so the warnings are pointless. Hide the warnings to make it possible to extrace build IDs for more architectures in the future. Signed-off-by: Thomas Wei=C3=9Fschuh Reviewed-by: Nicolas Schier --- scripts/Makefile.vdsoinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Makefile.vdsoinst b/scripts/Makefile.vdsoinst index 214c561651cf..aed153b3120b 100644 --- a/scripts/Makefile.vdsoinst +++ b/scripts/Makefile.vdsoinst @@ -21,7 +21,7 @@ $$(dest): $(1) FORCE =20 # Some architectures create .build-id symlinks ifneq ($(filter arm s390 sparc x86, $(SRCARCH)),) -build-id-file :=3D $$(shell $(READELF) -n $(1) | sed -n 's@^.*Build ID: \(= ..\)\(.*\)@\1/\2@p') +build-id-file :=3D $$(shell $(READELF) -n $(1) 2>/dev/null | sed -n 's@^.*= Build ID: \(..\)\(.*\)@\1/\2@p') link :=3D $(install-dir)/.build-id/$$(build-id-file).debug =20 __default: $$(link) --=20 2.53.0 From nobody Sat Apr 4 04:54:44 2026 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) (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 24489396B8E; Fri, 20 Mar 2026 16:37:13 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.126.157 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024636; cv=none; b=Pciu6lnhjgQ17uFH8589WJmHc11uPPPh7Ow8X27K/sJaAlr8TZOYiz/FtPFWO18f4mzIfiKI2+mUZ0OIjNeN1i7vSXs9IU1D3d/sKy1bF+Ht2ziifiQRALzSGXZnXkSE4kiwD5MMQxWjbu0A+0qFL0ynrPnOI5rArLWSTfZVL9s= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024636; c=relaxed/simple; bh=QcShHZHc+tDp046nhF8W6wfNbh7KqWcOgXW9rqyFKIA=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=OXnyLDwmPhHYXbiWJUhA91Wgq3o+dBw6QkGEujCUn/BVQhfgz837QrDl0uXFHdg4EwP7Vsui94xBTQhhX3SfKulGilRGOvlG8WFg1tupxqJz3GJlCNOEla7l0V4+ZdUIeqhEI5DcBa4SG4sVwtXHJF/aPxsFXct7Ro7fWbv3CN8= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net; spf=pass smtp.mailfrom=weissschuh.net; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b=Zr+JLcBL; arc=none smtp.client-ip=159.69.126.157 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b="Zr+JLcBL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774024624; bh=QcShHZHc+tDp046nhF8W6wfNbh7KqWcOgXW9rqyFKIA=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=Zr+JLcBLyrk41rEUJMfqmUiaeE7nX0WeUP15YUj5AnOkdl8ak8j0C6jXdSfYtLKrC pxoHstCZCqSIOSg3MRJG0mzn7158C/FcOSRWhR1Xe51lN6mHwv5H3fnO/z7+XBvEo5 b8CXagWbQWcMoUW0uyzU6Y/huo7/pBDgnd3CJBJ0= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Fri, 20 Mar 2026 17:36:55 +0100 Subject: [PATCH 3/4] kbuild: vdso_install: gracefully handle images without build ID Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260320-kbuild-vdso-install-v1-3-e2e8a0970889@weissschuh.net> References: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> In-Reply-To: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> To: Nathan Chancellor , Nicolas Schier Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774024622; l=907; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=QcShHZHc+tDp046nhF8W6wfNbh7KqWcOgXW9rqyFKIA=; b=+rCzIO3AAOyfz7rj+wA+jJSybrcyzn/iDtqMemUFlzrS5ne+6bwBfbIMuPymaynN7rXKnXvmy /4HXENEB5EXDNRvxtqh81DVIAtW3u/mtXB3ppBV+x/O3cIOlF7hU6WQ X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= If the vDSO does not contains a build ID, skip the symlink step. This will allow the removal of the explicit list of architectures. Signed-off-by: Thomas Wei=C3=9Fschuh Reviewed-by: Nicolas Schier --- scripts/Makefile.vdsoinst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/Makefile.vdsoinst b/scripts/Makefile.vdsoinst index aed153b3120b..3de70218b8d4 100644 --- a/scripts/Makefile.vdsoinst +++ b/scripts/Makefile.vdsoinst @@ -22,12 +22,15 @@ $$(dest): $(1) FORCE # Some architectures create .build-id symlinks ifneq ($(filter arm s390 sparc x86, $(SRCARCH)),) build-id-file :=3D $$(shell $(READELF) -n $(1) 2>/dev/null | sed -n 's@^.*= Build ID: \(..\)\(.*\)@\1/\2@p') + +ifneq ($$(build-id-file),) link :=3D $(install-dir)/.build-id/$$(build-id-file).debug =20 __default: $$(link) $$(link): $$(dest) FORCE $$(call cmd,symlink) endif +endif =20 endef =20 --=20 2.53.0 From nobody Sat Apr 4 04:54:44 2026 Received: from todd.t-8ch.de (todd.t-8ch.de [159.69.126.157]) (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 E2FB136EAB7; Fri, 20 Mar 2026 16:37:12 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=159.69.126.157 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024635; cv=none; b=rSMvMsURkXGejSDpNeC4LBPi0+qxI9ZOgb1aTBVD9MRkgmcrdYialk7pv6AzyefTSRTBsdpdxcRq7Vm5B5ewsqB3OO6Ero2azXDCWx3fIq5g9eZDlshkwCiNBHZYkE1U5AfxSox3by3ZWbxCZDdQuKEttZcd+1GulsV8aL2WLvw= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774024635; c=relaxed/simple; bh=pQT18p/Gj2K2MK50nKuJlIsVs4WndTCIDjP8Wc+ce9E=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=nP1n0crZGHZYr5T6jaox6LR0l49aA8fdHWgbQNF6BzjI/UUfhcFiYBQ4mZ9flyl/opNBy8GxJJbwBLHsfiW979KVA5G8I29qoetecZfOfpN9DwVMXYKkbbSMpkAr2ECgYW5VdqAPJe8TwhAon/3hakaInM4OrepSGkYpwZ9eXgY= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net; spf=pass smtp.mailfrom=weissschuh.net; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b=jXlMqN08; arc=none smtp.client-ip=159.69.126.157 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=weissschuh.net Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=weissschuh.net header.i=@weissschuh.net header.b="jXlMqN08" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774024624; bh=pQT18p/Gj2K2MK50nKuJlIsVs4WndTCIDjP8Wc+ce9E=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=jXlMqN080YrKoZyqUxrtuDUa4qCNX36+vUh0nFe/GL75zWkk1tHodO2fgI+pwzgUJ yDRZ+7A/ZHYnXkIRSQFZOote4JlEfDeYDB1IJKaM5m+mexCtw57LWXjr8RI7oPONGy HaAl4qVGFR5US4SuP7XIe6/GqC+Zh15K6fU6UYew= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Fri, 20 Mar 2026 17:36:56 +0100 Subject: [PATCH 4/4] kbuild: vdso_install: drop build ID architecture allow-list Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Message-Id: <20260320-kbuild-vdso-install-v1-4-e2e8a0970889@weissschuh.net> References: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> In-Reply-To: <20260320-kbuild-vdso-install-v1-0-e2e8a0970889@weissschuh.net> To: Nathan Chancellor , Nicolas Schier Cc: linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org, =?utf-8?q?Thomas_Wei=C3=9Fschuh?= X-Mailer: b4 0.14.3 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774024622; l=1035; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=pQT18p/Gj2K2MK50nKuJlIsVs4WndTCIDjP8Wc+ce9E=; b=058gaN/V/PXUffgDVFBErADMGwFJioG82+BeWp6rcwgp/II7ii29fqPxB90UceLe5S7C7rcSB s1+yFYHFRWrDOaI3E5Ywu0t47qFPMBLJYAOPEt7XLc/aUvD1W83x70z X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= Many architectures which do generate build IDs are missing from this list. For example arm64, riscv, loongarch, mips. Now that errors from readelf and binaries without any build ID are handled gracefully, the allow-list is not necessary anymore, drop it. Signed-off-by: Thomas Wei=C3=9Fschuh Reviewed-by: Nicolas Schier --- scripts/Makefile.vdsoinst | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/Makefile.vdsoinst b/scripts/Makefile.vdsoinst index 3de70218b8d4..d9f7243217bc 100644 --- a/scripts/Makefile.vdsoinst +++ b/scripts/Makefile.vdsoinst @@ -19,8 +19,6 @@ __default: $$(dest) $$(dest): $(1) FORCE $$(call cmd,install) =20 -# Some architectures create .build-id symlinks -ifneq ($(filter arm s390 sparc x86, $(SRCARCH)),) build-id-file :=3D $$(shell $(READELF) -n $(1) 2>/dev/null | sed -n 's@^.*= Build ID: \(..\)\(.*\)@\1/\2@p') =20 ifneq ($$(build-id-file),) @@ -30,7 +28,6 @@ __default: $$(link) $$(link): $$(dest) FORCE $$(call cmd,symlink) endif -endif =20 endef =20 --=20 2.53.0