[PATCH v4 0/7] lib/lzo: performance improvements

From: Dave Rodgman
Date: Fri Nov 30 2018 - 09:26:27 EST


This patch series introduces performance improvements for lzo.

The previous version of this patchset is here:
https://lkml.org/lkml/2018/11/30/807

This version of the patchset fixes a maybe-used-uninitialized warning
(although the previous version was still safe).

Dave