VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Andrey Ryabinin <aryabinin@virtuozzo.com> 2016-11-10 10:46:38 -0800 committer: Linus Torvalds <torvalds@linux-foundation.org> 2016-11-11 08:12:37 -0800 commit: 70d78fe7c8b640b5acfad56ad341985b3810998a parent: 60da81ea61201f43387793d1cc3f501609d922ed
Commit Summary:
coredump: fix unfreezable coredumping task
Diffstat:
1 file changed, 3 insertions, 0 deletions
diff --git a/fs/coredump.c b/fs/coredump.c
index 281b768000e6..eb9c92c9b20f 100644
--- a/fs/coredump.c
+++ b/fs/coredump.c
@@ -1,6 +1,7 @@
 #include <linux/slab.h>
 #include <linux/file.h>
 #include <linux/fdtable.h>
+#include <linux/freezer.h>
 #include <linux/mm.h>
 #include <linux/stat.h>
 #include <linux/fcntl.h>
@@ -423,7 +424,9 @@ static int coredump_wait(int exit_code, struct core_state *core_state)
 	if (core_waiters > 0) {
 		struct core_thread *ptr;
 
+		freezer_do_not_count();
 		wait_for_completion(&core_state->startup);
+		freezer_count();
 		/*
 		 * Wait for all the threads to become inactive, so that
 		 * all the thread context (extended register state, like