Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpanic.h70 #define TAINT_UNSIGNED_MODULE 13 macro
/Linux-v6.6/include/trace/events/
Dmodule.h29 { (1UL << TAINT_UNSIGNED_MODULE), "E" })
/Linux-v6.6/kernel/
Dpanic.c476 [ TAINT_UNSIGNED_MODULE ] = { 'E', ' ', true },
Dtracepoint.c574 (1 << TAINT_UNSIGNED_MODULE) | (1 << TAINT_TEST) | in trace_module_has_bad_taint()
/Linux-v6.6/kernel/module/
Dmain.c2049 add_taint_module(mod, TAINT_UNSIGNED_MODULE, LOCKDEP_STILL_OK); in module_augment_kernel_taints()