Unverified Commit 541cdead authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!15069 fs/proc: fix softlockup in __read_vmcore (part 2)

parents 7173d438 9d6dbc67
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -404,6 +404,8 @@ static ssize_t __read_vmcore(struct iov_iter *iter, loff_t *fpos)
			if (!iov_iter_count(iter))
				return acc;
		}

		cond_resched();
	}

	return acc;