Hi Seth, Dan, This series adds support for kernel's new crypto acomp/scomp compression & decompression framework to zswap. We verified these changes using the kernel's crypto deflate-scomp, lzo-scomp modules and Cavium's ThunderX ZIP driver (we have submitted the Cavium's ThunderX ZIP driver v2 patches with acomp/scomp support to "linux-crypto" which are under review). Addressed review comments from the v1 patch. - Implemented the callback function for request completion. - Added "__percpu" results for acomp request completion. Patch is on top of 'https://git.kernel.org/cgit/linux/kernel/git/mhocko/mm.git' repository "master" branch. Please review the patch. Regards, Mahipal Mahipal Challa (1): mm: zswap - Add crypto acomp/scomp framework support mm/zswap.c | 192 +++++++++++++++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 162 insertions(+), 30 deletions(-) -- 1.8.3.1 -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>