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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 620EEC4332F for ; Mon, 9 May 2022 21:54:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231134AbiEIV6H (ORCPT ); Mon, 9 May 2022 17:58:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232158AbiEIV4f (ORCPT ); Mon, 9 May 2022 17:56:35 -0400 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 345F82D4B68 for ; Mon, 9 May 2022 14:50:23 -0700 (PDT) Received: from localhost (unknown [IPv6:2601:281:8300:3d::5f6]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ms.lwn.net (Postfix) with ESMTPSA id 5B28A732; Mon, 9 May 2022 21:50:23 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net 5B28A732 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1652133023; bh=AodzYZlkW2doakAahq2l1gShWPz2YuK8pNk69BxHM5I=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=gJVFWJyfLD089qrmp8ihBv3474XZKBuKRTaQWgyL87NgrwLR5tFriwEk+0jAFghM5 uGycaESC8x65OoxBGYlkhbeRyqLH++Giqawcm6hxlVOXDGIFJEhTRu45qXBkWcuB09 Sg8/IrrBJWw2ewodaAtU+j+oXt2ruw9jjiJmV2JyDPQOXyMFRqGwLhWLqPiRLZgg13 f0tasKW/amHKxnnyLuQ5U1MV1YEWpT3G7Le5x+0teHYpmgN8zFAWaFUf4pWM+/lypp n6deHtdOZ74e7difCbOlSpc+X96lMZxR5bF+Cb3hBrtdbWtKnI9WXW921RsyTytkUq vRBBibD2dM23g== From: Jonathan Corbet To: "Matthew Wilcox (Oracle)" , linux-mm@kvack.org, linux-doc@vger.kernel.org Cc: "Matthew Wilcox (Oracle)" , John Hubbard , Randy Dunlap , Johannes Weiner Subject: Re: [PATCH v2] mm,doc: Add new documentation structure In-Reply-To: <20220507134947.444287-1-willy@infradead.org> References: <20220507134947.444287-1-willy@infradead.org> Date: Mon, 09 May 2022 15:50:22 -0600 Message-ID: <87sfpicr4x.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org "Matthew Wilcox (Oracle)" writes: > Closely following the outline of Mel Gorman's book "Understanding the > Linux Virtual Memory Manager", add a new outline. Preserve the current > contents of the mm underneath the new outline so we can transition those > documents to a more sensible place later. > > Signed-off-by: Matthew Wilcox (Oracle) > Reviewed-by: John Hubbard > Acked-by: Randy Dunlap > Acked-by: Johannes Weiner So this seems like a good start to me. What's your intended path for merging this? You didn't copy me so I'm assuming you had some other way in mind. Thanks, jon