Unverified Commit 7ee7efdc authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!15772 tracing/osnoise: Fix possible recursive locking for cpus_read_lock()

parents 600d4614 368a1d6e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2038,7 +2038,6 @@ static int start_kthread(unsigned int cpu)

	if (IS_ERR(kthread)) {
		pr_err(BANNER "could not start sampling thread\n");
		stop_per_cpu_kthreads();
		return -ENOMEM;
	}