From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 6A3B53A83A8 for ; Fri, 26 Jun 2026 08:11:31 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782461492; cv=none; b=dg484TafEtXsE6OBLFjQyOFm+4VBoE/C/o8ssKYiRsaJEK/b4ucc5XrZuDqFFR4F2ruZTFn7NO7BaOVtgkbVC4t6GHi0kLh2Z1MJNEPizCV8xIdPx7vNPQ/cH05onEQSoeCAe1sd04OXyB32Ra5u0wCYj4lb5hbOc7mE2Jn4cHs= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1782461492; c=relaxed/simple; bh=OY2130spIaAWO9disvhWk9lQn7kDxxKZNo7UzYUWqZo=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=SDxMgojjAj0CBIfG9QGaeqYwhe8+AonSmXqxY0ifKjfyW32xYGGWEDtmG+vurvxeAsM4SxUTmp869yXo1ycOONv4DpXKjg4m7cAFzgYbRtRttyZOWJMzjaOw7kWRYGldUWtLXLaGvrWnKKH3x0M9LT+Pajg6NqKMnpm9hThw2Xc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=ZxEf6Xy8; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="ZxEf6Xy8" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EE66C1F000E9; Fri, 26 Jun 2026 08:11:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1782461490; bh=vZsGL5XGjVfU5amNbdHBHIndRq0ycPIRGgXVzWkw2/4=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=ZxEf6Xy85wqk8srzqv+FaXnJhwcx3zT7DBeCZpvh22wboTBdcTicgAeGIraEI5Vhv UkVW71kPqeFNVXo+SVpKQGYhYvkhqj4fOASikGw6Iwu0dR+Or5FQgQh8pZu6gmCMGc oGZMVsAfdCoXM0RjJSmnWl3XrwJE99qkBZKTCkJ/mCeAJZ6SiXR9l7fg1InuGqdrCJ RNUEYpVMfw0LUrB25a7YK1y6qUZ10rJ+H8PKp//6tMkX8g19g1Bm0JlqRpiPcpJoi8 jbY2dknNxiL6HMMO758sj0lYmLdmywIMaqvK94wCcwxTXp1zMKY1AwEGAiTTFn+7iQ +7+9/1ILSysbA== Date: Fri, 26 Jun 2026 11:11:25 +0300 From: Mike Rapoport To: linux-mm@kvack.org Cc: Andrew Morton , David Hildenbrand , Taku Izumi , Wei Yang , Yuan Liu , linux-kernel@vger.kernel.org Subject: Re: [PATCH 0/2] mm/mm_init: don't overlap zones with kernelcore=mirror Message-ID: References: <20260625073941.145014-1-rppt@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260625073941.145014-1-rppt@kernel.org> On Thu, Jun 25, 2026 at 10:39:38AM +0300, Mike Rapoport wrote: > From: "Mike Rapoport (Microsoft)" > > Hi, > > These patches make the behaviour of kernelcore= parameter uniform and > treat mirror just as another way to size the zones and cleanup a weird > part of the memory map initialization. I'm queueing it for now in the memblock tree, will properly push after merge window is closed. > Mike Rapoport (Microsoft) (2): > mm/mm_init: don't overlap NORMAL and MOVABLE zones with kernelcore=mirror > mm/mm_init: drop overlap_memmap_init() > > mm/mm_init.c | 60 +++------------------------------------------------- > 1 file changed, 3 insertions(+), 57 deletions(-) > > > base-commit: 4549871118cf616eecdd2d939f78e3b9e1dddc48 > -- > 2.53.0 > -- Sincerely yours, Mike.