Received: by 2002:a05:6520:4211:b029:f4:110d:56bc with SMTP id o17csp1547021lkv; Wed, 19 May 2021 12:28:37 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzUTGLGGkbqrAdFzFm0SjjUahCCatUDHQ1JgaSm+a9FYvQdetyBN5dmmH7RKD76H+4y0DvM X-Received: by 2002:a6b:7b0b:: with SMTP id l11mr1258062iop.28.1621452516831; Wed, 19 May 2021 12:28:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1621452516; cv=none; d=google.com; s=arc-20160816; b=zWYqqpnDG+MT1PP98kaB/8XHaTfF+FSJEjJtCi07Mk3nuoi8Mkr8Q0Apft9aP8ADep 00LvaZnJVgSWX7rEuQ9WIng8eQmZS4Q4WlM6nTUfmyWJFoYkUoaeTUJZhkKemCp1r3UF fAFJ0PQot/UqePutPxzxr5C904QAGSAMhx9eVBcvlAur2yZ44+fzJr+0zItPw+eTKZ+i +nYh0FXM1R0LtECpYtlNxx/I4O/TY+343TezmSBq+h2Xs2jSpNBzz8msN/CWeOwP55fu cWQc46B2IgOslugTsfCkUHWphVYLzAj2QIArbd/VH90xDMNU4A6DmmsYAnBgKY+AeWvH NKmg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=pMkZKrbmU6x1SNSirz0HpIK/qxERet8+iIZCrNX1PQA=; b=oaU/Mr63PXmtQ8PC3vu8WIABECQucULhFIlTPPEHng/kier66NfxdBLrVotswYipEq TmT+2wSFxDGQCv95+IIouTgTs++mx2nRkXOFqzy58j1hQejA2e4m8EpJCJ4qsDe6+rvV vUAVgrxhlCpFrIEGUe3TM+pJsingAOhDN4BNlj8N0FOIL5WpKZA8UW3P484TnaeUgNWr +YT0pBCAy00xotj0mx4QC7/UOQfZ29JJ9TR/FVItegZA8TeparjQHMYQSicNjr8q0j0j phLilfefpplrlt8vwTFScHM+EEh7hXX9/klKTvcMjZk3/ImvBLCiDjzNxdDqL3+qVGos B6Og== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id x8si603648ill.30.2021.05.19.12.28.23; Wed, 19 May 2021 12:28:36 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346198AbhESLNi (ORCPT + 99 others); Wed, 19 May 2021 07:13:38 -0400 Received: from mx2.suse.de ([195.135.220.15]:45052 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346209AbhESLNb (ORCPT ); Wed, 19 May 2021 07:13:31 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id A573AAF3E; Wed, 19 May 2021 11:12:10 +0000 (UTC) Date: Wed, 19 May 2021 13:12:02 +0200 From: Borislav Petkov To: James Feeney Cc: linux-smp@vger.kernel.org, Jens Axboe , lkml Subject: Re: linux 5.12 - fails to boot - soft lockup - CPU#0 stuck for 23s! - RIP smp_call_function_single Message-ID: References: <8a9599b2-f4fe-af9b-90f5-af39c315ec2f@nurealm.net> <1876afbe-a167-2be5-3690-846700eeb76c@nurealm.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1876afbe-a167-2be5-3690-846700eeb76c@nurealm.net> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, May 18, 2021 at 09:58:46PM -0600, James Feeney wrote: > Hmm - I am naively supposing that "the bisect is the bisect". No > matter what commit initiates a problem, it's still a problem. It would > be useful to investigate, and introspect the calling functions in the > Call Trace. No? I'd like to know that the source you're looking at is the same source I'm looking at. And yes, AFAIK, Arch kernels are simply the upstream kernels but still... > Attached: > bootlog.7bb39313cd62 > bootlog.4f432e8bb15b > > The later with the "soft lockup" repeating four times. The kernel > command line has loglevel=5 and console=ttyS0,115200. Those are not the full boot messages - they should look like dmesglog.7bb39313cd62 but probably you cannot log into the box after the softlockup happens to dump them. That's why I meant to try the serial connection... Anyway, let's start somewhere. 1. Take a pristine 5.12 upstream kernel from git, build it using your bisectconfig and try booting it with debug ignore_loglevel log_buf_len=16M no_console_suspend systemd.log_target=null console=ttyS0,115200 console=tty0 on the kernel command line. Then save a full dmesg, if you can. If you ocan catch ot ver serial, then that would be awesomer. 2. Use the exact same kernel but this time disable CONFIG_X86_THERMAL_VECTOR in its .config and do the same thing. Send me both dmesg files then. Thx. -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg