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=-20.2 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, USER_AGENT_GIT autolearn=ham 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 4E4F7C07E99 for ; Mon, 5 Jul 2021 10:39:10 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 3104D613F3 for ; Mon, 5 Jul 2021 10:39:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230512AbhGEKlp (ORCPT ); Mon, 5 Jul 2021 06:41:45 -0400 Received: from us-smtp-delivery-124.mimecast.com ([170.10.133.124]:28900 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230114AbhGEKlp (ORCPT ); Mon, 5 Jul 2021 06:41:45 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1625481548; 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: content-transfer-encoding:content-transfer-encoding; bh=nGQUOo7dih5SsR/eYJTAqFGEk1u85z/Uj7xxDty7zgs=; b=bJrfDUQGuxRXk4iJKLFetlTxKjv+N8bhyC9BaDNN/FApGsTYlPSWeX0S4KF934Mbl6GVNi Q9SjLhT33rAEzjWIZCBSzYf5leskorIlGXmU2Jfa5cHL3lmNFKgABx3lsL8fbm+bUclIcv M9Ovx/wiIH4CfkDJDaJr6v+81nfWfkU= Received: from mail-ed1-f71.google.com (mail-ed1-f71.google.com [209.85.208.71]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-526-FF3cSZrVP1OMD57UW_d21w-1; Mon, 05 Jul 2021 06:39:06 -0400 X-MC-Unique: FF3cSZrVP1OMD57UW_d21w-1 Received: by mail-ed1-f71.google.com with SMTP id f20-20020a0564020054b0290395573bbc17so8856009edu.19 for ; Mon, 05 Jul 2021 03:39:06 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=nGQUOo7dih5SsR/eYJTAqFGEk1u85z/Uj7xxDty7zgs=; b=SuSITTtkpDA2StHNE3tZFOf71s7VZip1UxnlIoVfX60+5NDp2Vq3ZJHYeiDPi28/Nh DH+KthjnotERpe18jVScsXbcQVXImuVTj3Q8xWNSmuCtCfSC4tsox5Q3mAAcEIhcgaRB eDosMIYujItkySVsGjL2DOlXTVAF/ypd6DIaTMeqAniUYXZN1WTmUVNCf5eCPr0eL5uG ctduVZal5M0KsbJ2wL7ps6RpqBlFI95F+29mulSbXFsa37n3xmr2nuQGRs4XaGtE2KSS fP2J3FQsgsufO4MDD/dHccPcv6lW/toz6bTov7oy2+gD0Mfs86SHlCuA5hdHXXXwt2Ud Q7UA== X-Gm-Message-State: AOAM5330Dl/ktbaJysLrtv4A90I9yVDdsn31hLO58jM9QACVI4KkiJO5 T8BDCcZzRntPs0dzXwhhQM7HtSetpUSAlhhkFUDPi/EDO/3XaqlNiOOaT89HN/6BeZZENp2Yd0N 2/DFPOe9sxxQA X-Received: by 2002:a50:ff0a:: with SMTP id a10mr15534601edu.273.1625481545588; Mon, 05 Jul 2021 03:39:05 -0700 (PDT) X-Google-Smtp-Source: ABdhPJx7AdVa/ufIWFAME312qFMf9TF3XV/MioLYjFkYwJs7x9qatrRfikQLgmYhM9YTs1FWMmfkxg== X-Received: by 2002:a50:ff0a:: with SMTP id a10mr15534579edu.273.1625481545241; Mon, 05 Jul 2021 03:39:05 -0700 (PDT) Received: from alrua-x1.borgediget.toke.dk ([2a0c:4d80:42:443::2]) by smtp.gmail.com with ESMTPSA id x16sm1622024ejj.74.2021.07.05.03.39.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 05 Jul 2021 03:39:04 -0700 (PDT) Received: by alrua-x1.borgediget.toke.dk (Postfix, from userid 1000) id 1650918072E; Mon, 5 Jul 2021 12:39:04 +0200 (CEST) From: =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= To: Daniel Borkmann Cc: bpf@vger.kernel.org, netdev@vger.kernel.org, =?UTF-8?q?Toke=20H=C3=B8iland-J=C3=B8rgensen?= Subject: [PATCH bpf-next] samples/bpf: add -fno-asynchronous-unwind-tables to BPF Clang invocation Date: Mon, 5 Jul 2021 12:38:41 +0200 Message-Id: <20210705103841.180260-1-toke@redhat.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: bpf@vger.kernel.org The samples/bpf Makefile currently compiles BPF files in a way that will produce an .eh_frame section, which will in turn confuse libbpf and produce errors when loading BPF programs, like: libbpf: elf: skipping unrecognized data section(32) .eh_frame libbpf: elf: skipping relo section(33) .rel.eh_frame for section(32) .eh_frame Fix this by instruction Clang not to produce this section, as it's useless for BPF anyway. Suggested-by: Daniel Borkmann Signed-off-by: Toke Høiland-Jørgensen --- samples/bpf/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/bpf/Makefile b/samples/bpf/Makefile index 520434ea966f..036998d11ded 100644 --- a/samples/bpf/Makefile +++ b/samples/bpf/Makefile @@ -331,6 +331,7 @@ $(obj)/%.o: $(src)/%.c -Wno-gnu-variable-sized-type-not-at-end \ -Wno-address-of-packed-member -Wno-tautological-compare \ -Wno-unknown-warning-option $(CLANG_ARCH_ARGS) \ + -fno-asynchronous-unwind-tables \ -I$(srctree)/samples/bpf/ -include asm_goto_workaround.h \ -O2 -emit-llvm -Xclang -disable-llvm-passes -c $< -o - | \ $(OPT) -O2 -mtriple=bpf-pc-linux | $(LLVM_DIS) | \ -- 2.32.0