From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BE3ED7479 for ; Tue, 25 Oct 2022 16:53:55 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D06F1C433D6; Tue, 25 Oct 2022 16:53:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1666716835; bh=VMRAOztB24Mp/+ZteCvqV2G4L17pOi8KALgB0BmelUw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QuCE5wCDONjcVqEtXPLmRMssXqn04+bgDo0EeF7KKoMmrMyJOko8RdMMDHfjrwdGX SYirL3P7EwPBURLoI5KChGAfBRbf0gAldMAUtjpGHRdpUJ9+r5eer4zCH3zF23bSq7 bGeiURaq9CIMy2VUbcxPAsov5RS3Qc4Pi6vtuMYw0dt79f97M+2Z7CXM12/ErMv/FK Ly3Y5KgoAD35AxH4a14ZAnXYIvkC6cWgFev8258STZQb22hd9xpDtcnrqao8314VFi +vZjgKH9Ago+5yXntgYyhPIpnz/7A92lwKVBF+L+pMnmQ0+EZWMMarKQ85eiScnw2R k1isVMiBjXq5Q== Date: Tue, 25 Oct 2022 09:53:53 -0700 From: Nathan Chancellor To: Nick Desaulniers Cc: Greg KH , Sasha Levin , Masahiro Yamada , "# 3.4.x" , clang-built-linux , Alexey Alexandrov , Bill Wendling , Greg Thelen Subject: Re: backports of 32ef9e5054ec ("Makefile.debug: re-enable debug info for .S files") Message-ID: References: Precedence: bulk X-Mailing-List: llvm@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Oct 24, 2022 at 02:06:52PM -0700, Nick Desaulniers wrote: > Dear stable kernel maintainers, > Our production kernel team and ChromeOS kernel teams are reporting > that they are unable to symbolize addresses of symbols defined in > assembly sources due to a regression I caused with > commit a66049e2cf0e ("Kbuild: make DWARF version a choice") I think you mean commit b8a9092330da ("Kbuild: do not emit debug info for assembly with LLVM_IAS=1"), which is what you blamed in 32ef9e5054ec? a66049e2cf0e does not appear to have any affect on this problem? > I fixed this upstream with > commit 32ef9e5054ec ("Makefile.debug: re-enable debug info for .S files") > but I think this is infeasible to backport through to 4.19.y. > > Do the attached branch-specific variants look acceptable? I think the stable specific versions should be okay. We should be able to deal with any fallout that happens if there is any. Acked-by: Nathan Chancellor Cheers, Nathan