From patchwork Tue Feb 28 14:14:20 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Frank Heimes X-Patchwork-Id: 1749482 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) 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: legolas.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=canonical.com header.i=@canonical.com header.a=rsa-sha256 header.s=20210705 header.b=ke3+aLBS; dkim-atps=neutral Received: from huckleberry.canonical.com (huckleberry.canonical.com [91.189.94.19]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4PQzrn4081z1yXC for ; Wed, 1 Mar 2023 01:14:33 +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 1pX0kM-0002Ci-U9; Tue, 28 Feb 2023 14:14:26 +0000 Received: from smtp-relay-canonical-0.internal ([10.131.114.83] helo=smtp-relay-canonical-0.canonical.com) by huckleberry.canonical.com with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.86_2) (envelope-from ) id 1pX0kL-0002CV-H2 for kernel-team@lists.ubuntu.com; Tue, 28 Feb 2023 14:14:25 +0000 Received: from localhost.localdomain (p54abbaaa.dip0.t-ipconnect.de [84.171.186.170]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp-relay-canonical-0.canonical.com (Postfix) with ESMTPSA id 52F51408AC for ; Tue, 28 Feb 2023 14:14:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canonical.com; s=20210705; t=1677593664; bh=naPtQXSOZA3SUHdsyVm+ufSp2HUcszFanZQe1iQKUj4=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=ke3+aLBS7ta2TnpDN+qGcGzM63tDuvymMDfFYKGgaAIhv3XXu3I5BeB9aCKvvxEF0 g0ZakgIOtx4u//ALVITU4Gph6Tox0aMoZy5fOzk4PaCATko2OXBGuyR+ZSqPrVbVhV R+ouSB6VSg6GoFwWfvN9jqxWACgtW1D58DDqYcLcI6eTZ9RqDz4VNQvmtn1UBmn0pQ 9XoG9QFkPhV96QzhAhG2FJW8UAUPOfnbiADo4JJOVvPIJP304M2fnBErfGuDyJDqlr yzm1cqrYm5WXqsXY+VN3blJOugjsp2w4YuTc52/WmaISQYOBb86nwBA02NY5VhEqr6 Qn5zDukyohBIw== From: frank.heimes@canonical.com To: kernel-team@lists.ubuntu.com Subject: [U][L][PATCH 0/1] zcrypt DD: AP command filtering (LP: 2003637) Date: Tue, 28 Feb 2023 15:14:20 +0100 Message-Id: <20230228141421.2084287-1-frank.heimes@canonical.com> X-Mailer: git-send-email 2.25.1 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" This patch is to introduce support for stateless AP commands. This will mainly affect error processing and recognizing new error types. Harald Freudenberger (1): s390/zcrypt: introduce ctfm field in struct CPRBX arch/s390/include/uapi/asm/zcrypt.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)