Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 88A64C433EF for ; Tue, 14 Dec 2021 14:35:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234364AbhLNOfc (ORCPT ); Tue, 14 Dec 2021 09:35:32 -0500 Received: from foss.arm.com ([217.140.110.172]:57500 "EHLO foss.arm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232645AbhLNOfa (ORCPT ); Tue, 14 Dec 2021 09:35:30 -0500 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7B0E56D; Tue, 14 Dec 2021 06:35:29 -0800 (PST) Received: from e113632-lin (e113632-lin.cambridge.arm.com [10.1.196.57]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 43ED83F793; Tue, 14 Dec 2021 06:35:28 -0800 (PST) From: Valentin Schneider To: Huang Ying , Peter Zijlstra , Mel Gorman Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Huang Ying , Mel Gorman , Greg Kroah-Hartman , stable@vger.kernel.org Subject: Re: [PATCH -V2] numa balancing: move some document to make it consistent with the code In-Reply-To: <20211213020422.2580612-1-ying.huang@intel.com> References: <20211213020422.2580612-1-ying.huang@intel.com> Date: Tue, 14 Dec 2021 14:35:22 +0000 Message-ID: <87sfuv8dat.mognet@arm.com> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 13/12/21 10:04, Huang Ying wrote: > After commit 8a99b6833c88 ("sched: Move SCHED_DEBUG sysctl to > debugfs"), some NUMA balancing sysctls enclosed with SCHED_DEBUG has > been moved to debugfs. This patch move the document for these > sysctls from > > Documentation/admin-guide/sysctl/kernel.rst > > to > > Documentation/scheduler/sched-debug.rst > > to make the document consistent with the code. > > Signed-off-by: "Huang, Ying" > Fixes: 8a99b6833c88 ("sched: Move SCHED_DEBUG sysctl to debugfs") > Acked-by: Mel Gorman Given this is pure documentation, I don't think this warrants a Fixes:. Regardless: Reviewed-by: Valentin Schneider