summaryrefslogtreecommitdiffstats
path: root/MAINTAINERS
diff options
context:
space:
mode:
authorDan Streetman2015-05-07 19:49:15 +0200
committerHerbert Xu2015-05-11 09:06:43 +0200
commit2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9 (patch)
treea1be2f5e00261b99e8ab85864dbb16075d809eb7 /MAINTAINERS
parentlib: add software 842 compression/decompression (diff)
downloadkernel-qcow2-linux-2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9.tar.gz
kernel-qcow2-linux-2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9.tar.xz
kernel-qcow2-linux-2062c5b6da758ca2bb64b698d7f9c5c45a06fcf9.zip
crypto: 842 - change 842 alg to use software
Change the crypto 842 compression alg to use the software 842 compression and decompression library. Add the crypto driver_name as "842-generic". Remove the fallback to LZO compression. Previously, this crypto compression alg attemped 842 compression using PowerPC hardware, and fell back to LZO compression and decompression if the 842 PowerPC hardware was unavailable or failed. This should not fall back to any other compression method, however; users of this crypto compression alg can fallback if desired, and transparent fallback tricks callers into thinking they are getting 842 compression when they actually get LZO compression - the failure of the 842 hardware should not be transparent to the caller. The crypto compression alg for a hardware device also should not be located in crypto/ so this is now a software-only implementation that uses the 842 software compression/decompression library. Signed-off-by: Dan Streetman <ddstreet@ieee.org> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r--MAINTAINERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS
index 96684fd49abc..a13b4b10ff46 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4864,6 +4864,7 @@ S: Supported
F: drivers/crypto/nx/nx-842.c
F: include/linux/nx842.h
F: include/linux/sw842.h
+F: crypto/842.c
F: lib/842/
IBM Power Linux RAID adapter