* [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES
@ 2025-12-07 17:07 Ilya Dryomov
2025-12-08 1:01 ` Dongsheng Yang
0 siblings, 1 reply; 2+ messages in thread
From: Ilya Dryomov @ 2025-12-07 17:07 UTC (permalink / raw)
To: ceph-devel; +Cc: Dongsheng Yang
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>
---
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
--
2.49.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES
2025-12-07 17:07 [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES Ilya Dryomov
@ 2025-12-08 1:01 ` Dongsheng Yang
0 siblings, 0 replies; 2+ messages in thread
From: Dongsheng Yang @ 2025-12-08 1:01 UTC (permalink / raw)
To: Ilya Dryomov, ceph-devel
在 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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-12-08 1:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-07 17:07 [PATCH] rbd: stop selecting CRC32, CRYPTO, and CRYPTO_AES Ilya Dryomov
2025-12-08 1:01 ` Dongsheng Yang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox