Home
last modified time | relevance | path

Searched refs:TAINT_UNSIGNED_MODULE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dpanic.h71 #define TAINT_UNSIGNED_MODULE 13 macro
/linux-6.12.1/include/trace/events/
Dmodule.h29 { (1UL << TAINT_UNSIGNED_MODULE), "E" })
/linux-6.12.1/kernel/
Dtracepoint.c574 (1 << TAINT_UNSIGNED_MODULE) | (1 << TAINT_TEST) | in trace_module_has_bad_taint()
/linux-6.12.1/kernel/module/
Dmain.c2067 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()