CONFIG_ARM64_ERRATUM_1286807 is not available for thedefaultarchitecture x86.
Result is shown for architecture arm64
Cortex-A76: Modification of the translation table for a virtual address might lead to read-after-read ordering violation (rare)
configname: CONFIG_ARM64_ERRATUM_1286807
Linux Kernel Configuration
└─>Kernel Features
└─>ARM errata workarounds via the alternatives framework
└─>Cortex-A76: Modification of the translation table for a virtual address might lead to read-after-read ordering violation (rare)
In linux kernel since version 3.10 (release Date: 2013-06-30)
This option adds a workaround for ARM Cortex-A76 erratum 1286807.
On the affected Cortex-A76 cores (r0p0 to r3p0), if a virtual
address for a cacheable mapping of a location is being
accessed by a core while another core is remapping the virtual
address to a new physical page using the recommended
break-before-make sequence, then under very rare circumstances
TLBI+DSB completes before a read using the translation being
invalidated has been observed by other observers. The
workaround repeats the TLBI+DSB operation.
If unsure, say N.
On the affected Cortex-A76 cores (r0p0 to r3p0), if a virtual
address for a cacheable mapping of a location is being
accessed by a core while another core is remapping the virtual
address to a new physical page using the recommended
break-before-make sequence, then under very rare circumstances
TLBI+DSB completes before a read using the translation being
invalidated has been observed by other observers. The
workaround repeats the TLBI+DSB operation.
If unsure, say N.