net: drop NET dependency from HAVE_BPF_JIT
[firefly-linux-kernel-4.4.55.git] / arch / arm / Kconfig
index cf006d40342ca4d51a0128ca0ae60dc36452cd6f..e19ed3fd3089a9f8bba4a4cd2090a46843d68c38 100644 (file)
@@ -33,7 +33,7 @@ config ARM
        select GENERIC_IRQ_SHOW
        select CPU_PM if (SUSPEND || CPU_IDLE)
        select GENERIC_PCI_IOMAP
-       select HAVE_BPF_JIT if NET
+       select HAVE_BPF_JIT
        help
          The ARM series is a line of low-power-consumption RISC chip designs
          licensed by ARM Ltd and targeted at embedded applications and
@@ -1186,6 +1186,15 @@ if !MMU
 source "arch/arm/Kconfig-nommu"
 endif
 
+config ARM_ERRATA_326103
+       bool "ARM errata: FSR write bit incorrect on a SWP to read-only memory"
+       depends on CPU_V6
+       help
+         Executing a SWP instruction to read-only memory does not set bit 11
+         of the FSR on the ARM 1136 prior to r1p0. This causes the kernel to
+         treat the access as a read, preventing a COW from occurring and
+         causing the faulting task to livelock.
+
 config ARM_ERRATA_411920
        bool "ARM errata: Invalidation of the Instruction Cache operation can fail"
        depends on CPU_V6 || CPU_V6K