From: jang@linux.vnet.ibm.com Subject: [PATCH 0/1] add support for z196 CPACF algorithms Date: Tue, 19 Apr 2011 21:23:30 +0200 Message-ID: <20110419192330.131516742@linux.vnet.ibm.com> Cc: linux-crypto@vger.kernel.org To: herbert@gondor.apana.org.au Return-path: Received: from mtagate5.uk.ibm.com ([194.196.100.165]:53404 "EHLO mtagate5.uk.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752890Ab1DST0b (ORCPT ); Tue, 19 Apr 2011 15:26:31 -0400 Received: from d06nrmr1707.portsmouth.uk.ibm.com (d06nrmr1707.portsmouth.uk.ibm.com [9.149.39.225]) by mtagate5.uk.ibm.com (8.13.1/8.13.1) with ESMTP id p3JJQU3b020785 for ; Tue, 19 Apr 2011 19:26:30 GMT Received: from d06av07.portsmouth.uk.ibm.com (d06av07.portsmouth.uk.ibm.com [9.149.37.248]) by d06nrmr1707.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id p3JJRQji1982548 for ; Tue, 19 Apr 2011 20:27:26 +0100 Received: from d06av07.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av07.portsmouth.uk.ibm.com (8.14.4/8.13.1/NCO v10.0 AVout) with ESMTP id p3JJQUbX009889 for ; Tue, 19 Apr 2011 13:26:30 -0600 Sender: linux-crypto-owner@vger.kernel.org List-ID: Hi Herbert, 2nd try, this time with quilt... This patch series adds support for the algorithms that came with the latest System z machine, z196. Patch 1 and 2 are trivial cleanup patches to make the new code better fit in. Patch 3,4,5 are the actual feature patches. I tried to make the Kconfig descriptions a bit more useful by stating which machine supports which feature, Patch 6 does this likewise for the existing CPACF algorithms. Patch 7 and 8 contain the changes we needed for testing with tcrypt. Thanks, Jan --