From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1D5EBC001DB for ; Mon, 7 Aug 2023 13:34:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234171AbjHGNe1 (ORCPT ); Mon, 7 Aug 2023 09:34:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49508 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234050AbjHGNeZ (ORCPT ); Mon, 7 Aug 2023 09:34:25 -0400 Received: from galois.linutronix.de (Galois.linutronix.de [193.142.43.55]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 30479E43; Mon, 7 Aug 2023 06:34:04 -0700 (PDT) Date: Mon, 7 Aug 2023 15:33:54 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1691415235; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Hz0gYCAV1vfwJhYxEbaXlG58dTr+zk4pcu3k3XpTAdk=; b=vh8puwqxCRMEBtjAWenhgT7Q35gwDj1a5Up7mLuPa6zf7/v16YHeDidCHYZmG9v3BosqZ5 snT4UmoOl/wwYK7BzxMAtyzuRQmqxjU2wU1KsJ8WAv9mt59dyZNRL4RZFDq9RqZW3pQddf aO7cPiSMp9p6c46+8iIEcLQ+fs9FBKr2MG2u1dMaGCiWLgrfAa8sJrADi2+bvTOBAX0GTh kSLdhTIdzhVI2UiBsV8PuSgotQk/j4I165JRN7xTWvjmcwThIN41b/OQBNHicNV5kMsjpx VAaoWjOSo1bNsD47iYE8hjdanYCJIqXA1hdYBRZ3fWIgG2g6IgZGPJsR/nqKFQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1691415235; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=Hz0gYCAV1vfwJhYxEbaXlG58dTr+zk4pcu3k3XpTAdk=; b=OZ7BRtHbOjUfsRckUF9YYE9NSrJmI2O9ZvIGwktqOO+zbRYkIU28KaNOKxzZkgVWvVc/vb +6qEfiou6mhu/pDA== From: Sebastian Andrzej Siewior To: "John B. Wyatt IV" Cc: linux-rt-users@vger.kernel.org, intel-gfx@lists.freedesktop.org, linux-kernel@vger.kernel.org, jlelli@redhat.com, vschneid@redhat.com, pauld@redhat.com, rt-maint@redhat.com Subject: Re: [preempt-rt] BUG: sleeping function called from invalid context at drivers/gpu/drm/i915/gt/uc/intel_guc.h Message-ID: <20230807133354.-t5iv19T@linutronix.de> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-rt-users@vger.kernel.org On 2023-07-10 20:51:14 [-0400], John B. Wyatt IV wrote: > Hello everyone, I am a new kernel developer with the Red Hat real-time team. > > I am seeing two different call traces with 6.4-rt6 on my 12th Gen > Intel Framework Laptop with i915 emit the same bug. Both of them > occurred in the same boot. This kernel was built and tested on RHEL8. > [1] occurs only once. [2] occurs ~50 times in a boot and log in to the > gnome desktop. Could you try v6.4.6-rt8+ and check if it still there or gone? Sebastian