Received: by 2002:a25:c593:0:0:0:0:0 with SMTP id v141csp929693ybe; Fri, 13 Sep 2019 08:29:29 -0700 (PDT) X-Google-Smtp-Source: APXvYqyWJVdSJf0kpo3PuYPP5RJ0KaZ5iX1Auk+QHy0Z/NI01b839JzfMwOHBCGiFTGC6L0fVYoA X-Received: by 2002:a50:ab83:: with SMTP id u3mr1865995edc.228.1568388569717; Fri, 13 Sep 2019 08:29:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1568388569; cv=none; d=google.com; s=arc-20160816; b=P/EQpndhau1UZ0ErVz/ZZnacE286KVvWDpd87IZNpKMoU1CLOicpTX3fLuj5FxzbUZ im6ThNa5LuYXlLytMswKCC93cP1CdTcwg+t1jKao0necH0iI8DBngyjoFxk/3woQhit5 whCXpPlwu9busBy/+JjcydtuxCDh1oLE1pFz65yjtpYDLFgWL0fC2X6JHF4O7X8b3kwX aABKt2bPmLtYdhMZfPhjzh9uJR6kwmm5jW7lgAHEY2A+UKhw/8LJ8YY+UdIzSaG7Osnf HlZ21TCZy5DdEw7bli9qnf3+ji7kkK8HyCvoOnx+SEF2TDbGCV+po8B0ZiJqk98O+dwV UUaQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=MEokIUHbKk+GTnH/LBbECj5rXR6zv8WHwVJa1081FLQ=; b=W0g2JDrg806GlkvJ+37ffA5Lm43nMlFKF10lETn5BQh5tAE8J7m+jAZ1xTGwhXhpnr dN1Ojs9PR4ruOphAZ6u/aRgtU7MmdRb10t8Y6Q6jF9e5rw8j/vw8pRv+jdWWEEdV7YOr uiUVqanaLJo5VThv8JdhSk3BLGjOrBB4VWzpOb+xuSOM+etbUOGEyjyKarM+6eRQzJZP coe91eDV4YvatW2Dc22EcPNqw0LXerxR1Gike1mCPllcPH1jAp3BB2cfY8ODoujWux8U iVJIwOi53H/QHIVD8vSgT266SKPIsjmnvj1P575MEw/jkCgZLpCPWIAjbFlyRw6ZUObJ Yk1g== 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 i10si12544510ejc.83.2019.09.13.08.29.05; Fri, 13 Sep 2019 08:29:29 -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 S2390314AbfIMNm4 convert rfc822-to-8bit (ORCPT + 99 others); Fri, 13 Sep 2019 09:42:56 -0400 Received: from Galois.linutronix.de ([193.142.43.55]:34450 "EHLO Galois.linutronix.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388473AbfIMNm4 (ORCPT ); Fri, 13 Sep 2019 09:42:56 -0400 Received: from bigeasy by Galois.linutronix.de with local (Exim 4.80) (envelope-from ) id 1i8lqV-0000oE-Sw; Fri, 13 Sep 2019 15:42:43 +0200 Date: Fri, 13 Sep 2019 15:42:43 +0200 From: Sebastian Andrzej Siewior To: Steven Rostedt Cc: Sean V Kelley , LKML , linux-rt-users , Thomas Gleixner Subject: Re: [BUG RT] backtrace on v5.2.9-rt3 Message-ID: <20190913134243.3zoliue6yqfzyatl@linutronix.de> References: <20190830120106.301bd9f3@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8BIT In-Reply-To: <20190830120106.301bd9f3@gandalf.local.home> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019-08-30 12:01:06 [-0400], Steven Rostedt wrote: > > I'm triggering the following call splat on 5.2-rt. > > [ 63.099414] 006: BUG: sleeping function called from invalid context at kernel/locking/rtmutex.c:968 > [ 63.108423] 006: in_atomic(): 0, irqs_disabled(): 1, pid: 173, name: kworker/6:1 … > [ 63.141041] 006: Call Trace: > [ 63.143916] 006: dump_stack+0x5c/0x80 > [ 63.147654] 006: ___might_sleep.cold.92+0x8d/0x9a > [ 63.152423] 006: rt_spin_lock+0x31/0x40 > [ 63.156332] 006: intel_engine_breadcrumbs_irq+0x56/0x320 [i915] > [ 63.162350] 006: intel_engine_signal_breadcrumbs+0x11/0x20 [i915] > [ 63.168540] 006: i915_hangcheck_elapsed+0x199/0x420 [i915] … > [ 63.309375] 006: process_one_work+0x1e8/0x4c0 … > Attached is the config and the full dmesg. just for book keeping: Clark reported the same thing, posted patches and will try an alternative on Monday (as far as I'm been told). I will continue to reply in the other thread. Sebastian