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 0886DC61DA3 for ; Tue, 21 Feb 2023 14:31:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232613AbjBUObO (ORCPT ); Tue, 21 Feb 2023 09:31:14 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52244 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229518AbjBUObN (ORCPT ); Tue, 21 Feb 2023 09:31:13 -0500 Received: from ms.lwn.net (ms.lwn.net [IPv6:2600:3c01:e000:3a1::42]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DD71B2887D; Tue, 21 Feb 2023 06:31:10 -0800 (PST) Received: from localhost (unknown [IPv6:2601:281:8300:73::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 D7773735; Tue, 21 Feb 2023 14:31:09 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 ms.lwn.net D7773735 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lwn.net; s=20201203; t=1676989870; bh=984+BH7wbF7nkYLrBo8RWXZ3rHtLXQBHSoEyAwVv/Nc=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=dttX6UZN7e2ODiYqmEwYE+IAODT7UO6oDnX7383ZQSBADFmgee6+u6L5nC6Mv3ZNh /RAeOrkrXXpkLf0CXxpSO26ycjCmFqyr+Kz0j9beQwvKe1nk9rNlGoA6IpjdaByeeX Ay6An+erBnVFmLYNssx4XJx4r35xnM9VbujdcDpjdlq3CmzjOL9cVgIAz/UYIRehNs /f5zyBnAC7pCwStQcLrJYc9N5lUiiazh0S+6LgyGcGyUttCp1yWfVrKeheiYfTsw68 nbc9MyVqnSEFRhpGjLvDxnddfiU5kjmKTpMsgMv7pGGI/V213Tsq7OSt2LTX8vE6md SYvR/Aou5jHfQ== From: Jonathan Corbet To: Mike Rapoport Cc: Andrew Morton , Bagas Sanjaya , David Hildenbrand , Johannes Weiner , Lorenzo Stoakes , "Matthew Wilcox (Oracle)" , Mel Gorman , Michal Hocko , Vlastimil Babka , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v3] docs/mm: Physical Memory: add example of interleaving nodes In-Reply-To: References: <20230213154447.1631847-1-rppt@kernel.org> Date: Tue, 21 Feb 2023 07:31:08 -0700 Message-ID: <87bkln9jkj.fsf@meer.lwn.net> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mike Rapoport writes: > Ping? It's in my queue. The docs tree has conflicts all over the place this time around, so I closed things down a bit earlier than I otherwise would have. I'm expecting to catch up a bit in the coming week. Thanks, jon