From patchwork Fri Aug 23 22:08:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Connor Kuehl X-Patchwork-Id: 1152457 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) 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 46FbC22MXSz9sBF; Sat, 24 Aug 2019 08:08:46 +1000 (AEST) Received: from localhost ([127.0.0.1] helo=huckleberry.canonical.com) by huckleberry.canonical.com with esmtp (Exim 4.86_2) (envelope-from ) id 1i1Hje-0003kv-3o; Fri, 23 Aug 2019 22:08:42 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by huckleberry.canonical.com with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.86_2) (envelope-from ) id 1i1Hjd-0003kP-0e for kernel-team@lists.ubuntu.com; Fri, 23 Aug 2019 22:08:41 +0000 Received: from mail-pl1-f197.google.com ([209.85.214.197]) by youngberry.canonical.com with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.76) (envelope-from ) id 1i1Hjc-0000YL-IB for kernel-team@lists.ubuntu.com; Fri, 23 Aug 2019 22:08:40 +0000 Received: by mail-pl1-f197.google.com with SMTP id j12so6604494pll.14 for ; Fri, 23 Aug 2019 15:08:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=uzylvkjI56rj1CY7QjNUslOdjYMVyo9BLAw4nKMwjGg=; b=ohTQlufkM0KAl7bRijC741ZYqrPiJju27pTzkfyrIvkqKHcKFmdPwMDGYQgQcuYfLh cexQ55Gw+O0j38h7uNBKz+27SvE3XoHbTs+vi1JcSlBlzJtDBsKKG5kHqF+TmPnHOO+s fEGRToZEObvJyTwjPlyIAaA279DAVda7Uj4zXILFEKepUTKOx0BgKFeRpBlvPLhQg2dl dZanHXO/QrP0QGUo0O4AmIBE7WPkW3f/0AKutPI8RVIYJIBlEQvCFFqJcAGSdy/zb/z5 OxcYtiANbrZmWeo3Us6HB9rDGnuexpD1PYL7y/w7JrpaIROKwkDP7upFxCboG0U+SPIn 1nSg== X-Gm-Message-State: APjAAAVVfiB3KNpejyfeg03ErWThvqr5MJrs2TsTf6NIcHztSDPIf9Ns X78S4DzBNvxmczTk3lVYIa3Jnwm/mOadnH06eWCfO+RsCAAKdJlVQwO6HdXS+0Qnr0u4W72FcJ+ lietzivVqFg4EXaUo9uawOBUdXOW7ts5/yFhKfb1UIA== X-Received: by 2002:a17:902:8492:: with SMTP id c18mr7316408plo.279.1566598118811; Fri, 23 Aug 2019 15:08:38 -0700 (PDT) X-Google-Smtp-Source: APXvYqx/sBkztcNPpnUpGrYQL9ZXBqAyL9BLQAOm4v8Ee0lOsly4wG+JUkBVW28i2/gCLV378M6p9g== X-Received: by 2002:a17:902:8492:: with SMTP id c18mr7316392plo.279.1566598118667; Fri, 23 Aug 2019 15:08:38 -0700 (PDT) Received: from localhost.localdomain (c-71-63-131-226.hsd1.or.comcast.net. [71.63.131.226]) by smtp.gmail.com with ESMTPSA id e10sm4534090pfj.151.2019.08.23.15.08.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 23 Aug 2019 15:08:37 -0700 (PDT) From: Connor Kuehl To: kernel-team@lists.ubuntu.com Subject: [Bionic][SRU][PATCH 4/4] UBUNTU: [Config] CONFIG_CRYPTO_CFB=m Date: Fri, 23 Aug 2019 15:08:25 -0700 Message-Id: <20190823220825.25608-5-connor.kuehl@canonical.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190823220825.25608-1-connor.kuehl@canonical.com> References: <20190823220825.25608-1-connor.kuehl@canonical.com> 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/1841264 Ubuntu commit "crypto: testmgr - add AES-CFB tests" added some new tests to the Crypto test suite. However, these tests have a dependency on the cfb module and it needs to be included in order for the test suite to load this module at runtime. Signed-off-by: Connor Kuehl --- debian.master/config/annotations | 1 + debian.master/config/config.common.ubuntu | 1 + 2 files changed, 2 insertions(+) diff --git a/debian.master/config/annotations b/debian.master/config/annotations index e8f17ff27e47..b39545925449 100644 --- a/debian.master/config/annotations +++ b/debian.master/config/annotations @@ -376,6 +376,7 @@ CONFIG_CRYPTO_CMAC policy<{'amd64': 'm', 'arm64': ' CONFIG_CRYPTO_HMAC policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> CONFIG_CRYPTO_XCBC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> CONFIG_CRYPTO_VMAC policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> +CONFIG_CRYPTO_CFB policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm', 's390x': 'm'}> note CONFIG_CRYPTO_CRC32C policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> CONFIG_CRYPTO_CRC32C_INTEL policy<{'amd64': 'y', 'i386': 'y'}> CONFIG_CRYPTO_CRC32C_VPMSUM policy<{'ppc64el': 'm'}> diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index 67edc5e5eed5..fd422d4c6ca5 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -1801,6 +1801,7 @@ CONFIG_CRYPTO_CAST6_AVX_X86_64=m CONFIG_CRYPTO_CAST_COMMON=m CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CCM=m +CONFIG_CRYPTO_CFB=m CONFIG_CRYPTO_CHACHA20=m CONFIG_CRYPTO_CHACHA20POLY1305=m CONFIG_CRYPTO_CHACHA20_NEON=m