cregit-Linux how code gets into the kernel

Release 4.15 include/linux/kasan-checks.h

Directory: include/linux
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _LINUX_KASAN_CHECKS_H

#define _LINUX_KASAN_CHECKS_H

#ifdef CONFIG_KASAN
void kasan_check_read(const volatile void *p, unsigned int size);
void kasan_check_write(const volatile void *p, unsigned int size);
#else

static inline void kasan_check_read(const volatile void *p, unsigned int size) { }

Contributors

PersonTokensPropCommitsCommitProp
Andrey Ryabinin1593.75%150.00%
Dmitriy Vyukov16.25%150.00%
Total16100.00%2100.00%


static inline void kasan_check_write(const volatile void *p, unsigned int size) { }

Contributors

PersonTokensPropCommitsCommitProp
Andrey Ryabinin1593.75%150.00%
Dmitriy Vyukov16.25%150.00%
Total16100.00%2100.00%

#endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andrey Ryabinin7193.42%133.33%
Dmitriy Vyukov45.26%133.33%
Greg Kroah-Hartman11.32%133.33%
Total76100.00%3100.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.