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 4EDB926FD97 for ; Tue, 25 Nov 2025 11:33:15 +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=1764070396; cv=none; b=BvRo5Q//BNhXfpPgzJGHfc2Q0JWXGRUBwjZl5J0UkXFNbvTIwhSrteAn08Ukmoicp35I67FrGqCVrmLG2eA+8RIXdmwvKSwKM1ttoURKXpYMoyny5Nlw9BshXJpGV8K/wYn3JpAYwOEfq9r9pJf+CTSDF81v373TzFyPHpF6fEE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764070396; c=relaxed/simple; bh=Lvn1EmfGcSfZgrXG/xDlWXhMixApAcjGyjDOar//N3E=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=Hb0PeMeUG5qQN5keI6Aq5ffC6a5q1YTDT9ygmL9f2I2UhMVoe0oQntZvFCTxd0pFeTLiEjKwhBJc1xo/N3KEQua3PdcL+umnJGtVXP5ZM64WKYQxeKJSImtyUb+pO9jnxczay+41DcV+qW0oLQv92TeliC+Bu7s/73I5C0xBrHc= 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 2BD3214BF; Tue, 25 Nov 2025 03:33:07 -0800 (PST) Received: from [10.1.197.58] (eglon.cambridge.arm.com [10.1.197.58]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id A3BE73F73B; Tue, 25 Nov 2025 03:33:13 -0800 (PST) Message-ID: Date: Tue, 25 Nov 2025 11:33:09 +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 -next] arm_mpam: Remove duplicate linux/srcu.h header To: Jiapeng Chong Cc: ben.horgan@arm.com, reinette.chatre@intel.com, fenghuay@nvidia.com, linux-kernel@vger.kernel.org, Abaci Robot References: <20251121033912.3787219-1-jiapeng.chong@linux.alibaba.com> Content-Language: en-GB From: James Morse In-Reply-To: <20251121033912.3787219-1-jiapeng.chong@linux.alibaba.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi Jiapeng, On 21/11/2025 03:39, Jiapeng Chong wrote: > ./drivers/resctrl/mpam_internal.h: linux/srcu.h is included more than once. > diff --git a/drivers/resctrl/mpam_internal.h b/drivers/resctrl/mpam_internal.h > index e79c3c47259c..f733bed011bd 100644 > --- a/drivers/resctrl/mpam_internal.h > +++ b/drivers/resctrl/mpam_internal.h > @@ -14,7 +14,6 @@ > #include > #include > #include > -#include > #include (If you removed the other entry instead the list would be alphabetical order) Either way, Acked-by: James Morse Thanks, James