Received: by 2002:a05:6a10:a0d1:0:0:0:0 with SMTP id j17csp1462369pxa; Sun, 23 Aug 2020 03:57:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJz1v/xbEdpXzYFf/YUJZzycSrvxyY+KbsGpf3Yuj7F5qmqeDAUGqXdT8WTQkbiQ6Mgtc9tO X-Received: by 2002:a05:6402:180d:: with SMTP id g13mr883207edy.277.1598180261776; Sun, 23 Aug 2020 03:57:41 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1598180261; cv=none; d=google.com; s=arc-20160816; b=qQk3/Aoa0QkAlFAlugo1WOL9ghAAujB8gF8LQ7R/9Cr2we8tnoztJm8x1nrD4vKLH2 P8/JAVmIX9KG+xVE+VnmpojwCH4yw8+ymM22q/0vhyg/5O5ah236Rmg6s6tVRjUFpD6a EEPWM2JK6+plsO3VplhI6B6x2hHHmmvP9XBn/QC5fuaVadTM/N7rOWcVC0OgxbndACgT AfO4i5zC4sZzAXj1bzhs1YHWFvDJec7EE1nC+kQZ1t180k14193C9S3rZl0xMkOiqx7e IRcukdOYuohHjp4w5ihmWppj+c4x3EIZBQaZ5pEe7bPTWVAurUJQluOB26WC19dGkl5W 1wsA== 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=afz4WD42Y+KkL4W1RrR1IRsMrEri4T7bdCV5y4NMNqg=; b=qtO35Jdw+8HW47E9aeuGHgqe4mWBZWb45Xmrb8zwmmbycscAYLOJxcJtsPZ1SAoC2F Ha5+2GOM3KkXPHSz65Bm3a54bxvtGIi+2WuLIRHtBp1olLnvmDsir/5zCUHm4bL4bBuF 61qjG9soX5wHucMAPCyjM38aPcYIXwNCymglNPOfCnzAu+8+W8ziU0MVVIevbUk55QBj JZ4QqUKg0Us57qVrJN9P2s+0z9S1MARAizbQ3JoynWXA9jUm26cFQ+WOSmRtyAZNoUHl ZdZFZsom2EFpKAW1iS2wr5SxIwCXSemIPao/sIcj4ucBN8WeMOoCOW+ToyhgxM+uWd4O NLmA== 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 a1si4687303eju.9.2020.08.23.03.57.16; Sun, 23 Aug 2020 03:57:41 -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 S1726080AbgHWKpD (ORCPT + 99 others); Sun, 23 Aug 2020 06:45:03 -0400 Received: from jabberwock.ucw.cz ([46.255.230.98]:48730 "EHLO jabberwock.ucw.cz" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726444AbgHWKpB (ORCPT ); Sun, 23 Aug 2020 06:45:01 -0400 Received: by jabberwock.ucw.cz (Postfix, from userid 1017) id A4BEA1C0BBB; Sun, 23 Aug 2020 12:44:59 +0200 (CEST) Date: Sun, 23 Aug 2020 12:44:59 +0200 From: Pavel Machek To: Joerg Roedel Cc: Andrew Morton , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Chris Wilson , intel-gfx@lists.freedesktop.org, Linus Torvalds , Dave Airlie , Joonas Lahtinen , Rodrigo Vivi , David Vrabel , Joerg Roedel , stable@vger.kernel.org Subject: Re: [PATCH v2] mm: Track page table modifications in __apply_to_page_range() Message-ID: <20200823104459.untmn33r46wqxi66@duo.ucw.cz> References: <20200821123746.16904-1-joro@8bytes.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ab2tecr4xsmyxrrm" Content-Disposition: inline In-Reply-To: <20200821123746.16904-1-joro@8bytes.org> User-Agent: NeoMutt/20180716 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --ab2tecr4xsmyxrrm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi! > The __apply_to_page_range() function is also used to change and/or > allocate page-table pages in the vmalloc area of the address space. > Make sure these changes get synchronized to other page-tables in the > system by calling arch_sync_kernel_mappings() when necessary. >=20 > Tested-by: Chris Wilson #x86-32 > Cc: # v5.8+ > Signed-off-by: Joerg Roedel This seems to solve screen blinking problems on Thinkpad X60. (It already survived few unison runs, which would usually kill it.). Tested-by: Pavel Machek Thanks and best regards, Pavel --=20 (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blo= g.html --ab2tecr4xsmyxrrm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iF0EARECAB0WIQRPfPO7r0eAhk010v0w5/Bqldv68gUCX0JIqwAKCRAw5/Bqldv6 8kjIAJoD97mGm2SLYscxJlq2IzZ34vE4vQCcDwXVYWTvZgJt0mtfFG77d0syZ0o= =f1aM -----END PGP SIGNATURE----- --ab2tecr4xsmyxrrm--