From patchwork Tue Feb 15 18:59:34 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Petr Vorel X-Patchwork-Id: 542854 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B65BAC433EF for ; Tue, 15 Feb 2022 18:59:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235944AbiBOS75 (ORCPT ); Tue, 15 Feb 2022 13:59:57 -0500 Received: from mxb-00190b01.gslb.pphosted.com ([23.128.96.19]:50312 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243332AbiBOS74 (ORCPT ); Tue, 15 Feb 2022 13:59:56 -0500 Received: from smtp-out2.suse.de (smtp-out2.suse.de [195.135.220.29]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 49330EBBBB; Tue, 15 Feb 2022 10:59:46 -0800 (PST) Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id C3E781F382; Tue, 15 Feb 2022 18:59:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_rsa; t=1644951584; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5YAUHqgVBs+pDipEZBxQHmXGJ42CBpjYidJwV8WeMtc=; b=jB12KMIUWcSWnbHdoRAisy258SrDEEcRYT8dTOTG+Hg5tNVxFSfXqr5Zj8ZzScvwH143ky on/mKMw1ruWYkkNHOv4NPWlTIotJ5gEv5sK4XQinzEL+kHKvD4H05XiiyccsM+lA9+R6/J OmSg/SQrTi3cpPRhALK+ONanH1LWDmM= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.cz; s=susede2_ed25519; t=1644951584; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=5YAUHqgVBs+pDipEZBxQHmXGJ42CBpjYidJwV8WeMtc=; b=3A8UJ97dC6BgqoV4B9DofBSpEYlz/gEdAmvgGUFg5jmrJV6c7+zPmuel4YnhrRWD8Gsa6m CJGqRCW9oG3vyZBQ== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 45EE31376E; Tue, 15 Feb 2022 18:59:44 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id fVAoDyD4C2L2MwAAMHmgww (envelope-from ); Tue, 15 Feb 2022 18:59:44 +0000 From: Petr Vorel To: linux-crypto@vger.kernel.org Cc: Petr Vorel , Nicolai Stange , Herbert Xu , leitao@debian.org, Nayna Jain , Paulo Flabiano Smorigo , linuxppc-dev@lists.ozlabs.org, linux-kbuild@vger.kernel.org Subject: [PATCH v2 0/2] vmx-crypto: Add missing dependencies Date: Tue, 15 Feb 2022 19:59:34 +0100 Message-Id: <20220215185936.15576-1-pvorel@suse.cz> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org Hi, [ Cc powerpc list and VMX people this time ] changes v1->v2: * new commit: crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate * use "select" instead of "depends on" (Nicolai) * drop !CRYPTO_MANAGER_DISABLE_TESTS as the dependency is always (Nicolai) Petr Vorel (2): crypto: vmx: Turn CRYPTO_DEV_VMX_ENCRYPT into tristate crypto: vmx: Add missing dependencies MAINTAINERS | 2 +- arch/powerpc/configs/powernv_defconfig | 2 +- arch/powerpc/configs/ppc64_defconfig | 2 +- arch/powerpc/configs/pseries_defconfig | 2 +- drivers/crypto/Kconfig | 6 ------ drivers/crypto/vmx/Kconfig | 8 ++++++-- 6 files changed, 10 insertions(+), 12 deletions(-)