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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 3F525C54798 for ; Tue, 27 Feb 2024 10:58:21 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id B8FB810E8E2; Tue, 27 Feb 2024 10:58:20 +0000 (UTC) Authentication-Results: gabe.freedesktop.org; dkim=pass (2048-bit key; unprotected) header.d=intel.com header.i=@intel.com header.b="OfGE7xHB"; dkim-atps=neutral Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.10]) by gabe.freedesktop.org (Postfix) with ESMTPS id 3CC9210E8E2 for ; Tue, 27 Feb 2024 10:58:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1709031499; x=1740567499; h=from:to:cc:subject:in-reply-to:references:date: message-id:mime-version; bh=5BkrVfq/dsxGg1/OWL6aETx1gf1I1h9Ra15WknjI/vE=; b=OfGE7xHBBwoN54EqBC/CeC/jssfRYEDxk9mvFx8gnk2nSf/alvn5F1VT /BAZnwy8/Dxcpa5v5akoyFZsPROXSA2b4igdhNlK5ZBqhV0TTJACmR90m J44z2evZCmo27UJwL2XjFbY25IeEgRc/qaT75KSVEAKL/1zSrWpb1KpSB pXrBRQqewt0kulPrY2Tl+bH/h9HFf5BtZk2p8H3bcOzh7eG65ivHoJsgA rQovnSFlsVRlddodOg/NuwCsq1KAZk+x/7u2Hz7sIuanF/o2imEzqqFdd hGppbQoFmNoVOXR0oItnCycBDAoO4tXBx57Vv5AXLr4EDarnq8kyTZdOe A==; X-IronPort-AV: E=McAfee;i="6600,9927,10996"; a="14787131" X-IronPort-AV: E=Sophos;i="6.06,187,1705392000"; d="scan'208";a="14787131" Received: from orviesa007.jf.intel.com ([10.64.159.147]) by fmvoesa104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2024 02:58:16 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.06,187,1705392000"; d="scan'208";a="7349094" Received: from bdallmer-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.49.187]) by orviesa007-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 27 Feb 2024 02:58:13 -0800 From: Jani Nikula To: Borislav Petkov Cc: intel-gfx@lists.freedesktop.org, ville.syrjala@linux.intel.com, Joonas Lahtinen , Rodrigo Vivi , Tvrtko Ursulin , David Airlie , Daniel Vetter , lkml Subject: Re: BUG: sleeping function called from invalid context at drivers/gpu/drm/i915/gem/i915_gem_pages.c:526 In-Reply-To: <20240227105356.GBZd2_RL9hjC_LupZB@fat_crate.local> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <20240227100342.GAZd2zfmYcPS_SndtO@fat_crate.local> <87jzmqjir5.fsf@intel.com> <20240227105356.GBZd2_RL9hjC_LupZB@fat_crate.local> Date: Tue, 27 Feb 2024 12:58:08 +0200 Message-ID: <87h6hujhrz.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" On Tue, 27 Feb 2024, Borislav Petkov wrote: > On Tue, Feb 27, 2024 at 12:37:02PM +0200, Jani Nikula wrote: >> Is this a recent regression? > > Yeah, no clue. Hadn't booted that machine since 6.7-rc1... I can bisect > if you want me to. Let's see what Ville says, but in the end bisection might be the quickest way to find the regression. Though I understand it can be tedious for you personally. BR, Jani. -- Jani Nikula, Intel