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 A75F4C4167B for ; Tue, 28 Nov 2023 23:56:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1376656AbjK1X4a (ORCPT ); Tue, 28 Nov 2023 18:56:30 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52200 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229838AbjK1X43 (ORCPT ); Tue, 28 Nov 2023 18:56:29 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C1C0F1988 for ; Tue, 28 Nov 2023 15:56:35 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0D11DC433C7; Tue, 28 Nov 2023 23:56:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1701215795; bh=nvsvvynpek/zOvf0pUPcypWcMGJ2PtkOtXpvUsfR7I4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=jrz8eaHzA/MashuzJGaOE+p4xwEr91K2ATTCNE0r3vnKRlVVBbxVznDltfPazcRJS xeDyx7roDh6QPiu9/3l8x+0m4WF39kLpHZ9Hf3vO5ihFPwyJmn/wqvkjztaSnKkkLc 7XV607/1kxyW9pJvmVyRRqEegxMLIuT6naqt7JL4= Date: Tue, 28 Nov 2023 15:56:34 -0800 From: Andrew Morton To: Sumanth Korikkar Cc: linux-mm , David Hildenbrand , Oscar Salvador , Michal Hocko , "Aneesh Kumar K.V" , Anshuman Khandual , Gerald Schaefer , Alexander Gordeev , Heiko Carstens , Vasily Gorbik , linux-s390 , LKML Subject: Re: [PATCH v5 0/5] implement "memmap on memory" feature on s390 Message-Id: <20231128155634.9c325682d2cf87d0a6d48728@linux-foundation.org> In-Reply-To: <20231128155227.1315063-1-sumanthk@linux.ibm.com> References: <20231128155227.1315063-1-sumanthk@linux.ibm.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Nov 2023 16:52:22 +0100 Sumanth Korikkar wrote: > The patch series implements "memmap on memory" feature on s390. The cover letter doesn't acutally have a description of what "memmap on memory" *is*. A nice overview to help readers understand what they're about to look at. A description of what value this feature brings to our users. Use-cases. That sort of thing. I guess the [1/N] changelog covers it, but it's hard to tell. It isn't exactly broad-sweep overview. Probably something short would suffice. There are plenty of examples on the mailing list, please take a look and send us something?