Received: by 2002:ac0:aa62:0:0:0:0:0 with SMTP id w31-v6csp2012905ima; Mon, 22 Oct 2018 02:40:14 -0700 (PDT) X-Google-Smtp-Source: ACcGV60nklhIesuKaurScYTA26B4WpuReSCzFfME14OZtmT2KJroYZH62A1sjGFOBRRTEAFo9K5y X-Received: by 2002:a17:902:9f83:: with SMTP id g3-v6mr11343323plq.27.1540201214037; Mon, 22 Oct 2018 02:40:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1540201214; cv=none; d=google.com; s=arc-20160816; b=qnYjrtqnc1/RCOCSP3Nme4WqP7zdH9+n0s1Wp0qsEfz2K0AfDf1nDr1Isy02BLOVNx u2XIMmOe9AZIE5KpzTllZfaskRmpTsVA2Gb5z88957qFbmTpmgSf1/hxbARL29RY0CmU i6JY+TKQytFvD+Mu2/RMfZA53mtJ2K3ZbVuwhXoptWmg5PMLmiXWGl8j7PPiHMBZFrim 6pODE5p1ItwNqCv4FV8VBQ/ck9tq7Mc4PoB8JAyPrQZs+zeD5WtfRMBphw9FIjhxn88g G3dKT9NAF6DnmJtJyViC8Kbj+Eioe4ixQ2Zf2i99MBnTARZwVnwBcxXJg1BmHzQLrD1v abbg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to; bh=95Wn0eQAE8I/E7vy4sCOGHMLua4J2qPRuh8ULc0Nqjk=; b=xpcc8/oBY/yAIx2aL99YKdGKNKP1DGbBfduvOjb9JJk/eu1RmKyrBiZHqTUMKv7P5c xKeuvxPm5V5hG4aUC+hWBZKDCJvPTVXNAuLVCH8BwKKxfA7ykxdN9eozX0bS7LXQVkQ5 k1axdEecczySY/suBSd62nTQ7Zq3eT6k7z7HWQ89ZVYR2Xq41JHHUfxQZlVBrQPctxzO SWw9o+iVNObAY3bjIs+3lqP6JWEEArWr5yan4tgnA34tVwNVnMoHIdCb8zPlyNqkCxHR 9uN/qXrodi0ob6HE5n1GkeyGW7+lCgGJxEhNssChewyZEPNVooQhktznJe16L4gphFco zOeA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id a195-v6si29295952pfa.235.2018.10.22.02.39.58; Mon, 22 Oct 2018 02:40:14 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728363AbeJVRzs (ORCPT + 99 others); Mon, 22 Oct 2018 13:55:48 -0400 Received: from ozlabs.org ([203.11.71.1]:49057 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728352AbeJVRzs (ORCPT ); Mon, 22 Oct 2018 13:55:48 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 42drzZ1HRvz9sDF; Mon, 22 Oct 2018 20:38:02 +1100 (AEDT) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: 3ff38e1874863827374b02b4f31c73faa3744e1c In-Reply-To: <23d27ae15a7b0389fc26f2265f969c6c69f44009.1539433567.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: powerpc/book3s64: fix dump_linuxpagetables "present" flag Message-Id: <42drzZ1HRvz9sDF@ozlabs.org> Date: Mon, 22 Oct 2018 20:38:01 +1100 (AEDT) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 2018-10-15 at 06:37:41 UTC, Christophe Leroy wrote: > Since commit bd0dbb73e013 ("powerpc/mm/books3s: Add new pte bit to > mark pte temporarily invalid."), _PAGE_PRESENT doesn't mean exactly > that a page is present. A page is also considered preset when > _PAGE_INVALID is set. > > This patch changes the meaning of "present" and adds a status "valid" > associated to the _PAGE_PRESENT flag. > > Fixes: bd0dbb73e013 ("powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.") > Signed-off-by: Christophe Leroy > Reviewed-by: Aneesh Kumar K.V Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/3ff38e1874863827374b02b4f31c73 cheers