hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/kernel/auditsc.c
....@@ -2203,6 +2203,8 @@
22032203 }
22042204 }
22052205
2206
+ cond_resched();
2207
+
22062208 /* is there a matching child entry? */
22072209 list_for_each_entry(n, &context->names_list, list) {
22082210 /* can only match entries that have a name */