From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161257AbcFJNig (ORCPT ); Fri, 10 Jun 2016 09:38:36 -0400 Received: from foss.arm.com ([217.140.101.70]:38505 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752776AbcFJNif (ORCPT ); Fri, 10 Jun 2016 09:38:35 -0400 Date: Fri, 10 Jun 2016 14:38:50 +0100 From: Will Deacon To: torvalds@linux-foundation.org Cc: linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, catalin.marinas@arm.com, agraf@suse.de Subject: [GIT PULL] arm64: fix for -rc3 Message-ID: <20160610133850.GA14364@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Linus, Please pull this arm64 fix for -rc3. It's a fix for an issue that Alex saw whilst swapping with hardware access/dirty bit support enabled in the kernel. Cheers, Will --->8 The following changes since commit af8c34ce6ae32addda3788d54a7e340cad22516b: Linux 4.7-rc2 (2016-06-05 14:31:26 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux.git tags/arm64-fixes for you to fetch changes up to 0106d456c4cb1770253fefc0ab23c9ca760b43f7: arm64: mm: always take dirty state from new pte in ptep_set_access_flags (2016-06-08 10:23:44 +0100) ---------------------------------------------------------------- arm64 fix: - Fix an issue where we fail to fault in old pages on a write when CONFIG_ARM64_HW_AFDBM is enabled ---------------------------------------------------------------- Will Deacon (1): arm64: mm: always take dirty state from new pte in ptep_set_access_flags arch/arm64/mm/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)