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 1553CC4332F for ; Mon, 17 Oct 2022 08:30:37 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id BA77310E85F; Mon, 17 Oct 2022 08:30:35 +0000 (UTC) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by gabe.freedesktop.org (Postfix) with ESMTPS id AC27B10ECE9 for ; Mon, 17 Oct 2022 08:30:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1665995430; x=1697531430; h=from:to:subject:in-reply-to:references:date:message-id: mime-version; bh=UYv22Dlz3EwgVQe5spVgsHxye85g1iZlrD3DJAxLV08=; b=ZMvJDG++i2fgHvaci2IVvI1A1glIQrfPb5SOre6UI1yLw8Z7iJ2z6zQ3 YFihCkDcAIp49X5SZIBsIpoGQnBiU8Tl3ZDj2NhumDDufP8WhZcigdx52 Mo2qP/PTbi/bDOwvxZdyPwDmFRFNGokWj2/mv40KS54lSnF3AuER/ChUb hA68tD8wk8qgVUcai/GU5TiQG9XJfH0zQN6pIrN8o2OwRTtCx0+LP22f0 7Ag8JCVnpWDOgHbXPLOPFsiFLJ5/tmtYHF5m6TLmTWplmMM5Z5Y2umT0/ 05Fk3oFXzic2QE2fqqorzcI0hEOdcC8IopmFL2+yi6RF5ozm+JHsp2P0p Q==; X-IronPort-AV: E=McAfee;i="6500,9779,10502"; a="306820901" X-IronPort-AV: E=Sophos;i="5.95,191,1661842800"; d="scan'208";a="306820901" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga102.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Oct 2022 01:30:10 -0700 X-IronPort-AV: E=McAfee;i="6500,9779,10502"; a="696970402" X-IronPort-AV: E=Sophos;i="5.95,191,1661842800"; d="scan'208";a="696970402" Received: from cgarnier-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.44.27]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Oct 2022 01:30:06 -0700 From: Jani Nikula To: Hans de Goede , intel-gfx , Linux Kernel Mailing List , "Thorsten Leemhuis (regressions address)" In-Reply-To: <355dde1c-91e3-13b5-c8e8-75c9b9779b4f@redhat.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo References: <355dde1c-91e3-13b5-c8e8-75c9b9779b4f@redhat.com> Date: Mon, 17 Oct 2022 11:30:45 +0300 Message-ID: <87a65usvgq.fsf@intel.com> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [Intel-gfx] alderlake crashes (random memory corruption?) with 6.0 i915 / ucode related 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 Thu, 13 Oct 2022, Hans de Goede wrote: > With 6.0 the following WARN triggers: > drivers/gpu/drm/i915/display/intel_bios.c:477: > > drm_WARN(&i915->drm, min_size == 0, > "Block %d min_size is zero\n", section_id); What's the value of section_id that gets printed? BR, Jani. -- Jani Nikula, Intel Open Source Graphics Center