Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for LZ4 decompression bug #188

Closed
wants to merge 1 commit into from

Commits on May 27, 2015

  1. Patch for LZ4 decompression bug

    Sorry if i've misformatted this patch, i'm not terribly comfortable with github :(
    
    The issue (and patch by Krzysztof Kolasa emerged here https://lkml.org/lkml/2015/4/3/453)
    
    64bit kernels using the latest upstream source and compressed with LZ4 (mine included) are unable to decompress the image and simply halt saying 
    "Decoding failed
    >  -- System halted"
    The patch mentioned successfully solved this issue, but there was a problem with its formatting. I'm hoping a suitable patch can be made (incase i've horribly mucked this up) before the 4.1 kernel reaches stability, even better if it could make it in before this weekend's next -rc bump.
    I cannot comment on the suitability or style of the patch, i am simply trying to push it forward, since it's quite important for fellow LZ4 users.
    
    Thank you in advance!
    Antonius-git committed May 27, 2015
    Configuration menu
    Copy the full SHA
    bb67532 View commit details
    Browse the repository at this point in the history