To: stable@kernel.org
Message-ID: <20061202033726.GA26175@gondor.apana.org.au>
From: Herbert Xu <herbert@gondor.apana.org.au>
-Subject: [CRYPTO] cryptoloop: Select CRYPTO_CBC
+Subject: cryptoloop: Select CRYPTO_CBC
As CBC is the default chaining method for cryptoloop, we should select
it from cryptoloop to ease the transition.
From stable-bounces@linux.kernel.org Mon Dec 4 08:50:32 2006
Date: Mon, 4 Dec 2006 18:44:48 +0200
-From: "Michael S. Tsirkin" <mst@mellanox.co.il>
+From: Michael S Tsirkin <mst@mellanox.co.il>
To: stable@kernel.org, Roland Dreier <rolandd@cisco.com>, Sean Hefty <sean.hefty@intel.com>
Message-ID: <20061204164448.GA15375@mellanox.co.il>
Subject: IB/ucm: Fix deadlock in cleanup
Date: Sat, 02 Dec 2006 21:04:06 -0800 (PST)
From: David Miller <davem@davemloft.net>
To: stable@kernel.org
-Subject: [IPV6] NDISC: Calculate packet length correctly for allocation.
+Subject: IPV6 NDISC: Calculate packet length correctly for allocation.
MAX_HEADER does not include the ipv6 header length in it,
so we need to add it in explicitly.
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
---
+commit c0279128f20aa3580b0b43aaa49f351f6bad5f30
+Author: David S. Miller <davem@sunset.davemloft.net>
+Date: Fri Dec 8 17:05:13 2006 -0800
- commit c0279128f20aa3580b0b43aaa49f351f6bad5f30
- Author: David S. Miller <davem@sunset.davemloft.net>
- Date: Fri Dec 8 17:05:13 2006 -0800
-
----
include/linux/if_addr.h | 6 ++++++
include/linux/if_link.h | 6 ++++++
2 files changed, 12 insertions(+)
Cc: akpm@osdl.org, rjw@sisk.pl, stable@kernel.org, pavel@ucw.cz
Subject: PM: Fix swsusp debug mode testproc
-From: "Rafael J. Wysocki" <rjw@sisk.pl>
+From: Rafael J Wysocki <rjw@sisk.pl>
The 'testproc' swsusp debug mode thaws tasks twice in a row, which is _very_
confusing. Fix that.
From: Larry Finger <Larry.Finger@lwfinger.net>
To: John Linville <linville@tuxdriver.com>, chrisw@sous-sol.org, stable@kernel.org
Cc: maxime@tralhalla.org, Michael Buesch <mb@bu3sch.de>, Stefano Brivio <st3@riseup.net>
-Subject: [PATCH] softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_mlme
+Subject: softmac: fix unbalanced mutex_lock/unlock in ieee80211softmac_wx_set_mlme
Message-ID: <4572FDE1.mail33M13NDAZ@lwfinger.net>
From: Maxime Austruy <maxime@tralhalla.org>