Received: by 2002:a25:868d:0:0:0:0:0 with SMTP id z13csp1256143ybk; Sat, 16 May 2020 05:58:23 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzS1GZtY9uM0Ho3EOzAexNL8M9nkqsL4+6C9nFhijJPOrzXVn67ymbZ9H25cO6/KVoYFbkJ X-Received: by 2002:a17:906:17c5:: with SMTP id u5mr7329845eje.275.1589633903673; Sat, 16 May 2020 05:58:23 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1589633903; cv=none; d=google.com; s=arc-20160816; b=pds/NImxUPpbsiFb2+CAldoWQVuW26SW0Xj8C59sV5aB0oM4NppHqs5fn24wxxIoZu horfNerrZJXqFvIypbxZKr7g8gFCV5wwdWEeztr3uFql26EdTzgBngA2TYgWTSiOt+7X E2UCrj/I646k1irH+4MITTe5udKoNExVezfdzvtG7Cw8Soor1KBrimKvzUYYwz4/6QrC UBcxqXJJXjndmem/WWLuZK1doHPX3saM5NpId+htHIurFQtWpotJ4f3wAwP3R5iNkmFW /m8v5oG4/O8YLUzDie3etuq7JLImBn6GK6pIj281KGTfqhVQ9E2Iy9R8/TQZOeL8jahk OiYQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=3OejO6aKXwouE+vdy7TWtE6CzgW8+2iieQ/IVAGhfwk=; b=YlTXfLO3fgAR1L673rAG3X8Sc6GlDU2AZRwNGiYI/hEJ3rUv/CCIWMSPnygKGEc/A+ p3VOfGtrOspjv9o2kxyktBAEdPil2DmHS/kJeGy+8d4AYPcm2uBPeP2XyiiDATGztM9h hQlyTW0X10jERN05l0AZ61f9gDuhY1DfNrCYPfrVwuxdLTY4Y7xJelm0ZUxDreRIFgLi f9dDrdyaAzdWb9PC5tVL6tN4Zeq4jW9L8OIPqu1z5J3USflxYblc+XnBl34CK6NxDt/3 UOxnA4pCkmt9MWct93rDcBb2v7LwkzIy/3UZA3VJ8iG0QuHP2ZWIntPounYdH3ZgaXS7 fZBw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id 5si2552289edx.30.2020.05.16.05.58.01; Sat, 16 May 2020 05:58:23 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726388AbgEPM4q (ORCPT + 99 others); Sat, 16 May 2020 08:56:46 -0400 Received: from mx2.suse.de ([195.135.220.15]:60782 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726295AbgEPM4p (ORCPT ); Sat, 16 May 2020 08:56:45 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id B3754AB8F; Sat, 16 May 2020 12:56:46 +0000 (UTC) Date: Sat, 16 May 2020 14:56:41 +0200 From: Joerg Roedel To: Andrew Morton Cc: Joerg Roedel , x86@kernel.org, hpa@zytor.com, Dave Hansen , Andy Lutomirski , Peter Zijlstra , rjw@rjwysocki.net, Arnd Bergmann , Steven Rostedt , Vlastimil Babka , Michal Hocko , Matthew Wilcox , linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-arch@vger.kernel.org, linux-mm@kvack.org, Christoph Hellwig Subject: Re: [PATCH v3 2/7] mm/vmalloc: Track which page-table levels were modified Message-ID: <20200516125641.GK8135@suse.de> References: <20200515140023.25469-1-joro@8bytes.org> <20200515140023.25469-3-joro@8bytes.org> <20200515130142.4ca90ee590e9d8ab88497676@linux-foundation.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200515130142.4ca90ee590e9d8ab88497676@linux-foundation.org> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On Fri, May 15, 2020 at 01:01:42PM -0700, Andrew Morton wrote: > On Fri, 15 May 2020 16:00:18 +0200 Joerg Roedel wrote: > Lots of collisions here with Christoph's "decruft the vmalloc API" series > (http://lkml.kernel.org/r/20200414131348.444715-1-hch@lst.de). > > I attempted to fix things up. > > unmap_kernel_range_noflush() needed to be redone. > > map_kernel_range_noflush() might need the arch_sync_kernel_mappings() call? Yes, map_kernel_range_noflush() needs the arch_sync_kernel_mappings() call as well. Regards, Joerg