| From: |
| Greg KH <gregkh-AT-linuxfoundation.org> |
| To: |
| Sven Schmidt <4sschmid-AT-informatik.uni-hamburg.de> |
| Subject: |
| Re: [PATCH v2 1/4] lib: Update LZ4 compressor module based on LZ4 v1.7.2. |
| Date: |
| Sun, 8 Jan 2017 12:25:42 +0100 |
| Message-ID: |
| <20170108112542.GC12798@kroah.com> |
| Cc: |
| akpm-AT-linux-foundation.org, bongkyu.kim-AT-lge.com, rsalvaterra-AT-gmail.com, sergey.senozhatsky-AT-gmail.com, linux-kernel-AT-vger.kernel.org, herbert-AT-gondor.apana.org.au, davem-AT-davemloft.net, linux-crypto-AT-vger.kernel.org, anton-AT-enomsg.org, ccross-AT-android.com, keescook-AT-chromium.org, tony.luck-AT-intel.com, phillip-AT-squashfs.org.uk |
On Sat, Jan 07, 2017 at 05:55:42PM +0100, Sven Schmidt wrote:
> This patch updates LZ4 kernel module to LZ4 v1.7.2 by Yann Collet.
> The kernel module is inspired by the previous work by Chanho Min.
> The updated LZ4 module will not break existing code since there were alias
> methods added to ensure backwards compatibility.
Meta-comment. Does this update include all of the security fixes that
we have made over the past few years to the lz4 code? I don't want to
be adding back insecure functions that will cause us problems.
Specifically look at the changes I made in 2014 in this directory for an
example of what I am talking about here.
thanks,
greg k-h