From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 66237C07E95 for ; Sat, 10 Jul 2021 19:25:24 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4180A6128C for ; Sat, 10 Jul 2021 19:25:24 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230477AbhGJT2F (ORCPT ); Sat, 10 Jul 2021 15:28:05 -0400 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:44112 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230432AbhGJT2E (ORCPT ); Sat, 10 Jul 2021 15:28:04 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625945118; 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: in-reply-to:in-reply-to:references:references; bh=LnDl7vEy8DRwEDscYNvauDRb1U9Zec3Q4Y4HbwhyGnA=; b=AojzioM2S2aSyc8k24CPtWodF1xxB+wC4aRVABhBfOAKYzc65TkOYh145iPBu0q7hOc1xA n641xSNJK+D8wgI4+ph8aiySmvLuJIsXJUE4QGhsLEjYU4vQF09G04hg1V7u0+zW52rdoX gEpFHzZ8SyWpJZ3Frh4MGHV2rZzSzy4= Received: from mail-qk1-f197.google.com (mail-qk1-f197.google.com [209.85.222.197]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-131-U1UC397JPyenmqn-JvD0Kw-1; Sat, 10 Jul 2021 15:25:17 -0400 X-MC-Unique: U1UC397JPyenmqn-JvD0Kw-1 Received: by mail-qk1-f197.google.com with SMTP id r190-20020a375dc70000b02903acea04c19fso9854522qkb.8 for ; Sat, 10 Jul 2021 12:25:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=LnDl7vEy8DRwEDscYNvauDRb1U9Zec3Q4Y4HbwhyGnA=; b=ldXOv0I5g8mpGNMresBLSD20EdNaq1U7h6wn5e74ZMK2tqmlO6MZWYGCkNnF7F2Q3v QG87yfr/HKME3rVOOEJrVhuT7irsRYxLzp6h/BUyFOBVXtk7aSuPvSREy3qhGvbZpq/Z 24oKQhjgnqPIm7LPh1s0/RusoRYQP4kM/lXN4wp4klsjELRW12S6HoxJM8nR6sw4KotR kOxuF5XP5rvLCpc9Jihk8rRf6E9UhlBDXsZ1jkzDHpp7s5w8pQ4LHhDpenPGVngDxV/H NLyieFtRB9oVr8d1OiK2DOSNobmSI5jO0hPoMrV1x3dGSJ7NNYv8lS+5hWLvghLmTVv2 nC0Q== X-Gm-Message-State: AOAM533rfLmXKYwSq95tlV3sHFrfB158rMl/f5u9+XxmDCANtuWfjftu KvBhZ4vGPvvPqWSvQICMmaQJa2SSEZCCeZj4evJl9F6Rbnbw/4+AXOdDm3OZ4cqGvQf4jc2FM6A lWeEagkyggy1v X-Received: by 2002:a05:6214:e4a:: with SMTP id o10mr2891536qvc.39.1625945116760; Sat, 10 Jul 2021 12:25:16 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyxYcCSToJ0KRXoArAbf3tl+YdfIwjD/DR7TQeEoGVa52A90pFvsy5rt3SdXFR7KHuCHas7ow== X-Received: by 2002:a05:6214:e4a:: with SMTP id o10mr2891521qvc.39.1625945116537; Sat, 10 Jul 2021 12:25:16 -0700 (PDT) Received: from treble ([2600:1700:6e32:6c00::15]) by smtp.gmail.com with ESMTPSA id x15sm4213370qkm.66.2021.07.10.12.25.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 10 Jul 2021 12:25:16 -0700 (PDT) Date: Sat, 10 Jul 2021 12:25:14 -0700 From: Josh Poimboeuf To: Masami Hiramatsu Cc: Ingo Molnar , Steven Rostedt , X86 ML , Daniel Xu , linux-kernel@vger.kernel.org, bpf@vger.kernel.org, kuba@kernel.org, mingo@redhat.com, ast@kernel.org, Thomas Gleixner , Borislav Petkov , Peter Zijlstra , kernel-team@fb.com, yhs@fb.com, linux-ia64@vger.kernel.org, Abhishek Sagar , Andrii Nakryiko Subject: [PATCH 2/2] objtool: Ignore unwind hints for ignored functions Message-ID: <20210710192514.ghvksi3ozhez4lvb@treble> References: <162399992186.506599.8457763707951687195.stgit@devnote2> <162399996966.506599.810050095040575221.stgit@devnote2> <20210710003140.8e561ad33d42f9ac78de6a15@kernel.org> <20210710104104.3a270168811ac38420093276@kernel.org> <20210710190143.lrcsyal2ggubv43v@treble> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210710190143.lrcsyal2ggubv43v@treble> Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org If a function is ignored, also ignore its hints. This is useful for the case where the function ignore is conditional on frame pointers, e.g. STACK_FRAME_NON_STANDARD_FP(). Signed-off-by: Josh Poimboeuf --- tools/objtool/check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/objtool/check.c b/tools/objtool/check.c index e5947fbb9e7a..67cbdcfcabae 100644 --- a/tools/objtool/check.c +++ b/tools/objtool/check.c @@ -2909,7 +2909,7 @@ static int validate_unwind_hints(struct objtool_file *file, struct section *sec) } while (&insn->list != &file->insn_list && (!sec || insn->sec == sec)) { - if (insn->hint && !insn->visited) { + if (insn->hint && !insn->visited && !insn->ignore) { ret = validate_branch(file, insn->func, insn, state); if (ret && backtrace) BT_FUNC("<=== (hint)", insn); -- 2.31.1