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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B4824C4167B for ; Mon, 11 Dec 2023 11:52:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=RNdAuj7zAVoM+uBbjknefU9gLVvaNafatini9a6RWEo=; b=Hdr7yh0/aNQu0T 1zGfZyFAxJtrbRHoFY0L4xN4jfluxdeupCjgOZKZzMaIV3smda40gPpN1DE+Nbhka1dX84igAlLqP x8466O7GllBJfWVn+i30Cg+xqUATvrA3Odk9tdzVDTfs6YqkMLGfugBXM+ynIlZFZqdnZxsIbcsoM mU+kgA1sPR3lQUjeT4p/sJYQhXGLtT7tNASZvjAWC6yWOJUKmmXGjBHjp8UCywzaf3qW+4ag6hgeB V5TXMn5+pYIsDL2jx+e01li7qfAMfTSfo9/RFw2BUlH5vUxb4NZWGffqG73lDIoAnDCyPocsUSSpW Yx5TpdoLfk9Y1utRwSVQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rCeov-004lBF-1U; Mon, 11 Dec 2023 11:51:33 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1rCeok-004l8y-2D for linux-arm-kernel@lists.infradead.org; Mon, 11 Dec 2023 11:51:31 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 257B2FEC; Mon, 11 Dec 2023 03:52:04 -0800 (PST) Received: from [10.57.73.30] (unknown [10.57.73.30]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5762E3F762; Mon, 11 Dec 2023 03:51:14 -0800 (PST) Message-ID: <6cc1332d-6ad2-4642-84d1-6a2fcf70d534@arm.com> Date: Mon, 11 Dec 2023 11:51:12 +0000 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v9 00/10] Multi-size THP for anonymous memory To: Andrew Morton Cc: Matthew Wilcox , Yin Fengwei , David Hildenbrand , Yu Zhao , Catalin Marinas , Anshuman Khandual , Yang Shi , "Huang, Ying" , Zi Yan , Luis Chamberlain , Itaru Kitayama , "Kirill A. Shutemov" , John Hubbard , David Rientjes , Vlastimil Babka , Hugh Dickins , Kefeng Wang , Barry Song <21cnbao@gmail.com>, Alistair Popple , linux-mm@kvack.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org References: <20231207161211.2374093-1-ryan.roberts@arm.com> <20231207140502.e7dff5d1cfb195b1644b61a5@linux-foundation.org> Content-Language: en-GB From: Ryan Roberts In-Reply-To: <20231207140502.e7dff5d1cfb195b1644b61a5@linux-foundation.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231211_035123_059924_8A170781 X-CRM114-Status: GOOD ( 13.84 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 07/12/2023 22:05, Andrew Morton wrote: > On Thu, 7 Dec 2023 16:12:01 +0000 Ryan Roberts wrote: > >> Hi All, >> >> This is v9 (and hopefully the last) of a series to implement multi-size THP >> (mTHP) for anonymous memory (previously called "small-sized THP" and "large >> anonymous folios"). > > A general point on the [0/N] intro. Bear in mind that this is > (intended to be) for ever. Five years hence, people won't be > interested in knowing which version the patchset was, in seeing what > changed from the previous iteration, etc. This is all important and > useful info, of course. But it's best suited for being below the > "^---$" separator. > > Also, those five-years-from-now people won't want to have to go click > on some link to find the performance testing results and suchlike. > It's better to paste such important info right into their faces. Sorry about this, Andrew - you've given me feedback on this before, and I've been trying to improve this. I'm obviously not there yet. Will fix for next time. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel