Hi Ben, On Sat, Aug 01, 2015 at 06:33:34PM +0100, Ben Hutchings wrote: > Linux 2.6.32.64 included an update to the lzo compression code. So far > as I know, there is nothing wrong with it, but it no longer matches the > test vectors in crypto/testmgr. Please cherry-pick this fix: > > commit 0ec7382036922be063b515b2a3f1d6f7a607392c > Author: Markus F.X.J. Oberhumer <markus@xxxxxxxxxxxxx> > Date: Sun Oct 14 15:39:04 2012 +0200 > > crypto: testmgr - update LZO compression test vectors Noted, thank you for the information. I don't understand much the problem you spotted since the change only applies to decompression while the patch above seems to only adjust the compression patterns (I don't know how the compression tests work though). Also, for the fix to behave differently, it requires slightly more than 16 million consecutive 255 bytes to trigger the error path, which the commit above doesn't seem to perform. But I'm queuing this patch anyway. Thanks! Willy -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html