Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp990825ybi; Fri, 21 Jun 2019 11:40:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqzgTRPDPnUp5sg5tgY3fnQNbmF6tW6BQjMLzVX8Kj9tQkHZVfrJLu0IIGhq6ueF+jIpuBP4 X-Received: by 2002:a65:41c5:: with SMTP id b5mr267457pgq.128.1561142434628; Fri, 21 Jun 2019 11:40:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1561142434; cv=none; d=google.com; s=arc-20160816; b=wGCe+/jqTCTc7vZKUy+IZnBb06VMICtcSHi66tR5TQmJZ0NNgDpOmWDie8iit+dnDF TLIN+jYLtU7CcpDT1fmsksllIBth5f4dguegRj46sqAeF5bjXYSgon7CybFVFzvplv/K OqZz8Hn1hKN+VNAxyHLzeNprQ1btsph5PqaxmiAXI784k8wNkGwwYl7OZZ9YOaJ3ApYp /39B1fM9GHJvkRhx5wxBRoeviEE7fnIixoksNTjAZ7qfJjeHOu6ptMLJa0xr0dfYTp/O q3gk9oGhOQIAFATs6gF3ADWJBrjHQ5Ixx0DjHN+HcJif81kAXBkj/O/tYqUTf/MtEO/u TSGA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:subject:user-agent:message-id :references:cc:in-reply-to:from:to:content-transfer-encoding :mime-version; bh=MDBgf8MAP+S48HxStwDndcsbhNBau6Uybkbi/9NNiRE=; b=dAwbHQDAYKfLu8BZYtQvawAPaV1iTKRX1brg9MnTte6LOCqjNZo47G0pMB5vNTGvaA 5RPrfdn7T/zOYtwDQkpOfcDz8NWGLlq6WRIXZTF2G1bjE+YIWzF2pKxbGqh467bEhzTU GV0nurxQ+S+o8L2Cz+udOXmXGWCIfg8BB1o/eXdppcAn5NEK7zCl8z+oGPdr+mmqxcEA C2lTVirQOfJI4dzRiG/UnqByQKmR9c+7MsvSjmVGqzDBSbCS7+ZJrbspt+jlO6hOwX5s PHAAMbQwfXdKUlaGFHKgbxLgc/4TqzaoshhbZf7yTZaDlmy9Q7TUcS92Ekz3RA0dA8eO OmMQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id w10si3052173pgs.50.2019.06.21.11.40.18; Fri, 21 Jun 2019 11:40:34 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726534AbfFUSiQ convert rfc822-to-8bit (ORCPT + 99 others); Fri, 21 Jun 2019 14:38:16 -0400 Received: from mail.fireflyinternet.com ([109.228.58.192]:61674 "EHLO fireflyinternet.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726034AbfFUSiQ (ORCPT ); Fri, 21 Jun 2019 14:38:16 -0400 X-Default-Received-SPF: pass (skip=forwardok (res=PASS)) x-ip-name=78.156.65.138; Received: from localhost (unverified [78.156.65.138]) by fireflyinternet.com (Firefly Internet (M1)) with ESMTP (TLS) id 16983139-1500050 for multiple; Fri, 21 Jun 2019 19:37:23 +0100 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT To: Linus Torvalds , Thomas Gleixner From: Chris Wilson In-Reply-To: Cc: Linux List Kernel Mailing , Steven Rostedt , Josh Poimboeuf , Joerg Roedel References: <156094799629.21217.4574572565333265288@skylake-alporthouse-com> <156097197830.664.13418742301997062555@skylake-alporthouse-com> Message-ID: <156114224132.2401.13297188928702045223@skylake-alporthouse-com> User-Agent: alot/0.6 Subject: Re: NMI hardlock stacktrace deadlock [was Re: Linux 5.2-rc5] Date: Fri, 21 Jun 2019 19:37:21 +0100 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Thomas Gleixner (2019-06-21 16:30:52) > Chris, do you have the actual NMI lockup detector splats somewhere? Sorry, I'm having a hard time reproducing this at will now. The test case depends on the right timing of the wrong event to cause the GPU to hang. From memory, I got the "Watchdog detected hard LOCKUP on cpu foo" followed by the register dump and then nothing. At which point I had to power cycle the machine. -Chris