From patchwork Mon Feb 17 17:35:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Heimes X-Patchwork-Id: 1239407 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (no SPF record) smtp.mailfrom=lists.ubuntu.com (client-ip=91.189.94.19; helo=huckleberry.canonical.com; envelope-from=kernel-team-bounces@lists.ubuntu.com; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=canonical.com Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48Lrlt3mdNz9sPK; Tue, 18 Feb 2020 04:37:30 +1100 (AEDT) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1j3kKk-00025D-BC; Mon, 17 Feb 2020 17:37:26 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j3kKj-000256-BP for kernel-team@lists.ubuntu.com; Mon, 17 Feb 2020 17:37:25 +0000 Received: from 2.general.fheimes.uk.vpn ([10.172.194.67] helo=T570.fritz.box) by youngberry.canonical.com with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1j3kKj-00030Q-1x for kernel-team@lists.ubuntu.com; Mon, 17 Feb 2020 17:37:25 +0000 From: frank.heimes@canonical.com To: kernel-team@lists.ubuntu.com Subject: [F][PATCH v2 0/5] paes self test (LP: 1854948) Date: Mon, 17 Feb 2020 18:35:57 +0100 Message-Id: <20200217173602.32689-1-frank.heimes@canonical.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.20 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: kernel-team-bounces@lists.ubuntu.com Sender: "kernel-team" Buglink: https://bugs.launchpad.net/bugs/1854948 This add a self-test to the paes cipher in the paes_s390 module. This self test shall allow to load and use the paes cipher if the kernel FIPS flag is switched on. Harald Freudenberger (4): From: Harald Freudenberger There have been some findings during Eric Biggers rework of the paes implementation which this patch tries to address: s390/crypto: enable clear key values for paes ciphers From: Harald Freudenberger Markus Elfring (1): From: Markus Elfring arch/s390/crypto/paes_s390.c | 241 +++++++++++++++++++-------- crypto/testmgr.c | 36 ++++ drivers/s390/crypto/pkey_api.c | 88 ++++++---- drivers/s390/crypto/zcrypt_ccamisc.h | 1 + 4 files changed, 270 insertions(+), 96 deletions(-)