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 X-Spam-Level: X-Spam-Status: No, score=-1.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8C586C10F00 for ; Tue, 12 Mar 2019 22:07:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 4A19F2173C for ; Tue, 12 Mar 2019 22:07:32 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1552428452; bh=8K86ha0SxsaJPhLRkyZzBCTTVMwqHRtQmcmDVeLANeU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=O5l+jOg0xRPekm4JsKeePGfXl1Hu+RvSXxXpomkduGWOsWpjH/X58aM7mGki8EAuM N7FJ69lT6BEXTejpEBToVopc3Y2KREVIPaU9NTrKa5s9FqZUHFL9+yYQdefwMI3ZDp IkcfN5PACpc+UBHu8RDhEX1BmseSenfL7z8YjToo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726629AbfCLWHa (ORCPT ); Tue, 12 Mar 2019 18:07:30 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:36256 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726284AbfCLWHa (ORCPT ); Tue, 12 Mar 2019 18:07:30 -0400 Received: from akpm3.svl.corp.google.com (unknown [104.133.8.65]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 3B77E25A; Tue, 12 Mar 2019 22:07:28 +0000 (UTC) Date: Tue, 12 Mar 2019 15:07:27 -0700 From: Andrew Morton To: Michal Hocko Cc: Alexander Duyck , linux-mm@kvack.org, sparclinux@vger.kernel.org, linux-kernel@vger.kernel.org, linux-nvdimm@lists.01.org, davem@davemloft.net, pavel.tatashin@microsoft.com, mingo@kernel.org, kirill.shutemov@linux.intel.com, dan.j.williams@intel.com, dave.jiang@intel.com, rppt@linux.vnet.ibm.com, willy@infradead.org, vbabka@suse.cz, khalid.aziz@oracle.com, ldufour@linux.vnet.ibm.com, mgorman@techsingularity.net, yi.z.zhang@linux.intel.com Subject: Re: [mm PATCH v6 6/7] mm: Add reserved flag setting to set_page_links Message-Id: <20190312150727.cb15cbc323a742e520b9a881@linux-foundation.org> In-Reply-To: <20181205204247.GY1286@dhcp22.suse.cz> References: <154361452447.7497.1348692079883153517.stgit@ahduyck-desk1.amr.corp.intel.com> <154361479877.7497.2824031260670152276.stgit@ahduyck-desk1.amr.corp.intel.com> <20181205172225.GT1286@dhcp22.suse.cz> <19c9f0fe83a857d5858c386a08ca2ddeba7cf27b.camel@linux.intel.com> <20181205204247.GY1286@dhcp22.suse.cz> X-Mailer: Sylpheed 3.6.0 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Dec 2018 21:42:47 +0100 Michal Hocko wrote: > > I got your explanation. However Andrew had already applied the patches > > and I had some outstanding issues in them that needed to be addressed. > > So I thought it best to send out this set of patches with those fixes > > before the code in mm became too stale. I am still working on what to > > do about the Reserved bit, and plan to submit it as a follow-up set. > > >From my experience Andrew can drop patches between different versions of > the patchset. Things can change a lot while they are in mmotm and under > the discussion. It's been a while and everyone has forgotten everything, so I'll drop this version of the patchset.