[kernel/f13/master] hostap_cs-fix-sleeping-function-called-from-invalid-context.patch

Kyle McMartin kyle at fedoraproject.org
Mon Jan 31 17:27:11 UTC 2011


commit 7c8aa2a2c471ddacefcf52b278e05d6549927e96
Author: Kyle McMartin <kyle at redhat.com>
Date:   Mon Jan 31 12:25:58 2011 -0500

    hostap_cs-fix-sleeping-function-called-from-invalid-context.patch
    
    from Stanislaw Gruszka

 ...ping-function-called-from-invalid-context.patch |   32 +++++---------------
 kernel.spec                                        |    9 +++++
 2 files changed, 17 insertions(+), 24 deletions(-)
---
diff --git a/hostap_cs-fix-sleeping-function-called-from-invalid-context.patch b/hostap_cs-fix-sleeping-function-called-from-invalid-context.patch
index 5ad1365..62bc823 100644
--- a/hostap_cs-fix-sleeping-function-called-from-invalid-context.patch
+++ b/hostap_cs-fix-sleeping-function-called-from-invalid-context.patch
@@ -1,31 +1,10 @@
-From sgruszka at redhat.com Mon Jan 17 08:04:28 2011
-Return-Path: sgruszka at redhat.com
-Received: from zmta03.collab.prod.int.phx2.redhat.com (LHLO
- zmta03.collab.prod.int.phx2.redhat.com) (10.5.5.33) by
- mail03.corp.redhat.com with LMTP; Mon, 17 Jan 2011 08:04:28 -0500 (EST)
-Received: from localhost (localhost.localdomain [127.0.0.1])
-	by zmta03.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 5CF754C96B;
-	Mon, 17 Jan 2011 08:04:28 -0500 (EST)
-Received: from zmta03.collab.prod.int.phx2.redhat.com ([127.0.0.1])
-	by localhost (zmta03.collab.prod.int.phx2.redhat.com [127.0.0.1]) (amavisd-new, port 10024)
-	with ESMTP id qCtjRMUf-IeX; Mon, 17 Jan 2011 08:04:28 -0500 (EST)
-Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12])
-	by zmta03.collab.prod.int.phx2.redhat.com (Postfix) with ESMTP id 4B8794C91D;
-	Mon, 17 Jan 2011 08:04:28 -0500 (EST)
-Received: from localhost (vpn-235-108.phx2.redhat.com [10.3.235.108])
-	by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id p0HD4RC9017134;
-	Mon, 17 Jan 2011 08:04:27 -0500
+From kernel-bounces at lists.fedoraproject.org Mon Jan 17 08:04:38 2011
 From: Stanislaw Gruszka <sgruszka at redhat.com>
 To: stable at kernel.org, kernel at lists.fedoraproject.org
-Cc: Kyle McMartin <kmcmartin at redhat.com>,
-        Stanislaw Gruszka <sgruszka at redhat.com>,
-        Dominik Brodowski <linux at dominikbrodowski.net>,
-        Tim Gardner <tim.gardner at canonical.com>,
-        linux-wireless at vger.kernel.org
-Subject: [PATCH 2.6.34.y] hostap_cs: fix sleeping function called from invalid context
+Subject: [PATCH 2.6.34.y] hostap_cs: fix sleeping function called from invalid
+	context
 Date: Mon, 17 Jan 2011 14:04:25 +0100
 Message-Id: <1295269465-4903-1-git-send-email-sgruszka at redhat.com>
-X-Scanned-By: MIMEDefang 2.67 on 10.5.11.12
 
 commit 4e5518ca53be29c1ec3c00089c97bef36bfed515 upstream.
 
@@ -99,3 +78,8 @@ index f33e18e..116b5c6 100644
 -- 
 1.7.1
 
+_______________________________________________
+kernel mailing list
+kernel at lists.fedoraproject.org
+https://admin.fedoraproject.org/mailman/listinfo/kernel
+
diff --git a/kernel.spec b/kernel.spec
index 29b4ed1..7865d41 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -943,6 +943,9 @@ Patch13945: tcp-protect-sysctl_tcp_cookie_size-reads.patch
 # rhbz#673207 (f14)
 Patch13950: sunrpc-kernel-panic-when-mount-nfsv4.patch
 
+# rhbz#643758
+Patch13952: hostap_cs-fix-sleeping-function-called-from-invalid-context.patch
+
 %endif
 
 BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1809,6 +1812,8 @@ ApplyPatch tcp-protect-sysctl_tcp_cookie_size-reads.patch
 # rhbz#673207 (f14)
 ApplyPatch sunrpc-kernel-panic-when-mount-nfsv4.patch
 
+ApplyPatch hostap_cs-fix-sleeping-function-called-from-invalid-context.patch
+
 # END OF PATCH APPLICATIONS
 
 %endif
@@ -2430,6 +2435,10 @@ fi
 
 
 %changelog
+* Mon Jan 31 2011 Kyle McMartin <kmcmartin at redhat.com>
+- hostap_cs: fix sleeping function called from invalid context (#643758)
+  patch from Stanislaw Gruszka.
+
 * Sun Jan 30 2011 Chuck Ebbert <cebbert at redhat.com>
 - Copy sunrpc oops fix from F14
 


More information about the scm-commits mailing list