public inbox for ceph-devel@vger.kernel.org
 help / color / mirror / Atom feed
From: Dongsheng Yang <dongsheng.yang@linux.dev>
To: Ilya Dryomov <idryomov@gmail.com>, ceph-devel@vger.kernel.org
Subject: Re: [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES
Date: Mon, 8 Dec 2025 09:01:47 +0800	[thread overview]
Message-ID: <59d516eb-bcc9-4e1b-8b69-42ac75399ca0@linux.dev> (raw)
In-Reply-To: <20251207170730.3055857-1-idryomov@gmail.com>


在 12/8/2025 1:07 AM, Ilya Dryomov 写道:
> None of the RBD code directly requires CRC32, CRYPTO, or CRYPTO_AES.
> These options are needed by CEPH_LIB code and they are selected there
> directly.
>
> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>


Reviewed-by: Dongsheng Yang <dongsheng.yang@linux.dev>


Thanx

> ---
>   drivers/block/Kconfig | 3 ---
>   1 file changed, 3 deletions(-)
>
> diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
> index 77d694448990..858320b6ebb7 100644
> --- a/drivers/block/Kconfig
> +++ b/drivers/block/Kconfig
> @@ -316,9 +316,6 @@ config BLK_DEV_RBD
>   	tristate "Rados block device (RBD)"
>   	depends on INET && BLOCK
>   	select CEPH_LIB
> -	select CRC32
> -	select CRYPTO_AES
> -	select CRYPTO
>   	help
>   	  Say Y here if you want include the Rados block device, which stripes
>   	  a block device over objects stored in the Ceph distributed object

      reply	other threads:[~2025-12-08  1:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-07 17:07 [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES Ilya Dryomov
2025-12-08  1:01 ` Dongsheng Yang [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59d516eb-bcc9-4e1b-8b69-42ac75399ca0@linux.dev \
    --to=dongsheng.yang@linux.dev \
    --cc=ceph-devel@vger.kernel.org \
    --cc=idryomov@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox