From nobody Wed Apr 1 09:52:41 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 77F03441033; Tue, 31 Mar 2026 17:50:26 +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=1774979428; cv=none; b=C2FU7tuHRaQhyefpiaYlf52mNyj5sLBGjSLwzRVZCwRsgcldWiT7ftOugoCC9vVNv4B9gaUlZSVeaGjPCce+/72Q38Nb8/NJezfctZI0fkfj0EfJX9tyF0axbHCZbSvKciuarFkgcrb7ORqPRpzllGFXffhDQMXqjIjQEWzSGaE= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774979428; c=relaxed/simple; bh=1qGq8yAZBKS8WaUYW8r+1Gpfp8oh7+Ac/xavMKYPgKg=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=T34q9c/POqZ0bd943MHhO1bYYfNmeusvxdoZT9dLmrPdVvIn9chgjx04DNFG8AtQkDLmKLQRxZ3gbcFDi61I2MJw/q4r1BvKTqQA3o4qRsyJ9mwVoQ4uT4yLThJwgUuufiEQYLtan3+eF4fSmK4sAkgrajVWeBVzUsfY4w39wYQ= 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=Q2xfqREL; 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="Q2xfqREL" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774979424; bh=1qGq8yAZBKS8WaUYW8r+1Gpfp8oh7+Ac/xavMKYPgKg=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=Q2xfqRELnxbF4bqYslNvLQ0QzvejDyFl1fvBlQAvZ5IjgCiAfidmWn5UWnTCsalUw b1CW5XghYypZXQ4EjIbx/tPRqMUn+MaF6eUOgOJW4lzCYJVmITMuH9BdXWsmf5fPCR CSp/XkYQ4/ug4va3WP75WZLfQpflBh32Yn8pKkUM= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Tue, 31 Mar 2026 19:50:19 +0200 Subject: [PATCH v2 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: <20260331-kbuild-vdso-install-v2-1-606d0dc6beca@weissschuh.net> References: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@weissschuh.net> In-Reply-To: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@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.15.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774979424; l=967; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=1qGq8yAZBKS8WaUYW8r+1Gpfp8oh7+Ac/xavMKYPgKg=; b=Vjq8UL4sRiUBc4lnU/060VPT5nzFYNPMKwztWpEHfihLf27+PVuiJ0eEiELjFJjZ7FPbRYg0x nEqllG2cEh3Am/9JV+Cr+WM5sjvyxea+xDdSqybROkMAFb3IIgMEmZr X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= Split up the logic as 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 Reviewed-by: Nathan Chancellor --- 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 Wed Apr 1 09:52:41 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 4F96144104A; Tue, 31 Mar 2026 17:50:27 +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=1774979428; cv=none; b=kzb/jbabi5Oqu+aR5zjcr4YFzBaqRURYQ6OuFs6pK8KREV0h/dn/00v4neFyDS1dGUNFZGCWQ6kyv4qhv7eBcXYGZhWQjhaipRDbOCYz4ZZMgnIO6DdmClBXu6+YKYUH7c/bnre0yVEDsABUJsvcqEEH9L3dvHU6YgxW+Y5CUD8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774979428; c=relaxed/simple; bh=XTirIw7OA61K/pbNm/EBjxlIXQQ7QLwfVEKluNH8ph8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=oHreDs3XGfqM8beDYRoHKMF7SOEkCCImL5Enu9HkrmV2yhATAVCHxpMAbAESbsvFqYhxW3m9rinFCXgJhcXcp9lVe8ot3IDH/RD6Wn8tg7KGKsIrmsPyXnMDBCXA2a7bduC5eiZVLHnqLiQcXS/8bBaYmcTB2G/57/FhDeJksTQ= 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=pW50rJoU; 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="pW50rJoU" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774979424; bh=XTirIw7OA61K/pbNm/EBjxlIXQQ7QLwfVEKluNH8ph8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=pW50rJoU8Xi8TSHEDQHGLcfdT6TtmGyp7p5yXiQ7lbPioVWoiyqmcEGeFFp4kQwEi m2s2gJdhXMT+7D47kGqQzEIjnlA1AMO4AeziBEFwhRivJkmd0sv4XXMBxsQOZUUQIa NAX1fL6eIC7earB/Ij/rz4cj7i1A9czFmkQQka20= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Tue, 31 Mar 2026 19:50:20 +0200 Subject: [PATCH v2 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: <20260331-kbuild-vdso-install-v2-2-606d0dc6beca@weissschuh.net> References: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@weissschuh.net> In-Reply-To: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@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.15.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774979424; l=1188; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=XTirIw7OA61K/pbNm/EBjxlIXQQ7QLwfVEKluNH8ph8=; b=hxqP7wHXnv2iV/2tiMBULn/aCpu5wcwkT5lwnH6zfBoeXLSFIjvtJ2NvpyVbkkiO8hqjrMevI RqADFn8rkmgCOA1XTjO1kkHcwowtR4PVF2UriftD2wXB2U+9jZN33Fb 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 happens 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 extract build IDs for more architectures in the future. Signed-off-by: Thomas Wei=C3=9Fschuh Reviewed-by: Nicolas Schier Reviewed-by: Nathan Chancellor --- 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 Wed Apr 1 09:52:41 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 77F9C441037; Tue, 31 Mar 2026 17:50:26 +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=1774979428; cv=none; b=eR4C66MrNiNhtP2nqss3pXcBewycl1r2rJQVBSHhi/hEm1nnvOuLClrHR7oWtN2oOSqupl6aRwClUxaaZwiHzMIc9oXD44nSu51jdelRdFokWOED15GjdFPFoF/8ie/kW6U7mGUqki/C7fb/sKMPGehAKwX7CNVjbOGIV7r26B0= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774979428; c=relaxed/simple; bh=hLUz8zQGrUGwTqqMl4TF4YPgdp0E2S0+yu6rruoAxx4=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=NjPG5SitS0gjQGFXGSl56aMq9YKk2M5volXNuOVCHj50KmX3Ag3SO4d5Oob70ZdVJ12OsYCbOdtVtE0q1iwQZwyuK2xBoCpZDoCXJoaPi4f40kesI1e/nxCUe6B7l/QWDQy35CqgYlWh5gvJmOdqMMo7P7r9VJlMUI/DyNevZGc= 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=I+U7IW49; 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="I+U7IW49" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774979424; bh=hLUz8zQGrUGwTqqMl4TF4YPgdp0E2S0+yu6rruoAxx4=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=I+U7IW49M/DAk8IEMbSJqPr+RqE2WmjCxC4oVerAX1KA4m3YZ1YRF0wfARM6owdVQ tvv0VZO5fOvfU8UgSzv0DPlU0G7U602GamfVOT4TV1JnMjuYy3bKKdNQ2rayEsYPzT lejhStr4wwIKOHVasj4L19uVlCmlc88A+hYQUt2c= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Tue, 31 Mar 2026 19:50:21 +0200 Subject: [PATCH v2 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: <20260331-kbuild-vdso-install-v2-3-606d0dc6beca@weissschuh.net> References: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@weissschuh.net> In-Reply-To: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@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.15.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774979424; l=952; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=hLUz8zQGrUGwTqqMl4TF4YPgdp0E2S0+yu6rruoAxx4=; b=0AQ7iiaWEAS7ng1Y5vuCUtOdXvP9RQ2+GY5wK54taKBVWEIP7I1ct5c2Pimd7f6t1/dk9Siaa Zxom03mJwioAtI1nG6UDsFgBTWK2s6pNYwK2gJRfyzf5V1+IbahEs7Z X-Developer-Key: i=linux@weissschuh.net; a=ed25519; pk=KcycQgFPX2wGR5azS7RhpBqedglOZVgRPfdFSPB1LNw= If the vDSO does not contain 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 Reviewed-by: Nathan Chancellor --- 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 Wed Apr 1 09:52:41 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 4FA4C44104F; Tue, 31 Mar 2026 17:50:27 +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=1774979431; cv=none; b=Jh0m9XpMFjCCr9NPSJd7u0RZkMNp1sD9+NO0tb8fo9NfYayZCFuy/0l1CmxiZgsZj1JDbrrCXZU//ekBaA3fx99YoPdXbYdIxBqkfCeEql2zBKc85YibHofV7coDxVMLyLYbDbGBNl+bcbcOJ7J26ezbxZRYGgyoXxVbwYsonvY= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774979431; c=relaxed/simple; bh=mchiqnGLvwuBQbG8IWLuJsEzw1XR8t0Q9M0wO/p/ov8=; h=From:Date:Subject:MIME-Version:Content-Type:Message-Id:References: In-Reply-To:To:Cc; b=IsxWtqc/rxZ1xZK4yauZZCRiTE4rChwkXrtAKmQPdgzdYJLe1PA23OVFJJGRqyOlObY/3kgJhRJBYIu38BJRR9JS5krVLPOpHSwbKYuuw88U4zUuDLdhdzkGgpkrI5Y/gA8536qfFiHNrhFcaaqACcQFrh5t7dINcKw6HlNogD8= 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=MwDF1okm; 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="MwDF1okm" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=weissschuh.net; s=mail; t=1774979424; bh=mchiqnGLvwuBQbG8IWLuJsEzw1XR8t0Q9M0wO/p/ov8=; h=From:Date:Subject:References:In-Reply-To:To:Cc:From; b=MwDF1okm2Jn1oYi7gJH57ye6nxlTU2H5q37mxouYuD9UtlkvwqefinKMPwYOBmdaR u626hClTt2x6tkjWD4cX8/BCVTcv04jqnRM5v6+z5WuykCEZS+xk2cTH3Zv3c/Z4yq Y0k7+pBPdi19IVRNd+zShr+VrERp90KCWxkdcOAY= From: =?utf-8?q?Thomas_Wei=C3=9Fschuh?= Date: Tue, 31 Mar 2026 19:50:22 +0200 Subject: [PATCH v2 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: <20260331-kbuild-vdso-install-v2-4-606d0dc6beca@weissschuh.net> References: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@weissschuh.net> In-Reply-To: <20260331-kbuild-vdso-install-v2-0-606d0dc6beca@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.15.1 X-Developer-Signature: v=1; a=ed25519-sha256; t=1774979424; l=1081; i=linux@weissschuh.net; s=20221212; h=from:subject:message-id; bh=mchiqnGLvwuBQbG8IWLuJsEzw1XR8t0Q9M0wO/p/ov8=; b=nwT9Glu3YuSBQKSvRFBt8py6D2MndrvZJgRuRfYzeE5RfEkThF4k3j5p+d8A/j21rYl3g5Uyi zWm39DPESMUDg4sKGYOmnSFacvD4Po83ouk2cqbEKz7JNqvVwD9a/jG 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 Reviewed-by: Nathan Chancellor --- 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