From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932257AbcFBIVv (ORCPT ); Thu, 2 Jun 2016 04:21:51 -0400 Received: from e38.co.us.ibm.com ([32.97.110.159]:49965 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932143AbcFBIVs (ORCPT ); Thu, 2 Jun 2016 04:21:48 -0400 X-IBM-Helo: d03dlp01.boulder.ibm.com X-IBM-MailFrom: aneesh.kumar@linux.vnet.ibm.com X-IBM-RcptTo: linux-mm@kvack.org;akpm@linux-foundation.org;linux-arch@vger.kernel.org;linux-kernel@vger.kernel.org From: "Aneesh Kumar K.V" To: Andrew Morton Cc: linux-arch@vger.kernel.org, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [RFC PATCH 1/4] mm/hugetlb: Simplify hugetlb unmap In-Reply-To: <20160601153442.229f0747c97d1bbf21f1a935@linux-foundation.org> References: <1464587062-17745-1-git-send-email-aneesh.kumar@linux.vnet.ibm.com> <20160601153442.229f0747c97d1bbf21f1a935@linux-foundation.org> User-Agent: Notmuch/0.21 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 02 Jun 2016 13:51:41 +0530 Message-ID: <87twhcvw4q.fsf@skywalker.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-GCONF: 00 X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16060208-0029-0000-0000-00002C415BFF X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton writes: > On Mon, 30 May 2016 11:14:19 +0530 "Aneesh Kumar K.V" wrote: > >> For hugetlb like THP (and unlike regular page), we do tlb flush after >> dropping ptl. Because of the above, we don't need to track force_flush >> like we do now. Instead we can simply call tlb_remove_page() which >> will do the flush if needed. >> >> No functionality change in this patch. > > This all looks fairly non-horrifying. Will a non-RFC version be > forthcoming? Yes. I will send an updated version of the series. Patch 4 may need to go through powerpc tree because of other dependent patches. I will continue to include that in the series to show the arch related changes. -aneesh