> On Dec 16, 2020, at 5:23 PM, Michał Mirosław <mirq-linux@xxxxxxxxxxxx> wrote: > > On Wed, Dec 16, 2020 at 10:07:38PM +0000, Nick Terrell wrote: > [...] >> It is very large. If it helps, in the commit message I’ve provided this link [0], >> which provides the diff between upstream zstd as-is and the imported zstd, >> which has been modified by the automated tooling to work in the kernel. >> [0] https://github.com/terrelln/linux/commit/ac2ee65dcb7318afe426ad08f6a844faf3aebb41 > > I looks like you could remove a bit more dead code by noting __GNUC__ >= 4 > (gcc-4.9 is currently the oldest supported [1]). Yeah, that would certainly be possible. My goal was to remove the most egregiously irrelevant code from the kernel, in addition to unused functions which would generate -Wframe-larger-than compiler warnings. My tooling doesn’t have the logic to reason about >= relationships yet. If it isn’t too hard to add, I may go ahead and do that, otherwise I will leave it for future work. I view that as a “nice to have” instead of a hard requirement, though let me know if you disagree. Best, Nick > [1] Documentation/process/changes.rst > > Best Regards > Michał Mirosław