Re: [PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO
On Thursday 22 of October 2015 23:35:07 Herbert Xu wrote: > Andrej Krutak wrote: > > Signed-off-by: Andrej Krutak > > You are supposed to describe the patch here, e.g., the reason > why we need this patch. > I'm sorry, please ignore this patch (it's for v4.1 with rt patches). -- Best regards | S pozdravom | Mit freundlichen Grüßen | Cordialement Andrej Krutak -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Re: [PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO
Andrej Krutak wrote: > Signed-off-by: Andrej Krutak You are supposed to describe the patch here, e.g., the reason why we need this patch. Thanks, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
[PATCH] Add select of CONFIG_SRCU by CONFIG_CRYPTO
Signed-off-by: Andrej Krutak --- crypto/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/Kconfig b/crypto/Kconfig index 48ee3e1..c7596ee 100644 --- a/crypto/Kconfig +++ b/crypto/Kconfig @@ -14,6 +14,7 @@ source "crypto/async_tx/Kconfig" # menuconfig CRYPTO tristate "Cryptographic API" + select SRCU help This option provides the core Cryptographic API. -- 1.9.1 -- Best regards | S pozdravom | Mit freundlichen Grüßen | Cordialement Andrej Krutak -- To unsubscribe from this list: send the line "unsubscribe linux-crypto" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html