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 5274AC38145 for ; Wed, 7 Sep 2022 19:37:57 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229953AbiIGThz (ORCPT ); Wed, 7 Sep 2022 15:37:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58600 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229822AbiIGThx (ORCPT ); Wed, 7 Sep 2022 15:37:53 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D593CC0BF9 for ; Wed, 7 Sep 2022 12:37:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=G24caVRKcxlZ53o823B+wiQcoo6cPK7bb5rus+bgZPg=; b=qn5BCajSNgR4ta7ECI8kOB32f/ chuAzly+9tufQQ2jn9VQfg9MTm/MgPS1WjsqkOY2U4cNiKzqG5cbljVvtQJLNKh6EdWHCeBRbdq1B eEoCiiPcJhah1hjvrcVAgHShrJA83LeVmn8kyOjnldP8hTqSAM9vhJKa3lKrp6s34wRFZzvWaCpzv SrcD8M/vlHMICGZOJqzkJy/fYsFCOWzYZ+N/26cN7LzM4lzXE+imp2uERa67T+7omiAvb+W6JpHOp s+K5nkDhIoAjy7tcfA868HfOJfEkVFy8/MONR3FRCm3tjztgsxTOmlSs8DZlFCpzbTmARG+d1gOtv 11DWiPDg==; Received: from j130084.upc-j.chello.nl ([24.132.130.84] helo=noisy.programming.kicks-ass.net) by casper.infradead.org with esmtpsa (Exim 4.94.2 #2 (Red Hat Linux)) id 1oW0rl-00BhNQ-Rd; Wed, 07 Sep 2022 19:37:42 +0000 Received: from hirez.programming.kicks-ass.net (hirez.programming.kicks-ass.net [192.168.1.225]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by noisy.programming.kicks-ass.net (Postfix) with ESMTPS id 3DD12300070; Wed, 7 Sep 2022 21:37:39 +0200 (CEST) Received: by hirez.programming.kicks-ass.net (Postfix, from userid 1000) id EFD342B656AD0; Wed, 7 Sep 2022 21:37:38 +0200 (CEST) Date: Wed, 7 Sep 2022 21:37:38 +0200 From: Peter Zijlstra To: Tejun Heo Cc: Chengming Zhou , kernel test robot , Johannes Weiner , kbuild-all@lists.01.org, linux-kernel@vger.kernel.org Subject: Re: [peterz-queue:sched/psi 11/11] include/linux/cgroup-defs.h:432:38: error: 'NR_PSI_RESOURCES' undeclared here (not in a function) Message-ID: References: <202209070242.7EuRnstk-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Sep 07, 2022 at 05:28:34AM -1000, Tejun Heo wrote: > On Wed, Sep 07, 2022 at 10:45:55AM +0800, Chengming Zhou wrote: > > 2. This patchset depends on Tejun's commit e2691f6b44ed ("cgroup: Implement cgroup_file_show()") in linux-next > > > > Maybe peterz-queue should include that first? I don't know what's the normal way to handle. > > FYI, this patch is in the Greg's driver-core/driver-core-next branch. If > it'd be better to route these through the cgroup tree, let me know. I can base sched/psi off of sched/core and driver-core-next and do a separate late pull for it I suppose. I'm guessing that is more or less what you'd end up doing too, right?