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 3E72EC00A5A for ; Thu, 19 Jan 2023 13:56:21 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230226AbjASN4U (ORCPT ); Thu, 19 Jan 2023 08:56:20 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230249AbjASN4R (ORCPT ); Thu, 19 Jan 2023 08:56:17 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5EF7171F2E for ; Thu, 19 Jan 2023 05:56:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=gFGCGU2woXN72e4K1Mg3Eg7YYXMOLFcDPiU+Fd7OixE=; b=N2lGYi5Vyl3sQz5DAX4nl9xIAH fW+50mMo0J9eebtD3DM8Jf44so/zP/YKwDjEOstoVW9ZANsxuYY4d0m8QaHhvfaXcrxZ56PlMbXON K+qGNKOjw7fApd1EEe6wrNysrJR6P66yNPCf0LUgjEqKavviqIuxMIZZ1YRxzNdFTnSydusk04LEc RmHtg9OEwZ07uYXenSkzi8eVJIvGCx+QC7rrWLhwxQYXiPJLyBFaRPTMkS6gVwOn0bOm0BTn9+s1S gX2cqWQxyhhcKqkJKpF667Ffrp8DQxobKeTkkmonhsUWbVgciHCxXzCXH6SasX4O6H/07BxAgMFYW 4MGYxRhw==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1pIVOj-00114F-Ka; Thu, 19 Jan 2023 13:56:10 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 27DBD300348; Thu, 19 Jan 2023 14:56:08 +0100 (CET) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id 0E0DC20DC0EAD; Thu, 19 Jan 2023 14:56:08 +0100 (CET) Date: Thu, 19 Jan 2023 14:56:07 +0100 From: Peter Zijlstra To: "Erhard F." Cc: sandipan.das@amd.com, linux-kernel@vger.kernel.org Subject: Re: [bisected] clang 15 built kernel fails to boot, stuck at "Loading Linux 6.1.1 ...", gcc 12 built kernel with same config boots fine Message-ID: References: <20230119022303.177052e4@yea> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230119022303.177052e4@yea> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2023 at 02:23:03AM +0100, Erhard F. wrote: > Hi! > > I did a kernel bisect for an issue I originally posted on https://github.com/ClangBuiltLinux/linux/issues/1774 > > It is about kernel 6.1.x not booting on my machines when built with clang. A gcc built kernel with the same config just works fine. Turns out kernel v6.2-rc4 and earlier v6.2-rc are still affected. > > I did a kernel bisect which revealed this commit: > > # git bisect bad > 706460a96fc654e80b6bed1f562b00d2ce9f2f4d is the first bad commit > commit 706460a96fc654e80b6bed1f562b00d2ce9f2f4d > Author: Sandipan Das > Date: Thu Aug 11 17:59:51 2022 +0530 > > perf/x86/amd/core: Add generic branch record interfaces > > AMD processors that are capable of recording branches support either Branch > Sampling (BRS) or Last Branch Record (LBR). In preparation for adding Last > Branch Record Extension Version 2 (LbrExtV2) support, introduce new static > calls which act as gateways to call into the feature-dependent functions > based on what is available on the processor. > > Signed-off-by: Sandipan Das > Signed-off-by: Peter Zijlstra (Intel) > Link: https://lore.kernel.org/r/b75dbc32663cb395f0d701167e952c6a6b0445a3.1660211399.git.sandipan.das@amd.com > > arch/x86/events/amd/core.c | 34 ++++++++++++++++++++++------------ > 1 file changed, 22 insertions(+), 12 deletions(-) Using: v6.2-rc4-67-g7287904c8771 I have an AMD Interlagos and after bringing it back to live/up-to-date I can't seem to even boot your .config in qemu/kvm irrespective of GCC/Clang. When I build defconfig+kvm_guest.config both GCC-12 and clang-15 boot just fine in qemu/kvm.