cregit-Linux how code gets into the kernel

Release 4.12 include/linux/personality.h

Directory: include/linux
#ifndef _LINUX_PERSONALITY_H

#define _LINUX_PERSONALITY_H

#include <uapi/linux/personality.h>

/*
 * Return the base personality without flags.
 */

#define personality(pers)	(pers & PER_MASK)

/*
 * Change personality of the currently running process.
 */

#define set_personality(pers)	(current->personality = (pers))

#endif /* _LINUX_PERSONALITY_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds1450.00%120.00%
Linus Torvalds (pre-git)1035.71%240.00%
David Howells310.71%120.00%
Richard Weinberger13.57%120.00%
Total28100.00%5100.00%
Directory: include/linux
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.