From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 16A0C14E2E0 for ; Thu, 11 Apr 2024 14:14:59 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.140.110.172 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712844901; cv=none; b=ZT3Q6IzC6i/G8AIjv9X3iXEzT0C0kk8uF09cT+Qtiz0wAzZoNUtaju3lyrdndysjXEeGBBeevknPEJHk1p3/YsicHuYrI7B/LF2uALZ/FLevkiibsKCYdHDieSw+mTR96W+sBICTWgLly/yoJbbuYY/r5ae8MEKcZECSD0jdkmo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712844901; c=relaxed/simple; bh=OVGVgg31oGcwJxk31stKFgjkFjJ1hAfVWM0EN+hA52g=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=B1Qj/spVdbVipo0gZiRM2WLPmXk+y+zzUNbIxxeFORruC8NaPXPknr/3Ki/iiVMyqOsh+yB5j8JP11QEg2BkAju6nDJlt6KiPIPvC4Cq7ZrWZUcTsUDIP7NiWl5WdtyqpewCa10j3C9QT4QIjMPn9oiEj6mrDDKh6DZaU40wBm8= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com; spf=pass smtp.mailfrom=arm.com; arc=none smtp.client-ip=217.140.110.172 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=arm.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=arm.com 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 B2F23339; Thu, 11 Apr 2024 07:15:28 -0700 (PDT) Received: from e133380.arm.com (e133380.arm.com [10.1.197.52]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 5FC4B3F64C; Thu, 11 Apr 2024 07:14:56 -0700 (PDT) Date: Thu, 11 Apr 2024 15:14:53 +0100 From: Dave Martin To: Reinette Chatre Cc: James Morse , x86@kernel.org, linux-kernel@vger.kernel.org, Fenghua Yu , Thomas Gleixner , Ingo Molnar , Borislav Petkov , H Peter Anvin , Babu Moger , shameerali.kolothum.thodi@huawei.com, D Scott Phillips OS , carl@os.amperecomputing.com, lcherian@marvell.com, bobo.shaobowang@huawei.com, tan.shaopeng@fujitsu.com, baolin.wang@linux.alibaba.com, Jamie Iles , Xin Hao , peternewman@google.com, dfustini@baylibre.com, amitsinght@marvell.com, David Hildenbrand , Rex Nie Subject: Re: [PATCH v1 06/31] x86/resctrl: Export resctrl fs's init function Message-ID: References: <20240321165106.31602-1-james.morse@arm.com> <20240321165106.31602-7-james.morse@arm.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Mon, Apr 08, 2024 at 08:16:32PM -0700, Reinette Chatre wrote: > Hi James, > > On 3/21/2024 9:50 AM, James Morse wrote: > > rdtgroup_init() needs exporting so that arch code can call it once > > it lives in core code. As this is one of the few functions we export, > > Please do not impersonate code. Noted. Any objection to rewording this as follows? "As this is one of the few functions exported from the resctrl common code, [...]" > > rename it to have the resctrl in the name. The same goes for the exit > > "to have the resctrl" -> "to have resctrl" Noted for James' attention. [...] Cheers ---Dave