cregit-Linux how code gets into the kernel

Release 4.17 include/linux/decompress/inflate.h

/* SPDX-License-Identifier: GPL-2.0 */
#ifndef LINUX_DECOMPRESS_INFLATE_H

#define LINUX_DECOMPRESS_INFLATE_H

int gunzip(unsigned char *inbuf, long len,
	   long (*fill)(void*, unsigned long),
	   long (*flush)(void*, unsigned long),
	   unsigned char *output,
	   long *pos,
	   void(*error_fn)(char *x));
#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Alain Knaff5886.57%125.00%
Yinghai Lu68.96%125.00%
Rashika Kheria22.99%125.00%
Greg Kroah-Hartman11.49%125.00%
Total67100.00%4100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.