From 7c8aa2a2c471ddacefcf52b278e05d6549927e96 Mon Sep 17 00:00:00 2001 From: Kyle McMartin Date: Mon, 31 Jan 2011 12:25:58 -0500 Subject: [PATCH] hostap_cs-fix-sleeping-function-called-from-invalid-context.patch from Stanislaw Gruszka --- ...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 5ad1365a8..62bc823a4 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@redhat.com Mon Jan 17 08:04:28 2011 -Return-Path: sgruszka@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@lists.fedoraproject.org Mon Jan 17 08:04:38 2011 From: Stanislaw Gruszka To: stable@kernel.org, kernel@lists.fedoraproject.org -Cc: Kyle McMartin , - Stanislaw Gruszka , - Dominik Brodowski , - Tim Gardner , - linux-wireless@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@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@lists.fedoraproject.org +https://admin.fedoraproject.org/mailman/listinfo/kernel + diff --git a/kernel.spec b/kernel.spec index 29b4ed10b..7865d41fa 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 +- hostap_cs: fix sleeping function called from invalid context (#643758) + patch from Stanislaw Gruszka. + * Sun Jan 30 2011 Chuck Ebbert - Copy sunrpc oops fix from F14