/kernel/linux/linux-6.6/scripts/clang-tools/ |
H A D | run-clang-tools.py | 47 # Disable all checks, then re-enable the ones we want 48 checks = [] 49 checks.append("-checks=-*") 51 checks.append("linuxkernel-*") 53 checks.append("clang-analyzer-*") 54 checks.append("-clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling") 55 p = subprocess.run(["clang-tidy", "-p", args.path, ",".join(checks), entry["file"]],
|
/kernel/linux/linux-5.10/scripts/clang-tools/ |
H A D | run-clang-tools.py | 48 # Disable all checks, then re-enable the ones we want 49 checks = "-checks=-*," 51 checks += "linuxkernel-*" 53 checks += "clang-analyzer-*" 54 p = subprocess.run(["clang-tidy", "-p", args.path, checks, entry["file"]],
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | instrumented.h | 11 #include <linux/kasan-checks.h> 12 #include <linux/kcsan-checks.h> 13 #include <linux/kmsan-checks.h>
|
H A D | kcsan.h | 4 * data structures to set up runtime. See kcsan-checks.h for explicit checks and 13 #include <linux/kcsan-checks.h>
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | rwonce.h | 26 #include <linux/kasan-checks.h> 27 #include <linux/kcsan-checks.h>
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | rwonce.h | 26 #include <linux/kasan-checks.h> 27 #include <linux/kcsan-checks.h>
|
/kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
H A D | perf_json_output_lint.py | 45 checks = { 80 if key not in checks: 82 if not checks[key](value):
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | instrumented.h | 11 #include <linux/kasan-checks.h> 12 #include <linux/kcsan-checks.h>
|
H A D | kcsan.h | 6 #include <linux/kcsan-checks.h>
|
/kernel/linux/linux-5.10/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 89 local checks="$(gen_params_checks "${meta}" "$@")" 99 ${checks}
|
/kernel/linux/linux-6.6/scripts/atomic/ |
H A D | gen-atomic-instrumented.sh | 67 local checks="$(gen_params_checks "${meta}" "${order}" "$@")" 77 ${checks}
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | page_64.h | 11 #include <linux/kmsan-checks.h>
|
/kernel/linux/linux-6.6/scripts/dtc/ |
H A D | Makefile | 9 srcpos.o checks.o util.o
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | uaccess_64.h | 10 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-5.10/scripts/dtc/ |
H A D | Makefile | 8 srcpos.o checks.o util.o
|
/kernel/linux/linux-5.10/drivers/w1/slaves/ |
H A D | w1_ds28e17.c | 72 /* Number of checks for the busy flag before timeout. */ 89 unsigned int checks; in w1_f19_i2c_busy_wait() local 105 checks = W1_F19_BUSY_CHECKS; in w1_f19_i2c_busy_wait() 106 while ((checks--) > 0) { in w1_f19_i2c_busy_wait()
|
/kernel/linux/linux-6.6/drivers/w1/slaves/ |
H A D | w1_ds28e17.c | 72 /* Number of checks for the busy flag before timeout. */ 89 unsigned int checks; in w1_f19_i2c_busy_wait() local 105 checks = W1_F19_BUSY_CHECKS; in w1_f19_i2c_busy_wait() 106 while ((checks--) > 0) { in w1_f19_i2c_busy_wait()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
H A D | barrier.h | 12 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-5.10/arch/loongarch/lib/ |
H A D | csum.c | 5 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-5.10/arch/arm64/lib/ |
H A D | csum.c | 5 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-6.6/arch/loongarch/lib/ |
H A D | csum.c | 5 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-6.6/arch/arm64/lib/ |
H A D | csum.c | 5 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-6.6/arch/arm64/include/asm/ |
H A D | barrier.h | 12 #include <linux/kasan-checks.h>
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | simple_spinlock.h | 18 #include <linux/kcsan-checks.h>
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | checksum.h | 15 #include <linux/kasan-checks.h>
|