cregit-Linux how code gets into the kernel

Release 4.14 tools/build/feature/test-lzma.c

// SPDX-License-Identifier: GPL-2.0
#include <lzma.h>


int main(void) { lzma_stream strm = LZMA_STREAM_INIT; int ret; ret = lzma_stream_decoder(&strm, UINT64_MAX, LZMA_CONCATENATED); return ret ? -1 : 0; }

Contributors

PersonTokensPropCommitsCommitProp
Jiri Olsa35100.00%1100.00%
Total35100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Jiri Olsa3897.44%150.00%
Greg Kroah-Hartman12.56%150.00%
Total39100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.