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 C24B178F2E for ; Fri, 14 Mar 2025 17:42:31 +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=1741974153; cv=none; b=RRjSFQ9Ceo22s4ydRSs2ejpKhUedahNsteV+uG4tVyQ/LmkkeYewMpR01j5F1bjSm3FRq6ji0R2VrG0ERikseGxt+YDFECPViLP/JvGOAurEIBx7hnR5pzGAvAy355ACF0pLJrHfLgpii5PZBZLrFmsHdszPCRcEyx016MBjmhk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1741974153; c=relaxed/simple; bh=33jttg2peo6dNKyXFbBVQDvp4YmSGRXp0c7u3G+t+6M=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=gR8Ud46R3p4PbmXWZe1k8MOVC+T3jrlTOJ0DxVM7BYd8RmKwGU7KT61ySdo7kiR49KMMrEYq6Ut+qHezA8OWHEZkagElPF14C3CWN2G5SVKkH0sXCpzj4MeP+KeVMZ3YxQ7Qb9iOzEJQTb6ORuJsz3Kd3dBSgMU/KB22XEvCtDs= 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 D95541BD0; Fri, 14 Mar 2025 10:42:40 -0700 (PDT) Received: from [10.1.197.49] (eglon.cambridge.arm.com [10.1.197.49]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 660803F673; Fri, 14 Mar 2025 10:42:27 -0700 (PDT) Message-ID: Date: Fri, 14 Mar 2025 17:42:16 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v7 47/49] fs/resctrl: Remove unnecessary includes To: Fenghua Yu , x86@kernel.org, linux-kernel@vger.kernel.org Cc: Reinette Chatre , 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 , Dave Martin , Koba Ko , Shanker Donthineni References: <20250228195913.24895-1-james.morse@arm.com> <20250228195913.24895-48-james.morse@arm.com> Content-Language: en-GB From: James Morse In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Fenghua, On 07/03/2025 02:37, Fenghua Yu wrote: > On 2/28/25 11:59, James Morse wrote: >> When splitting and moving the resctrl code to live in fs/resctrl and >> arch/x86, some code was duplicated. This was done to keep the parser >> in the script that does the moving simple. These extra includes are > As for "parser in the script", my concern is people may forget or don't know the context > of the python script in the future and get confused when reading this patch. > Is it possible to merge this patch into patch 45 which introduces the macros? It simplify > the patch set and avoid future confuse? The plan would be for these patches to get merged together by the person that applies them. Thanks, James