From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 25975DF42 for ; Sun, 4 May 2025 20:03:44 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746389026; cv=none; b=naJc0KbiyLu9Z7BMh1hsdaguknvjlEDapA8ukXcgra0f/IhzLVKYpfpFcle8Lh+l4NNg4XlYCrTF4eFvL/qTWJMVBN6bGuv0+CwO9kBVcm8gCh/Ua3FSKm1I4k0cwFUfANQqNQYa7D5Ghnca7JTHrfTjkvWL1mh6o1shUq8pFi8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1746389026; c=relaxed/simple; bh=RgY9iTnys8P2ONbSAUPVIwDSToabWfIAOIn4nf0Nidg=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=pND5YMhQWVcxXvQWY1vAV4o1lJ/JzHsZ08t/JC2nq7pjLnGNKiY+dSx4wku3V9cIxHfbFni4Oj4NBAJQNxPV9z64uKO5Egc2caPAEGZwp2fsQWv1Vacxr53QwhKnhOluhaQlzDww1ooC4/vVJadqHJd9c7/K6Mw7qwVA/r/cjcA= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=cS1/z+8h; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="cS1/z+8h" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 056E9C4CEE7; Sun, 4 May 2025 20:03:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1746389024; bh=RgY9iTnys8P2ONbSAUPVIwDSToabWfIAOIn4nf0Nidg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cS1/z+8hINR+cERlxh+9AyNz2o6fcUahozwFEZysvn13eJcv9PYHfHH8pQe3uY4WZ vy4LSZMxoyB7kFqfbkMMqzGRwa37Sfe3zEl3/AycWczgIcVHoBORFHkc9rtOCPo8q1 YeA+KT+35xHJAcBwrYqYyjviFnydIpXCPYFkT+FQ= Date: Sun, 4 May 2025 13:03:43 -0700 From: Andrew Morton To: Donet Tom Cc: Mike Rapoport , David Hildenbrand , Oscar Salvador , Zi Yan , Greg Kroah-Hartman , rafael@kernel.org, Danilo Krummrich , Ritesh Harjani , Jonathan Cameron , Alison Schofield , Yury Norov , Dave Jiang , linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 1/3] driver/base: Optimize memory block registration to reduce boot time Message-Id: <20250504130343.d1e7f73040daf053a171a99f@linux-foundation.org> In-Reply-To: References: X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) 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-Transfer-Encoding: 7bit On Sun, 4 May 2025 22:04:08 +0530 Donet Tom wrote: > If this configuration is disabled, the current patchset would not function > correctly, and node device initialization could fail during the hotplug path. I'll remove the mm.git copy of this patchset. Probably Mike will be taking the series anyway - I grabbed it because this was unclear to me.