kernel/kernel/auditsc.c
.. .. @@ -2203,6 +2203,8 @@ 2203 2203 } 2204 2204 } 2205 2205 2206 + cond_resched();2207 +2206 2208 /* is there a matching child entry? */ 2207 2209 list_for_each_entry(n, &context->names_list, list) { 2208 2210 /* can only match entries that have a name */