VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Satya Tangirala <satyat@google.com> 2021-02-01 05:10:18 +0000 committer: Mike Snitzer <snitzer@redhat.com> 2021-02-11 09:45:25 -0500 commit: 9355a9eb21a5c9b859ec838beb1874eef2e2a6d9 parent: aa6ce87a768226802f9a231b3909fe81c503852c
Commit Summary:
dm: support key eviction from keyslot managers of underlying devices
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/block/blk-crypto.c b/block/blk-crypto.c
index 09fcb18fa778..c5bdaafffa29 100644
--- a/block/blk-crypto.c
+++ b/block/blk-crypto.c
@@ -409,3 +409,4 @@ int blk_crypto_evict_key(struct request_queue *q,
 	 */
 	return blk_crypto_fallback_evict_key(key);
 }
+EXPORT_SYMBOL_GPL(blk_crypto_evict_key);