Received: by 2002:a05:6a10:a852:0:0:0:0 with SMTP id d18csp3509285pxy; Tue, 4 May 2021 04:03:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJwbaGra4x7CV4e9ZWV/TRHfWbWH9heY1qq+90yLtLX/L4grZDU23X4IUE3yObs6g9SlXcZj X-Received: by 2002:a65:5c0a:: with SMTP id u10mr22112015pgr.332.1620126225574; Tue, 04 May 2021 04:03:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1620126225; cv=none; d=google.com; s=arc-20160816; b=R9ZkZQVRRUJUZMDzHVgYB70z8+EYzZDy5WFq+5CLy184q2Nkx3IE7hNRgfWElSsrqi sVvp7pQbGOExqeJ6KMZbXZwHmQK7p1D6c2jK8g3pLAew6g7WjLr87rUQU2TrU8efJ4TH RdIEqt+tkGj1q9xXsTaxWG63da2TUbZF5N4BiNSSEwxKXr4GW91LkoRvzY/jhQoDIrFP Nf+avkTZrPneIf4RO1FqxagGmTo3S9ogbMOV35IvMrremCOKJyJhuZf+wuPRRuCNUgC5 N9TYb7Rq1p2K6i5XRc1O//W3hrRx5U9asgBoyJRMdFRxWdyfJioVMneHofahFWVV7xRL s+Eg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=Y0HzNi+el3J9EtnYqQ2jOeJp2Sfy6vkSlzTvexXgK+4=; b=1JvsGDPPvlVsQ84as3RTeCfyPmg9Nyk/j6CWzN/3v61Z/1J1I4Lzja80VdxAPXTShb /HXSSCWZd+U1w1ftf5bTFUATe6A7w1KnKt2mxqU2JmVAkYrjsAZex4RhjYRUp6PZhqDC /YZh22U/9Fwc330v0Q9nzSCyinWFZYnRv9EgHjvQwdaG2z6t1FkkL4ZykUHXup8Uy04e ZeAAo+cg6hB7Mop4RAFnZnKEh6s73T56vxXh1XZVnpOyfxHl0a7XZiSW6/zXn+W5zOBh UC+fAyQgjV/6j6Fu8Qqi2zXKy5gGlpVU2Zi7pwsVpVnaK2qRmneTEElkDkAFgzrNwBav kwbQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=hisilicon.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d6si3079618pgk.10.2021.05.04.04.03.32; Tue, 04 May 2021 04:03:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=hisilicon.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230295AbhEDLCN (ORCPT + 99 others); Tue, 4 May 2021 07:02:13 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:18000 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230252AbhEDLCH (ORCPT ); Tue, 4 May 2021 07:02:07 -0400 Received: from DGGEMS405-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4FZGyp5TtYzPxFH; Tue, 4 May 2021 18:57:54 +0800 (CST) Received: from SWX921481.china.huawei.com (10.126.200.189) by DGGEMS405-HUB.china.huawei.com (10.3.19.205) with Microsoft SMTP Server id 14.3.498.0; Tue, 4 May 2021 19:00:59 +0800 From: Barry Song To: , , CC: , , , Barry Song Subject: [PATCH] Documentation: scheduler: sched_debug_verbose cmdline should be sched_verbose Date: Tue, 4 May 2021 22:53:43 +1200 Message-ID: <20210504105344.31344-1-song.bao.hua@hisilicon.com> X-Mailer: git-send-email 2.21.0.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [10.126.200.189] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The cmdline should include sched_verbose but not sched_debug_verbose as sched_debug_verbose is only the variant name in code. Fixes: 9406415f46 ("sched/debug: Rename the sched_debug parameter to sched_verbose") Signed-off-by: Barry Song --- Documentation/scheduler/sched-domains.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/scheduler/sched-domains.rst b/Documentation/scheduler/sched-domains.rst index 14ea2f2..84dcdcd 100644 --- a/Documentation/scheduler/sched-domains.rst +++ b/Documentation/scheduler/sched-domains.rst @@ -74,7 +74,7 @@ for a given topology level by creating a sched_domain_topology_level array and calling set_sched_topology() with this array as the parameter. The sched-domains debugging infrastructure can be enabled by enabling -CONFIG_SCHED_DEBUG and adding 'sched_debug_verbose' to your cmdline. If you +CONFIG_SCHED_DEBUG and adding 'sched_verbose' to your cmdline. If you forgot to tweak your cmdline, you can also flip the /sys/kernel/debug/sched/verbose knob. This enables an error checking parse of the sched domains which should catch most possible errors (described above). It -- 1.8.3.1