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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 677AEC4332F for ; Tue, 18 Oct 2022 06:48:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229893AbiJRGse (ORCPT ); Tue, 18 Oct 2022 02:48:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38012 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229623AbiJRGsd (ORCPT ); Tue, 18 Oct 2022 02:48:33 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37C53A87AE for ; Mon, 17 Oct 2022 23:48:32 -0700 (PDT) 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 ED850B81D08 for ; Tue, 18 Oct 2022 06:48:30 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4AB14C433D6; Tue, 18 Oct 2022 06:48:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1666075709; bh=Jy99C/HcPBQSTw9vUyzUhj6RU0lBf7est7ynINYHjgo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=u7LMjvAM56VBwOkW7oaTupASb5CBMChVlfdtIkhxVyoy6xtqRPIxJzXH1DXYY7c+W zTQn75vlxLnYdOTiBqAN2qS/P5pkzu/NSgD8jogwdjEgpvood6sn244ohWWhV5pXEQ hLM6iXCMcOcgqdQ3WWDjTPK+tH5nA7AhIq8korSQ= Date: Tue, 18 Oct 2022 08:48:12 +0200 From: Greg Kroah-Hartman To: Nathan Chancellor Cc: Sasha Levin , stable@vger.kernel.org, llvm@lists.linux.dev, Masahiro Yamada , Nick Desaulniers Subject: Re: Apply 0a6de78cff60 to 5.15+ Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Mon, Oct 17, 2022 at 10:52:27AM -0700, Nathan Chancellor wrote: > Hi Greg and Sasha, > > Please consider applying the following commits to 5.19 and 6.0: > > 4f001a21080f ("Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5") > bb1435f3f575 ("Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT") > 0a6de78cff60 ("lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5") > > The main change is the final one but the second patch is a prerequisite > and a useful fix in its own right. The first change allows the second to > apply cleanly and it is a good clean up as well. > > I have verified that they apply cleanly to those trees with 'patch -p1'. > Attached is a manual backport for 5.15; the changes should not be > necessary for older trees, as they do not have support for DWARF 5. > > If there are any problems or questions, please let me know. All now queued up, thanks. greg k-h