bpf: enable verifier to add 0 to packet ptr
[linux-2.6-microblaze.git] / kernel / kexec_core.c
index 8ad3a29..5617cc4 100644 (file)
@@ -441,6 +441,8 @@ static struct page *kimage_alloc_crash_control_pages(struct kimage *image,
        while (hole_end <= crashk_res.end) {
                unsigned long i;
 
+               cond_resched();
+
                if (hole_end > KEXEC_CRASH_CONTROL_MEMORY_LIMIT)
                        break;
                /* See if I overlap any of the segments */