[kernel] r19867 - in dists/sid/linux/debian: . config/powerpc

Ben Hutchings benh at alioth.debian.org
Wed Feb 27 03:48:12 UTC 2013


Author: benh
Date: Wed Feb 27 03:48:11 2013
New Revision: 19867

Log:
[powerpc/powerpc64] random: Change HW_RANDOM from module to built-in, to work around virtio-rng bug

Modified:
   dists/sid/linux/debian/changelog
   dists/sid/linux/debian/config/powerpc/config.powerpc64

Modified: dists/sid/linux/debian/changelog
==============================================================================
--- dists/sid/linux/debian/changelog	Wed Feb 27 03:44:20 2013	(r19866)
+++ dists/sid/linux/debian/changelog	Wed Feb 27 03:48:11 2013	(r19867)
@@ -12,8 +12,8 @@
     in 3.2.38 (Closes: #701690)
   * [armel/versatile] i2c: Re-enable I2C_PCA_PLATFORM as module, erroneously
     disabled in 3.2.39-1 (fixes FTBFS)
-  * [x86] random: Change HW_RANDOM from module to built-in, to work around
-    (Closes: #701784)
+  * [x86,powerpc/powerpc64] random: Change HW_RANDOM from module to built-in,
+    to work around virtio-rng bug (Closes: #701784)
 
  -- Ben Hutchings <ben at decadent.org.uk>  Tue, 26 Feb 2013 02:19:28 +0000
 

Modified: dists/sid/linux/debian/config/powerpc/config.powerpc64
==============================================================================
--- dists/sid/linux/debian/config/powerpc/config.powerpc64	Wed Feb 27 03:44:20 2013	(r19866)
+++ dists/sid/linux/debian/config/powerpc/config.powerpc64	Wed Feb 27 03:48:11 2013	(r19867)
@@ -95,7 +95,7 @@
 ##
 ## file: drivers/char/hw_random/Kconfig
 ##
-CONFIG_HW_RANDOM=m
+CONFIG_HW_RANDOM=y
 CONFIG_HW_RANDOM_PASEMI=m
 
 ##



More information about the Kernel-svn-changes mailing list