Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 7E16C78163D for <~alpine/users@lists.alpinelinux.org>; Wed, 13 Apr 2022 16:53:56 +0000 (UTC) Received: by mail-pf1-f173.google.com with SMTP id b15so2513191pfm.5 for <~alpine/users@lists.alpinelinux.org>; Wed, 13 Apr 2022 09:53:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:content-transfer-encoding:mime-version:subject:message-id:date :to; bh=zVAIj9OippI8/wYdCyfnRmgL73NWxaVYduC3sgvcswE=; b=bndqUgkNqzhe9NY6QXbQiE4Blx7SNSjJmyIJa8S69kk/X/OqfuuVo2pY1RGBZyHcwy MhKuqNhuYFCc5rZNLOPj7tI1Twzz8ZIbvFcGhpYLE7SYl2jUCzSlZhzqJMxz4EDAHqat KXIjdkbR7ipsRtp6dZel9My7BgwmsNeWS7jFebx1YjU9M6o958RuQmQ+6dmlz72nnfAK nbn0AizgeLgPR/bvUv9PAEa/C3FpbWGm3zd/ffBc/sSdLRWP5tAHh2WGHH32mvWavNcB YYoG2p5lwBSKRySnXQuhBP3rjVbMH6XKIBe+NJ7gvmnyeAAZa8LotuNLXY2LSsawqmhO FVag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:content-transfer-encoding:mime-version :subject:message-id:date:to; bh=zVAIj9OippI8/wYdCyfnRmgL73NWxaVYduC3sgvcswE=; b=rnvgyjP/9NUQNMui3BFv9NiyuUZWrhr9pWIevhBCOV6ed9c2h2l2wX6+w9tVIhbPgK seWrC+iieXWB0Akcr11bSDrVsUj6ykmVE4udJxndplP4MqaUo+gyk9zUK2jIWS9iBul4 Ks8wy1wXta1bTIlgFYmSmuVXi5KLMSx8a2tyKt4fbh4oTqzn+caXLmCX8loH7rZyIyfL bZTDs2GgbIVqaf4b6pX4GXCRikse3RG4b0l60/cLiUHObOaB2KhKOzOsRI42ChKan1W7 rK5iJeuCCkJRWQlSCt52JTTXElpnrMyW9esLQRqEXTK/BE/IgSxzpYDjrT0yueP2ym4A 0r/w== X-Gm-Message-State: AOAM533losX+9nyWVSW55Rkk8ZyXThjKGUOgL4e6STiM4qsfMKOKnY5c ymPXS9ISsi6tp0wR2jN3UMW77DKSzro= X-Google-Smtp-Source: ABdhPJxuyjfPimxo4yYcjWqp+yiCBpCZPsuoo5eAiUGVUEIva1ZmssDXUcNlLcx/zMmdPmSQE8n12Q== X-Received: by 2002:a65:5a8e:0:b0:365:3b6:47fb with SMTP id c14-20020a655a8e000000b0036503b647fbmr36157822pgt.147.1649868833965; Wed, 13 Apr 2022 09:53:53 -0700 (PDT) Received: from smtpclient.apple ([50.38.51.65]) by smtp.gmail.com with ESMTPSA id g12-20020a056a001a0c00b004e1307b249csm43843670pfv.69.2022.04.13.09.53.52 for <~alpine/users@lists.alpinelinux.org> (version=TLS1_2 cipher=ECDHE-ECDSA-AES128-GCM-SHA256 bits=128/128); Wed, 13 Apr 2022 09:53:52 -0700 (PDT) From: Chance Zibolski Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3696.80.82.1.1\)) Subject: Linux kernel debug headers Message-Id: <8A84A64D-4A4B-4CD6-84BB-BABE7460496B@gmail.com> Date: Wed, 13 Apr 2022 09:53:52 -0700 To: ~alpine/users@lists.alpinelinux.org X-Mailer: Apple Mail (2.3696.80.82.1.1) Hey all, I=E2=80=99m trying to use parole to generate BTF metadata for = the Linux kernel in Alpine, but I=E2=80=99m unable to find how to get = the debug symbols. In Ubuntu, there=E2=80=99s a package `linux-image-$(uname -r)-dbgsym` in = a separate apt repository that will install these debug symbols into = `/usr/lib/debug/boot/$(uname -r)`, however I cannot figure out how to do = the same thing using Alpine. Is there any similar methods for getting the debug symbols for a given = Alpine kernel? In this case I=E2=80=99m running Alpine in a VM using = Lima on Mac, so I=E2=80=99m using the `linux-virt` kernel with Alpine Thanks, - Chance=