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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 D0DECC5ACD6 for ; Wed, 18 Mar 2020 10:41:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B1C4E2076C for ; Wed, 18 Mar 2020 10:41:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727281AbgCRKl5 (ORCPT ); Wed, 18 Mar 2020 06:41:57 -0400 Received: from foss.arm.com ([217.140.110.172]:48094 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726486AbgCRKl5 (ORCPT ); Wed, 18 Mar 2020 06:41:57 -0400 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 710F51FB; Wed, 18 Mar 2020 03:41:56 -0700 (PDT) Received: from [10.163.1.20] (unknown [10.163.1.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 286B13F534; Wed, 18 Mar 2020 03:41:52 -0700 (PDT) Subject: Re: [PATCH 4/5] mm/vma: Replace all remaining open encodings with vma_set_anonymous() To: Greg Kroah-Hartman Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Sudeep Dutt , Ashutosh Dixit , Arnd Bergmann , Thomas Gleixner , Kate Stewart , Allison Randal , Richard Fontana References: <1581915833-21984-1-git-send-email-anshuman.khandual@arm.com> <1581915833-21984-5-git-send-email-anshuman.khandual@arm.com> <20200318102401.GA2126918@kroah.com> From: Anshuman Khandual Message-ID: <5abf84d1-7199-b646-a620-fc0e23f1fb29@arm.com> Date: Wed, 18 Mar 2020 16:11:49 +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: <20200318102401.GA2126918@kroah.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/18/2020 03:54 PM, Greg Kroah-Hartman wrote: > On Mon, Feb 17, 2020 at 10:33:52AM +0530, Anshuman Khandual wrote: >> This replaces all remaining open encodings with vma_set_anonymous(). >> >> Cc: Sudeep Dutt >> Cc: Ashutosh Dixit >> Cc: Arnd Bergmann >> Cc: Greg Kroah-Hartman >> Cc: Thomas Gleixner >> Cc: Kate Stewart >> Cc: Allison Randal >> Cc: Richard Fontana >> Cc: linux-kernel@vger.kernel.org >> Signed-off-by: Anshuman Khandual >> --- >> drivers/misc/mic/scif/scif_mmap.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > The subject line does not match up with the file being modified here :( Idea here was to primarily focus on the VMA modifying helpers instead, hence the subject line. But I get your point and agree that it was bit off the mark. Anyways, had already dropped this patch.