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 1ABFE347505 for ; Wed, 18 Mar 2026 09:34:14 +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=1773826455; cv=none; b=ZD4HgzhcxXBYH6ff2quHSA70Ys0cl9GOS6x8cCS77Uqrbb2Q0yXekVQj3XJr3VbMPLmqClB1u4QoL7QMpDuqIlCTT5SUjd0HonZwVKDzNc0vQhJcLcEyAHjRsFEjUNuUQrwh1x1bvqmn7miAtbbRtjkIC2LUkpYX5QMwbrrezO4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1773826455; c=relaxed/simple; bh=RNmLphyfgBoFzN7pwRjKveGHVFoZvoAzSTPSlQqJSbc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=FQQAv3r+ycx3sHmRib+ClMOj5ywfAhpbvceOCOC7otc7G+NRLOqFva9fQgsjhiws9rPh8uBS7wNf5lNNh9IY8Fvuf+/IymRWFndRKO0p21ustV34kn+xhbWApC9zbeiYn01gRz+izXmMRJIx5Frh+ZUzrEcK8H34/P3kqiPx5QY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=qamBkgFm; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="qamBkgFm" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 834DCC19421; Wed, 18 Mar 2026 09:34:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1773826454; bh=RNmLphyfgBoFzN7pwRjKveGHVFoZvoAzSTPSlQqJSbc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qamBkgFmmvA2Gb1XpCOtLpa/pLT/8rI3SHSEPpp2OkOt5UqDx2qZT/QqYKxDgrx2N auNVEDZQD45erneLBRq49YfmhkuK5IdkzUk2TUbiYSIN2Zgjj9jau8jp/2obyC1mlt oiDCcn9ALby+qpo0uT2L18eWQqJy3pzpNQPrydq7ZbLA+B3GHaJ5KWHfS89obCvnvq ZrNeEA9QqK6WY/l3FE9ahaKbNWHy99ZlxS0hcpwUnQMDVYBgBM3bsPBLYL2b1SekYN sXCLHta8bd6bDdmYU9TPJnuA114W3jzhAU+OFP3XBQTOMiDMgACy9H3dKiD5v54H4X zdUI6ziOS0f+g== Date: Wed, 18 Mar 2026 11:34:07 +0200 From: Mike Rapoport To: Andrew Morton Cc: Michal Clapinski , Evangelos Petrongonas , Pasha Tatashin , Pratyush Yadav , Alexander Graf , Samiullah Khawaja , kexec@lists.infradead.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 0/3] kho: add support for deferred struct page init Message-ID: References: <20260317141534.815634-1-mclapinski@google.com> <20260317104625.fd6a006871dcceaceafe990b@linux-foundation.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: <20260317104625.fd6a006871dcceaceafe990b@linux-foundation.org> On Tue, Mar 17, 2026 at 10:46:25AM -0700, Andrew Morton wrote: > On Tue, 17 Mar 2026 15:15:31 +0100 Michal Clapinski wrote: > > > When CONFIG_DEFERRED_STRUCT_PAGE_INIT (hereinafter DEFERRED) is > > enabled, struct page initialization is deferred to parallel kthreads > > that run later in the boot process. > > > > Currently, KHO is incompatible with DEFERRED. > > This series fixes that incompatibility. > > Thanks, I've added this series to mm.git's mm-new branch for testing. > All being well I'll move it into the mm-unstable branch (and hence > linux-next) in a few days. All being well I'll move it into the > non-rebasing mm-stable branch a few weeks hence. Then into mainline > during the merge window! > > [1/3] and [2/3] aren't showing any review at this time, but the They keep changing because of review comments, that's why there still no tags for them, > well-reviewed [3/3] is the meat of this series. -- Sincerely yours, Mike.