Re: [OS-BUILD PATCH] New configs in drivers/crypto

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, Sep 30, 2020 at 3:48 PM GitLab Bridge on behalf of jeremycline
<cki-gitlab@xxxxxxxxxx> wrote:
> From: Jeremy Cline <jcline@xxxxxxxxxx>
>
> Hi,
>
> As part of the ongoing rebase effort, the following configuration
> options need to be reviewed.
>
> As a reminder, the ARK configuration flow involves moving unreviewed
> configuration options from the pending directory to the ark directory.
> In the diff below, options are removed from the pending directory and
> added to the ark hierarchy. The final options that need to be ACKed
> are the files that are being added to the ark hierarchy.
>
> If the value for a file that is added should be changed, please reply
> with a better option.
>
>  CONFIG_CHELSIO_TLS_DEVICE:
>
>  This flag enables support for kernel tls offload over Chelsio T6
>  crypto accelerator. CONFIG_CHELSIO_TLS_DEVICE flag can be enabled
>  only if CONFIG_TLS and CONFIG_TLS_DEVICE flags are enabled.
>
>  Symbol: CHELSIO_TLS_DEVICE [=y]
>  Type  : bool
>  Defined at drivers/crypto/chelsio/Kconfig:46
>    Prompt: Chelsio Inline KTLS Offload
>    Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && CHELSIO_T4 [=m] && TLS_DEVICE [=y]
>    Location:
>      -> Cryptographic API (CRYPTO [=y])
>        -> Hardware crypto devices (CRYPTO_HW [=y])
>  Selects: CRYPTO_DEV_CHELSIO [=m]
>
> Cc: Herbert Xu <herbert.xu@xxxxxxxxxx>
> Cc: "David S. Miller" <davem@xxxxxxxxxx>
> Cc: Ondrej Mosnacek <omosnace@xxxxxxxxxx>
> ---
>  .../common/generic/CONFIG_CHELSIO_TLS_DEVICE  |  1 +
>  .../generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT    |  1 +
>  .../generic/CONFIG_CHELSIO_TLS_DEVICE         | 19 -----------------
>  .../generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT    | 21 -------------------
>  4 files changed, 2 insertions(+), 40 deletions(-)
>  create mode 100644 redhat/configs/common/generic/CONFIG_CHELSIO_TLS_DEVICE
>  create mode 100644 redhat/configs/common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CHELSIO_TLS_DEVICE
>  delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT
>
> diff --git a/redhat/configs/common/generic/CONFIG_CHELSIO_TLS_DEVICE b/redhat/configs/common/generic/CONFIG_CHELSIO_TLS_DEVICE
> new file mode 100644
> index 000000000000..0cf2ac88999d
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_CHELSIO_TLS_DEVICE
> @@ -0,0 +1 @@
> +CONFIG_CHELSIO_TLS_DEVICE=y
> diff --git a/redhat/configs/common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT b/redhat/configs/common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT
> new file mode 100644
> index 000000000000..19e3dc42c46c
> --- /dev/null
> +++ b/redhat/configs/common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT
> @@ -0,0 +1 @@
> +# CONFIG_CRYPTO_DEV_OCTEONTX_CPT is not set
> diff --git a/redhat/configs/pending-common/generic/CONFIG_CHELSIO_TLS_DEVICE b/redhat/configs/pending-common/generic/CONFIG_CHELSIO_TLS_DEVICE
> deleted file mode 100644
> index eb5031f201d8..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_CHELSIO_TLS_DEVICE
> +++ /dev/null
> @@ -1,19 +0,0 @@
> -# CONFIG_CHELSIO_TLS_DEVICE:
> -#
> -# This flag enables support for kernel tls offload over Chelsio T6
> -# crypto accelerator. CONFIG_CHELSIO_TLS_DEVICE flag can be enabled
> -# only if CONFIG_TLS and CONFIG_TLS_DEVICE flags are enabled.
> -#
> -# Symbol: CHELSIO_TLS_DEVICE [=y]
> -# Type  : bool
> -# Defined at drivers/crypto/chelsio/Kconfig:46
> -#   Prompt: Chelsio Inline KTLS Offload
> -#   Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && CHELSIO_T4 [=m] && TLS_DEVICE [=y]
> -#   Location:
> -#     -> Cryptographic API (CRYPTO [=y])
> -#       -> Hardware crypto devices (CRYPTO_HW [=y])
> -# Selects: CRYPTO_DEV_CHELSIO [=m]
> -#
> -#
> -#
> -CONFIG_CHELSIO_TLS_DEVICE=y
> diff --git a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT b/redhat/configs/pending-common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT
> deleted file mode 100644
> index a27e4b6a822d..000000000000
> --- a/redhat/configs/pending-common/generic/CONFIG_CRYPTO_DEV_OCTEONTX_CPT
> +++ /dev/null
> @@ -1,21 +0,0 @@
> -# CONFIG_CRYPTO_DEV_OCTEONTX_CPT:
> -#
> -# This driver allows you to utilize the Marvell Cryptographic
> -# Accelerator Unit(CPT) found in OcteonTX series of processors.
> -#
> -# To compile this driver as module, choose M here:
> -# the modules will be called octeontx-cpt and octeontx-cptvf
> -#
> -# Symbol: CRYPTO_DEV_OCTEONTX_CPT [=n]
> -# Type  : tristate
> -# Defined at drivers/crypto/marvell/Kconfig:23
> -#   Prompt: Support for Marvell OcteonTX CPT driver
> -#   Depends on: CRYPTO [=y] && CRYPTO_HW [=y] && (ARCH_THUNDER [=y] || COMPILE_TEST [=n]) && PCI_MSI [=y] && 64BIT [=y] && CRYPTO_LIB_AES [=y]
> -#   Location:
> -#     -> Cryptographic API (CRYPTO [=y])
> -#       -> Hardware crypto devices (CRYPTO_HW [=y])
> -# Selects: CRYPTO_SKCIPHER [=y] && CRYPTO_HASH [=y] && CRYPTO_AEAD [=y] && CRYPTO_DEV_MARVELL [=n]
> -#
> -#
> -#
> -# CONFIG_CRYPTO_DEV_OCTEONTX_CPT is not set
> --
> GitLab

Both of these seem to make sense.

Acked-by: Ondrej Mosnacek <omosnace@xxxxxxxxxx>

-- 
Ondrej Mosnacek
Software Engineer, Platform Security - SELinux kernel
Red Hat, Inc.
_______________________________________________
kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx




[Index of Archives]     [Fedora General Discussion]     [Older Fedora Users Archive]     [Fedora Advisory Board]     [Fedora Security]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Mentors]     [Fedora Package Announce]     [Fedora Package Review]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Coolkey]     [Yum Users]     [Tux]     [Yosemite News]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [USB]     [Asterisk PBX]

  Powered by Linux