[kernel] r22587 - in dists/trunk/linux/debian: . config/armhf

Ben Hutchings benh at moszumanska.debian.org
Sun May 10 20:00:45 UTC 2015


Author: benh
Date: Sun May 10 20:00:44 2015
New Revision: 22587

Log:
[armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719, ARM_ERRATA_754327, ARM_ERRATA_773022

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armhf/config.armmp

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Sun May 10 19:46:35 2015	(r22586)
+++ dists/trunk/linux/debian/changelog	Sun May 10 20:00:44 2015	(r22587)
@@ -142,6 +142,8 @@
   * [armhf] sound: Enable SND_SIMPLE_CARD as module
   * path_openat(): fix double fput()
   * [x86] serial: Enable SERIAL_8250_DW as built-in
+  * [armhf] Enable ARM_ERRATA_430973 (Closes: #768890), ARM_ERRATA_643719,
+    ARM_ERRATA_754327, ARM_ERRATA_773022
 
   [ Ian Campbell ]
   * [armhf] Enable support for Freescale SNVS RTC. (Closes: #782364)

Modified: dists/trunk/linux/debian/config/armhf/config.armmp
==============================================================================
--- dists/trunk/linux/debian/config/armhf/config.armmp	Sun May 10 19:46:35 2015	(r22586)
+++ dists/trunk/linux/debian/config/armhf/config.armmp	Sun May 10 20:00:44 2015	(r22587)
@@ -7,6 +7,10 @@
 # CONFIG_ARCH_MULTI_V6 is not set
 CONFIG_ARCH_MULTI_V7=y
 CONFIG_ARCH_VIRT=y
+CONFIG_ARM_ERRATA_430973=y
+CONFIG_ARM_ERRATA_643719=y
+CONFIG_ARM_ERRATA_754327=y
+CONFIG_ARM_ERRATA_773022=y
 CONFIG_PCI=y
 CONFIG_SMP=y
 CONFIG_SMP_ON_UP=y



More information about the Kernel-svn-changes mailing list