From mboxrd@z Thu Jan 1 00:00:00 1970 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 C348CC004D4 for ; Thu, 19 Jan 2023 15:36:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231248AbjASPgs (ORCPT ); Thu, 19 Jan 2023 10:36:48 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39522 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229710AbjASPgm (ORCPT ); Thu, 19 Jan 2023 10:36:42 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47A1F4AA7D for ; Thu, 19 Jan 2023 07:36:41 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D5A0A61CAB for ; Thu, 19 Jan 2023 15:36:40 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E4F54C433D2; Thu, 19 Jan 2023 15:36:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674142600; bh=W9u0ghQp7d7SCJKd2B0KI95GYN8AzW6Xlg6C+RRPznk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KiugIs2sQyMP/yqnF6qhaHIvatzWSQ88LKbmCQ5kKPJfjYQDV2Xwq70i+vtucK+qL b+rXwhdG73w9z8QnVBFEExKpd121QT9qCSVov6TxOzBTeltKbLRDWY5iCfF35r176Z ECLzzFODjau8eTnJQbvlZOTCLTHC9u4blkFavJM0= Date: Thu, 19 Jan 2023 16:36:37 +0100 From: Greg KH To: Phil Auld Cc: linux-kernel@vger.kernel.org, mingo@redhat.com, vishalc@linux.vnet.ibm.com, peterz@infradead.org, srikar@linux.vnet.ibm.com, sshegde@linux.ibm.com, vincent.guittot@linaro.org, vschneid@redhat.com, ritesh.list@gmail.com Subject: Re: [RESEND PATCH] sched/debug: Put sched/domains files under the verbose flag Message-ID: References: <20230119150758.880189-1-pauld@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230119150758.880189-1-pauld@redhat.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 19, 2023 at 10:07:58AM -0500, Phil Auld wrote: > The debug files under sched/domains can take a long time to regenerate, > especially when updates are done one at a time. Move these files under > the sched verbose debug flag. Allow changes to verbose to trigger > generation of the files. This lets a user batch the updates but still > have the information available. The detailed topology printk messages > are also under verbose. > > Discussion that lead to this approach can be found in the link below. > > Simplified code to maintain use of debugfs bool routines suggested by > Michael Ellerman . > > Signed-off-by: Phil Auld > Cc: Michael Ellerman > Cc: Greg Kroah-Hartman > Cc: Ingo Molnar > Cc: Peter Zijlstra (Intel) > Cc: Srikar Dronamraju > Cc: Valentin Schneider > Cc: Vishal Chourasia > Cc: Vincent Guittot > Link: https://lore.kernel.org/all/Y01UWQL2y2r69sBX@li-05afa54c-330e-11b2-a85c-e3f3aa0db1e9.ibm.com/ > --- > > Resending due to typo in lkml address... sorry about that. Reviewed-by: Greg Kroah-Hartman