Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp2057341pxa; Fri, 7 Aug 2020 01:51:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzTWfXcbzlXGtZAexUV0bCAfjBcj6z1LIzwbiTwzsjbSpC2M31bnQNPtZwzWF9hQwIjUOjU X-Received: by 2002:a05:6402:1bc5:: with SMTP id ch5mr7555044edb.364.1596790304292; Fri, 07 Aug 2020 01:51:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1596790304; cv=none; d=google.com; s=arc-20160816; b=o7GwxW9KNEm9UaK6QhRcfpjMGG6lhld7gIWdpE5oXRVThgDPqwbiQZ9KyGlFmcfPt5 T9I9ApGomMytcYZLh2Owi+OOmu/n8UVcB66kYC2xjrRMYJT2zzWKghSnKDZHZScmTNg0 bcV3NQQIemQY1J4RGF6F8cpxNghQcwaVGDc9yrnHSmDfbSmHevlLKllS4BisIUHDNiCJ oWCwHSX89pCosg/Jcx5tVMDbRbbw32il+gjzkqGQkxT+4gEo6hpdWnhfcTu415CM0tM0 9Zz/HCBiElybsI0CD2CEHRKHcYmJ0/ShawSEtyNS9rs0ocvR4cwVF6LSROMc5EaJ9Lxu EYGw== 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=p8qdTKXezOvuMYUEbgeVK3FNCXpcO1IQityV9AdGTSg=; b=MCK9e7uLtd+3RkPX+FFMUVSZL+SydNLKxUMqKy4iTanG7jk7U6IWEXrD4b16umS/nD thSyd5lxE7M1TF3pQ8ztozNq5ZzZUhjTRtd+QmEysgcbN8OmFA+fpS9Rd+8zsdBHRn0Q 7Gc8AGTlr9PDdXJI66MM3fhLzr5pm6sn+PzoBN28dI1XbYQIwDnnR7epbXtZYL83WbK6 UBshYXti3a08GA5fvv9gxjMfQYJvES1iXAe8RUxPa9JVARonw45KyEzAJ9G3k1MWshyF pBiNCQed1CP8Es7Rd240Htf9epXHyaywRpUqgR6b9TciTIfJQwjbrJw40Vnr1CrLIFI/ P6cQ== 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 t15si4927693edi.243.2020.08.07.01.51.20; Fri, 07 Aug 2020 01:51:44 -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 S1726940AbgHGIrb (ORCPT + 99 others); Fri, 7 Aug 2020 04:47:31 -0400 Received: from mx2.suse.de ([195.135.220.15]:35400 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727792AbgHGIrb (ORCPT ); Fri, 7 Aug 2020 04:47:31 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 46C26AF06; Fri, 7 Aug 2020 08:47:48 +0000 (UTC) Date: Fri, 7 Aug 2020 10:47:28 +0200 From: Joerg Roedel To: Ingo Molnar Cc: Linus Torvalds , "Jason A. Donenfeld" , Linux Kernel Mailing List , Thomas Gleixner , Borislav Petkov , Peter Zijlstra , Andrew Morton Subject: Re: [GIT PULL] x86/mm changes for v5.9 Message-ID: <20200807084728.GA29510@suse.de> References: <20200803190354.GA1293087@gmail.com> <20200805110348.GA108872@zx2c4.com> <20200806131034.GA2067370@gmail.com> <20200806185723.GA24304@suse.de> <20200806212019.GA2149204@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200806212019.GA2149204@gmail.com> 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 On Thu, Aug 06, 2020 at 11:20:19PM +0200, Ingo Molnar wrote: > I've reverted it in x86/urgent as well earlier today, can send you > that tree right now if you prefer that route. I sent a fix for preallocate_vmalloc_pages() to correctly pre-allocate the vmalloc PGD entries. I verified that it works and that swapper_pg_dir contains the correct entries now. This should also fix the issue Jason is seeing. Sorry for screwing this up :-( Regards, Joerg