cregit-Linux how code gets into the kernel

Release 4.15 arch/c6x/include/asm/page.h

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

#define _ASM_C6X_PAGE_H


#define VM_DATA_DEFAULT_FLAGS \
	(VM_READ | VM_WRITE | \
        ((current->personality & READ_IMPLIES_EXEC) ? VM_EXEC : 0) | \
                 VM_MAYREAD | VM_MAYWRITE | VM_MAYEXEC)

#include <asm-generic/page.h>

#endif /* _ASM_C6X_PAGE_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Aurelien Jacquiot1794.44%150.00%
Greg Kroah-Hartman15.56%150.00%
Total18100.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.