cregit-Linux how code gets into the kernel

Release 4.7 include/asm-generic/kdebug.h

#ifndef _ASM_GENERIC_KDEBUG_H

#define _ASM_GENERIC_KDEBUG_H


enum die_val {
	
DIE_UNUSED,
	
DIE_OOPS = 1,
};

#endif /* _ASM_GENERIC_KDEBUG_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
christoph hellwigchristoph hellwig1473.68%133.33%
jonas bonnjonas bonn421.05%133.33%
andrea gelminiandrea gelmini15.26%133.33%
Total19100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
{% endraw %}