Crypto Fixes for 2.6.32

2009-10-19 Thread Herbert Xu
Hi Linus: This push fixes a regression in the padlock-sha driver that causes faults on 32-bit VIA processors. Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git or master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git Herbert Xu (1): cry

Re: [PATCH 3/7] crypto: testmgr: fix warning

2009-10-19 Thread Jarod Wilson
On 10/19/09 9:58 AM, Jarod Wilson wrote: On 10/19/09 9:52 AM, Jiri Kosina wrote: On Mon, 19 Oct 2009, Felipe Contreras wrote: crypto/testmgr.c: In function ?test_cprng?: crypto/testmgr.c:1204: warning: ?err? may be used uninitialized in this function Signed-off-by: Felipe Contreras --- crypto

Re: [PATCH 3/7] crypto: testmgr: fix warning

2009-10-19 Thread Jarod Wilson
On 10/19/09 9:52 AM, Jiri Kosina wrote: On Mon, 19 Oct 2009, Felipe Contreras wrote: crypto/testmgr.c: In function ?test_cprng?: crypto/testmgr.c:1204: warning: ?err? may be used uninitialized in this function Signed-off-by: Felipe Contreras --- crypto/testmgr.c |2 +- 1 files changed,

Re: [PATCH 3/7] crypto: testmgr: fix warning

2009-10-19 Thread Jiri Kosina
On Mon, 19 Oct 2009, Felipe Contreras wrote: > crypto/testmgr.c: In function ?test_cprng?: > crypto/testmgr.c:1204: warning: ?err? may be used uninitialized in this > function > > Signed-off-by: Felipe Contreras > --- > crypto/testmgr.c |2 +- > 1 files changed, 1 insertions(+), 1 deletion