Received: by 2002:a05:6a10:8c0a:0:0:0:0 with SMTP id go10csp3342153pxb; Mon, 25 Jan 2021 13:21:17 -0800 (PST) X-Google-Smtp-Source: ABdhPJzJ90GJr3XSRm5VKvAbefOllXVg7Ns4oUF3X4T44IeefgfwhmvbLB+iOWGHlvgM3/98EPdb X-Received: by 2002:a50:c94c:: with SMTP id p12mr2066433edh.154.1611609677153; Mon, 25 Jan 2021 13:21:17 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1611609677; cv=none; d=google.com; s=arc-20160816; b=CVt11JcHYergD0WbZM/Rn4CTAtE5pWFcuM62DCOW/dDMZCNcyagjTv0x5R/B6tzwCT NV+TxWs6JSoAdcpIqH5/4b46ZGrDuIKgEEWOcNw6xK4Y+sMVd+eBcJTPbQh3IkjngA4D ZRXfTETQd+FJkGiRDzYOjmpujOTd98OvTvB1rIJ9ECLfS2duBTGYqORmABfTeERqdzQZ 8Z7Ar57VrOfavuuQpugKXwjznLyZ/Z8YBg/L2A8fzzzehtonQmk5SFOtIEsebiX1M865 0y78koxtJOmPI3oq7VphAaJW/Hrb4icgQhhcm/R0czIBXKhMddJpIYEX3BJCESV5/xbp popA== 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:to:cc:from:subject :references:in-reply-to:content-transfer-encoding:mime-version; bh=/zTdPJPpzQ8O/uwfOZxIbeTqUJ+sz1cEGAf90R4IKz4=; b=G8kB5yOOqoRdi64Y/KP5BlYlF6SED8GePqzJuLJ4MekUL7+AmV1KfQDrfz5JaUOibb sUw8FRvG/TpPjnyauoOKtVev7JH4RoCx7lNWmLPUpVmuGvlNPKrbfcm9BzYj6y8hQhLh iMbIS84INv8/0Y4qBHT+0lhCjFo2whJdDn25rjcr3i00gDZrWseOZNJcJImamjWiSlAD cfW6mFEnV/Cpd7ADtbG3wm1vL2zgMwytR5HMLib3tNjWzwv/k4R9GNFI79fHsWkMq3Ri 1El9cjQKvcmZhU/gAJ7sQ+GlnOenshrhk1cDWB7nNilfczC6+fsp+q7gwpl+josqB5Kx nxqg== 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 ck25si6237154ejb.187.2021.01.25.13.20.52; Mon, 25 Jan 2021 13:21:17 -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 S1732498AbhAYVRq convert rfc822-to-8bit (ORCPT + 99 others); Mon, 25 Jan 2021 16:17:46 -0500 Received: from mail.fireflyinternet.com ([77.68.26.236]:54302 "EHLO fireflyinternet.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1732089AbhAYVOp (ORCPT ); Mon, 25 Jan 2021 16:14:45 -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 23697578-1500050 for multiple; Mon, 25 Jan 2021 21:13:58 +0000 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT In-Reply-To: <20210125210456.GA196782@linux.ibm.com> References: <161160687463.28991.354987542182281928@build.alporthouse.com> <20210125210456.GA196782@linux.ibm.com> Subject: Re: Linux 5.11-rc5 From: Chris Wilson Cc: Linus Torvalds , Andrew Morton , Linux Kernel Mailing List To: Mike Rapoport Date: Mon, 25 Jan 2021 21:13:59 +0000 Message-ID: <161160923954.29150.8571056944016500691@build.alporthouse.com> User-Agent: alot/0.9 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Mike Rapoport (2021-01-25 21:04:56) > On Mon, Jan 25, 2021 at 08:34:34PM +0000, Chris Wilson wrote: > > 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 > > Is there any way to get early console from these machines? 12:16 tsa : none of those have good hook for serial Nothing on the console and no serial console option, and panics before netconsole. Maybe some early_printk and boot_delay if you think there's something to see with those, but I'll have to ask Tomi nicely tomorrow. -Chris