cregit-Linux how code gets into the kernel

Release 4.16 include/linux/personality.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#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 Torvalds1448.28%116.67%
Linus Torvalds (pre-git)1034.48%233.33%
David Howells310.34%116.67%
Richard Weinberger13.45%116.67%
Greg Kroah-Hartman13.45%116.67%
Total29100.00%6100.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.