From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3rNFdY2dHNzDqFm for ; Mon, 6 Jun 2016 10:17:37 +1000 (AEST) In-Reply-To: <1464675991-13023-2-git-send-email-aneesh.kumar@linux.vnet.ibm.com> To: "Aneesh Kumar K.V" , benh@kernel.crashing.org, paulus@samba.org From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, "Aneesh Kumar K.V" Subject: Re: [2/3] powerpc/mm/hash: Fix the reference bit update when handling hash fault Message-Id: <3rNFdY0DLMz9ssP@ozlabs.org> Date: Mon, 6 Jun 2016 10:17:36 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2016-31-05 at 06:26:30 UTC, "Aneesh Kumar K.V" wrote: > When we converted the asm routines to C functions, we missed updating > HPTE_R_R based on _PAGE_ACCESSED. ASM code used to copy over the lower > bits from pte via. ... > > Signed-off-by: Benjamin Herrenschmidt > Signed-off-by: Aneesh Kumar K.V Applied to powerpc fixes, thanks. https://git.kernel.org/powerpc/c/dc47c0c1f8099fccb2c1e2f377 cheers