forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
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 */