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=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS,T_DKIMWL_WL_HIGH, URIBL_BLOCKED autolearn=ham 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 8B541C43219 for ; Thu, 2 May 2019 14:02:55 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 584C7206DF for ; Thu, 2 May 2019 14:02:55 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="EQS7SDjx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 584C7206DF Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:To:Subject:Reply-To:Content-ID:Content-Description :Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=8ipOXBpP+EiK9a36Ix2c+ngdMCIH3FUkm+g6EKg5YkA=; b=EQS7SDjxy/GPHh mbRgztjA15aI0ay/7sYGRPZq4YtmqoeoZKG6CW+FtAj7WygfFgzwvm6PTUhFza83Er7x54CGG43lt 2TNKdonPER+H1R5jCsiXUOeYIiTMAMuk9XZErJ5LBqrlkG8uCCzwVBJ8yr6kpssjpWhmVT3a3DxYR odAbIoM5GhrgLcGF3hWN4JGJ/agKTRSMZRYWAjJT/kGCB75RsP0yCRzaFsoPyuyrX41MNlg8Of9xX EOAhin1mtY7DqOe9SxIl37rXoXPbl8hLRXNRnoSCNiOYPpMDrxVNrgGlwhIs/SPLVT4e/F6b2+2xx xxVaNN6idvdbFTkmo8ig==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hMCIW-00055x-4O; Thu, 02 May 2019 14:02:52 +0000 Received: from usa-sjc-mx-foss1.foss.arm.com ([217.140.101.70] helo=foss.arm.com) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hMCIQ-000551-LP for linux-arm-kernel@lists.infradead.org; Thu, 02 May 2019 14:02:50 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.72.51.249]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 1B9DC374; Thu, 2 May 2019 07:02:46 -0700 (PDT) Received: from [10.163.1.85] (unknown [10.163.1.85]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 600E63F220; Thu, 2 May 2019 07:02:37 -0700 (PDT) Subject: Re: [PATCH] mm/pgtable: Drop pgtable_t variable from pte_fn_t functions To: Matthew Wilcox References: <1556803126-26596-1-git-send-email-anshuman.khandual@arm.com> <20190502134623.GA18948@bombadil.infradead.org> From: Anshuman Khandual Message-ID: <03be69c4-9a63-041c-49fc-249b2bf1d58a@arm.com> Date: Thu, 2 May 2019 19:32:42 +0530 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20190502134623.GA18948@bombadil.infradead.org> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190502_070246_700756_801DC68E X-CRM114-Status: GOOD ( 14.09 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michal Hocko , Catalin Marinas , Will Deacon , dri-devel@lists.freedesktop.org, linux-mm@kvack.org, linux-efi@vger.kernel.org, Thomas Gleixner , x86@kernel.org, Russell King , Ingo Molnar , xen-devel@lists.xenproject.org, intel-gfx@lists.freedesktop.org, jglisse@redhat.com, Mike Rapoport , Dan Williams , linux-arm-kernel@lists.infradead.org, Ard Biesheuvel , linux-kernel@vger.kernel.org, schwidefsky@de.ibm.com, akpm@linux-foundation.org, Logan Gunthorpe , "Kirill A. Shutemov" Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 05/02/2019 07:16 PM, Matthew Wilcox wrote: > On Thu, May 02, 2019 at 06:48:46PM +0530, Anshuman Khandual wrote: >> Drop the pgtable_t variable from all implementation for pte_fn_t as none of >> them use it. apply_to_pte_range() should stop computing it as well. Should >> help us save some cycles. > You didn't add Martin Schwidefsky for some reason. He introduced scripts/get_maintainer.pl did not list the email but anyways I should have added it from git blame. Thanks for adding his email to the thread. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel