diff options
| author | 2025-10-16 11:09:13 -0400 | |
|---|---|---|
| committer | 2025-11-10 09:31:52 -0500 | |
| commit | 324be6dcbf09133a322db16977a84fbb45c16129 (patch) | |
| tree | 2cc0a6ea3d8cb23bee187dc3766aeb6b918a9061 | |
| parent | nfsd: ensure SEQUENCE replay sends a valid reply. (diff) | |
| download | wireguard-linux-324be6dcbf09133a322db16977a84fbb45c16129.tar.xz wireguard-linux-324be6dcbf09133a322db16977a84fbb45c16129.zip | |
Revert "SUNRPC: Make RPCSEC_GSS_KRB5 select CRYPTO instead of depending on it"
Geert reports:
> This is now commit d8e97cc476e33037 ("SUNRPC: Make RPCSEC_GSS_KRB5
> select CRYPTO instead of depending on it") in v6.18-rc1.
> As RPCSEC_GSS_KRB5 defaults to "y", CRYPTO is now auto-enabled in
> defconfigs that didn't enable it before.
Revert while we work out a proper solution and then test it.
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Closes: https://lore.kernel.org/linux-nfs/b97cea29-4ab7-4fb6-85ba-83f9830e524f@kernel.org/T/#t
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
| -rw-r--r-- | net/sunrpc/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/sunrpc/Kconfig b/net/sunrpc/Kconfig index 33aafdc8392e..2d8b67dac7b5 100644 --- a/net/sunrpc/Kconfig +++ b/net/sunrpc/Kconfig @@ -18,10 +18,9 @@ config SUNRPC_SWAP config RPCSEC_GSS_KRB5 tristate "Secure RPC: Kerberos V mechanism" - depends on SUNRPC + depends on SUNRPC && CRYPTO default y select SUNRPC_GSS - select CRYPTO select CRYPTO_SKCIPHER select CRYPTO_HASH help |
