Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp383370ybt; Fri, 26 Jun 2020 01:38:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwjgK0eur+QG99DkOaMmvQz60jBoopXWUtIRrZU6wWvL4I6DhompmxY79wuUeFjg7HsCJhE X-Received: by 2002:a17:906:784c:: with SMTP id p12mr1582621ejm.123.1593160706627; Fri, 26 Jun 2020 01:38:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1593160706; cv=none; d=google.com; s=arc-20160816; b=Ng/+joCf4mXKbPX0joXV759MpPbmR3TkTM7zIl35jt7EJ0GxBsXUzuqwKcXtQcEp1Q yLXRr4RaLNW6/R0nMpxLVDsfyE5YGlWIPQCCOj06BA+24Kx8LcAbFz/hplE9Fh/r6JD4 2dyNGKzxRyFJF40WGADXLWZ9ZJdlNbdDF1xWjyJMFjPXqChQc6vrT25rM2B2p0KoWZVI ydzBh7j1EZ6ZSfk5N8KHFGFhmP90NQHonil8i8ZrB8gbt88IxiAHIgar21Uj1PF8vCcS htmcW+UAt6A1qmRBP31YLhVd949gAIPpN9pZ9ffQntyLdNhSWlfZBhsmRNimGo00SIUb ny/A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:reply-to:from:date; bh=mjTA/0bid3m0wu5qvuZa/U319zbd3f9T3QcYfhP82Ko=; b=QuqoBeXcJbn19fBbZ0I8YsYi0fypqylUhXIT47MiUMuvDLO7lcxNU//NLiFRdP9OtI gv/n91yNhlIa+K679Xy8T2EjuDKGjTSf/ZguG8tnyAhOOYtyz3FkJeyIcSf7Q9Wcy5wA CYmSebTX/1JEO8m3TnoEvqcjnS8xDyWWTMxwsbvK4s4rBGoG+mzDfussTWC5+PjY7gqZ IUZCPuGo61GShQxH72Ry401ow8euHARBzvn1YA1OW1wggfYVkvLHOd97RQRdgG86EWkm ffaM4hKl+qKIqbW9J0GgsuIZA0KgFKHKZFyXQW2AK+mZiW0yWYNLFZOnPOq0eR7hzVpB IkOA== 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 d3si4934895ejp.9.2020.06.26.01.38.03; Fri, 26 Jun 2020 01:38:26 -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 S1725921AbgFZIgb (ORCPT + 99 others); Fri, 26 Jun 2020 04:36:31 -0400 Received: from mailbackend.panix.com ([166.84.1.89]:60394 "EHLO mailbackend.panix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725788AbgFZIga (ORCPT ); Fri, 26 Jun 2020 04:36:30 -0400 Received: from xps-7390 (cpe-23-242-39-94.socal.res.rr.com [23.242.39.94]) by mailbackend.panix.com (Postfix) with ESMTPSA id 49tVbc6GHczxrj; Fri, 26 Jun 2020 04:36:28 -0400 (EDT) Date: Fri, 26 Jun 2020 01:36:26 -0700 (PDT) From: "Kenneth R. Crudup" Reply-To: "Kenneth R. Crudup" To: Linus Torvalds cc: Christoph Hellwig , Linux Kernel Mailing List Subject: Re: Commit 25f12ae45fc1 ("maccess: rename probe_kernel_address to get_kernel_nofault") causing several OOPSes In-Reply-To: Message-ID: References: <20200619065007.GA3041@lst.de> <20200619074233.GA3723@lst.de> User-Agent: Alpine 2.23 (DEB 453 2020-06-18) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, 21 Jun 2020, Linus Torvalds wrote: > For me that patch makes no difference. So ... it looks like this original issue (random crashes if this commit was made and the ROMs thing isn't patched) is a red herring. For some time now, my Thunderbolt adapter (Lenovo 2nd-Gen TB dock) sometimes ... "acts up" on reboots/powerons with my laptop (Dell XPS 13 2-in-1) if I boot with it connected- I'll get random disconnects and/or lack of external video and/or its internal devices will drop offline. I suspect these crashes were related to the PCIe scribbling(?) somewhere(?) (even though I have IOMMU turned on). I can't track it down, and I think the issue may lie somewhere either with the Thunderbolt subsystem (my TB domain UUID gets regenerated on every boot and is always changing) or a bug in this Dell's BIOS (probably the likely culprit). ... in any case, I booted a fresh branch that does contain the commit in the Subject: line, and w/o Christoph's ROMs patch and as long as I don't boot with the TB adapter attached (or from a cold boot- SOMEtimes) it seems to work. So, my apologies for wasting everyone's time. -Kenny -- Kenneth R. Crudup Sr. SW Engineer, Scott County Consulting, Orange County CA