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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C2BCDC433E0 for ; Tue, 12 Jan 2021 00:59:01 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 93A1B2253A for ; Tue, 12 Jan 2021 00:59:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730098AbhALA6o (ORCPT ); Mon, 11 Jan 2021 19:58:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:50510 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729918AbhALA6n (ORCPT ); Mon, 11 Jan 2021 19:58:43 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id 45BBE2253A; Tue, 12 Jan 2021 00:58:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1610413082; bh=0IbP6+yAHA6WBKI+PXFr6t+4Edq3ezr16QrKJO3wgBw=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=A6izqXLA99i7sd9NLwPIoH0d8c/1eFPcKbFJ/gcfNZTLoI0KKY0DOOXiY0oC3Sld5 ukFNIcoiA7YwQmGao5t3i7O84n61o5VLD2HyjC4J6/vdwLYCm6Hs6fo7nXM9vDDUun H4Uwqm6huCO88se2fwlFjLGFjxbgO1FTiS8D7IHw= Date: Mon, 11 Jan 2021 16:58:01 -0800 From: Andrew Morton To: Mike Rapoport Cc: Andrea Arcangeli , Baoquan He , Borislav Petkov , David Hildenbrand , "H. Peter Anvin" , Ingo Molnar , Mel Gorman , Michal Hocko , Mike Rapoport , Qian Cai , Thomas Gleixner , Vlastimil Babka , linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org Subject: Re: [PATCH v3 0/2] mm: fix initialization of struct page for holes in memory layout Message-Id: <20210111165801.ef35b01b15132d5513b2f3ce@linux-foundation.org> In-Reply-To: <20210111194017.22696-1-rppt@kernel.org> References: <20210111194017.22696-1-rppt@kernel.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 11 Jan 2021 21:40:15 +0200 Mike Rapoport wrote: > Commit 73a6e474cb37 ("mm: memmap_init: iterate over > memblock regions rather that check each PFN") exposed several issues with > the memory map initialization and these patches fix those issues. > > Initially there were crashes during compaction that Qian Cai reported back > in April [1]. It seemed back then that the problem was fixed, but a few > weeks ago Andrea Arcangeli hit the same bug [2] and there was an additional > discussion at [3]. The earlier version of these fixes had cc:stable. Was the omission this time deliberate?