From: Greg Kroah-Hartman Date: Wed, 7 May 2008 04:38:13 +0000 (-0700) Subject: fix up the authorship in some crypto patches X-Git-Tag: v2.6.25.3~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=51f05f2a860d0ce1d4551a3ae791f6380960deea;p=thirdparty%2Fkernel%2Fstable-queue.git fix up the authorship in some crypto patches --- diff --git a/queue-2.6.25/crypto-api-fix-scatterwalk_sg_chain.patch b/queue-2.6.25/crypto-api-fix-scatterwalk_sg_chain.patch index f06e54e1450..239039b9d12 100644 --- a/queue-2.6.25/crypto-api-fix-scatterwalk_sg_chain.patch +++ b/queue-2.6.25/crypto-api-fix-scatterwalk_sg_chain.patch @@ -1,11 +1,11 @@ From stable-bounces@linux.kernel.org Mon May 5 23:01:45 2008 -From: Patrick McHardy +From: Herbert Xu Date: Tue, 06 May 2008 14:01:23 +0800 Subject: CRYPTO: api: Fix scatterwalk_sg_chain To: stable@kernel.org Message-ID: -From: Patrick McHardy +From: Herbert Xu [CRYPTO] api: Fix scatterwalk_sg_chain @@ -24,7 +24,6 @@ This patch also clears the "last" bit on the head of the chained list as it's no longer last. This also went missing in scatterwalk_sg_chain and is present in sg_chain. -From: Patrick McHardy Signed-off-by: Herbert Xu Signed-off-by: Greg Kroah-Hartman diff --git a/queue-2.6.25/crypto-cryptd-correct-kzalloc-error-test.patch b/queue-2.6.25/crypto-cryptd-correct-kzalloc-error-test.patch index 01d26e61288..26a3c11c849 100644 --- a/queue-2.6.25/crypto-cryptd-correct-kzalloc-error-test.patch +++ b/queue-2.6.25/crypto-cryptd-correct-kzalloc-error-test.patch @@ -1,12 +1,11 @@ From stable-bounces@linux.kernel.org Mon May 5 23:14:22 2008 -From: Patrick McHardy +From: Julia Lawall Date: Tue, 06 May 2008 14:01:25 +0800 Subject: CRYPTO: cryptd: Correct kzalloc error test To: stable@kernel.org Message-ID: - -From: Patrick McHardy +From: Julia Lawall [CRYPTO] cryptd: Correct kzalloc error test diff --git a/queue-2.6.25/crypto-eseqiv-fix-off-by-one-encryption.patch b/queue-2.6.25/crypto-eseqiv-fix-off-by-one-encryption.patch index 9641cb84c85..7e06733617d 100644 --- a/queue-2.6.25/crypto-eseqiv-fix-off-by-one-encryption.patch +++ b/queue-2.6.25/crypto-eseqiv-fix-off-by-one-encryption.patch @@ -1,11 +1,11 @@ From stable-bounces@linux.kernel.org Mon May 5 23:53:44 2008 -From: Patrick McHardy +From: Herbert Xu Date: Tue, 06 May 2008 14:01:24 +0800 Subject: CRYPTO: eseqiv: Fix off-by-one encryption To: stable@kernel.org Message-ID: -From: Patrick McHardy +From: Herbert Xu [CRYPTO] eseqiv: Fix off-by-one encryption