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 ED28BC6FA83 for ; Mon, 12 Sep 2022 00:13:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229567AbiILANe (ORCPT ); Sun, 11 Sep 2022 20:13:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54404 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229529AbiILANb (ORCPT ); Sun, 11 Sep 2022 20:13:31 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D70FA22BC0 for ; Sun, 11 Sep 2022 17:13:30 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 90DF8B80919 for ; Mon, 12 Sep 2022 00:13:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB523C433D7; Mon, 12 Sep 2022 00:13:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1662941608; bh=a+9CeUAZFA4uEVBgG2R/sWw2w1S33FQCLzrVHj6/5fQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=PPrloprx90Hw+iQ0SOaW4BE/xVV+wj+1kWyGgAFAsA00WJSFeR1fBhUUJ+zv1m7/Y IwrzN0snd8fgbzGLGV579UqxmwzkSBzP9pGfBshIBL0BrGvQBguAsBMoZyeZqtng/u 66OHpbPlez9RwFYG+ikeYP3PuU651Lnyqw8+RAGc= Date: Sun, 11 Sep 2022 17:13:26 -0700 From: Andrew Morton To: "Aneesh Kumar K.V" Cc: linux-mm@kvack.org, Wei Xu , Huang Ying , Yang Shi , Davidlohr Bueso , Tim C Chen , Michal Hocko , Linux Kernel Mailing List , Hesham Almatary , Dave Hansen , Jonathan Cameron , Alistair Popple , Dan Williams , Johannes Weiner , jvgediya.oss@gmail.com, Bharata B Rao Subject: Re: [PATCH v15 00/10] mm/demotion: Memory tiers and demotion Message-Id: <20220911171326.2e3fca66f78b0691b7e79dc8@linux-foundation.org> In-Reply-To: <20220818131042.113280-1-aneesh.kumar@linux.ibm.com> References: <20220818131042.113280-1-aneesh.kumar@linux.ibm.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-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 Thu, 18 Aug 2022 18:40:32 +0530 "Aneesh Kumar K.V" wrote: > This patch series make the creation of memory tiers explicit under > the control of device driver. This series has been in mm-unstable for nearly four weeks and everything has died down, so I'm planning on moving it into mm-stable late this week unless someone stops me...