Received: by 2002:a25:1104:0:0:0:0:0 with SMTP id 4csp1036731ybr; Sat, 23 May 2020 05:02:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxkNXWNcyXfZcb88W10hsFulnMm3cD6BNhtyR6L3+6pv8mX5eFjET5QpoX3vthKsC3i/rH/ X-Received: by 2002:aa7:d596:: with SMTP id r22mr7004358edq.379.1590235363880; Sat, 23 May 2020 05:02:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1590235363; cv=none; d=google.com; s=arc-20160816; b=OObVg3jDCL4iNeREbzVvnZZ5Dq0KHqY4jOIotgzbg+HMr4btubx7zc1wAjAneNFBN4 dlzRUsEDFZyZTR5z+RdA2gd+fU8TbcCCq9j1srBFtzsrKVZF1gmYVi9weBG7OMTETwGG Y/7BO1dLQ7tQk5n+FxPigMe6g+kmPrkQKZqssoJZnZXxPXV+JcpORBWPPLYwFZzwozvo 86GYstOZhCLBY/xbb4szhXdRU92Co0p/01pNWIdOmLwRXngGC4avnb++R92ztX3zc2G3 Eq09MNL1AueNadstbKZOgsYKzSXjfonBzOQ4yUH4fr/jJ7hu9Qgf+qXjHtjXvYeLp7ig SEiQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:cc:to:from :dkim-signature; bh=OvKiciJWA6mnkcjw682F+qRsouuSJ4Uy07wnoRkqdgo=; b=ELRZTMYR9myEbMRpa5XhtTDxDlwvVAm39LHsimAtvqxji0w+R/lobjx+hqGc6fMc4q 7gkrDU6lem7OZ7M04SIyWKG+SoluFw4k2+tAYC6gBCzC/ZIkQRO+8NFQsMCpZg2xnNSg bLHbJKMSUBVSWMbNOk5wloHs3WJDSEdMU9qta/EL53BDahBt2MH0ot5qOLvkTbM4D46N UyBALfJNAeGlqlOUQG8XuhFRa9MRRDbqki1GMfwc7jlR91nbCwjAbRKzTzqM1wcZto4A I93sdxE9Jsk7stLY/grAe/MqXoimhXoT/jf/aybGmesfv+5CY3w5iofmHJtaN+xCn5ET xKvQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=U4vQgeI2; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id p62si6196343edp.385.2020.05.23.05.02.20; Sat, 23 May 2020 05:02:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b=U4vQgeI2; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731269AbgEWMAl (ORCPT + 99 others); Sat, 23 May 2020 08:00:41 -0400 Received: from mail.kernel.org ([198.145.29.99]:40948 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728749AbgEWMAk (ORCPT ); Sat, 23 May 2020 08:00:40 -0400 Received: from localhost.localdomain (82-64-249-211.subs.proxad.net [82.64.249.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 9551720812; Sat, 23 May 2020 12:00:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1590235240; bh=hF++qON33FDEhXyfOJT5GlLwxjX0LMfIv3Aguj9zmVs=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=U4vQgeI26LH6oA7w3U3atCFRouqfnq0TVguU+x+BFFwEbX2cKIaUIp+Im2HB0wnf3 Gzr9jDQVVbGzozpYJnyrfPUE/NoM9pT5F2fSFZeyuEjcStFvFkGIym5T7fk1D/lGel cLmLWI8VA2D/Tf2pIeh/hAkttznd4iStuxr8pCCk= From: Ard Biesheuvel To: linux-efi@vger.kernel.org Cc: x86@kernel.org, linux-kernel@vger.kernel.org, Ard Biesheuvel , Maarten Lankhorst , Linus Torvalds , Arvind Sankar Subject: [PATCH v2 1/3] x86/boot/compressed: move .got.plt entries out of the .got section Date: Sat, 23 May 2020 14:00:19 +0200 Message-Id: <20200523120021.34996-2-ardb@kernel.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200523120021.34996-1-ardb@kernel.org> References: <20200523120021.34996-1-ardb@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The .got.plt section contains the part of the GOT which is used by PLT entries, and which gets updated lazily by the dynamic loader when function calls are dispatched through those PLT entries. On fully linked binaries such as the kernel proper or the decompressor, this never happens, and so in practice, the .got.plt section consists only of the first 3 magic entries that are meant to point at the _DYNAMIC section and at the fixup routine in the loader. However, since we don't use a dynamic loader, those entries are never populated or used. This means that treating those entries like ordinary GOT entries, and updating their values based on the actual placement of the executable in memory is completely pointless, and we can just ignore the .got.plt section entirely, provided that it has no additional entries beyond the first 3 ones. So add an assertion in the linker script to ensure that this assumption holds, and move the contents out of the [_got, _egot) memory range that is modified by the GOT fixup routines. Signed-off-by: Ard Biesheuvel --- arch/x86/boot/compressed/vmlinux.lds.S | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/arch/x86/boot/compressed/vmlinux.lds.S b/arch/x86/boot/compressed/vmlinux.lds.S index 0dc5c2b9614b..ce3fdfb93b57 100644 --- a/arch/x86/boot/compressed/vmlinux.lds.S +++ b/arch/x86/boot/compressed/vmlinux.lds.S @@ -44,10 +44,13 @@ SECTIONS } .got : { _got = .; - KEEP(*(.got.plt)) KEEP(*(.got)) _egot = .; } + .got.plt : { + KEEP(*(.got.plt)) + } + .data : { _data = . ; *(.data) @@ -75,3 +78,11 @@ SECTIONS . = ALIGN(PAGE_SIZE); /* keep ZO size page aligned */ _end = .; } + +#ifdef CONFIG_X86_64 +ASSERT (SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0x18, + "Unexpected GOT/PLT entries detected!") +#else +ASSERT (SIZEOF(.got.plt) == 0 || SIZEOF(.got.plt) == 0xc, + "Unexpected GOT/PLT entries detected!") +#endif -- 2.20.1