[kernel] r19473 - dists/trunk/linux/debian/patches/features/all/rt

Uwe Kleine-König ukleinek-guest at alioth.debian.org
Tue Oct 30 20:48:51 UTC 2012


Author: ukleinek-guest
Date: Tue Oct 30 20:48:51 2012
New Revision: 19473

Log:
[rt] apply fix for crypto stuff by Milan Broz

Modified:
   dists/trunk/linux/debian/patches/features/all/rt/crypto-make-core-static-and-init-scru-early.patch

Modified: dists/trunk/linux/debian/patches/features/all/rt/crypto-make-core-static-and-init-scru-early.patch
==============================================================================
--- dists/trunk/linux/debian/patches/features/all/rt/crypto-make-core-static-and-init-scru-early.patch	Mon Oct 29 14:51:15 2012	(r19472)
+++ dists/trunk/linux/debian/patches/features/all/rt/crypto-make-core-static-and-init-scru-early.patch	Tue Oct 30 20:48:51 2012	(r19473)
@@ -13,6 +13,7 @@
 FIXME: Create a static initializer for this.
 
 Signed-off-by: Thomas Gleixner <tglx at linutronix.de>
+[ukl: squash in fix by Milan Broz removing a srcu_init_notifier_head]
 ---
  crypto/Kconfig |    2 +-
  crypto/api.c   |    7 +++++++
@@ -49,3 +50,15 @@
  static inline struct crypto_alg *crypto_alg_get(struct crypto_alg *alg)
  {
  	atomic_inc(&alg->cra_refcnt);
+Index: linux-stable/crypto/algapi.c
+===================================================================
+--- linux-stable.orig/crypto/algapi.c
++++ linux-stable/crypto/algapi.c
+@@ -956,7 +956,6 @@ EXPORT_SYMBOL_GPL(crypto_xor);
+ 
+ static int __init crypto_algapi_init(void)
+ {
+-	srcu_init_notifier_head(&crypto_chain);
+ 	crypto_init_proc();
+ 	return 0;
+ }



More information about the Kernel-svn-changes mailing list