Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp2304121pxb; Fri, 5 Feb 2021 14:27:26 -0800 (PST) X-Google-Smtp-Source: ABdhPJxQ2pcYYa4JSDQPmTBwdD3CPsYDi/wQV/L2bFHMZnX1GfA7fEL9lNm8yg5Z5zf4CdhSR6ga X-Received: by 2002:a17:906:b4a:: with SMTP id v10mr2161797ejg.382.1612564046616; Fri, 05 Feb 2021 14:27:26 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1612564046; cv=none; d=google.com; s=arc-20160816; b=a+pg5XuFhBw57iIxWJHZLFnz/uhvEoq7AmiIUwr4X5TezJ6thzOaapyWnlCGCNp9dN qSGvYYwtsh6Kul7RdFMaUTtD13FOkQ/RxQ+K4c69Mk4FvcEK4A0fVLKKQWMw2+zP24E9 E9DlyV2bzQgN12u/BXgr7qkEBHeKDY97ZMhKNcvRJzZjZ+rnG4Lmp/PpfnzUV8S9AMCt +XEjUaDK11bJGFk8aBXXiPJYBDl2OXlOnfOlmsiyyIZ2TolpNWbg/ZZKk4P6z1dX9jZ6 xfIwtavYE6JLYGc4QKxPGtgGP2Kp6T2/ND7lovyXdStWlC/vWO83ivbeIrDKdQBBkD1e 0utQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from:dkim-signature; bh=BbN3o79BbJAfffbQ2FyDD1sxun8IJm9kQz1D1vLzNWE=; b=p3cNjtkUhN7XGHFZvwTKXLE9Uw/4ba+4jNBuEzpFIpAj9zx4z38DrSGrUrv5DL+n3S +7eZYYxvejasN43PaG0H9584TsZP1J424VAIn8qt5FyzSFxJQtEYNeJBLXwekyLuVDbB uwu2AZ/zK7giIRUu9qc3E9lI1LLC3CiX60oBWAtTHCgx9pkgX/Pe8bJq79PpTE3InQci JusqvoCxkYnRyyJ6KC6bjHXvNDQ5ZEhsIJr+AFAc7wXN/S93wL963hqlxUJBIGtLadla z8pZs8D48ipFB0qExR+1ti4SnBq8+RLKF8hS2nRiHYAbHO+vXqGTYRAhFYNrsfMLeRU8 /U4w== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@linuxfoundation.org header.s=korg header.b=EuOp8HQv; 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=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n25si5911183eja.737.2021.02.05.14.27.00; Fri, 05 Feb 2021 14:27:26 -0800 (PST) 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=@linuxfoundation.org header.s=korg header.b=EuOp8HQv; 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=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233242AbhBEW0N (ORCPT + 99 others); Fri, 5 Feb 2021 17:26:13 -0500 Received: from mail.kernel.org ([198.145.29.99]:44984 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232791AbhBEOyw (ORCPT ); Fri, 5 Feb 2021 09:54:52 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 116B06506D; Fri, 5 Feb 2021 14:12:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1612534377; bh=G5P/XiJ/r0aAfV8EecjWAkw3cTrOQVR/Q/FuYaaP4js=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=EuOp8HQvzK/lUokosX+/jKpYhQphCZj6fLsUmXlkFkGXmbqksNxLUnz4XstbzbTQz vmtnc9Zj87qk86QAOKuZznCZXNj4x3zX/uOmixidNNscTFfNFG5qR9QEKG9T+Wffgc LFTfzu9Qs86ZqhaG6swsSGRHs/VghAf7TeLsqQzc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Nathan Chancellor , Miroslav Benes , Josh Poimboeuf , Sasha Levin Subject: [PATCH 5.4 30/32] objtool: Dont fail on missing symbol table Date: Fri, 5 Feb 2021 15:07:45 +0100 Message-Id: <20210205140653.619579792@linuxfoundation.org> X-Mailer: git-send-email 2.30.0 In-Reply-To: <20210205140652.348864025@linuxfoundation.org> References: <20210205140652.348864025@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Josh Poimboeuf [ Upstream commit 1d489151e9f9d1647110277ff77282fe4d96d09b ] Thanks to a recent binutils change which doesn't generate unused symbols, it's now possible for thunk_64.o be completely empty without CONFIG_PREEMPTION: no text, no data, no symbols. We could edit the Makefile to only build that file when CONFIG_PREEMPTION is enabled, but that will likely create confusion if/when the thunks end up getting used by some other code again. Just ignore it and move on. Reported-by: Nathan Chancellor Reviewed-by: Nathan Chancellor Reviewed-by: Miroslav Benes Tested-by: Nathan Chancellor Link: https://github.com/ClangBuiltLinux/linux/issues/1254 Signed-off-by: Josh Poimboeuf Signed-off-by: Sasha Levin --- tools/objtool/elf.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tools/objtool/elf.c b/tools/objtool/elf.c index edba4745f25a9..693d740107a8b 100644 --- a/tools/objtool/elf.c +++ b/tools/objtool/elf.c @@ -214,8 +214,11 @@ static int read_symbols(struct elf *elf) symtab = find_section_by_name(elf, ".symtab"); if (!symtab) { - WARN("missing symbol table"); - return -1; + /* + * A missing symbol table is actually possible if it's an empty + * .o file. This can happen for thunk_64.o. + */ + return 0; } symbols_nr = symtab->sh.sh_size / symtab->sh.sh_entsize; -- 2.27.0