24 Jan, 2014

1 commit

  • "ret", being set to -1 early on, gets cleared by the first invocation of
    lz4_decompress()/lz4_decompress_unknownoutputsize(), and hence subsequent
    failures wouldn't be noticed by the caller without setting it back to -1
    right after those calls.

    Reported-by: Matthew Daley
    Signed-off-by: Jan Beulich
    Cc: Kyungsik Lee
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Jan Beulich
     

10 Jul, 2013

1 commit

  • Add support for extracting LZ4-compressed kernel images, as well as
    LZ4-compressed ramdisk images in the kernel boot process.

    Signed-off-by: Kyungsik Lee
    Cc: "H. Peter Anvin"
    Cc: Ingo Molnar
    Cc: Thomas Gleixner
    Cc: Russell King
    Cc: Borislav Petkov
    Cc: Florian Fainelli
    Cc: Yann Collet
    Signed-off-by: Andrew Morton
    Signed-off-by: Linus Torvalds

    Kyungsik Lee