Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6F24AC636D6 for ; Wed, 22 Feb 2023 11:27:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231555AbjBVL0g (ORCPT ); Wed, 22 Feb 2023 06:26:36 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50448 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231788AbjBVL0E (ORCPT ); Wed, 22 Feb 2023 06:26:04 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9145738EB9; Wed, 22 Feb 2023 03:26:02 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 4EED9B8125F; Wed, 22 Feb 2023 11:26:01 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 875CDC433D2; Wed, 22 Feb 2023 11:25:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1677065160; bh=elTvLTyk3huhwGpMWXEk9oQkw9RrLqU3XN5UZW38SUk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Ue2OH13uF2VSvuYm8UB8/Xr3E8VCtlZZmK6aErcZdePtfpJGDhhKWnW39M3XVHvWW k01LJbiXUDwBugPB+B+CCetZzKyakNA53PO8cvywVXQsxm00UM1u1MX0PleCvQkSfP Rm1zl+DIPnMhkazwpG8K9BSElPcqCZTxpUdTymJ4= Date: Wed, 22 Feb 2023 12:25:57 +0100 From: Greg Kroah-Hartman To: maennich@google.com Cc: linux-kernel@vger.kernel.org, kernel-team@android.com, stable@vger.kernel.org, Nathan Chancellor , Andrii Nakryiko Subject: Re: [PATCH 0/5] Allow CONFIG_DEBUG_INFO_DWARF5=y + CONFIG_DEBUG_INFO_BTF=y Message-ID: References: <20220201205624.652313-1-nathan@kernel.org> <20230222112141.278066-1-maennich@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230222112141.278066-1-maennich@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Feb 22, 2023 at 11:21:37AM +0000, maennich@google.com wrote: > From: Matthias Maennich > > Can we please pick this series up for 5.15? I am particularly interested > in the last patch to enable BTF + DWARF5, but the cleanup patches before > are a very reasonable choice for stable@ as well as they simplify the > pahole version calculation and allow future BTF/pahole related patches > to apply cleanly as well. I intentionally kept the config > PAHOLE_HAS_BTF_TAG and hence its patch complete, even though there is no > user for it. What are the upstream git commit ids for these changes? thanks, greg k-h