]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] s390: CEX2A crt message length
authorEric Rossman <edrossma@us.ibm.com>
Fri, 24 Mar 2006 11:15:30 +0000 (03:15 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Fri, 24 Mar 2006 15:33:18 +0000 (07:33 -0800)
commit6d2d2898e7a7049f6c161d0e46b32558e8fae44b
tree2c63ffe5c068900c47f743c2d2e41107d153ddba
parent15ac3a573144259657168beb55dfe21c62f7fff3
[PATCH] s390: CEX2A crt message length

Undetected edge case for CRT messages to CEX2A caused length to be too short,
thus truncating the message.  The solution was to check a different variable
which actually determines which key type is being used.

Increment version number in z90main.c to correct level of 1.3.3, fix copyright
year and add comment about bitlength limit of CEX2A.

Signed-off-by: Eric Rossman <edrossma@us.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/crypto/z90hardware.c
drivers/s390/crypto/z90main.c