Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp3396153ybz; Mon, 20 Apr 2020 01:47:10 -0700 (PDT) X-Google-Smtp-Source: APiQypK5V9EpR9F5vLnoBrIZMegJ74gBzjQbQ46QJdf0ucGNIchji75mDNfwSCJRnTFL9OWmIVaU X-Received: by 2002:a50:c389:: with SMTP id h9mr13433385edf.1.1587372430444; Mon, 20 Apr 2020 01:47:10 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587372430; cv=none; d=google.com; s=arc-20160816; b=QyEh/e4RfC5D3qz7AQz3Xg3EaH4P064mztN1Lf43jMXdq0WwhzzQXm4UrSzyndZWae KnvfRCI42nUNvXzbg584hCC9/jIkKIEdpuJEihv60PydKmnNdvtS9jVo5nXkPl04hs4X 0Yl33iPhJSqyCEQExMUPK1RjaClaPqK9fmh25lTY0s03e9Pp0SjNllHS0p4ni+OWuTbJ 4ceubfwmyZejRUQiQHxU+aHhQOaOwTV29p3MDdqFAnHd39fTbprbfPSueVEr2BjJuU5E pXZKsKwhbHwJC2JLmgk2T0UCwG1pq+AxgVeqOoKxgfeqyhfUosv85/OWWPU39tDHeSzd My1A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :references:in-reply-to:date:to:from:subject:message-id; bh=tFc5B+hS16gYBHKeA7YdqQYPF/jetnCpLH8BumQshAs=; b=yW0qRPsGDy68UdDk/MdbLC17K48QLcxD68gMz4A8ecmxXLrC9jSyD3q0uIW4SfPrlz 3Q8JFdHdLVyO/DBpT9sv+idYZBH73XGMvlGNlGeTYqSZh0Uf7CdHgmjrLFPRAAeWJcmR rx6w6p/oWMegc0zrxhqie4/mHHR66ZC6r0nqa0FA0d1OZveUJ73YekYn1UbWjPYZvrFZ BhRfNKydJfcMbncbO3zFhpP+dI8m4shz0r9Ic1LG9aJtS22xKJ5V+ZkRYsPaQt53jkU+ bTRdAj/lXmbVTPf9P8ZL9haLh5degao4TeNlqQ4h/IyPRtNkZVGrokYjrpm4kdrVfj+f dQ2Q== 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 e16si149454ejk.0.2020.04.20.01.46.48; Mon, 20 Apr 2020 01:47:10 -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 S1726467AbgDTIo4 (ORCPT + 99 others); Mon, 20 Apr 2020 04:44:56 -0400 Received: from mx2.suse.de ([195.135.220.15]:40388 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725773AbgDTIoz (ORCPT ); Mon, 20 Apr 2020 04:44:55 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 48CE1AB89; Mon, 20 Apr 2020 08:44:54 +0000 (UTC) Message-ID: <1587372294.26844.24.camel@suse.cz> Subject: Re: [Bisected] Oops witn 5.7.0-rc1 From: Giovanni Gherdovich To: Harald Arnesen , Linux Kernel Mailing List Date: Mon, 20 Apr 2020 10:44:54 +0200 In-Reply-To: <41ae3b90-8e14-9db5-a804-5fdb2eebac03@skogtun.org> References: <41ae3b90-8e14-9db5-a804-5fdb2eebac03@skogtun.org> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.26.6 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 2020-04-18 at 18:15 +0200, Harald Arnesen wrote: > Kernel 5.7.0-rc1 and later won't boot on my ThinkPad T510i. > > The attached jpeg is all I can capture of the oops. Bisected to commit > 1567c3e3467cddeb019a7b53ec632f834b6a9239, but I cannot revert that to check. > > A strange thing: The same commit is in 5.6.5, and that kernel boots > fine. 5.7.0-rc1 also boots fine on my desktop. > > Screenshot and config attached. Please request any further info. Hello Harald, thanks for the report. The problem you encountered is likely due to a bug where the code doesn't work on machines with less than 4 physical CPU cores. It is fixed by this patch series: https://lore.kernel.org/lkml/20200416054745.740-1-ggherdovich@suse.cz/ The series has been acknowledged by the subsystem maintainers but not yet merged in any tree (it is expected to land in the "tip" tree and then be pulled by Linus). Thanks, Giovanni Gherdovich