From mboxrd@z Thu Jan 1 00:00:00 1970 From: greg@kroah.com (Greg KH) Date: Fri, 11 May 2018 17:47:21 +0200 Subject: [PATCH] [stable 4.9] arm64: Add work around for Arm Cortex-A55 Erratum 1024718 In-Reply-To: <1526046675-23790-1-git-send-email-suzuki.poulose@arm.com> References: <1526046675-23790-1-git-send-email-suzuki.poulose@arm.com> Message-ID: <20180511154721.GC17038@kroah.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Fri, May 11, 2018 at 02:51:15PM +0100, Suzuki K Poulose wrote: > commit ece1397cbc89c51914fae1aec729539cfd8bd62b upstream > > Some variants of the Arm Cortex-55 cores (r0p0, r0p1, r1p0) suffer > from an erratum 1024718, which causes incorrect updates when DBM/AP > bits in a page table entry is modified without a break-before-make > sequence. The work around is to disable the hardware DBM feature > on the affected cores. The hardware Access Flag management features > is not affected. > > The hardware DBM feature is a non-conflicting capability, i.e, the > kernel could handle cores using the feature and those without having > the features running at the same time. So this work around is detected > at early boot time, rather than delaying it until the CPUs are brought > up into the kernel with MMU turned on. This also avoids other complexities > with late CPUs turning online, with or without the hardware DBM features. > > Cc: stable at vger.kernel.org # v4.9 > Cc: Catalin Marinas > Cc: Mark Rutland > Cc: Will Deacon > Signed-off-by: Suzuki K Poulose > --- > Note: The upstream commit is on top of a reworked capability > infrastructure for arm64 heterogeneous systems, which allows > delaying the CPU model checks. This backport is based on the > original version of the patch [0], which checks the affected > CPU models during the early boot. > > [0] https://lkml.kernel.org/r/20180116102323.3470-1-suzuki.poulose at arm.com Now applied, thanks. greg k-h