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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no 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 B0AD8C32750 for ; Fri, 2 Aug 2019 19:14:39 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 84D482087E for ; Fri, 2 Aug 2019 19:14:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1564773279; bh=GZmKRwd1hiEBI9hDEpVPA6jfQBqpbxDVlwwUngeaEUo=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-ID:From; b=dl2oQaskADuUDdEeBTl0M8iQ5mhQH3zrUHYT1H0V6bRl9LHYAfciLzO7pmRB9ysOl NZmifkpcsIBGspTZUjmp02tbQ01CZRjE4FON+wmwyNYziCQQm1ltgoTi439cl3jLmA 5uvjlsxtKDFwjsOCxOejnNNyIzltPZFMcsL1Bnmo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2391966AbfHBTOi (ORCPT ); Fri, 2 Aug 2019 15:14:38 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:35484 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725866AbfHBTOg (ORCPT ); Fri, 2 Aug 2019 15:14:36 -0400 Received: from X1 (unknown [76.191.170.112]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 973AE174C; Fri, 2 Aug 2019 19:14:34 +0000 (UTC) Date: Fri, 2 Aug 2019 12:14:31 -0700 From: Andrew Morton To: Christoph Hellwig Cc: dan.j.williams@intel.com, linux-mm@kvack.org, linux-nvdimm@lists.01.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] memremap: move from kernel/ to mm/ Message-Id: <20190802121431.3ef9d271c40703b4145d364e@linux-foundation.org> In-Reply-To: <20190802083230.GB11000@lst.de> References: <20190722094143.18387-1-hch@lst.de> <20190802083230.GB11000@lst.de> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; 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 Fri, 2 Aug 2019 10:32:30 +0200 Christoph Hellwig wrote: > Andrew, > > I've seen you've queued this up in -mm, but the explicit intent here was > to quickly merge this after -rc1 so that the move doesn't conflict with > further development for 5.3. Didn't know that. > Any chance you could send this patch on to Linus? Sure, I'll add it to today's batch.