Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3319742pxb; Mon, 25 Jan 2021 12:39:44 -0800 (PST) X-Google-Smtp-Source: ABdhPJyUdIzQHojbXiLdaBl6km0MjKP/ITGjSHemJeJC5HhYskoKRDacP7O0lZClL/LCk0vbc2ey X-Received: by 2002:a17:906:1c0f:: with SMTP id k15mr1421093ejg.157.1611607184337; Mon, 25 Jan 2021 12:39:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611607184; cv=none; d=google.com; s=arc-20160816; b=NZ3JbwNUS3P4sOHqeEcPuwRs2+NhFkb476NX8/poYs2G9qfxEUIp8jMUHkl4CGESH4 0PX96JyjP6r4MGuacdaUW+EgilPEhb3Be9Qc+yq50z6pwGknrFfu8VIwegsxt/1LytjN H+zxog9QWCX3A/S/tK8n1LrGdsx8nauW+9ohS6mOnVI8UNAM1wXEOvjBdOkr+L3GUTMj GPGyNr7m6san6Hx3LoX1cpXWeZFis9s/JWN2BxXA0BgmM+KtObf8eZceYVjgqvuygnDo U9AhXEqg2VsFtJ6cGwgelHr1pBOvmMWS5qLlpdIB/TInmOcVvJyeM5mfcuB8gUbe85eI y5Bw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:message-id:date:cc:to:from:subject :references:in-reply-to:content-transfer-encoding:mime-version; bh=VU2VMCZQkKx0Y9yb/dOnRE86a18OzmENlXozG19t6VA=; b=k8lJAtA+B1MDGLyI9aQKfbTG1Gsj/ip7kyvmjD8D9bGizvdVNjsPe1dYe4BvOWdNmE yxyRmUr4ZwN9U5wcDQY5TC1rVt+FgGybt6SUTwsq1yW9pQQvECEKP8ppuCZ335ZvIvHU UQXMKkW0kY6tILCkSCmr62ZfxWuJp77RBLIUEByzMAHGCBTQKzes+VvdO8I3kLQzSpTH 48hkXNJo1P74CO21gAxKt8LgXxjGVQix1eAZ/X4Cpyvvvmq/8r5AAVhRmssRVLONJqPC wKmla/x7PCtV3bgoe9duVNZgmOyxhd7NJ4OjMF4QLWEiujBXq5pwXEJQTyOKszpge/YA 1T6w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id u9si6114605ejz.709.2021.01.25.12.39.19; Mon, 25 Jan 2021 12:39:44 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732330AbhAYUf7 convert rfc822-to-8bit (ORCPT + 99 others); Mon, 25 Jan 2021 15:35:59 -0500 Received: from mail.fireflyinternet.com ([77.68.26.236]:53452 "EHLO fireflyinternet.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1732285AbhAYUfW (ORCPT ); Mon, 25 Jan 2021 15:35:22 -0500 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 23697353-1500050 for multiple; Mon, 25 Jan 2021 20:34:33 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT In-Reply-To: References: Subject: Re: Linux 5.11-rc5 From: Chris Wilson To: Linus Torvalds , Mike Rapoport Cc: Andrew Morton , Linux Kernel Mailing List Date: Mon, 25 Jan 2021 20:34:34 +0000 Message-ID: <161160687463.28991.354987542182281928@build.alporthouse.com> User-Agent: alot/0.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Linus Torvalds (2021-01-25 01:06:40) > Mike Rapoport (3): ... > mm: fix initialization of struct page for holes in memory layout We have half a dozen or so different machines in CI that are silently failing to boot, that we believe is bisected to this patch. 17:56 tsa : ickle: dolphin: I hit the following patch in my bisection, and the hang is also dependent on kconfig 17:56 tsa : first bad commit: [d3921cb8be29ce5668c64e23ffdaeec5f8c69399] mm: fix initialization of struct page for holes in memory layout 17:57 tsa : couldn't reproduce on older CI kconfig, current one does it https://gitlab.freedesktop.org/gfx-ci/i915-infra/-/blob/master/kconfig/debug Here's a boot dmesg from some affected machines from just before the merge with rc5: https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9676/shard-skl1/boot18.txt https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9676/fi-skl-6600u/boot.html https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9676/fi-bsw-cyan/boot.html https://intel-gfx-ci.01.org/tree/drm-tip/CI_DRM_9676/fi-bdw-samus/boot.html -Chris